ハッシュジェネレーター
テキストやファイルからMD5、SHA-1、SHA-256、SHA-512ハッシュを生成
Hash Values
Note: MD5 is not available in the Web Crypto API. For MD5, a JavaScript implementation would be needed.
Hash Generator — MD5, SHA-1, SHA-256, SHA-512
Generate cryptographic hash values from any text using MD5, SHA-1, SHA-256, SHA-512, and more — instantly, in your browser. Use hashes to verify file integrity, store passwords, or build checksums.
Hash algorithms explained
MD5 (128-bit)
Fast but cryptographically broken. Use only for non-security checksums.
SHA-1 (160-bit)
Deprecated for security. Still common in legacy systems and git commits.
SHA-256 (256-bit)
Current standard for secure hashing. Part of SHA-2 family.
SHA-512 (512-bit)
Stronger than SHA-256, used where maximum collision resistance is required.
FAQ
What is a hash function?
A hash function takes any input and produces a fixed-length string of characters. The same input always produces the same hash, but even a tiny change in input produces a completely different hash.
Can you reverse a hash back to the original text?
No — hashing is a one-way function. You cannot mathematically reverse a hash. Attackers use precomputed tables (rainbow tables) or brute force, which is why strong algorithms and salting matter.
Which hash algorithm should I use?
For security (passwords, signatures): SHA-256 or SHA-512. For checksums and file integrity: SHA-256. Never use MD5 or SHA-1 for security — both have known collision vulnerabilities.
さらに探す
おすすめのその他の 開発者ツール…
JSONフォーマッター
構文ハイライトとエラー検出でJSONを整形、検証、圧縮
Base64エンコーダー/デコーダー
テキストやファイルをBase64にエンコードし、Base64文字列を読めるテキストにデコード
URLエンコーダー/デコーダー
URLコンポーネントとクエリ文字列パラメータをエンコード・デコード
UUIDジェネレーター
ランダムUUID(v1、v4)を生成するか、複数のUUIDを一括生成
正規表現テスター
リアルタイムのマッチハイライトとグループ抽出で正規表現をテスト
JWTデコーダー
JSON Web Tokenをデコードして検査 — ヘッダー、ペイロード、署名を確認
HTMLフォーマッター
適切なインデントと構文ハイライトでHTMLコードを整形・美化
CSS圧縮ツール
空白とコメントを削除してCSSコードを圧縮しファイルサイズを縮小