mirror of
https://github.com/RustCrypto/password-hashes.git
synced 2026-01-25 04:06:23 +00:00
README.md: add yescrypt
This commit is contained in:
@@ -9,13 +9,14 @@ Collection of password hashing algorithms, otherwise known as password-based key
|
||||
## Supported Algorithms
|
||||
|
||||
| Algorithm | Crate | Crates.io | Documentation | MSRV |
|
||||
|----------------|------------------|--------------------------------------------------------------------------------------------------------|---------------|-------------------------|
|
||||
|----------------|------------------|---------------------------------------------------------------------------------------------------------|---------------|-------------------------|
|
||||
| [Argon2] | [`argon2`] | [](https://crates.io/crates/argon2) | [](https://docs.rs/argon2) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [Balloon] | [`balloon‑hash`] | [](https://crates.io/crates/balloon-hash) | [](https://docs.rs/balloon-hash) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [bcrypt‑pbkdf] | [`bcrypt‑pbkdf`] | [](https://crates.io/crates/bcrypt-pbkdf) | [](https://docs.rs/bcrypt-pbkdf) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [PBKDF2] | [`pbkdf2`] | [](https://crates.io/crates/pbkdf2) | [](https://docs.rs/pbkdf2) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [scrypt] | [`scrypt`] | [](https://crates.io/crates/scrypt) | [](https://docs.rs/scrypt) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [SHA-crypt] | [`sha‑crypt`] | [](https://crates.io/crates/sha-crypt) | [](https://docs.rs/sha-crypt) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [yescrypt] | [`yescrypt`] | [](https://crates.io/crates/yescrypt) | [](https://docs.rs/yescrypt) | ![MSRV 1.85][msrv-1.85] |
|
||||
|
||||
Please see the [OWASP Password Storage Cheat Sheet] for assistance in selecting an appropriate algorithm for your use case.
|
||||
|
||||
@@ -90,6 +91,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
[`pbkdf2`]: ./pbkdf2
|
||||
[`scrypt`]: ./scrypt
|
||||
[`sha‑crypt`]: ./sha-crypt
|
||||
[`yescrypt`]: ./yescrypt
|
||||
|
||||
[//]: # (general links)
|
||||
|
||||
@@ -99,4 +101,5 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
[PBKDF2]: https://en.wikipedia.org/wiki/PBKDF2
|
||||
[scrypt]: https://en.wikipedia.org/wiki/Scrypt
|
||||
[SHA-crypt]: https://www.akkadia.org/drepper/SHA-crypt.txt
|
||||
[yescrypt]: https://www.openwall.com/yescrypt/
|
||||
[OWASP Password Storage Cheat Sheet]: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html
|
||||
|
||||
Reference in New Issue
Block a user