rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4f74bb7ec561b0406d84c54c6ef293400031dd8b
parent 97cdc080d7c61d257688d2b58b4c15833ccd3aad
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Mon, 15 Jun 2015 23:15:14 +0300

Sending people to gitlab and linking important things

Diffstat:
MREADME.md | 22++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,20 +1,38 @@ # 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] -* [Github][github-mirror] +* [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://xkcd.com/936/> + +[minilock]: <http://minilock.io> +[minilock-github]: <https://github.com/kaepora/miniLock/>