How to hash a string with SHA-256 using XSLT?
I have a requiremet to hash with SHA-256, hash 2 different strings using XSLT to access a API in Workday.
Hash (string 1 + string 2) using SHA-256.
I tried using Java functions in XSLT but it is not working. I’m not sure how to add java functions in XSLT your text