Finding Checksum values in Windows 10

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1336
Joined: Sun Aug 17, 2008 5:05 am

Finding Checksum values in Windows 10

Post 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.
CAH, The Great
Post Reply