dart-lang / crypto

A set of cryptographic functions implemented in pure Dart.
https://pub.dev/packages/crypto
BSD 3-Clause "New" or "Revised" License
275 stars 52 forks source link

[Feature request] Support Argon2 #122

Open absar opened 3 years ago

absar commented 3 years ago

In 2021 it is urgent than ever to support Argon2. Unfortunately this very useful library doesn't support anyone of the modern password hashing algorithms like Argon2, bcrypt, scrypt, and PBKDF2. There is a recent implementation of Argon2 in pointycastle library however it doesn't seem to be mature enough for production use.

natebosch commented 3 years ago

I'll leave this open as a feature request. I think this is not likely to be prioritized by the Dart team.