#password-generator #diceware #passphrase #passphrase-generator

diceware_wordlists

Wordlists for the command line tool Rusty Diceware

9 releases (stable)

1.2.3 Nov 7, 2024
1.2.1 Nov 4, 2022
1.1.1 Oct 20, 2022
0.5.6 Oct 18, 2022

#887 in Authentication

Download history 47/week @ 2025-09-19 120/week @ 2025-09-26 109/week @ 2025-10-03 51/week @ 2025-10-10 144/week @ 2025-10-17 81/week @ 2025-10-24 231/week @ 2025-10-31 100/week @ 2025-11-07 91/week @ 2025-11-14 240/week @ 2025-11-21 292/week @ 2025-11-28 368/week @ 2025-12-05 251/week @ 2025-12-12 187/week @ 2025-12-19 19/week @ 2025-12-26 163/week @ 2026-01-02

667 downloads per month
Used in 6 crates (4 directly)

MIT/Apache

555KB
207 lines

rusty-diceware wordlists - wordlists for passphrase generation.

A Rustlang library packaging a bunch of wordlists you can easily use in any Rustlang package.

Originally made for the Rusty Diceware commandline command.

Please use Codeberg for bug reporting, feature requests, or patch submissions - any other Git repository 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.

Featuring:

TODO:

  • Which one should it be the default behaviour and which one should be decided in a compile flag?
    1. Compile the wordlists into the executable itself (current behaviour).
    2. Load each wordlist during runtime as needed (unimplemented behaviour).

Mirrors:

Supprt my extremely important and 110% not trivial work 💰:

You can support me at https://buymeacoffee.com/kakafarm/ and/or tip on https://liberapay.com/yuvallanger/donate:

<script src="https://liberapay.com/yuvallanger/widgets/button.js"></script>

<a href="https://liberapay.com/yuvallanger/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>

Dependencies