diff --git a/index.html b/index.html
index 7cb86e7..ce5f826 100644
--- a/index.html
+++ b/index.html
@@ -231,6 +231,15 @@ would be for an attacker to compromise the random number generator on your compu
anything that is encrypted (or passkeys generated) would be suspectible to less intense cryptoanalysis.
+
FAQ: How secure is the Diceware approach?
+
+If you want the absolute worst password security, go right ahead and use the same password everywhere so that when one service is cracked, an attacker can compromise every account you own. (Plz don't do that)
+
+If you want the absolute best security, choose a different password of completely random charcters for each service.
+
+If you want a middle of the raod 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.
+
+
FAQ: Is the source available?
Yep! You can grab a copy at https://github.com/dmuth/diceware