crypto_hmac
Generate Hash-based Message Authentication Codes (HMAC) using SHA256, SHA512, or MD5 with provided text and key.
Instructions
Menu ID: hmac. HMAC Generator. Generate HMAC (Hash-based Message Authentication Code) with various algorithms. Supports SHA256, SHA512, MD5 and many more hash functions. Use describe_tool with tool_id "hmac" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| key | Yes | ||
| keyFormat | Yes | ||
| algorithm | Yes | ||
| outputFormat | Yes |