From 92a1da77f93c9f8a377c68eedde0ab55af04b6e8 Mon Sep 17 00:00:00 2001 From: Aaron Toponce Date: Mon, 9 Apr 2018 11:52:19 -0600 Subject: [PATCH] Increase default number of dice rolls from 4 to 6 Diceware provides about 12.92 bits of entropy per word. Best practice for passwords is to reach at least 70 bits of entropy to stay outside of successful clustered offline password cracking. 4 Diceware words: ~51.6 bits 5 Diceware words: ~64.6 bits 6 Diceware words: ~77.5 bits --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a686bca..c98e271 100644 --- a/index.html +++ b/index.html @@ -129,9 +129,9 @@
- + - +