Expand description
An easy to use library for generating passwords.
A number of distributions are available to generate passwords from including alphanumeric and diceware style.
Modules§
- ascii
- Methods for generating random passwords of chars.
- diceware
- Methods for generating readable passwords.
Structs§
- Qwerty
- A password generator. Once
Qwertyhas been initialized with the desired password properties the terminal functiongeneratecan be called to get a password.
Enums§
- Distribution
- The types of distributions available to select passwords from.