코드, 데이터 및 QR 도구

Hash 텍스트

「Hash 텍스트」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Text is encoded as UTF-8 and processed locally in your browser.

Enter text to begin.

사용 방법

사용 방법

  1. Enter or paste text into the input field.
  2. Choose SHA-1, SHA-256, SHA-384, or SHA-512.
  3. Generate the digest, then copy the hexadecimal hash.

Standard Web Crypto algorithms

The page uses the browser’s built-in SubtleCrypto digest operation for SHA-1, SHA-256, SHA-384, and SHA-512. The output is lowercase hexadecimal.

Text stays on your device

Your input is encoded as UTF-8 and hashed locally. Nothing is uploaded, stored, or sent to a third-party service.

Hashes are one-way digests

A hash can help compare or identify data, but it is not encryption and cannot be reversed reliably to recover the original text.

자주 묻는 질문

더 알아보기

Which hash algorithms are available?

You can generate SHA-1, SHA-256, SHA-384, and SHA-512 digests.

Does whitespace affect the result?

Yes. Every character, including spaces and line breaks, is part of the input bytes.

Is my text uploaded?

No. Hashing runs locally in your browser through the Web Crypto API.

Should I use SHA-1 for passwords?

No. SHA-1 is included for compatibility checks. Passwords should use a password-specific KDF such as Argon2id, scrypt, or PBKDF2 with a salt.