Hmac
hmacCompute an HMAC (hex) of text with a secret key. algorithm = sha1, sha256 (default), sha384, or sha512. Keyless/offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The secret key. | |
| text | Yes | The message to authenticate. | |
| algorithm | No | sha1 | sha256 (default) | sha384 | sha512. |