From c73926f529becba9fb52c4b731d35a3977ffdaff Mon Sep 17 00:00:00 2001
From: Douglas Muth
Date: Tue, 13 Sep 2022 18:04:10 -0400
Subject: [PATCH] Added some links
---
index.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index f3d3535..2868bdd 100644
--- a/index.html
+++ b/index.html
@@ -220,7 +220,10 @@ because all BitCoin nodes have a copy of the BitCoin Ledger, and an attacker
could attempt password cracking your wallet.
-Better still, don't use BitCoin.
+Better still, don't use BitCoin.
+(Seriously, avoid crypto and NFTs.)
+
+
FAQ: Should I add numbers or an exclamation point to my password?
@@ -252,6 +255,8 @@ If you want the absolute best security, choose a different password of completel
If you want a middle of the road approach that offers medium security, Diceware is the way to go. I wrote it for people like my parents, who might struggle with a password manager or not want to enter random characters when trying to enter their Apple password into their Apple TV, or want a password to log into their Mac that they can actually remember and not have to write down.
+This article is a bit dated, but the entropy (randomness) with Diceware passwords is substantial and can present a challenge to the NSA.
+
FAQ: Is the source available?