100
Views
4
Comments
Solved
HMAC SHA256 hex digest
Question

Is there a way to hash a message with HMAC SHA256  in server action in Reactive Web App  ?

2025-10-09 15-40-22
Craig St Jean
Staff
Solution

Hello Anand,

Yes, have you checked out the CryptoAPI Forge component?  It has a ComputeMac action that you can use.

UserImage.jpg
anand kumar

Craig St.Jean wrote:

Hello Anand,

Yes, have you checked out the CryptoAPI Forge component?  It has a ComputeMac action that you can use.

 thank you Craig

 Will it work for reactive web app?

2025-10-09 15-40-22
Craig St Jean
Staff

Hello Anand,

Yes, as long as you call it from a server action instead of a client action.

UserImage.jpg
anand kumar

Craig St.Jean wrote:

Hello Anand,

Yes, as long as you call it from a server action instead of a client action.

 :) nice one craig
Regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.