mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-22 00:36:30 -05:00
I'd complain about lack of autocorrect but Vim does not need autocorrect. Vim is perfect.
This commit is contained in:
parent
222ae26549
commit
04bad0bf8e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Fact is, humans are terrible at remembering random combiations of letters and
|
||||||
numbers, but we are great at remembering phrases of words. That's where diceware comes in.
|
numbers, but we are great at remembering phrases of words. That's where diceware comes in.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Diceware is based on the propsal at <a href="http://world.std.com/~reinhold/diceware.html">http://world.std.com/~reinhold/diceware.html</a>
|
Diceware is based on the proposal at <a href="http://world.std.com/~reinhold/diceware.html">http://world.std.com/~reinhold/diceware.html</a>
|
||||||
wherein virtual dice are roled 5 times, and the 5 digit number used against a lookup table of words.
|
wherein virtual dice are roled 5 times, and the 5 digit number used against a lookup table of words.
|
||||||
4 dice rolls gives you 4 random words which are easy for a human being to remember, yet have
|
4 dice rolls gives you 4 random words which are easy for a human being to remember, yet have
|
||||||
a high amount of entropy which makes them hard to crack.
|
a high amount of entropy which makes them hard to crack.
|
||||||
|
|
Loading…
Reference in a new issue