ATFS HASH filename
Print a SHA-256 hash of a file to allow for verification against a local copy of the file.
- On Windows, you can generate a SHA-256 hash of a file with the command certutil -hashfile test.txt SHA256.
- On Mac and Linux use shasum -b -a 256 test.txt.