Roberto Carlos
04/13/2022, 2:51 PMfunction hmac(message, key) {
return CryptoJS.HmacSHA256(message, key);
}
Is there some direct way to do that?
I have found this post in Stackoverflow but I think it could be a better way...
Any help will be appreciated...Selcuk Dogru
04/13/2022, 3:03 PMRoberto Carlos
04/13/2022, 3:06 PMShawn Talbert
04/14/2022, 3:38 AM