commit b06a45fd33d9ad3bc2bf1f1a5ae9b3b7cd081c7e
parent 4c9ab5da55bcd19a22caa46be4b8588b8d973d88
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date: Sat, 3 Sep 2022 19:25:53 +0300
Add Wayback Machine mirror links.
Diffstat:
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -1,17 +1,24 @@
# rusty-diceware - a password generator using the diceware word lists
-Commandline [Diceware][diceware], sans dice, written in [rustlang][rustlang].
+Commandline [Diceware][diceware] ([Wayback Machine mirror][diceware-wayback]),
+sans dice, written in [rustlang][rustlang].
-Please use [Gitlab][gitlab-mirror] for anything whatsoever. Github is just a mirror.
+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]:
+Inspired by the great passphrase generating solution [Diceware][diceware]
+([Wayback Machine mirror][diceware-wayback]) invented by [Arnold G.
+Reinhold][arnold] ([Wayback Machine mirror][arnold-wayback]) 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)
+![“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)
+* The [MiniLock][minilock] ([github][minilock-github])wordlist. (found in the
+ [phrase.js][minilock-phrase-js] file)
## Mirrors
@@ -25,6 +32,9 @@ Inspired by the great passphrase generating solution [Diceware][diceware] invent
[arnold]: <http://world.std.com/~reinhold/>
[diceware]: <http://world.std.com/~reinhold/diceware.html>
+[arnold-wayback]: <https://web.archive.org/web/20220608141106/https://theworld.com/~reinhold/>
+[diceware-wayback]: <https://web.archive.org/web/20220817092807/https://theworld.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>