hmac
Generate keyed hash signatures for text using a secret key and SHA-256, SHA-384, or SHA-512. Verify data integrity and authenticity.
Instructions
Generate HMAC signature for text with a secret key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to sign | |
| secret | Yes | Secret key | |
| algorithm | No | sha256 |