hmac-generator
Generate HMAC (Hash-based Message Authentication Code) using a message, secret key, and hash algorithm (SHA1, SHA256, SHA512) to verify data integrity and authenticity.
Instructions
Generate HMAC (Hash-based Message Authentication Code)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algorithm | No | Hash algorithm | |
| key | Yes | Secret key for HMAC | |
| message | Yes | Message to authenticate |