Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created October 27, 2019 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/5d8e148e21aee31ad0e13c86ff19eeca to your computer and use it in GitHub Desktop.
Save ztirom/5d8e148e21aee31ad0e13c86ff19eeca to your computer and use it in GitHub Desktop.
MacOs Checksum SHA256 Java Jre
// Command
openssl dgst -<digest> <file>
// Example
openssl dgst -sha256 jre-8u231-macosx-x64.dmg
// Output
SHA256(jre-8u231-macosx-x64.dmg)= 6bf818fe04866da07e6272b5ccfabff9e773713026d2fae714971e73568bfe4d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment