Skip to content

Commit 2038e93

Browse files
committed
Quality of life improvements. #44
1 parent cf3cb0c commit 2038e93

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

assets/css/dice.css

+7
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@
5252
height: auto;
5353
}
5454

55+
.responsive-qrcode {
56+
width: 100%;
57+
max-width: 300px;
58+
height: auto;
59+
}
60+
61+

assets/img/qrcode.png

679 Bytes
Loading

index.html

+24
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,31 @@ <h3>FAQ: Should I add numbers or an exclamation point to my password?</h3>
232232
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.
233233
</p>
234234

235+
<p>
235236
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>.
237+
</p>
238+
239+
<h3>FAQ: Will this protect me from phishing attacks?</h3>
240+
241+
<p>
242+
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.
243+
</p>
244+
245+
246+
<h3>FAQ: Can I share this app?</h3>
247+
248+
<p>
249+
Sure! Here's a handy QR Code that your friends can scan:
250+
</p>
251+
252+
<p>
253+
<a href="./assets/img/qrcode.png"><img src="./assets/img/qrcode.png" class="responsive-qrcode" /></a>
254+
</p>
255+
256+
<p>
257+
Yes, I created that <a href="https://httpbin.dmuth.org/qrcode/">with my own QR Code Generator</a>.
258+
In the tech industry, we call this <a href="https://en.wikipedia.org/wiki/Eating_your_own_dog_food">dogfooding</a>. :-)
259+
</p>
236260

237261

238262
<h3>"I can't believe you're sending passwords over the Internet!"</h3>

0 commit comments

Comments
 (0)