Skip to content

Instantly share code, notes, and snippets.

@ivanhoe011
Created December 7, 2022 17:41
Show Gist options
  • Save ivanhoe011/2cead0145e28866a10cc2c9012685bc4 to your computer and use it in GitHub Desktop.
Save ivanhoe011/2cead0145e28866a10cc2c9012685bc4 to your computer and use it in GitHub Desktop.
Check the sha256 signature without creating a file with the signature, just pass the string
echo "<sha256_signature> *<file_name>" | shasum -a 256 -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment