Top "Credentials" questions

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

How to save username and password in Git?

I want to use a push and pull automatically in GitExtension, without entering my user and password in a prompt, …

git credentials git-config git-extensions
Remove credentials from Git

I'm working with several repositories, but lately I was just working in our internal one and all was great. Today …

windows git credentials
Using cURL with a username and password?

I want to access a URL which requires a username/password. I'd like to try accessing it with curl. Right …

curl credentials
Configuring user and password with Git Bash

I am using Git Bash on Windows 7. We are using GitHub as our repository origin. Every time I push or …

git github credentials
HttpWebRequest using Basic authentication

I'm trying to go through an authentication request that mimics the "basic auth request" we're used to seeing when setting …

c# authentication credentials webrequest
Android: Storing username and password?

If I want to store the username and password to be used inside an Android application, what is the best …

android authentication storage credentials
How to Specify Eclipse Proxy Authentication Credentials?

I'm using the latest version of Eclipse Galileo and I have to access the web from behind a proxy. I …

eclipse proxy credentials
SVN change username

I found a lot of examples on how to change the username for specific revisions and so on. But what …

authentication svn credentials
What is the most appropriate way to store user settings in Android application

I am creating an application which connects to the server using username/password and I would like to enable the …

java android encryption preferences credentials
git clone: Authentication failed for <URL>

Trying to access private corporate tfs. They gave me access by giving appropriate rights to windows user (domain\login). I'm …

windows git tfs credentials