-
Notifications
You must be signed in to change notification settings - Fork 943
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
". . . . . ." is a good password #39
Comments
+1 |
This makes sense to me. Are other pattern checks useful like /././././././. |
It might also be worthy of note that |
² ² (space space square space space square) |
@BoiteAWeb makes me think that maybe a trim should be done before checking.. (I tend to trim any password inputs in case of extra characters with copy/paste. |
nono, never trim a password, i can decide to start my password with a space, this is not forbidden. |
@BoiteAWeb given how many times copy/paste includes extra leading/trailing whitespace and the resulting error, and confusion... it's probably better to not allow it... maybe not in this tool, but in practice... imho. |
I agree with @BoiteAWeb. |
as of 3.5.0, '. . . . . .' is no longer a good password! the new implementation of |
It seems like the "repeat" strategy should apply to multiple-character runs.
The text was updated successfully, but these errors were encountered: