About 50 results
Open links in new tab
  1. Is there a built-in checksum utility on Windows 7? - Super User

    The Microsoft File Checksum Integrity Verifier tool is an unsupported command line utility that computes MD5 or SHA1 cryptographic hashes for files. It doesn't show Windows 7 in system requirements but …

  2. Any Built-In Checksum utility for Windows 10 using CRC-32?

    May 9, 2019 · 14 Is there any Built-In Checksum utility for Windows 10 using CRC-32? I checked different answers which are old and mention certUtil, but that does not support CRC-32 or CRC-64.

  3. Mass Checksumming tool for Windows? - Super User

    May 3, 2010 · 6 I'm looking for a command line tool for windows that will go over a directory tree (recursively) and output a list of all the files in there, and a checksum for each file (can be CRC, …

  4. How can I generate an MD5 sum for a folder on Windows?

    Apr 19, 2018 · Fsum Frontend is a free and easy-to-use tool that allows to compute message digests, checksums and HMACs for files and text strings. It supports drag-and-drop and you can handle …

  5. Official source for Windows 10 checksums? - Super User

    Oct 21, 2024 · We can find ISO files of installation media of Windows 10 in many sources. Is there a source, e.g. some part of the Microsoft website, for the checksums (SHA256 or another hash) of the …

  6. The safest way to check if files are identical - Super User

    Nov 24, 2024 · I'm looking for a command line tool to check if files are the same or not, I know there are " fc " and " comp " but I'm not sure which is better or if they are safe or not. I have different files in …

  7. Is there a way to copy with verification or just verify copied data

    Individually creating MD5, checksum or hash of files is not an option unless there's an efficient library/method/algorithm that I can implement in a programming language as there would be …

  8. How to take sha256sum of file and compare to check in one line?

    Compare the checksum of a file against a previously-stored or already-known checksum: Now, assuming you want to check the integrity of the file against this known checksum in that file, you can …

  9. Safe way to verify that a Microsoft ISO has not been tampered with

    Feb 4, 2017 · I’ve downloaded a Windows 10 ISO and received an image that has the same checksum as the MSDN image “Windows 10 (consumer editions), version 2004 (updated May 2020)”. So …

  10. What tool can generate MD5 from the command-line?

    The File Checksum Integrity Verifier (FCIV) is a command-prompt utility that computes and verifies cryptographic hash values of files. FCIV can compute MD5 or SHA-1 cryptographic hash values.