Compute HMAC signatures with SHA-1, SHA-256, SHA-384, or SHA-512
HMAC inputs
——About HMAC
HMAC (Hash-based Message Authentication Code) combines a secret key with a cryptographic hash to produce a tag that proves both integrity and authenticity. It uses the Web Crypto API and runs entirely in your browser. Both message and key are treated as UTF-8.