Get Sha256 Checksum of a File (Windows, Linux, Mac) LINUX sha256sum /path/to/file MAC shasum -a 256 /path/to/file WINDOWS Powershell Get-FileHash C:\path\to\file -Algorithm SHA256 CMD CertUtil -hashfile C:\path\to\file SHA256