Crate securepass

Source
Expand description

This crate provides functionality to generate and balance passwords with various options and strengths.

Structs§

PasswordOptions
Structure representing the options for password generation.
PasswordSpecification
Structure representing the specification of a password.

Enums§

PasswordStrength
Enum representing the strength of a password.

Functions§

balance_password
Balances a password to ensure it meets the specified criteria.
calculate_entropy
Calculates the entropy of a password.
check_password_strength
Checks the strength of a password.
generate_random_password
Generates a random password from the given character set and length.