Crate randpass

Source

Enums§

Error
Represents errors that can occur during password generation.
PasswordCriteria
Defines criteria for password generation.

Constants§

ENTROPY_THRESHOLD
The minimum entropy threshold for a secure password.

Functions§

calculate_entropy
Calculates password entropy.
create_password
Creates a password.
suggest_password_length
Suggests the minimum length for a secure password.