mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
Added mention of using the EFF's list. #6.
This commit is contained in:
parent
538846dc71
commit
336c7cd375
1 changed files with 10 additions and 3 deletions
13
index.html
13
index.html
|
@ -243,11 +243,18 @@ Examples: <a href="?debug=4">Roll the Dice 4 times.</a>
|
||||||
<a name="wordlist"></a>
|
<a name="wordlist"></a>
|
||||||
<h3>FAQ: Can you tell me more about the list of words?</h3>
|
<h3>FAQ: Can you tell me more about the list of words?</h3>
|
||||||
|
|
||||||
I used to use <a href="http://world.std.com/~reinhold/diceware.wordlist.asc">the original wordlist</a>,
|
For rolls of 5 dice, I am now using <a href="https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases"
|
||||||
|
>the worldlist from the EFF</a>. Substantial enhancements have been made over the original list
|
||||||
|
designed to improve usability without compromising security.
|
||||||
|
</p>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
I started off using <a href="http://world.std.com/~reinhold/diceware.wordlist.asc">the original wordlist</a>,
|
||||||
but it contained a lot of symbols, punctuation, numbers, and 2 and 3 letter words. I wanted to try a different
|
but it contained a lot of symbols, punctuation, numbers, and 2 and 3 letter words. I wanted to try a different
|
||||||
wordlist with longer words, no non-alphabetic characters, and words more commonly used. So I got
|
wordlist with longer words, no non-alphabetic characters, and words more commonly used. So then I tried
|
||||||
<a href="http://norvig.com/ngrams/">Peter Norvig's</a> list of <a href="http://norvig.com/ngrams/count_1w.txt"
|
<a href="http://norvig.com/ngrams/">Peter Norvig's</a> list of <a href="http://norvig.com/ngrams/count_1w.txt"
|
||||||
>the 1/3rd million most frequently used words</a>.
|
>the 1/3rd million most frequently used words</a>. Peter Norvig's list is still in use for when 6 or 7 dice are rolled.
|
||||||
|
|
||||||
<h3>FAQ: How many dice are rolled per word?</h3>
|
<h3>FAQ: How many dice are rolled per word?</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue