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:
4a99367aa40af19cc0a41a802b97c37a2d0ed9af0f84cf7a45109d927912c2a9
Windows (PowerShell)
Get-FileHash .\XenConcept Project Manager 2.2.1.zip -Algorithm SHA256
macOS (Terminal)
shasum -a 256 XenConcept Project Manager 2.2.1.zip
Linux (Terminal)
sha256sum XenConcept Project Manager 2.2.1.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