Updated
Using HMAC generator
HMAC generator signs the exact message bytes with the supplied text key using the browser’s Web Crypto implementation. Spaces, newlines and Unicode are part of the message.
A worked example
The example key “key” and the displayed fox sentence produce the hex HMAC beginning f7bc83f4.
Before you use the result
This accepts the key as UTF-8 text, not hex or Base64. HMAC authenticates a message; it does not encrypt it. Avoid entering production keys into a general-purpose web page.
Cite this page
ToolOctopus. “HMAC generator.” Updated 2026-09-19. https://tooloctopus.com/hmac-generator.
Add an access date if your instructions require one.
Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.
