Hacker News new | ask | show | jobs
by tptacek 3184 days ago
You can't store passwords as salted SHA-x hashes. It's not OK to do that. If you have SHA-anything, you have PBKDF2; use that.