From 9f43d0d01761911a7f6588d75980775c7f4b31f6 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 3 Nov 2020 21:47:10 +0300 Subject: init --- README.md | 18 ++++++++++++++++++ diceware-booklet.odg | Bin 0 -> 95583 bytes diceware-booklet.pdf | Bin 0 -> 171012 bytes 3 files changed, 18 insertions(+) create mode 100644 README.md create mode 100644 diceware-booklet.odg create mode 100644 diceware-booklet.pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..93ae35c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Diceware booklet + +For some reason I've decided to create a booklet with all diceware wordlist for +myself. + +Diceware is a method for choosing good and secure passwords. +Since people are bad at choosing random things, this method was created. +You simply just throw a die five times, write down the values and then check the +list to find a mathcing word. +Five words are enough to make very strong password suitable for something like +gpg key passphrase. +More words you choose - more enthropy gains your password. + +This booklet is based not on +[original diceware by Arnold G. Reinhold](https://theworld.com/~reinhold/diceware.html) +but on newer one by Electronic Frontier Foundation. +It's not that it's more secure, but the words are just a little bit longer and +distinctive. diff --git a/diceware-booklet.odg b/diceware-booklet.odg new file mode 100644 index 0000000..62201d0 Binary files /dev/null and b/diceware-booklet.odg differ diff --git a/diceware-booklet.pdf b/diceware-booklet.pdf new file mode 100644 index 0000000..78474c8 Binary files /dev/null and b/diceware-booklet.pdf differ -- cgit v1.2.3