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