🔏
HMAC Generator
Compute HMAC-SHA1/256/384/512 message authentication codes — for API signing and verification
Common uses: API request signing (AWS Signature v4, GitHub webhooks), TOTP seed verification, message integrity checks.
Uses the browser's native Web Crypto API (SubtleCrypto). Keys and messages never leave your device.