Poll: Your opinion on "golden middle" (performance & security) in hashing DB credentials?
You do not have permission to vote in this poll.
Well hashed/salted Password is enough.
60.00%
3 60.00%
Well hashed/salted Username and Password is enough.
20.00%
1 20.00%
Username, Password, User Rights and Registration date need to be hashed/salted.
20.00%
1 20.00%
Total 5 vote(s) 100%
* You voted for this item. [Show Results]

Need advice for hashing DB credentials
#4
hashed with a salt is all you need provided 1. you use a password hashing algorithm and not a cryptographic hashing algorithm, and 2. you use a unique, randomly generated salt for each hash in your database.

the rest is just goofy imo.
Reply


Messages In This Thread
RE: Need advice for hashing DB credentials - by epixoip - 06-16-2012, 07:01 AM