해시 생성기
MD5, SHA1, SHA256 해시 생성
0 characters
해시할 텍스트를 입력하거나 붙여넣기...
이 도구에 대해
- MD5
- 128-bit hash. Fast but cryptographically broken — suitable for checksums only, not security.
- SHA-1
- 160-bit hash. Deprecated for cryptographic use; still common for Git object IDs and checksums.
- SHA-256
- 256-bit hash from the SHA-2 family. Widely used and considered secure for most applications.
- SHA-512
- 512-bit hash from the SHA-2 family. Higher security margin; often faster than SHA-256 on 64-bit CPUs.
All hashing runs entirely in your browser. No data is sent to any server.