Skip to content

Verifying file hashes

noproto edited this page Nov 16, 2019 · 2 revisions
OS (Shell) Command
Windows (PowerShell) Get-FileHash WhiteBeam_latest.zip
Windows (CMD) CertUtil -hashfile WhiteBeam_latest.zip SHA256
Linux (Bash/sh) sha256sum WhiteBeam_latest.tar.gz
MacOS (Bash/sh) shasum -a 256 WhiteBeam_latest.tar.gz
Clone this wiki locally