My bank: “your password is too long, please choose a new password.”

Should never be an error message, ever.

@nixCraft It suggests that they don’t use a hash to store your password. 🤮 #redflag

@fubaroque @nixCraft

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.

@csdummi @nixCraft After the first round the length is fixed. 🤔

@fubaroque @nixCraft

The password is, after all, sent in plaintext from the browser to server (over HTTPS).

@csdummi @nixCraft And? Does that mean it’s length needs to be restricted? Uploading documents of a gigabyte doesn’t seem to be a problem… 🤣