ハッシュ生成器
Web CryptoMD5・SHA-1・SHA-256・SHA-384・SHA-512 のダイジェストを hex / Base64 で生成。
ダイジェスト
ダイジェストなし
テキストを入力すると即座に生成
About Hash Generator
Pick an algorithm and type or paste any text. The digest updates instantly as you type. SHA variants are computed with the browser's native WebCrypto implementation, while MD5 uses a compact RFC 1321 implementation included in the page - no external service is involved.
Choose hex (the familiar 40/64-character form) or base64 output, and optionally uppercase the result. Common uses include checking file or payload checksums, verifying configuration values, and generating deterministic identifiers.
Hashing is one-way: the original text cannot be recovered from the digest. Everything runs locally, so sensitive strings never leave your device.
機能ハイライト
- MD5, SHA-1, SHA-256, SHA-384, and SHA-512
- Live digest as you type
- Hex and base64 output
- Uppercase formatting option
- Digest length shown in bits
- 100% client-side with Web Crypto