1

I downloaded a file and used certutil to verify the integrity of a file I downloaded (command attached below). The uploader provided a SHA-512 hash with all letters capitalized, while certutil provided a hash with all letters in lowercase. Is SHA-512 in certutil case insensitive?

certutil -hashfile "file_location" SHA512
phuclv
  • 37,963
  • 15
  • 156
  • 475
myles_uy
  • 11
  • 5
  • 1
    the hash output is a hexadecimal string and hex values aren't case-sensitive, a and A are both the same – phuclv Jul 20 '21 at 07:43

0 Answers0