How to apply MD5 in Tokens?
Solved! Go to Solution.
There’s no built-in MD5 (or any hash function).
You could in theory build it in Velocity — I keep meaning to write SHA256 in Velocity but I never get the week or so free that I’d need. More practically, you can can call a webhook-enabled service.
But what are you trying to hash? What’s the overall goal? Let’s not skip over the business details.
There’s no built-in MD5 (or any hash function).
You could in theory build it in Velocity — I keep meaning to write SHA256 in Velocity but I never get the week or so free that I’d need. More practically, you can can call a webhook-enabled service.
But what are you trying to hash? What’s the overall goal? Let’s not skip over the business details.