Merge branch 'main' of github.com:dmuth/diceware into main

This commit is contained in:
Douglas Muth 2021-11-22 12:10:23 -05:00
commit c4ea78fdad
4 changed files with 211 additions and 3008 deletions

View file

@ -1,7 +1,8 @@
- 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 - 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. for some UI issues that arose.
- Arnold G. Reinhold: The original author of Diceware

2
dist/bundle.js vendored

File diff suppressed because one or more lines are too long

View file

@ -170,12 +170,12 @@ passwords are reused between services, <a href="http://www.businessinsider.com/b
>this has already happened.</a> >this has already happened.</a>
</p> </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. numbers, but we are great at remembering phrases of words. That's where Diceware comes in.
</p> </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> 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 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.
</p> </p>
@ -244,7 +244,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 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> <h3>FAQ: Is the source available?</h3>

3208
package-lock.json generated

File diff suppressed because it is too large Load diff