Expand description
This crate provides functionality to generate and balance passwords with various options and strengths.
Structs§
- Password
Options - Structure representing the options for password generation.
- Password
Specification - Structure representing the specification of a password.
Enums§
- Password
Strength - 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.