Page 1 of 1

Finding Checksum values in Windows 10

Posted: Wed Jan 03, 2024 1:25 am
by cah
On Unix, there are commands available to check checksums of files.

On Windows, 'certutil' is the command to use.

Ex.

Code: Select all

C:\>certutil -hashfile Rocky-9.3-x86_64-minimal.iso SHA256
SHA256 hash of Rocky-9.3-x86_64-minimal.iso:
eef8d26018f4fcc0dc101c468f65cbf588f2184900c556f243802e9698e56729
CertUtil: -hashfile command completed successfully.
SHA256 can be replaced by other hashes such as MD5, SHA1, SHA256, SHA512.