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 Argon2
verify_password
Verify a password against its hash