ハッシュ値生成Hash Generator
テキスト・ファイルのMD5/SHA-1/SHA-256/SHA-384/SHA-512ハッシュ値を瞬時に計算。ブラウザ完結で外部送信なし。Instantly compute MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes for text or files. Runs entirely in your browser.
お気に入りについて About favorites
この端末のブラウザにのみ保存され、サーバーには送信されません。 Saved on this device only—never sent to our servers.
⚠ SHA系ハッシュの計算にはHTTPS環境が必要です。この端末では HTTP でアクセスしているため MD5 以外は利用できません。本番サイト(https://apps.ntones.net)でお試しください。 ⚠ SHA hashing requires HTTPS. This device is accessing the tool over HTTP, so only MD5 is available. Please try the production site (https://apps.ntones.net).
ファイルをドロップDrop a file here
またはクリックして選択(全形式対応)or click to select (all formats)
使い方・ユースケース How to Use & Use Cases
テキストを入力するか、ファイルをドロップすると、MD5・SHA-1・SHA-256・SHA-384・SHA-512のハッシュ値が自動で表示されます。各ハッシュ値の右側のボタンでコピーできます。処理はブラウザ内で完結し、内容は送信されません。 Enter text or drop a file to instantly see its MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes. Click the copy button next to any hash. Everything runs locally—nothing is uploaded.
ダウンロードしたファイルが配布元の公開チェックサムと一致するか確認したいとき、APIやDBに保存するパスワード・トークンのハッシュ値を試したいとき、ファイルの改ざん検知や重複チェックをしたいときに使えます。 Useful for verifying a downloaded file against a publisher's published checksum, testing hash values for passwords or tokens before storing them, or detecting file tampering and duplicates.
よくある質問FAQ
どのハッシュアルゴリズムに対応していますか?Which hash algorithms are supported?
MD5、SHA-1、SHA-256、SHA-384、SHA-512に対応しています。SHA系はWeb Crypto API、MD5は互換実装で計算しています。MD5, SHA-1, SHA-256, SHA-384, and SHA-512. SHA hashes use the Web Crypto API; MD5 uses a compatible in-browser implementation.
ファイルの内容はサーバーに送られますか?Is file content sent to a server?
送られません。ハッシュ計算はすべてブラウザ内(JavaScript)で行われます。大きなファイルでも外部への送信は発生しません。No. All hashing happens locally in your browser via JavaScript, even for large files.
MD5やSHA-1は安全ですか?Are MD5 and SHA-1 secure?
MD5・SHA-1は衝突耐性の脆弱性が知られており、パスワード保存や署名などセキュリティ用途には推奨されません。ファイル整合性の簡易確認や既存システムとの互換目的での利用にとどめ、新規のセキュリティ用途にはSHA-256以上を使ってください。MD5 and SHA-1 have known collision weaknesses and are not recommended for security purposes like password storage or signatures. Use them only for legacy compatibility or simple integrity checks; use SHA-256 or stronger for new security use cases.
大きなファイルでも計算できますか?Can I hash large files?
可能です。ファイルサイズに応じて計算に時間がかかる場合がありますが、ブラウザのメモリの範囲内であれば処理できます。Yes, within your browser's available memory. Larger files simply take longer to process.
ページを閉じれば、端末内のデータは自動的に消去されます。契約書や顧客資料など、慎重に扱うデータも安心してご利用ください。When you close the page, data on your device is cleared automatically. Safe for sensitive files such as contracts and client documents.