해시 비교기
파일 무결성 확인 또는 체크섬 일치를 위해 두 해시 값 비교
Hash Compare — Verify File Integrity
Compare two hash values to verify file integrity or check if passwords match. Paste the expected hash and the computed hash — the tool instantly shows whether they match, ignoring case.
FAQ
How do I verify a file hash?
Download the file, compute its hash (using this hash generator or your OS tools), then compare it to the official hash published by the software vendor. A match confirms the file wasn't modified.
What is a hash collision?
A collision is when two different inputs produce the same hash. MD5 and SHA-1 are vulnerable to engineered collisions. For security-critical verification, use SHA-256 or SHA-512.
Why does case matter in hash comparison?
Hash algorithms produce consistent output in a fixed case (usually lowercase hex). This tool normalizes both inputs to lowercase before comparing, so MD5 output from different tools always matches.
계속 탐색
추천 보안 도구 도구…
비밀번호 강도 검사기
비밀번호가 얼마나 강한지 테스트하고 개선 팁 받기
QR 코드 생성기
URL, 텍스트, Wi-Fi, vCard 등을 위한 QR 코드 생성 — PNG 또는 SVG로 다운로드
QR 코드 리더
이미지나 카메라에서 QR 코드 스캔 및 디코딩 — 오프라인 작동
바코드 생성기
Code 128, Code 39, EAN-13, QR 등 형식으로 바코드 생성
SSH 키 생성기
Web Crypto API를 사용하여 Ed25519 또는 ECDSA SSH 키 쌍 생성 — 브라우저에서 100% 실행
RSA 키 생성기
Web Crypto API를 사용하여 PEM 형식의 2048비트 또는 4096비트 RSA 키 쌍 생성 — 브라우저에서 100% 실행
파일 해시 검사기
파일을 드래그 앤 드롭하여 MD5, SHA-1, SHA-256, SHA-512를 즉시 계산 — 알려진 해시와 비교하여 무결성 확인
TOTP / 2FA 생성기
비밀 키로 시간 기반 일회용 비밀번호(TOTP) 생성 — Google Authenticator 호환