Tuesday, 4 June 2024

Certutil - Built-in Windows utility to calculate file hashes

Run command C:\> certUtil -hashfile <PATH_TO_FILE> <HASH_ALGORITHM>


e.g.

 C:\Users\[user]>certutil -hashfile "c:\Users\[user]\Desktop\2024-03-15-raspios-bookworm-armhf-lite.img.xz" sha256

SHA256 hash of c:\Users\[user]\Desktop\2024-03-15-raspios-bookworm-armhf-lite.img.xz:

4fa99737265ac338a9ed0643f502246b97b928e5dfffa92939242e26e290638d

No comments:

Post a Comment