HMAC SHA256 nodejs code example Example: hmac_sha256 node Click to copylet test = crypto.createHmac('sha256', "key").update("json").digest("base64");