How to validate a SHA256 Hash

Commmands to validate a SHA256 hash by Operating System

  • BSD: use command sha256 isofile
  • Linux: use command sha256sum isofile
  • Mac: use command shasum -a 256 isofile
  • Windows:  certutil -hashfile [file location] SHA256

Leave a Reply