Commandline Diceware (Wayback Machine mirror), sans dice, written in rustlang.
Please use Gitlab for anything whatsoever. Github is just a mirror.
CHANGELOG here.
Inspired by the great passphrase generating solution Diceware (Wayback Machine mirror) invented by Arnold G. Reinhold (Wayback Machine mirror) and by Randall Monroe’s xkcd#936:
``` Usage: diceware [options]
Options: -h, --help this help message --minilock [OBSOLETE] use the MiniLock wordlist (default) --reinhold [OBSOLETE] use the standard wordlist --beale [OBSOLETE] use the beale wordlist -e, --entropy display number of entropy bits -n, --nword NWORD number of words in a passphrase -d, --delimiter DELIM the delimiter character used to separate the words -f, --wordlist-file FILE path to a wordlist file -l, --wordlist WORDLIST Wordlist to use (minilock (default), reinhold, or beale) ```
--wordlist-file
command line option which loads and uses your very own newline delimited wordlist file. Inquire within!