How to apply MD5 in Tokens? | Community
Skip to main content
Level 1
July 1, 2022
Solved

How to apply MD5 in Tokens?

  • July 1, 2022
  • 1 reply
  • 1087 views

How to apply MD5 in Tokens?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

 

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 1, 2022

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.