Codificadores e Cripto
Gerador de Hash (SHA-1/256/384/512)
Gerador de hash gratuito. Calcule hashes SHA-1, SHA-256, SHA-384 e SHA-512 para qualquer texto. Usa a API Web Crypto — a sua entrada nunca sai do seu navegador.
Nota do editor
Understanding · A one-way fingerprint.
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.
›Which hash algorithms are supported?
SHA-1, SHA-256, SHA-384 and SHA-512 via the Web Crypto API. MD5 is intentionally omitted — it's broken for security use.
›Is my input sent anywhere?
No. Hashing runs in your browser using the native Web Crypto API.
›Why no MD5?
MD5 has been cryptographically broken since 2004 — collisions can be generated trivially. Use SHA-256 or stronger.
›What about SHA-3?
SHA-3 isn't available in the Web Crypto API yet. SHA-256 is still the standard recommendation for new projects.
›Are hashes reversible?
No — that's the point. Hashes are one-way. To 'crack' a hash you'd need to brute-force the input, which is infeasible for strong inputs.
›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 HMACHMAC-SHA1/256/384/512 com qualquer segredo.
- 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.