I have an example:
Md5 base64: wPE2JkrsTJxF+KbSDApwYQ==
Md5 using md5_file: c0f136264aec4c9c45f8a6d20c0a7061
how convert the firts md5 in the second md5?
I have an example:
Md5 base64: wPE2JkrsTJxF+KbSDApwYQ==
Md5 using md5_file: c0f136264aec4c9c45f8a6d20c0a7061
how convert the firts md5 in the second md5?
base64_decode
gets you from base64 back to binary, and thenbin2hex
converts that to hex: