ハッシュ比較ツール
ファイルの整合性確認やチェックサム照合のために2つのハッシュ値を比較
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.
さらに探す
おすすめのその他の セキュリティ…
パスワード強度チェッカー
パスワードがどれだけ強いかテストし、改善のヒントを得る
QRコードジェネレーター
URL、テキスト、Wi-Fi、vCardなどのQRコードを生成 — PNGまたはSVGでダウンロード
QRコードリーダー
画像やカメラからQRコードをスキャン・デコード — オフライン動作
バーコードジェネレーター
Code 128、Code 39、EAN-13、QRなどの形式でバーコードを生成
SSH鍵ジェネレーター
Web Crypto APIを使用してEd25519またはECDSA SSH鍵ペアを生成 — 100%ブラウザで動作
RSA鍵ジェネレーター
Web Crypto APIを使用してPEM形式の2048ビットまたは4096ビットRSA鍵ペアを生成 — 100%ブラウザで動作
ファイルハッシュチェッカー
ファイルをドラッグ&ドロップしてMD5、SHA-1、SHA-256、SHA-512を即時計算 — 既知のハッシュと照合して整合性を確認
TOTP / 2FA ジェネレーター
シークレットキーから時間ベースのワンタイムパスワード(TOTP)を生成 — Google Authenticator対応