diceware 0.3.2

A command line diceware, sans dice.
Documentation
# rusty-diceware - a password generator using the diceware word lists
Commandline [Diceware][diceware], sans dice, written in [rustlang][rustlang].

Please use [Gitlab][gitlab-mirror] for anything whatsoever. Github is just a mirror.

Inspired by the great passphrase generating solution [Diceware][diceware] invented by [Arnold G. Reinhold][arnold] and by Randall Monroe’s [xkcd#936][xkcd-936]:

![“Hidden” alt text jokes are a pain in the ass.](/bin/imgs.xkcd.com/comics/password_strength.png)

## Featuring

* The original [Reinhold wordlist][reinhold-wordlist-asc].
* The [Beale wordlist][beale-wordlist-asc].
* The [MiniLock][minilock] ([github][minilock-github])wordlist. (found in the [phrase.js][minilock-phrase-js] file)

## Mirrors

* [Gitlab][gitlab-mirror] is the main repository.
* [Github][github-mirror] is just a mirror.


[gitlab-mirror]: <https://gitlab.com/yuvallanger/rusty-diceware/>
[github-mirror]: <https://github.com/yuvallanger/rusty-diceware/>

[arnold]: <http://world.std.com/~reinhold/>
[diceware]: <http://world.std.com/~reinhold/diceware.html>

[beale-wordlist-asc]: <http://world.std.com/~reinhold/beale.wordlist.asc>
[reinhold-wordlist-asc]: <http://world.std.com/~reinhold/diceware.wordlist.asc>
[minilock-phrase-js]: <https://github.com/kaepora/miniLock/blob/71dcf431886068c9ec7f563c3e4158153229b202/src/js/lib/phrase.js>


[rustlang]: <http://rust-lang.org>

[xkcd-936]: <https://www.explainxkcd.com/wiki/index.php/936>

[minilock]: <http://minilock.io>
[minilock-github]: <https://github.com/kaepora/miniLock/>