Codificatori e Crittografia
Generatore HMAC
Generatore HMAC gratuito. Crea firme HMAC con SHA-1, 256, 384 o 512 e qualsiasi segreto. Output esadecimale e Base64. Per la firma di webhook, autenticazione API.
Nota dell'editore
Understanding · A signature, with a shared secret.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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.
Le persone cercano anche
Letture correlate
Dal blog.(3)
Use with
What people reach for next.
Strumenti correlati
More in this room.
- Generatore di Hash (SHA-1/256/384/512)SHA-1, SHA-256, SHA-384, SHA-512 — tutto nel browser.
- Calcolatore Hash FileSHA-256, SHA-1 e MD5 di qualsiasi file — nel tuo browser.
- Encode / Decode Base64Codifica e decodifica Base64 – compatibile Unicode.
- Decodificatore JWTDecodifica ed esamina i token JWT — in locale, mai registrati.
- Codifica / Decodifica URLCodifica e decodifica URL in modo sicuro.
- Codifica/Decodifica Entità HTMLEsegui l'escape o l'unescape di caratteri speciali HTML.