Should I impose a maximum length on passwords?

Passwords are hashed to 32, 40, 128, whatever length. The only reason for a minimum length is to prevent easy to guess passwords. There is no purpose for a maximum length.

The obligatory XKCD explaining why you’re doing your user a disservice if you impose a max length:

The obligatory XKCD

Leave a Comment