Crate qwerty

Crate qwerty 

Source
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 Qwerty has been initialized with the desired password properties the terminal function generate can be called to get a password.

Enums§

Distribution
The types of distributions available to select passwords from.