Hacker News new | ask | show | jobs
by flmontpetit 2437 days ago
> Argon2 is a key derivation function, the winner of the password hashing competition and should be used for new projects. In case it isn't available, use Scrypt. Any other KDF is nonoptimal.

Probably not worth going for the marginally-better-but-new-and-fancy KDF if you don't have a reliable implementation available for your language.

Pretty much agree with everything else otherwise