Hacker News new | ask | show | jobs
by amenghra 2035 days ago
There are actually hash functions designed for password storage (e.g. scrypt, argon2). These functions provide many features in addition to salting. The scrypt whitepaper is pretty easy to read if you want to learn more about this.

https://www.tarsnap.com/scrypt/scrypt.pdf

1 comments

Will do thanks!