DevTools Logo

HMAC Generator

HMAC Generator

Generate HMAC signatures with the Web Crypto API — nothing is sent to a server

Input

Message and secret key

About this tool

Generate HMAC signatures (SHA-1, SHA-256, SHA-384, SHA-512) from a message and secret key using the Web Crypto API. Output in hex or Base64, computed entirely in your browser. HMAC Generator runs in the browser on DevTools. There is no signup, and your input stays on this device unless the tool explicitly performs a live network lookup.

What this tool does not do

  • HMAC Generator is a free in-browser utility, not a hosted API. It does not keep server-side history and is not a substitute for production verification in your own stack.

How do I use this tool?

  1. How do I use HMAC Generator?

    Open HMAC Generator, enter or paste your input, and copy the result. The page works without an account.