Good article about Storing Passwords
http://www.codeproject.com/KB/recipes/StoringPasswords.aspx
Excerpt from conclusion -
The simple guidelines are:
* If you need to retrieve passwords, use encryption.
* If you do not need to retrieve passwords, use hashes (more secure).
* Whatever you do, salt the passwords.
No comments:
Post a Comment