---
title: "Verify ZIP Downloads With SHA256"
canonical: "https://support.appfire.com/space/ACLI/60557596/Verify%20ZIP%20Downloads%20With%20SHA256"
format: markdown
---
ACLI downloads pages are now providing SHA256 hash code values for ZIP downloads (10.3.0 and higher) to help users who wish to verify their ZIP download hash matches the original value. The original hash is provided in a file named after the ZIP download with a `.sha256` extension.

To get the hash value of a download on your system:

- Windows
  - cmd terminal: `certutil -hashfile atlassian-cli-...zip SHA256`
  - power shell: `Get-FileHash -Path atlassian-cli-...zip -Algorithm SHA256`
- MacOS
  - `shasum -a 256 atlassian-cli-...zip`
- Linux
  - `sha256sum atlassian-cli-...zip`