mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-23 09:16:29 -05:00
Fixed #37.
This commit is contained in:
parent
4ea97b9bf1
commit
693d97c99f
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
@ -300,18 +300,18 @@ Examples: <a href="?debug=4&skip_animation">4 dice rolls with no animation</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>
|
||||||
|
|
||||||
|
<p>
|
||||||
For rolls of 5 dice, I am now using <a href="https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases"
|
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>. <a href="https://github.com/dmuth/diceware/issues/30">Substantial enhancements</a> have been made over the original list
|
>the worldlist from the EFF</a>. <a href="https://github.com/dmuth/diceware/issues/30">Substantial enhancements</a> have been made over the original list designed to improve usability without compromising security.
|
||||||
designed to improve usability without compromising security.
|
|
||||||
</p>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
I started off using <a href="http://world.std.com/~reinhold/diceware.wordlist.asc">the original wordlist</a>,
|
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 then I tried
|
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>. Peter Norvig's list is still in use for when 6 or 7 dice are rolled.
|
>the 1/3rd million most frequently used words</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<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