Module password

Module password 

Source
Expand description

Password hashing utilities using Argon2id

Structs§

PasswordStrength
Password strength requirements

Functions§

derive_key_from_password
Derive an encryption key from a password using Argon2
hash_password
Hash a password using Argon2id
validate_password_strength
Validate password strength for financial systems
verify_password
Verify a password against a hash