Move MD5 hashing to a Data extension and return Data type directly + rename all checksum functions with compute
prefix
#222
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
Use Case
Having the MD5 algorithm as a String extension can lead to issues as it would requires encoding request payloads to utf8 when there is no such restriction. Additionally, adding a base64 encoding limits usage in the SDK when we may not always want the result encoded that way.
Proposed Solution
As state above in feature description.
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: