Created
January 30, 2020 09:57
-
-
Save takinbo/d8dffb367d38907b60d1a49546ac6420 to your computer and use it in GitHub Desktop.
calculate the sha256 hash of a hex string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -n $1 | xxd -r -p | sha256sum - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment