-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only one 12 letter word #97
Comments
It's a good point. The word list is here: I've always wondered how this list was generated. I've always wanted to expand it, but I can understand why you might not (e.g. because certain words might have NSFW meanings or be too obscure for people to know what the word is and remember it). |
Blind entropy is still good, especially when you have a range of potential word lengths. Looking at the "Statistics" box, the calculated "full knowledge" bits appear to be the problem. So if one knows that the password was generated with this tool with words 11 characters long, that is consistently 29 bits of entropy, which one wants to be above 52 bits (according to the information box). |
Just FYI, I think the entropy calculation wasn't accurate from the last time I saw it. I'm not sure if someone has fixed it yet, so check out the issues to be sure. |
The dictionary was taken straight out of the old Perl code. I had also already noted the single 12-letter word, but I haven't investigate further, because I was focusing on other functionality. |
No worries. This seems like a very low priority. Most of the presets deal with words between 4 and 8 (inclusive) characters in length. |
There appears to be only one 12 letter word: "considerable."
Set the Min Length and Max Length to 12 letters and after many tries, the only resulting word is "Considerable."
Either more 12 letter words need to be added or 11 should be the maximum word size.
11 letters also seem to be the same five words as well, though: Temperature, Information, Electricity, Instruments, Netherlands.
The text was updated successfully, but these errors were encountered: