Top "Credentials" questions

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

Remove 'credential-osxkeychain'

I tried adding 'credential-osxkeychain' I followed these steps, but it has not installed correctly. I no longer want it. How …

macos git credentials
Encrypting credentials in a WPF application

In a WPF application, I would like to provide the typical "Remember Me" option to remember credentials and use them …

c# wpf security encryption credentials
TFS/Visual studio 2010: Clear cached password for TFS in Visual Studio 2010, Need it to ask me to login again

I am using Windows 7 and i installed TFS Server and connected to it from my VS 2010 install. It prompted me …

visual-studio-2010 tfs credentials
Storing Credentials in Credential Manager Service

I have some credentials (username and a password), and I cannot figure out where to store them. I heard about …

c# credentials
Pass a username/password when accessing a folder via VBScript

I have a script that is meant to retrieve some files from a users old profile on a server and …

vbscript credentials fso
DefaultNetworkCredentials or DefaultCredentials

Which one am I supposed to use when I need to supply a credential to a proxy (local or in …

.net credentials defaultnetworkcredentials
Setting a single server credentials in Maven for multiple repositories

Can I have multiple repositories in Maven settings.xml with a single server credentials? We're using Maven 3.0.4 to deploy artifacts …

maven credentials nexus
How to avoid storing credentials to connect to Oracle with JDBC?

Is it possible to setup a JDBC connection to Oracle without providing username/password information in a configuration file (or …

oracle jdbc credentials
Where to store sensitive data in public rails app?

My personal rails project uses a few API's for which I store the API keys/secrets in config/environments/production.…

ruby-on-rails environment-variables credentials api-key