jacko310592 Posted March 22, 2010 Share Posted March 22, 2010 hey guys, is anyone able to tell me the longest possible output of a password after the md5() process, the max length the user can use for their password is 15characters and there aren’t any restricted characters. the reason i'd like to know this is simply so i can put a max length value on the containing cell in mysql thanks Link to comment https://forums.phpfreaks.com/topic/196095-max-output-length-of-password-after-md5/ Share on other sites More sharing options...
slurpee Posted March 22, 2010 Share Posted March 22, 2010 Everything hashed using md5 will result in a 32-digit hex number Link to comment https://forums.phpfreaks.com/topic/196095-max-output-length-of-password-after-md5/#findComment-1029879 Share on other sites More sharing options...
jacko310592 Posted March 22, 2010 Author Share Posted March 22, 2010 thank you slurpee (: Link to comment https://forums.phpfreaks.com/topic/196095-max-output-length-of-password-after-md5/#findComment-1029881 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.