CryptoJS and Crypto (nodejs) won't generate the same HMAC SHA256 hash
A third party API provider requires a signature to be sent in the headers. They have have shared They gave us a working example in Postman. In the example they do a Hmac SHA256 encoded in base64 + UTF8. For that they use CryptoJS. However, I need to use crypto (nodejs library) due to some… Read More CryptoJS and Crypto (nodejs) won't generate the same HMAC SHA256 hash