Gerador HMAC
Gere assinaturas HMAC com SHA-256 ou SHA-1. Gratuito, sem cadastro.
Avalie esta ferramenta
4.4 / 5 · 212 avaliações
Recommended
DigitalOceanCloud hosting from $4/moFique atualizado
Receba dicas de dev e novos ferramentas semanalmente.
Sem spam. Cancele a qualquer momento.
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use
- Enter or paste the message to sign
- Enter the secret key
- Select the hash algorithm (SHA-256, SHA-1, or SHA-512)
- Copy the generated HMAC signature in hex or Base64
Common Use Cases
- Verifying webhook signatures from payment providers
- Signing API requests for authentication
- Generating message authentication codes for secure communication
- Testing HMAC implementations during development