#password #passphrase #generator

app diceware

A command line diceware, with or without dice

22 releases

0.5.8 Oct 20, 2022
0.5.7 Oct 19, 2022
0.5.3 Sep 18, 2022
0.4.0 Sep 16, 2022
0.1.0 Jun 16, 2015

#38 in Authentication

Download history 23/week @ 2023-06-07 3/week @ 2023-06-14 44/week @ 2023-06-21 19/week @ 2023-06-28 2/week @ 2023-07-05 2/week @ 2023-07-12 4/week @ 2023-07-19 2/week @ 2023-07-26 2/week @ 2023-08-02 1/week @ 2023-08-09 23/week @ 2023-08-16 24/week @ 2023-08-23 24/week @ 2023-08-30 29/week @ 2023-09-06 5/week @ 2023-09-13 4/week @ 2023-09-20

84 downloads per month

AGPL-3.0

665KB
441 lines

rusty-diceware - a password generator using wordlists

Commandline Diceware (Wayback Machine mirror), with or without 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.
    -r, --dicerolls     Provide results of physical dice rolls. Word per line,
                        same digit order as in the files, digits between and
                        including 1 and 6.
    -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

Say hello, chat, and/or lurch, aka "community"

You can say hello and/or rant about how terrible rusty-diceware is in the #rusty-diceware:matrix.org chat room.

Dependencies