How to install passphrasegen
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install passphrasegen
Lastest release
Generate a passphrase consisting of words chosen from word list dictionaries.
See the online help for details:
$ passphrasegen --help usage: setup.py [-h] [-d DELIMITER] [-b BITS | -l LENGTH] [wordlist [wordlist ...]] Generate a passphrase consisting of words chosen from word list dictionaries. positional arguments: wordlist one or more word list dictionaries with one word per line (default: ['/usr/share/dict/words']) optional arguments: -h, --help show this help message and exit -d DELIMITER, --delimiter DELIMITER delimiter that separates the words in the passphrase (default: ' ') -b BITS, --bits BITS minimum bits of entropy, determines the number of words (default: 164) -l LENGTH, --length LENGTH length of the passphrase in number of words