HMAC Signature Calculator

⚠️ HMACs are computed locally via WebCrypto — nothing is uploaded. Never paste production secrets anywhere you do not fully trust, including this tool.

Typical usage: HMAC-SHA-256 of the message with your secret — compare against the signature an API sent you (e.g. webhook verification).

Check out more tools in my Tools.