해시 생넱기

해시 생성기로 필요한 값을 빠르게 확인하고 결과의 의미까지 이해할 수 있습니다.

즉시 결과 브라우저에서 실행

해시 함수란?

MD5    → 128 bit
SHA-1   → 160 bit
SHA-256 → 256 bit
SHA-384 → 384 bit
SHA-512 → 512 bit

A cryptographic hash function maps any input to a fixed-length digest. The same input always produces the same hash; even a one-character change produces a completely different output. All computation runs locally in your browser.

사용 방법?

  1. 1
    Enter your textType or paste any text into the input field. Hashes update automatically as you type.
  2. 2
    해시 확인MD5, SHA-1, SHA-256, SHA-384 and SHA-512 digests are displayed simultaneously below the input.
  3. 3
    Copy any hashClick the copy button next to any hash to copy it to your clipboard.

자주 묻는 질문

MD5와 SHA-256‘ 차이점은 무뗇인가—?
MD5 produces a 128-bit (32-character hex) digest and is fast but cryptographically broken — do not use it for security purposes. SHA-1 produces 160 bits and is also deprecated for security use. SHA-256 (part of SHA-2) produces 256 bits and is currently the standard for security-sensitive applications. SHA-512 offers 512 bits for the highest collision resistance.
Can I reverse a hash to get the original text?
No. Hash functions are one-way by design — it is computationally infeasible to recover the input from the output. You can only verify by hashing the same input again and comparing the result.
Is my input text safe?
Yes. Everything is computed entirely inside your browser using the native Web Crypto API (SHA) and a local MD5 implementation. Your text is never transmitted to any server.

해시 생성기

해시 생성기는 비밀번호, QR 코드, UUID, 해시, 더미 텍스트 같은 결과를 빠르게 만들기 위한 온라인 도구입니다. 설치나 가입 없이 결과를 만들고 복사할 수 있도록 구성했습니다.

사용 전 확인

생성된 값은 실제 사용할 위치에서 테스트하는 것이 좋습니다. QR 코드는 스캔 확인, 해시는 입력값 확인, 비밀번호는 안전한 보관이 필요합니다.

개인정보

가능한 작업은 브라우저에서 처리됩니다. 민감한 정보는 꼭 필요한 경우에만 입력하세요.

결과 확인

생성된 값은 사용 전 검증하세요. QR 코드는 스캔하고, 해시는 원문을 다시 확인하며, 비밀번호는 다른 사이트와 재사용하지 않는 것이 안전합니다.

업무 활용

개발 테스트, 문서 작성, 디자인 시안, 데이터 준비처럼 반복 작업이 많은 상황에서 시간을 줄여 줍니다.

해시 생성기 자주 묻는 질문

무료인가요? 네, 브라우저에서 바로 사용할 수 있습니다. 결과는 확정값인가요? 아닙니다. 입력값과 계산 기준에 따른 추정값입니다. 다른 사이트와 왜 다를 수 있나요? 반올림, 단위, 공식, 지역별 기준이 다를 수 있습니다.

실전 사용 방법

먼저 기본값으로 계산한 뒤 입력값 하나만 바꿔 비교해 보세요. 이렇게 하면 어떤 요소가 결과에 큰 영향을 주는지 쉽게 알 수 있습니다. 해시 생성기를 중요한 확인에 사용할 때는 입력값과 결과를 함께 기록해 두는 것이 좋습니다.

댓글