Encoders & Crypto
HMAC Generator
Gratis HMAC generator. Creëer HMAC handtekeningen met SHA-1, 256, 384 of 512 en elk geheim. Hex en Base64 uitvoer. Voor webhook ondertekening, API auth.
Redactionele opmerking
Understanding · A signature, with a shared secret.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
Quick answers.
›What is HMAC?
Hash-based Message Authentication Code — a way to verify a message hasn't been tampered with using a shared secret. Common in webhook signing.
›Is HMAC encryption?
No — HMAC is authentication. The message itself is in cleartext; HMAC just lets the receiver verify it came from someone with the same secret.
›Which algorithm should I use?
HMAC-SHA256 is the modern default. HMAC-SHA1 is still common in older systems but should be avoided for new work.
›Is my secret sent to a server?
No — generation runs entirely in your browser via the Web Crypto API.
›Is the generator free?
Yes — fully free, no signup.
Mensen zoeken ook naar
Gerelateerde artikelen
Uit de blog.(3)
Use with
What people reach for next.
Gerelateerde tools
More in this room.
- Hash Generator (SHA-1/256/384/512)SHA-1, SHA-256, SHA-384, SHA-512 — alles in de browser.
- Bestand Hash CalculatorSHA-256, SHA-1 en MD5 van elk bestand — in uw browser.
- Base64 Coderen / DecoderenCodeer en decodeer Base64 — Unicode-veilig.
- JWT DecoderDecodeer en inspecteer JWT tokens — lokaal, wordt nooit gelogd.
- URL Coderen / DecoderenPercent-codeer en decodeer URL's veilig.
- HTML Entiteiten Coderen / DecoderenOntsnap of herstel HTML speciale tekens.