diff --git a/assets/css/dice.css b/assets/css/dice.css index 3ba20df..48ddfb4 100644 --- a/assets/css/dice.css +++ b/assets/css/dice.css @@ -52,3 +52,10 @@ height: auto; } +.responsive-qrcode { + width: 100%; + max-width: 300px; + height: auto; +} + + diff --git a/assets/img/qrcode.png b/assets/img/qrcode.png new file mode 100644 index 0000000..ab138a5 Binary files /dev/null and b/assets/img/qrcode.png differ diff --git a/index.html b/index.html index 4300b02..6104940 100644 --- a/index.html +++ b/index.html @@ -232,7 +232,31 @@

FAQ: Should I add numbers or an exclamation point to my password?

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, take it from the man who put us through password hell and regrets every minute of it.

+

The NIST has since released new password creation guidelines in a document which is rather lengthly, but summarized nicely here. +

+ +

FAQ: Will this protect me from phishing attacks?

+ +

+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. Two Factor Authentication will also help you. +

+ + +

FAQ: Can I share this app?

+ +

+Sure! Here's a handy QR Code that your friends can scan: +

+ +

+ +

+ +

+Yes, I created that with my own QR Code Generator. +In the tech industry, we call this dogfooding. :-) +

"I can't believe you're sending passwords over the Internet!"