generate_hmac
Generates a Hash-based Message Authentication Code (HMAC) using a secret key and your choice of SHA-1, SHA-256, or SHA-512. Ensures message integrity and authenticity.
Instructions
Generate HMAC (Hash-based Message Authentication Code)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to authenticate | |
| key | Yes | Secret key for HMAC | |
| algorithm | No | Hash algorithm |