Link to home
Start Free TrialLog in
Avatar of medium_grade
medium_gradeFlag for United States of America

asked on

Javascript md5 compatible with PHP md5?

I was just wondering if the javascript implementation of md5 (in the md5.js file) is compatible with the md5() function in PHP.
ASKER CERTIFIED SOLUTION
Avatar of m0nk3y
m0nk3y

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of medium_grade

ASKER

I know that the algorithm SHOULD be the same, but I remember hearing that Java's implementation of md5 is incompatible with PHP's md5. I wanted to make sure that sure wasn't the case with one in md5.js.

In any event, thank you for your answer.
Avatar of m0nk3y
m0nk3y

<shrugs> like i said, assuming it fully complies to the md5 spec, you shoulden't have any problems.