Personally I would consider truncating passwords or even having password max length problematic. First of all you will need to update the length as soon as it would be considered too short, not to mention all the passwords you now need to migrate. It can also imply that you’re not using standard techniques for password storage.
Personally I would consider truncating passwords or even having password max length problematic. First of all you will need to update the length as soon as it would be considered too short, not to mention all the passwords you now need to migrate. It can also imply that you’re not using standard techniques for password storage.