ຟຣີ File Hash / Checksum
Compute SHA-256, SHA-1, SHA-384, and SHA-512 checksums of any file and verify a download against its published hash. The file is never uploaded.
ວາງໄຟລ໌ໄວ້ບ່ອນນີ້, ຫຼືຄລິກເພື່ອເລືອກເບິ່ງ
Any file ບໍ່ມີຂອບເຂດຈໍາກັດຂະຫນາດໄຟລ໌
ໄຟລ໌ຂອງທ່ານບໍ່ເຄີຍອອກຈາກອຸປະກອນຂອງທ່ານ. ການປະມວນຜົນທັງໝົດເກີດຂຶ້ນຢູ່ໃນຕົວທ່ອງເວັບຂອງທ່ານ.
Compute SHA-256, SHA-1, SHA-384, and SHA-512 checksums of any file — and verify a download against its published hash. The file is read locally and never uploaded.
Optimize for your platform
ມັນເຮັດວຽກແນວໃດ
A checksum is a fingerprint of a file. Publishers list one next to a download so you can confirm the file you got is exactly the one they released — not corrupted or tampered with. This computes them in your browser.
- 1You pick a fileIt's read into memory locally — never uploaded, no matter the size.
- 2Web Crypto hashes itThe browser's native crypto.subtle computes SHA-256, SHA-1, SHA-384, and SHA-512 in a single pass over the bytes.
- 3You compare to the published hashPaste the checksum from the download page; it's matched against all four algorithms and a clear ✓/✗ tells you if the file is authentic.
- 4Copy any hashGrab a checksum to publish alongside your own files.
Verifying a sensitive download (an installer, a disk image, a backup) shouldn't require uploading it anywhere. The hash is computed entirely on your device with native browser crypto.
ເປັນຫຍັງຕ້ອງໃຊ້ຂອງພວກເຮົາ?
ເຄື່ອງມືທີ່ກ່ຽວຂ້ອງ
ຕົວແປງຫນ່ວຍ
ແປງລະຫວ່າງຫົວໜ່ວຍຄວາມຍາວ, ນໍ້າໜັກ, ອຸນຫະພູມ, ພື້ນທີ່, ປະລິມານ ແລະອື່ນໆອີກ.
ຕົວເຂົ້າລະຫັດ ແລະຕົວຖອດລະຫັດ URL
ເຂົ້າລະຫັດ ແລະຖອດລະຫັດ URL ແລະສາຍຄຳຊອກຫາ. ຮອງຮັບ encodeURIComponent, decodeURIComponent, ແລະ query string parsing.
ອັດວີດີໂອ
ບີບອັດໄຟລ໌ວິດີໂອເພື່ອຫຼຸດຜ່ອນຂະຫນາດຂອງເຂົາເຈົ້າ. ເລືອກຄຸນນະພາບ, ຄວາມລະອຽດ, ແລະຮູບແບບຜົນຜະລິດ. ການປຸງແຕ່ງທັງຫມົດແມ່ນທ້ອງຖິ່ນ.
