A passphrase generator
First, install Leiningen if you don't have it already.
$ git clone https://github.com/emdeesee/makephrase.git
$ cd makephrase
$ lein bin
$ cp target/makephrase ~/bin
$ makephrase [options]
-n, --how-many <number to generate> default: 1
-l, --length <number of words> default: 4
-w, --words path/to/words/file default: /usr/share/dict/words
-h, --help
$ makephrase
Choosier pr4m rams predator
$ makephrase -l 2
bru5hing smiLing
$ makephrase -l 2 -n 2
eyeS!ght viceroy
c4gey Pouts
- A flag to enable or disable leetification and add-cap
- Specify number of bits of entropy, as alternative to number of words
- Flag to generate phrases in ALL CAPS
Copyright © 2015 Michael Cornelius
Distributed under the Eclipse Public License either version 1.0.