Compute HMAC (Hash-based Message Authentication Code) using WebCrypto API. Supports SHA-1, SHA-256, SHA-384, SHA-512 algorithms with hex or base64 output encoding. Key input as plain text or hex bytes. Perfect for verifying API webhooks and signatures. All processing runs entirely in your browser.