mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 00:16:29 -05:00
Moved images to img/
This commit is contained in:
parent
449d16216e
commit
7f3c2fad5a
5 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Diceware
|
||||
|
||||
<img src="./dice.jpg" width="250" align="right" />
|
||||
<img src="./img/dice.jpg" width="250" align="right" />
|
||||
|
||||
Feel free to check out the live version at [https://diceware.dmuth.org/](https://diceware.dmuth.org/)
|
||||
|
||||
|
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
@ -190,7 +190,7 @@ For more information on Diceware:
|
|||
For more information on the entropy in passphrases, I'd like to refer you
|
||||
<a href="https://xkcd.com/936/">to this XKCD comic</a>:
|
||||
</p>
|
||||
<a href="./xkcd-password-strength.png"><img src="./xkcd-password-strength.png" class="responsive" /></a>
|
||||
<a href="./img/xkcd-password-strength.png"><img src="./img/xkcd-password-strength.png" class="responsive" /></a>
|
||||
</p>
|
||||
|
||||
Diceware is a trademark of Arnold Reinhold.
|
||||
|
@ -230,7 +230,7 @@ The NIST has since released new password creation guidelines in a document which
|
|||
|
||||
<h3>"I can't believe you're sending passwords over the Internet!"</h3>
|
||||
|
||||
<a href="dude-chill-just-chill.gif">Chill</a>. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself).
|
||||
<a href="img/dude-chill-just-chill.gif">Chill</a>. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself).
|
||||
|
||||
|
||||
<h3>FAQ: Are these dice rolls cryptographically secure?</h3>
|
||||
|
|
Loading…
Reference in a new issue