mirror of
https://github.com/dmuth/diceware.git
synced 2024-12-04 04:03:15 -05:00
Inlined XKCD comic.
This commit is contained in:
parent
c99bf78f11
commit
1c19baf9c8
3 changed files with 11 additions and 1 deletions
6
dice.css
6
dice.css
|
@ -46,3 +46,9 @@
|
||||||
margin: 38px 0 0 65px;
|
margin: 38px 0 0 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.responsive {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 740px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -188,9 +188,13 @@ For more information on Diceware:
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
For more information on the entropy in passphrases, I'd like to refer you
|
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="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>
|
||||||
|
</p>
|
||||||
|
|
||||||
Diceware is a trademark of Arnold Reinhold.
|
Diceware is a trademark of Arnold Reinhold.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>FAQ: Why not use LastPass or a similar product?</h3>
|
<h3>FAQ: Why not use LastPass or a similar product?</h3>
|
||||||
|
|
||||||
|
|
BIN
xkcd-password-strength.png
Normal file
BIN
xkcd-password-strength.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
Loading…
Reference in a new issue