개요
임의의 텍스트의 SHA-1, SHA-256, SHA-384, SHA-512 해시를 로컬에서 계산합니다. 브라우저의 WebCrypto를 사용하며 데이터는 기기 밖으로 나가지 않습니다.
When you need to quickly hash a string — verify a checksum, generate an integrity fingerprint, derive a cache key — open the popup, paste, pick an algorithm, and read the hex. Hashing is done by the browser's native WebCrypto, the same primitive that backs HTTPS. Key features: - Four algorithms in one popup: SHA-1, SHA-256, SHA-384, SHA-512 - Live computation — the hex digest updates as you type - Character count for the input and hex-length count for the output, shown live - One-click copy on the full hex digest - Your last-used algorithm and UI language are remembered locally - Backed by `crypto.subtle.digest` — no third-party hashing library, no network No data leaves your device. The hash is computed on your machine; nothing is uploaded or logged.
세부정보
개인정보 보호
개발자가 사용자 데이터에 관해 다음과 같이 선언했습니다
- 승인된 사용 사례를 제외하고 서드 파티에 판매하지 않음
- 항목의 핵심 기능과 관련 없는 목적으로 사용하거나 전송하지 않음
- 신용도 판단 또는 대출 목적으로 사용하거나 전송하지 않음