Difference between revisions of "Shasum"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
echo -n hello | openssl sha256 -binary | openssl sha256 | echo -n hello | openssl sha256 -binary | openssl sha256 | ||
9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50 | 9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50 | ||
+ | |||
+ | Example to validate a file: | ||
+ | echo "c6f04c7c2c0f1706810fa15e5c0cd773310acbfe60dd4cd88459cbefa9a4bb75 [[actions-runner]]-osx-x64-2.283.1.tar.gz" | [[shasum -a 256]] -c | ||
Revision as of 11:32, 7 October 2021
SHA256 calculation:
shasum -a 256 /path/to/file
SHA256 double encoding:
echo -n hello | openssl sha256 -binary | openssl sha256 9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50
Example to validate a file:
echo "c6f04c7c2c0f1706810fa15e5c0cd773310acbfe60dd4cd88459cbefa9a4bb75 actions-runner-osx-x64-2.283.1.tar.gz" | shasum -a 256 -c
Related commands
openssl sha256 /path/to/file
See also
Advertising: