Forum Discussion
2 Replies
- tstackFormer Employee
You can use the Digest functions in the expression language.
Digest.sha256($msg)
- kmiesseContributor
Thank you! I found it.
How can I hash a unique combination of string values to create a unique single value?
You can use the Digest functions in the expression language.
Digest.sha256($msg)
Thank you! I found it.