From 9e735dc20982756009b06027762a9e1a7e54cdb4 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 10 Jul 2016 19:15:51 -0400 Subject: [PATCH] Added wordlist explanation --- index.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c4a8943..077f94f 100644 --- a/index.html +++ b/index.html @@ -182,7 +182,7 @@ a high amount of entropy which makes them hard to crack. For more information on Diceware: @@ -216,6 +216,22 @@ Yep! You can grab a copy at https:/ In fact, if you are nervous about generating a password on a website (even though the password is actually generated by Javascript in your browser), I would encourage you to download the source and run it locally. + + +

FAQ: Why did you change the wordlist?

+ +I used to use the original wordlist, +but it contained a lot of symbols, punctuation, numbers, and 2 and 3 letter words. I wanted to try a different +wordlist with longer words, no non-alphabetic characters, and words more commonly used. So I got +the 10,000 most commonly used words in the +English language from Google's Trillion Word Corpus. +

+ +I am always considering what words I use in the wordlist. With the current wordlist, I noticed that +some words are really long, and this could also be an issue. I may investigate using a wordlist of +shorter words in the future. + +

Who built this? / Contact

My name is Douglas Muth, and I am a software engineer in Philadelphia, PA.