maidsafe / rust_sodium

This crate is no longer maintained. Looking for maintainers.
BSD 3-Clause "New" or "Revised" License
77 stars 34 forks source link

Support for Argon2 ? #44

Closed gendx closed 3 years ago

gendx commented 7 years ago

The Argon2 password hashing algorithm has been in libsodium since 1.0.9 (released 2 Apr 2016), and it is now recommended over scrypt https://download.libsodium.org/doc/password_hashing/ Is there any plan to support it in rust_sodium ?

Fraser999 commented 6 years ago

There is a PR to sodiumoxide which provides this. Assuming that makes it into master there, we'll likely downstream it here. If it gets rejected, we can revisit other options at that point.

S-Coyle commented 3 years ago

The rust_sodium crate is no longer maintained by MaidSafe, you should check whether it is actively maintained on Subspace as per the readme, or switch to a modern alternative.