해시 생성기
텍스트에서 MD5, SHA-1, SHA-256, SHA-512 해시를 생성합니다.
How to Use
- 1
Type or paste the text you want to hash into the input field.
- 2
View MD5, SHA-1, SHA-256, and SHA-512 hashes generated instantly.
- 3
Click any copy button to copy the specific hash you need.
Features
Four Hash Algorithms
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes simultaneously from a single input.
Web Crypto API
SHA hashes use the browser's native Web Crypto API for fast, secure computation.
Real-Time Hashing
Hashes update instantly as you type, so you always see the current result.
100% Local
All hashing is performed in your browser. Your text never leaves your device.
FAQ
어떤 해시 알고리즘을 사용해야 하나요?
대부분의 용도에는 SHA-256이 권장됩니다. MD5와 SHA-1은 보안에는 약하지만 체크섬에는 충분합니다.
해시가 로컬에서 처리되나요?
네, SHA 해시는 Web Crypto API를 사용하고 MD5는 로컬 구현을 사용합니다. 브라우저 밖으로 나가지 않습니다.