Difference between revisions of "Shasum"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{lowercase}}
 
[[SHA]]256 calculation:
 
[[SHA]]256 calculation:
 
  shasum -a 256 /path/to/file
 
  shasum -a 256 /path/to/file
Line 10: Line 11:
 
== Related commands ==
 
== Related commands ==
 
*<code>[[openssl]] sha256 /path/to/file</code>
 
*<code>[[openssl]] sha256 /path/to/file</code>
 +
 +
 +
== See also ==
 +
* {{SHA}}

Revision as of 11:30, 7 October 2021

SHA256 calculation:

shasum -a 256 /path/to/file


SHA256 double encoding:

echo -n hello | openssl sha256 -binary | openssl sha256
9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50


Related commands


See also

Advertising: