mirror of
https://github.com/RustCrypto/password-hashes.git
synced 2026-01-24 19:56:34 +00:00
Initial support for computing password hash strings in Modular Crypt Format (MCF) instead of the PHC string format. Tested against a vector from passlib: https://passlib.readthedocs.io/en/stable/lib/passlib.hash.pbkdf2_digest.html TODO: `PasswordVerifier` support