Back
How to convert the MD5 hex to base64?
Fix it by converting the MD5 hex to base64 instead of the string.
Example for JS (Node.js or similar, browserify, etc.
new Buffer(md5, 'hex').toString('base64').
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users