Hash generator

MD5 · SHA-1 · SHA-256 · SHA-512 · file checksum match

해시 생성기

텍스트나 파일의 MD5·SHA-1·SHA-256·SHA-512 해시(체크섬)를 브라우저에서 바로 계산합니다

MD5 f20e1d376b9591da20129f36713f2fb3
SHA-1 fd872e2da0c0845ae51cbeb0bf068a1ba59e1fae
SHA-256 f92a1d3c7ebdd2eba23002b3666f7106bab8e8e191ff357ea33bf1623faef8f3
SHA-512 6410d6c69026cba1a05fada09ddfb995eca2b547cb9d8e5ef685a74c90dbcf6db8a317cb7bc3043e0ff54da37da85310f5d9b4b5af91f3dc7bdfbd8d02a1dc73
SHA3-512 22990c55db5bbfa88aede12cdcaca920c8094e86ff5e231d242d062d23831bca8f32b6974de8e69128bd641f4c0bbf2d2173acf19d0acbbfb8a77afbf0704518
Keccak-512 b24044197540365308399a8252e2c3e26f069e38d2101494ce51bb3c6d35b8bee519be52d724bf7db51c7784854a08fae9aeca54510899bc9a2ad5a4e49a033b
RIPEMD-160 dc44fc8791866788c9e4c1bd706ace6cc3c6276a
MD5·SHA-1 은 충돌이 알려져 있어 무결성 확인 용도로만 쓰고, 비밀번호 저장에는 쓰지 마세요. SHA3-512 가 표준(sha3sum 과 같은 값)이고, Keccak-512 는 표준화 이전 판이라 값이 다릅니다.
여기로 파일을 끌어다 놓거나
아직 선택된 파일이 없어요.

Generate a hash of your text — MD5, SHA-1, SHA-256, SHA-512, SHA-3 and RIPEMD-160. Computes MD5, SHA-1, SHA-256, SHA-512, SHA-3 and RIPEMD-160 of your text at once, and checks a downloaded file's checksum against the one the publisher listed. Files are never uploaded.

How to use it

  1. Text tab — type a string, six hashes at once
  2. Copy any row
  3. File tab — drop a file in
  4. Paste the expected checksum to confirm a match

Common questions

Does the file get uploaded to a server?
No. It is hashed locally with the browser’s WebCrypto, and no data leaves over the network.
Can I store passwords as MD5?
Please don’t. MD5 and SHA-1 have known collisions and should only be used to check integrity. For passwords use a purpose-built algorithm such as bcrypt or argon2.
Does it handle very large files?
The whole file is loaded into memory, so multi-gigabyte files can be too much for a browser. For those, an OS command (certutil, sha256sum) is the better tool.

Other tools

Stays on your device What you enter is handled inside your browser only — nothing is stored or sent anywhere.

This tool page states where what you enter goes — see the badge above. All tools · KarmoLab · Who made this · Built with AI. View source