Is there a way to hash a message with HMAC SHA256 in server action in Reactive Web App ?
Hello Anand,
Yes, have you checked out the CryptoAPI Forge component? It has a ComputeMac action that you can use.
Craig St.Jean wrote:
thank you Craig
Will it work for reactive web app?
Yes, as long as you call it from a server action instead of a client action.
:) nice one craigRegards