Hacker News new | ask | show | jobs
by woah 3990 days ago
The only acceptable advice in this situation is "use bcrypt". Vague stuff about "hashing or encrypting" is not good enough.
1 comments

Wait, what about "scrypt"? Maybe the only acceptable advice changed in the last hour? :-)
Bcrypt is a very easy to use hashing tool that exists in all popular languages. It is the best choice, and the easiest to implement.