
MD5 Base64 encoding
For a payment provider API call I need to parse a string to an MD5 Base64 encoding. I've tried it with MD5() and encode_base64(), but I get a different result back then what the payment provider is expecting. From what I got it needs to be an Base64 Byte Array? Is there something available for that?
For a payment provider API call I need to parse a string to an MD5 Base64 encoding. I've tried it with MD5() and encode_base64(), but I get a different result back then what the payment provider is expecting. From what I got it needs to be an Base64 Byte Array? Is there something available for that?
Login to reply