The Sea King 0 Posted March 19, 2008 Report Share Posted March 19, 2008 how many characters does MD5 have? Quote Link to post Share on other sites
justsomeguy 1,135 Posted March 19, 2008 Report Share Posted March 19, 2008 32There are many ways to figure that out for yourself, btw. Quote Link to post Share on other sites
The Sea King 0 Posted March 19, 2008 Author Report Share Posted March 19, 2008 . I forgot to post after one minute of finding that. . Quote Link to post Share on other sites
zppblood 0 Posted March 19, 2008 Report Share Posted March 19, 2008 If you didn't know strlen() is how to get the number of characters in a string. <?php echo strlen(md5('hash'));?> Quote Link to post Share on other sites
jhecht 0 Posted March 19, 2008 Report Share Posted March 19, 2008 2*sqrt(4)*(8^(1/3))^6Solve for X Quote Link to post Share on other sites
Synook 47 Posted March 19, 2008 Report Share Posted March 19, 2008 ? There is no X in that expression... (and to solve you need an equation). :)Jhecht's expression evaluates to 256, by the way. Quote Link to post Share on other sites
jhecht 0 Posted March 19, 2008 Report Share Posted March 19, 2008 Typo. was supposed to be 2*sqrt(4)*(8^(1/3))^4Solve for X(weird spacing on this computer, not my laptop) Quote Link to post Share on other sites
Synook 47 Posted March 20, 2008 Report Share Posted March 20, 2008 That still doesn't have an X in it Quote Link to post Share on other sites
zppblood 0 Posted March 20, 2008 Report Share Posted March 20, 2008 Typo. was supposed to be 2*sqrt(4)*(8^(1/3))^4Solve for Xx=2*2*(2)^4x=4*16x=64? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.