Top "Credentials" questions

Credentials in information systems are widely used to control access to information or other resources.

Saving credentials for reuse by powershell and error ConvertTo-SecureString : Key not valid for use in specified state

I was doing something like described in this post to save credentials in a secured file so our automated process …

powershell credentials
xcopy with credentials on remote machine

I am trying to access a remote server on a different domain through its IP address. In run command I …

batch-file network-programming remote-access credentials
AWS : The config profile (MyName) could not be found

Every time I want to config something with AWS I get the following error : "The config profile (myname) could not …

python amazon-web-services credentials aws-cli
Get current user's credentials object in Powershell without prompting

I have a Powershell script that is going to be run through an automation tool against multiple servers. It works …

powershell credentials remote-access sharpssh
Pass password into -credential

I am trying to login into a computer. I have been playing with various versions and determined that my past …

powershell credentials
WebClient accessing page with credentials

I am trying to access a webpage on a same domain / same asp.net application, that is password protected. Credentials …

c# asp.net webclient credentials defaultnetworkcredentials
How to remove cached credentials from Git?

I ran: $ git config credential.helper store And then: $ git push origin master After pushing, I entered my credentials and …

linux git credentials
How to reset credentials in TortoiseGit?

This question is specifically about the TortoiseGit Windows client. I have a computer that I no longer use which must …

git credentials tortoisegit
Retrieve credentials from Windows Credentials Store using C#

I simply want to query the Credentials Store (or Vault as it is called in Windows 8) and get the login …

c# credentials
How to specify Windows credentials in WCF client configuration file

I have a WCF service using BasicHttpBinding with Windows authentication. Most clients are domain accounts and connect to the service …

wcf credentials