Fixed some typos

This commit is contained in:
Douglas Muth 2021-07-23 20:16:05 -04:00
parent e90018d7d7
commit 5121adcf5e
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
- Emily Davenport: Caught some of my typos. :-)
- GitHub user <a href="https://github.com/atoponce">@atoponce</a>: <a href="https://github.com/dmuth/diceware/pull/12">Noted that entropy was not at high as it should be</a>, sent in a Pull Request, and provided valuable assistance
for some UI issues that arose.
- Arnold G. Reinhold: The original author of Diceware

View File

@ -170,12 +170,12 @@ passwords are reused between services, <a href="http://www.businessinsider.com/b
>this has already happened.</a>
</p>
Fact is, humans are terrible at remembering random combiations of letters and
Fact is, humans are terrible at remembering random combinations of letters and
numbers, but we are great at remembering phrases of words. That's where Diceware comes in.
</p>
This Diceware web app 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 rolled 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
a high amount of entropy which makes them hard to crack.
</p>
@ -237,7 +237,7 @@ If you want the absolute worst password security, go right ahead and use the sam
If you want the absolute best security, choose a different password of completely random charcters for each service.</p>
If you want a middle of the raod approach that offers medium security, Diceware is the way to go. I wrote it for people like <a href="https://www.flickr.com/photos/dmuth/48499048131/in/photosof-dmuth/">my parents</a>, who might struggle with a password manager or not want to enter random characters when trying to enter their Apple password into their Apple TV, or want a password to log into their Mac that they can actually remember and not have to write down.</p>
If you want a middle of the road approach that offers medium security, Diceware is the way to go. I wrote it for people like <a href="https://www.flickr.com/photos/dmuth/48499048131/in/photosof-dmuth/">my parents</a>, who might struggle with a password manager or not want to enter random characters when trying to enter their Apple password into their Apple TV, or want a password to log into their Mac that they can actually remember and not have to write down.</p>
<h3>FAQ: Is the source available?</h3>