해시 생성기
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