SOLVED

How to apply MD5 in Tokens?

Go to solution
RoyZhao
Level 1

How to apply MD5 in Tokens?

How to apply MD5 in Tokens?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How to apply MD5 in Tokens?

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.

 

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: How to apply MD5 in Tokens?

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.