Expand description
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.
Constants§
- WORDS
- The word list.
Functions§
- generate
- Generate a new pass-phrase.