Everybody here loves bcrypt, but you don't hear about how it has a max input size of 55 bytes >:)
There's no good reason the max should be so low, but you should not hurt your users by silently truncating input or exceeding the entropy limit of a fixed-size scrambling mechanism.
Comments
Everybody here loves bcrypt, but you don't hear about how it has a max input size of 55 bytes >:)
There's no good reason the max should be so low, but you should not hurt your users by silently truncating input or exceeding the entropy limit of a fixed-size scrambling mechanism.