Comparador de Hash
Compara dos valores hash para verificar integridad de archivos o coincidencia de 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.
Sigue explorando
Otras herramientas de Seguridad que te pueden gustar…
Verificador de fortaleza de contraseña
Prueba qué tan fuerte es tu contraseña y obtén consejos para mejorarla
Generador de código QR
Genera códigos QR para URLs, texto, Wi-Fi, vCards y más — descarga como PNG o SVG
Lector de código QR
Escanea y decodifica códigos QR desde imágenes o tu cámara — funciona sin conexión
Generador de código de barras
Genera códigos de barras en Code 128, Code 39, EAN-13, QR y otros formatos
Generador de claves SSH
Genera pares de claves SSH Ed25519 o ECDSA con la Web Crypto API — funciona 100% en tu navegador
Generador de claves RSA
Genera pares de claves RSA de 2048 o 4096 bits en formato PEM con la Web Crypto API — funciona 100% en tu navegador
Verificador de Hash de Archivo
Arrastra y suelta cualquier archivo para calcular al instante MD5, SHA-1, SHA-256 y SHA-512 — verifica la integridad contra un hash conocido
Generador TOTP / 2FA
Genera contraseñas de un solo uso basadas en tiempo (TOTP) desde una clave secreta — compatible con Google Authenticator