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

Where to store credentials when using cloudify

I'm starting to use cloudify and in the spirit of DevOps where infrastructure is code I want to have the passwords stored in a safe and centralized place. It seems to me that I am supposed to put the credentials in the .properties file of the…
Ittai
  • 5,625
  • 14
  • 60
  • 97
1
vote
0 answers

Setting Username/Password programmatically at data source (multiple DSs, Spring, Hibernate)

I'm working on a multi-datasource web portal, using Struts2, Spring and Hibernate. I have a problem with setting the user credentials, which are not available on application startup, but on user login, to one of my data sources. It works for the…
HombreFab
  • 223
  • 1
  • 4
  • 7
1
vote
0 answers

How do I get files on a server in a different domain with a different user (Impersonation)?

so what I'm trying to do is to list information such as the names of files according to a folder path given by the user. And as it is possible to target a file server which is in a different domain, you would need to use a different user. I use…
Some Developer
  • 229
  • 6
  • 19
1
vote
1 answer

Error Creating Crediential

I'm having some trouble creating a Powershell credential. I am reading an encrypted string from a file, converting the string to a securestring and using that to create the credential. The error I get is: New-Object : Cannot convert argument "1",…
mack
  • 2,715
  • 8
  • 40
  • 68
1
vote
4 answers

How to organize user credential in DB?

What would be the best approach to storing user credentials in MySQL database. I mean structure, not the data (hash vs clean text). I have site where we got Root Admin (1) Client Admin (1) Client Sub-Admins (N) Employer Admin (N) Employer…
John Smith
  • 681
  • 5
  • 13
  • 30
1
vote
1 answer

Centralized Credentials Service For Various Apps

We are researching the possibility to build a centralized credentials storage for internal applications. These apps (vb6, vb.net, web apps in asp.net, etc) are using various instances of SQL servers and iSeries. We want to implement a central…
Vlad
  • 29
  • 5
1
vote
1 answer

Get SharePoint credentials from SaveFileDialog

I'm creating a client application where the user will be able to open a Windows Forms SaveFileDialog. There the user will enter a specific SharePoint library. Thankfully for me, the saveFileDialog prompts for credentials every time the user enters…
Bluetiger
1
vote
1 answer

Pass network credentials by .net remoting

How I can pass my NetworkCredendials by .Net Remoting? Is it possible? I've a service (TeamFoundationServer) where need a authorize using user's NetworkCredentials. In past, I had used open User/Password pair, but for security reason at now it is…
Chernikov
  • 847
  • 1
  • 11
  • 21
1
vote
1 answer

How to check GoogleCredential if it is expired

I have initialized the GoogleCredential variable from saved-access-token and saved-refresh-token. But i don't know to check it expired or not ? I know that GoogleCredential has a function getExpiresInSeconds. But if i initialize GoogleCredential…
quantm
  • 244
  • 1
  • 6
  • 11
1
vote
1 answer

Secure way of storing user's credential in a session

I am aware that you might be thinking "Do not store user's credentials, hash them with salt+pepper you idiot!", but please read on. I'm working on a project that is going to ask the user about the credentials (login/password) for its database. Those…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
1
vote
2 answers

playframework resolve artifacts with credentials to nexus servers

I started a new play project: xyz. I wanted to add a dependency on customGroupId:customArtifactId:0.10 that is hosted in a nexus repository on host nexus.xyz.com but accessible only by an username and password. So, I edited xyz\project\Build.scala…
raisercostin
  • 8,777
  • 5
  • 67
  • 76
1
vote
0 answers

What is the password for jenkins user during first installation?

I want to put one Jenkins server (Ubuntu 12.04) to slave mode. But master machine must know a password for "jenkins" user on a slave machine. How do I specify the password when it has been auto-created during Jenkins installation?
Paul
  • 25,812
  • 38
  • 124
  • 247
1
vote
1 answer

CredSSP not recommended in Production environments

I try deploy Sharepoint WSP projects using PowerShell Remoting. See https://sharepoint.stackexchange.com/questions/44880/powershell-remoting-sharepoint-2010-error Solution is configure CredSSP for Sharepoint. But Microsoft says: Caution:…
Kiquenet
  • 14,494
  • 35
  • 148
  • 243
1
vote
1 answer

Should I use the account-level access keys in AWS or should I stick with user-specific ones?

I'm storing all my content in AWS S3 and I would like to know which is the best approach to retrieve my images: should I use the account access keys or should I create a user with the correct policies and then use the access keys for that "user"?
PachinSV
  • 3,680
  • 2
  • 29
  • 41
1
vote
2 answers

Storing passwords used by a Windows (NT) service

on a Windows local network I have a MySql database, several client applications (that only query the database) and one Windows NT service that fills the database on a regular basis. I am looking for the best way to store database credentials such…
NicolasR
  • 2,222
  • 3
  • 23
  • 38