-
Notifications
You must be signed in to change notification settings - Fork 4
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
Password Lenght #35
Comments
Just to clarify for anybody coming across this: The password length for the generator is maxed out at 50 characters. Longer passwords can be stored. |
Just trying to understand for what reason someone could ever need passwords longer than 50 characters? As far as I know already 12+ is already nearly impossible to crack and it takes centuries. |
For example development of quantum computers and artificial intelligences maybe reason. |
50 is an arbitrary limit. It could be increased, but I wouldn't want to indicate to first time users that such a length is necessary. I suppose there's no harm in increasing it further, even to say 100 characters. I'd accept a PR for this - it needs to be made on the UI repo. |
Why cant password be longer than 50 characters? (Little bit surprising.) Please increase 50 to at least 1024 (see for example: https://psono.com/password-generator).
The text was updated successfully, but these errors were encountered: