Skip to main content

Module password

Module password 

Source
Expand description

Password utility functions for the AuthFramework.

Structs§

PasswordStrength
Password strength result with level and feedback

Enums§

PasswordStrengthLevel
Password strength levels

Functions§

check_password_strength
Check password strength based on various criteria
hash_password
Hash a password using Argon2id with OWASP-minimum parameters.
meets_production_strength
Returns true when level satisfies the production minimum (Strong or VeryStrong).
verify_password
Verify a password against its hash.