인코더 및 암호
해시 생성기 (SHA-1/256/384/512)
무료 해시 생성기. 모든 텍스트에 대해 SHA-1, SHA-256, SHA-384 및 SHA-512 해시를 계산합니다. 웹 암호화 API를 사용하며 입력 내용은 브라우저를 벗어나지 않습니다.
편집자 노트
Understanding · A one-way fingerprint.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›Which hash algorithms are supported?
SHA-1, SHA-256, SHA-384 and SHA-512 via the Web Crypto API. MD5 is intentionally omitted — it's broken for security use.
›Is my input sent anywhere?
No. Hashing runs in your browser using the native Web Crypto API.
›Why no MD5?
MD5 has been cryptographically broken since 2004 — collisions can be generated trivially. Use SHA-256 or stronger.
›What about SHA-3?
SHA-3 isn't available in the Web Crypto API yet. SHA-256 is still the standard recommendation for new projects.
›Are hashes reversible?
No — that's the point. Hashes are one-way. To 'crack' a hash you'd need to brute-force the input, which is infeasible for strong inputs.
›Is the generator free?
Yes — fully free, no signup.
사람들이 다음도 검색합니다.
관련 자료 읽기
블로그에서.(3)
Use with
What people reach for next.
관련 도구