An official website of the United States government.

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

how to generate sha 512 checksum

SHA-512 is a type of checksum that we use to verify file integrity. If you're sharing a file with us, we will probably ask you for a SHA-512 checksum for your file, which we'll verify against our own copy of the file.

Here are some suggestions for generating the SHA-512 checksum for your file for different operating systems on the command line.

Windows:

certUtil -hashfile pathToFile sha512

Mac:

shasum -a 512 pathToFile

Unix (CentOS):

sha512sum pathToFile