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
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Currently, passwords are limited to 8+4+8 symbols in total. The example password provided got generated with the old word-list. The problem with a letter count below eight is, that the entropy drops rapidly. Whilst there are about 4000 words @ eight letters there's only slightly below 1000 nouns for six letters.
The possible fixes are:
Keep the maximum length at 20 symbols or eight characters per word
or
Search for some more nouns that have got less than six characters
|{1000 nouns} * {4 digit-numbers} * {1000 nouns}| = 10,000,000,000. We could search for more nouns, but I think ten trillion possibilities should be enough.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example: "Bügeleisen4Sprechstundenhilfe" Is simply too long for a password.
Just don't use words from the wordslist that are >6 characters.
The text was updated successfully, but these errors were encountered: