You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I parsed a dictionary with words in french and english sorted in alphabetical order and I performed tests with a few passwords equal to dictionary words. I also tested without the dictionary to have reference entropy values and compare. For many words, the password entropy is higher when it is found in the extra dictionary words.
I installed strong_password version 0.0.10 (latest).
I parsed a dictionary with words in french and english sorted in alphabetical order and I performed tests with a few passwords equal to dictionary words. I also tested without the dictionary to have reference entropy values and compare. For many words, the password entropy is higher when it is found in the extra dictionary words.
I installed strong_password version 0.0.10 (latest).
If I inspect my dictionary, I have:
The dictionary has 475063 entries and there is no other data in
combined_dictionaries.csv
, just the words and line returns, which I removed withchop
.The text was updated successfully, but these errors were encountered: