New topic Closed topic
avatar image
1
MD5 Base64 encoding
By Created , last editted

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?

Answers
Sort by:

This topic is closed.