Getting started Community Training Tutorials Documentation APIs, AI & Tools
%dw 2.0
import dw::Crypto
output application/json
---
{
"HMACBinary" : Crypto::HMACBinary("confidential" as Binary, "xxxxx" as Binary, "HmacSHA512")
}
This version of the product has entered Extended Support. You can switch to the latest version or use the version selector in the left navigation.
Computes an HMAC hash (with a secret cryptographic key) on input content.
See also, HMACWith.
| Name | Description |
|---|---|
|
The secret cryptographic key (a |
|
The input content, a |
|
The hashing algorithm. |