From 2038e93902d38b7c9181e3b103cf6d7c9f160038 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 5 Feb 2023 20:49:46 -0500 Subject: [PATCH] Quality of life improvements. #44 --- assets/css/dice.css | 7 +++++++ assets/img/qrcode.png | Bin 0 -> 679 bytes index.html | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 assets/img/qrcode.png 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 0000000000000000000000000000000000000000..ab138a527d7dbcf8df88f4ccd7286ce56d6fdb48 GIT binary patch literal 679 zcmV;Y0$BZtP)zGWxFV{Pt|BN2zzr@!M|00}WI0J;o#SQd0 zzb;=~*a!%~&;d|IqZ!lOvIMd>{m#E*>F|`T67Bf#DQkYdIwGIqcM+k(8Pjly2qHPK zx6|YNy8NsAQ7fgWRo_TJCG~~#_&pk5@^d56Dw3U?ZoLupO(eP7{d+{d{$ov3e>=Bc$_HvPSawJtV)l;%eyXXaELP1g<8+Ii0?& z?YGe5{CDuy0rsq`N#kVdf!tq6tCMZ2$N9DRlAnRwF*z@#oE^zI+w=1Q`Q`bUCYCY= zm6oHi^8V2=`GtRT5T~x-GMqhrkIUcrw~2YOUDPZ|_g|0SL-U~q!YL=@!D?s~0V*+E zW_RyZzw>|PTU`yBYd$8o<7DJ^1KiT}ZuL9=mgV~M+$%~&%6Sg({Cr>@-CLTQTMKz7 z_WISa`P=(RNf8KE(skOH{r%Ok`P?6b?8`<{pGGn5&emb%<-O^5{$qTpPcmF0z+|^}Fi^?5 zP4zgx4*%-?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!"