-
Notifications
You must be signed in to change notification settings - Fork 178
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 length limitation #185
Comments
Its a limitation in the length of the length of the encrypted string versus your original string (read: your email + pad + password). It might be fixable in |
Basically the encrypted key needs to be a certain amount bigger than the plain-text per the code at line 141 in |
Ah, yeah, this is a bug/limitation in gpsoauth: simon-weber/gpsoauth#17. |
Going to close this in favor of the gpsoauth issue. Thanks for the report! |
My current google password is 80 characters. (Dont ask why).
I got the error
Which I though was because of special characters in my password (like
'
or;
). I changed it to a password without special characters, but I still get the error message from above.Is there any limitation that you know of and is it possible to remove this limitation perhaps? Google allows you to use such long passwords and therefore a client shouldnt deny access.
The text was updated successfully, but these errors were encountered: