4 releases (breaking)
0.4.0 | Aug 20, 2021 |
---|---|
0.3.0 | Aug 20, 2021 |
0.2.0 | May 22, 2020 |
0.1.0 | Feb 8, 2020 |
#1094 in Authentication
17KB
51 lines
Passphrase Generator
Quickly generate a five-word passphrase.
Uses the formal word list from Christopher Wellons's Pokerware.
lib.rs
:
PPG is a Pretty-good Pass-phrase Generator.
When invoked from the command line it will print a five-word pass-phrase.
For example:
% ppg
saga junior polls store wrist
Words are drawn from the "formal" word list of Christopher Wellons's Pokerware using a random number generator from [rand]; the generator it uses is intended to be cryptographically secure.
Dependencies
~1.4–2MB
~36K SLoC