Codificadores e Cripto
Gerador HMAC
Gerador HMAC gratuito. Crie assinaturas HMAC com SHA-1, 256, 384 ou 512 e qualquer segredo. Saída Hex e Base64. Para assinatura de webhooks, autenticação de API.
Nota do editor
Understanding · A signature, with a shared secret.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Leitura relacionada
Do blog.(3)
Use with
What people reach for next.
Ferramentas relacionadas
More in this room.
- Gerador de Hash (SHA-1/256/384/512)SHA-1, SHA-256, SHA-384, SHA-512 — tudo no navegador.
- Calculadora de Hash de FicheiroSHA-256, SHA-1 e MD5 de qualquer ficheiro — no seu navegador.
- Codificar / Descodificar Base64Codificar e descodificar Base64 — compatível com Unicode.
- Decodificador JWTDecodifique e inspecione tokens JWT — localmente, nunca registado.
- Codificar / Descodificar URLCodifique e descodifique URLs com segurança.
- Codificar / Descodificar Entidades HTMLConverta ou reverta carateres especiais HTML.