crypto_hmac_verify
Verify HMAC signatures to ensure data integrity and authenticity using secret keys. Performs constant-time comparison to prevent timing attacks.
Instructions
[crypto] Verify an HMAC signature against data and a secret key. Returns true if valid, false otherwise. Uses constant-time comparison to prevent timing attacks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| secret | Yes | ||
| signature | Yes | ||
| algorithm | No |