Comment on Ask HN: What are valid reasons for limiting password length?parentComments−bennyg12yNo, no, no. You want to use a hash function that's going to keep it at a length already. In fact just use BCrypt, and don't do anything funky yourself.
Comments
No, no, no. You want to use a hash function that's going to keep it at a length already. In fact just use BCrypt, and don't do anything funky yourself.