One of my client site uses MD5.js
in particular this function
function b64_md5(s) { return rstr2b64(rstr_md5(str2rstr_utf8(s))); }
Is there an equivalent of this in
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you want to return the Base64 representation of a MD5 hash of a string this would be equivalent: