rusty-diceware - a password generator using the diceware word lists

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:

“Hidden” alt text jokes are a pain in the ass.

Usage:

``` Usage: diceware [options]

Options: -h, --help this help message -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 (efflong (default), effshort1, effshort2, minilock, reinhold, or beale) ```

Featuring

Mirrors