Comparador de Hash
Compare dois valores hash para verificar integridade de arquivos ou checksums
Hash Compare — Verify File Integrity
Compare two hash values to verify file integrity or check if passwords match. Paste the expected hash and the computed hash — the tool instantly shows whether they match, ignoring case.
FAQ
How do I verify a file hash?
Download the file, compute its hash (using this hash generator or your OS tools), then compare it to the official hash published by the software vendor. A match confirms the file wasn't modified.
What is a hash collision?
A collision is when two different inputs produce the same hash. MD5 and SHA-1 are vulnerable to engineered collisions. For security-critical verification, use SHA-256 or SHA-512.
Why does case matter in hash comparison?
Hash algorithms produce consistent output in a fixed case (usually lowercase hex). This tool normalizes both inputs to lowercase before comparing, so MD5 output from different tools always matches.
Continue explorando
Outras ferramentas de Segurança que você pode gostar…
Verificador de força de senha
Teste quão forte é sua senha e receba dicas para melhorá-la
Gerador de QR Code
Gere QR Codes para URLs, texto, Wi-Fi, vCards e mais — baixe como PNG ou SVG
Leitor de QR Code
Escaneie e decodifique QR Codes de imagens ou câmera — funciona offline
Gerador de código de barras
Gere códigos de barras em Code 128, Code 39, EAN-13, QR e outros formatos
Gerador de chaves SSH
Gere pares de chaves SSH Ed25519 ou ECDSA usando a Web Crypto API — funciona 100% no navegador
Gerador de chaves RSA
Gere pares de chaves RSA de 2048 ou 4096 bits no formato PEM usando a Web Crypto API — funciona 100% no navegador
Verificador de Hash de Arquivo
Arraste e solte qualquer arquivo para calcular instantaneamente MD5, SHA-1, SHA-256 e SHA-512 — verifique a integridade contra um hash conhecido
Gerador TOTP / 2FA
Gere senhas únicas baseadas em tempo (TOTP) a partir de uma chave secreta — compatível com o Google Authenticator