tool_hmac
Generate an HMAC hash for given data using a secret key. Choose algorithm and output format to verify data integrity and authenticity.
Instructions
[crypto] HMAC
Parameters:
data (string): Data
key (string): Key
algorithm (string): Algorithm
outputFormat (string): Output
Outputs:
hmac (string): HMAC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key | |
| data | No | Data | |
| hmac | No | HMAC | |
| algorithm | No | Algorithm | |
| outputFormat | No | Output |