Tagged Questions

8
votes
5answers
1k views

How to not hardcode passwords?

In my last question "Portable database for storing secrets" the best answer until now tell to use sqlite-crypt. Reading sqlite-crypt docs, the new param for open the database is the pass-phrase. Of ...
3
votes
2answers
53 views

One time salts and server password comparison

I've read that one of the more secure ways to authenticate a user is to use one time salts when hashing the password. What I don't get is: If the client generates a new salt every session, won't the ...
3
votes
6answers
2k views

Password storage in source control

We store all our application and db passwords in plain text in source control. We do this as our build/deploy process generates required configuration files and also does actual deploys that require ...
1
vote
1answer
52 views

jBCrypt alternative? Threadsafe and with a bigger community

To hash passwords (one-way), it looks like bcrypt is the best. I am about to start using jBCrypt, but I have a few worries: No mailing list. Very low activity overall. Bug tracker has only ever had ...