Questions tagged [credentials]

Credentials in information systems are widely used to control access to information or other resources. The classic combination of a user account number or name and a secret password is a widely-used example of IT credentials.

Credentials in cryptography establish the identity of a party to communication. Usually they take the form of machine-readable cryptographic keys and/or passwords. Cryptographic credentials may be self-issued, or issued by a trusted third party; in many cases the only criterion for issuance is unambiguous association of the credential with a specific, real individual or other entity. Cryptographic credentials are often designed to expire after a certain period, although this is not mandatory. An x.509 certificate is an example of a cryptographic credential.

An increasing number of information systems use other forms of documentation of credentials, such as Biometrics: fingerprints, voice recognition, retinal scans, Facial recognition systems1 , or X.509, Public key certificate, and so on.

2698 questions
1
vote
1 answer

How can you programmatically tell when a Kerberos credential will expire?

When a user does a kinit, the /tmp/krb5cc_* credential cache is created. On Linux, how can I tell when it will expire? (I am programming in either C or C++.)
No One in Particular
  • 2,846
  • 4
  • 27
  • 32
1
vote
1 answer

How to store security credentials in a database

I'm working on a CMDB like application, where I have to store our security credentials (servers usernames & passwords, ...). I'm looking for the best way to store them securely with those constraints : Most users will NOT have access to all…
1
vote
1 answer

C# How to convert CredentialCache.DefaultCredentials to PSCredential?

I'm writing a c# program, it will use current user's credential to run a script. How can I convert CredentialCache.DefaultCredentials object using in access web service to PSCredential object? Or other better way to create PSCredential without…
bychance
  • 282
  • 4
  • 14
1
vote
0 answers

Migrating Windows CE 5.0 user account credentials during update

How are the credentials stored on a Windows CE 5.0 device? The user accounts are stored in the registry at [HKLM\Comm\Security\UserAccounts]. While it was possible with Windows CE 3.0 to copy the accounts from one registry to another this does not…
harper
  • 13,345
  • 8
  • 56
  • 105
1
vote
2 answers

Why is PrincipalContext.ValidateCredentials validating against old credentials?

We have a WCF service that validates the user's credentials against the local windows accounts on the machine, however whenever a new user is created or a password is changed, users cannot login until I restart the entire machine. What can I do to…
Rachel
  • 130,264
  • 66
  • 304
  • 490
1
vote
1 answer

Encrypt credentials in web.config possible

I have this section of my web.config file.
loveprogramming
  • 538
  • 2
  • 5
  • 22
1
vote
2 answers

Jenkins : How Credential plugin works with Subversion plugin

I am using Jenkins version 1.447.2. I installed latest Credentials plugin and SSH Credentials plugin. I configured everything under 'Manage Credentials' screen. Now, I expect Subversion plugin to automatically use this credential. However, it is not…
robo_here
  • 66
  • 7
1
vote
0 answers

Paypal API credentials, security issue

Thinking about a situation where multiple developers cooperate on a project. A project that is tested on a development server and then moved on a webserver when ready. This project talks with paypal API so in dev-mode uses the Sandbox credentials,…
kante
  • 229
  • 1
  • 4
  • 13
1
vote
1 answer

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 copy it to there new one, but the users do not have access rights for the folders/files in question when connecting through the server. Is there a way…
David Gard
  • 11,225
  • 36
  • 115
  • 227
1
vote
1 answer

Queue an async web request in Spring with credentials

I'm relatively new to Spring, and trying to queue up a set of web reqeusts on the server (in order to warm memcached). It's unclear to me how I can transfer on the current request's credentials to be used in the future web request I'm putting in the…
Jeremy Mullin
  • 4,170
  • 4
  • 36
  • 54
1
vote
3 answers

oauth requirements

I need to connect to another web application using webservice. That web application uses OAuth protocol to connect to their api. I am new to OAuth, but I did read the documentation :D . My question is, to connect my web application with their, what…
user510783
  • 275
  • 4
  • 15
1
vote
2 answers

is it possible to fill in a windows credential prompt programmatically?

Issues of robustness, stability and you shouldn't do this aside, has anyone ever filled in a windows credential prompt via code (so that's one that looks like this:) Is it possible to interact with these dialog boxes through Win32 APIs, or using…
Henry C
  • 4,781
  • 4
  • 43
  • 83
1
vote
3 answers

Using HttpWebRequest in ASP.NET

I have a class that uses a HttpWebRequest to post some XML and recieve some XML back. It all works great on a windows application but when I use it in an ASP.Net web side I get as WebException "Unable to connect to the remote server". I think that…
Gav
  • 23
  • 1
  • 4
1
vote
1 answer

C# pinvoking CredWrite issue on Windows XP Pro

I currently have a program written in c# invoking CredRead/CredWrite from Advapi32.dll to make it easy for users that are not joined to the domain to save terminal server/WebDAV server credentials.…
0
votes
0 answers

Connect share with credentials during setup with different profile

I am working on the examination system and need to implement the following scenario: User ( standard windows user ) completes the exam and then it is saved on the network share. For security reasons the share does not have permissions for this user…
SparcU
  • 742
  • 1
  • 7
  • 27