Difference between revisions of "Shasum"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
Example to validate a file:  
 
Example to validate a file:  
 
  echo "c6f04c7c2c0f1706810fa15e5c0cd773310acbfe60dd4cd88459cbefa9a4bb75 [[actions-runner]]-osx-x64-2.283.1.tar.gz" | [[shasum -a 256]] -c
 
  echo "c6f04c7c2c0f1706810fa15e5c0cd773310acbfe60dd4cd88459cbefa9a4bb75 [[actions-runner]]-osx-x64-2.283.1.tar.gz" | [[shasum -a 256]] -c
 +
actions-runner-osx-x64-2.283.1.tar.gz: OK
  
  

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
actions-runner-osx-x64-2.283.1.tar.gz: OK


Related commands


See also

Advertising: