Skip to content

Instantly share code, notes, and snippets.

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 rahulremanan/c59746682c71a279419edcd269ff0505 to your computer and use it in GitHub Desktop.
Save rahulremanan/c59746682c71a279419edcd269ff0505 to your computer and use it in GitHub Desktop.
Compute the hash value for a file using OpenSSL
!openssl dgst -sha512 -binary ./message.enc | openssl base64 -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment