How to Verify SHA-256 Checksums on Windows, macOS, and Linux
When downloading files such as ISOs or installers, verifying the SHA-256 checksum confirms the file matches exactly what the publisher originally hashed. On Windows, PowerShell's Get-FileHash command can compute and even automate the comparison against an expected value. macOS users can run shasum -a 256 in Terminal, while Linux systems typically use the sha256sum utility from GNU core utilities. Some publishers provide dedicated checksum files like SHA256SUMS, which allow batch verification via sha256sum --check rather than manual character-by-character comparison. It is important to note that a matching checksum does not guarantee the source was trustworthy — for stronger authenticity assurance, signed releases should be used when available.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in