Skip to content

Commit

Permalink
Quality of life improvements. #44
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuth committed Feb 6, 2023
1 parent cf3cb0c commit 2038e93
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/dice.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@
height: auto;
}

.responsive-qrcode {
width: 100%;
max-width: 300px;
height: auto;
}


Binary file added assets/img/qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,31 @@ <h3>FAQ: Should I add numbers or an exclamation point to my password?</h3>
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>
Expand Down

0 comments on commit 2038e93

Please sign in to comment.