- meaning of let algs: &[&dyn PasswordVerifier] = &[&Argon2::default(), &Pbkdf2, &Scrypt]; in rust https://github.com/RustCrypto/password-hashes 5 comments rust
Linked pages
- Password Storage - OWASP Cheat Sheet Series https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html 97 comments
- scrypt - Wikipedia https://en.wikipedia.org/wiki/Scrypt 24 comments
- The MIT License | Open Source Initiative https://opensource.org/licenses/MIT 15 comments
- Argon2 - Wikipedia https://en.wikipedia.org/wiki/Argon2 9 comments
- https://www.apache.org/licenses/LICENSE-2.0 7 comments
- PBKDF2 - Wikipedia http://en.wikipedia.org/wiki/PBKDF2 7 comments
Would you like to stay up to date with Rust? Checkout Rust
Weekly.
Related searches:
Search whole site: site:github.com
Search title: GitHub - RustCrypto/password-hashes: Password hashing functions / KDFs
See how to search.