Hash-Vergleich
Zwei Hash-Werte vergleichen, um Dateiintegrität zu überprüfen oder Prüfsummen abzugleichen
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.
Weiter entdecken
Weitere Sicherheit, die Ihnen gefallen könnten…
Passwortstärke-Prüfer
Passwortstärke testen und Tipps zur Verbesserung erhalten
QR-Code-Generator
QR-Codes für URLs, Text, WLAN, vCards und mehr generieren — als PNG oder SVG herunterladen
QR-Code-Leser
QR-Codes aus Bildern oder Kamera scannen und dekodieren — offline verfügbar
Barcode-Generator
Barcodes in Code 128, Code 39, EAN-13, QR und anderen Formaten generieren
SSH-Schlüsselgenerator
Ed25519 oder ECDSA SSH-Schlüsselpaare mit der Web Crypto API erzeugen — läuft 100% im Browser
RSA-Schlüsselgenerator
RSA-Schlüsselpaare mit 2048 oder 4096 Bit im PEM-Format mit der Web Crypto API erzeugen — läuft 100% im Browser
Datei-Hash-Prüfer
Legen Sie eine beliebige Datei per Drag & Drop ab, um sofort MD5, SHA-1, SHA-256 und SHA-512 zu berechnen — Integrität gegen bekannten Hash verifizieren
TOTP / 2FA Generator
Zeitbasierte Einmalpasswörter (TOTP) aus einem geheimen Schlüssel generieren — kompatibel mit Google Authenticator