How can I check downloaded files hashes?
Compare the output of your system utilities with the values in the download page.
Under Linux, use from terminal:
sha512sum
or
sha256sum
or
sha1sum
or
md5sum
Under macOS or Linux, from terminal:
openssl sha512
or
openssl sha256
or
openssl sha1
or
openssl md5
Under Windows:
Download our
Hash Calculator.
Released as free and open source software under GPLv3.
github.com source repository. Requires .NET Framework 4 or above. Can be run under Linux or OS X with
Mono.