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 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3