rusty-diceware

Commandline diceware, with or without dice, written in Rustlang.
git clone https://kaka.farm/~git/rusty-diceware
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore3L
-rw-r--r--CHANGELOG.md70L
-rw-r--r--Cargo.lock155L
-rw-r--r--Cargo.toml21L
-rw-r--r--LICENSE661L
-rw-r--r--README.md100L
-rw-r--r--bin/imgs.xkcd.com/comics/password_strength.png93029B
-rw-r--r--diceware_wordlists/CHANGELOG.md19L
-rw-r--r--diceware_wordlists/Cargo.toml15L
-rw-r--r--diceware_wordlists/build.rs128L
-rw-r--r--diceware_wordlists/src/lib.rs50L
-rw-r--r--diceware_wordlists/tests/tests.rs197L
-rw-r--r--diceware_wordlists/wordlists/beale.wordlist.asc7788L
-rw-r--r--diceware_wordlists/wordlists/diceware.wordlist.asc7789L
-rw-r--r--diceware_wordlists/wordlists/phrase.js43L
-rw-r--r--diceware_wordlists/wordlists/www.eff.org/files/2016/07/18/eff_large_wordlist.txt7776L
-rw-r--r--diceware_wordlists/wordlists/www.eff.org/files/2016/09/08/eff_short_wordlist_1.txt1296L
-rw-r--r--diceware_wordlists/wordlists/www.eff.org/files/2016/09/08/eff_short_wordlist_2_0.txt1296L
-rw-r--r--src/main.rs294L
-rw-r--r--tests/tests.rs64L