|
|
|
|
|
by sarciszewski
3785 days ago
|
|
> Is it too early to be suggesting Argon2? Most environments don't have an implementation for it yet, and the ones that do will probably only get it through libsodium for the first few years. > I've not heard of it until now, but the Wikipedia entry[1] shows that the paper was just released late last year. Argon2 was the winner of the Password Hashing Competition, a several-year cryptography competition to find a new password hashing algorithm that would be secure against an attacker armed with a large GPU cluster. The judges included a lot of famous cryptographers and security experts. Of particular note: Colin Percival, the author of scrypt, and Jens Steube, the project lead for hashcat. I've read the paper and I think Argon2 will stand the test of time, but I could (of course) be wrong. |
|
Disclaimer: I wrote the Ruby one.
https://github.com/P-H-C/phc-winner-argon2