My bank: “your password is too long, please choose a new password.”
Should never be an error message, ever.
My bank: “your password is too long, please choose a new password.”
Should never be an error message, ever.
Not necessarily. There are legitimate performance considerations to using too long passwords, since they increase the burden on the authenticating server.
A 32 character limit is too low though.
The password is, after all, sent in plaintext from the browser to server (over HTTPS).