From 7f3c2fad5a96e21be30d09084c0a4e079f074bad Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Fri, 15 Apr 2022 19:57:26 -0400 Subject: [PATCH] Moved images to img/ --- README.md | 2 +- dice.jpg => img/dice.jpg | Bin .../dude-chill-just-chill.gif | Bin .../xkcd-password-strength.png | Bin index.html | 4 ++-- 5 files changed, 3 insertions(+), 3 deletions(-) rename dice.jpg => img/dice.jpg (100%) rename dude-chill-just-chill.gif => img/dude-chill-just-chill.gif (100%) rename xkcd-password-strength.png => img/xkcd-password-strength.png (100%) diff --git a/README.md b/README.md index b2dbc3e..6741f69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Diceware - + Feel free to check out the live version at [https://diceware.dmuth.org/](https://diceware.dmuth.org/) diff --git a/dice.jpg b/img/dice.jpg similarity index 100% rename from dice.jpg rename to img/dice.jpg diff --git a/dude-chill-just-chill.gif b/img/dude-chill-just-chill.gif similarity index 100% rename from dude-chill-just-chill.gif rename to img/dude-chill-just-chill.gif diff --git a/xkcd-password-strength.png b/img/xkcd-password-strength.png similarity index 100% rename from xkcd-password-strength.png rename to img/xkcd-password-strength.png diff --git a/index.html b/index.html index 0e5463c..5c75735 100644 --- a/index.html +++ b/index.html @@ -190,7 +190,7 @@ For more information on Diceware: For more information on the entropy in passphrases, I'd like to refer you to this XKCD comic:

- +

Diceware is a trademark of Arnold Reinhold. @@ -230,7 +230,7 @@ The NIST has since released new password creation guidelines in a document which

"I can't believe you're sending passwords over the Internet!"

-Chill. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself). +Chill. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself).

FAQ: Are these dice rolls cryptographically secure?