Expand description
§libpassgen
libpassgen
crate for generating randoms passwords
Structs§
- Collection of unique chars. This is wrapper for
IndexSet<char>
Functions§
- Calculates entropy.
- Calculates the minimum password length required to obtain a given entropy.
- Generate multiple random passwords.
- Generate random password.