Theme editor

Verify file integrity

After downloading, you can confirm the file has not been tampered with by computing its SHA-256 hash and comparing it to the expected value below. They should match exactly.

Expected SHA-256:
db691986c79f9fbba36b2e8cf4bd23d0049a0ae93e4fc0b7d7024b341b9308ff
Windows (PowerShell)
Get-FileHash .\AndyB Show deleted 3.6.zip -Algorithm SHA256
macOS (Terminal)
shasum -a 256 AndyB Show deleted 3.6.zip
Linux (Terminal)
sha256sum AndyB Show deleted 3.6.zip

If the hash you get matches the value above, the file is intact. If it differs, do not use the file, re-download it.

Back
Top