generate_hmac
Generate HMAC hashes from text using a secret key. Supports SHA256, SHA512, and MD5 algorithms.
Instructions
Generate HMAC hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to hash | |
| key | Yes | The secret key for HMAC | |
| algorithm | No | The hashing algorithm to use | SHA256 |