mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-10 11:40:35 -05:00
Quality of life improvements. #44
This commit is contained in:
parent
cf3cb0c37f
commit
2038e93902
3 changed files with 31 additions and 0 deletions
|
@ -52,3 +52,10 @@
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.responsive-qrcode {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
|
|
BIN
assets/img/qrcode.png
Normal file
BIN
assets/img/qrcode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 679 B |
24
index.html
24
index.html
|
@ -232,7 +232,31 @@ Better still, <a href="https://time.com/nextadvisor/investing/cryptocurrency/sho
|
|||
No, don't do that. The short answer is that length makes your password more secure than special characters do. But don't take it from me, <a href="https://www.engadget.com/2017-08-08-nist-new-password-guidelines.html">take it from the man who put us through password hell</a> and regrets every minute of it.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The NIST has since released new password creation guidelines in a document which is rather lengthly, <a href="https://auth0.com/blog/dont-pass-on-the-new-nist-password-guidelines/">but summarized nicely here</a>.
|
||||
</p>
|
||||
|
||||
<h3>FAQ: Will this protect me from phishing attacks?</h3>
|
||||
|
||||
<p>
|
||||
Nope, even the best password in the world won't protect you if it is phished. However, having a password unique to that service will help mitigate the harm. <a href="https://en.wikipedia.org/wiki/Multi-factor_authentication">Two Factor Authentication</a> will also help you.
|
||||
</p>
|
||||
|
||||
|
||||
<h3>FAQ: Can I share this app?</h3>
|
||||
|
||||
<p>
|
||||
Sure! Here's a handy QR Code that your friends can scan:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="./assets/img/qrcode.png"><img src="./assets/img/qrcode.png" class="responsive-qrcode" /></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Yes, I created that <a href="https://httpbin.dmuth.org/qrcode/">with my own QR Code Generator</a>.
|
||||
In the tech industry, we call this <a href="https://en.wikipedia.org/wiki/Eating_your_own_dog_food">dogfooding</a>. :-)
|
||||
</p>
|
||||
|
||||
|
||||
<h3>"I can't believe you're sending passwords over the Internet!"</h3>
|
||||
|
|
Loading…
Reference in a new issue