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 Jan 20, 2023. It is now read-only.
The password rules forces hard to remember passwords. I was wondering if it would be possible to have a complexity score instead of requiring different character types.
A 21 char all lower case string is a stronger password than a 6 char string with 4 different character classes.
For example: AB.word5 takes a dumb program about 60 minutes to crack
life is great on earth takes that same dumb program centuries to crack
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The password rules forces hard to remember passwords. I was wondering if it would be possible to have a complexity score instead of requiring different character types.
A 21 char all lower case string is a stronger password than a 6 char string with 4 different character classes.
For example:
AB.word5
takes a dumb program about 60 minutes to cracklife is great on earth
takes that same dumb program centuries to crackThe text was updated successfully, but these errors were encountered: