Created
April 19, 2023 08:17
-
-
Save roongr2k7/1870258c328766d4b34119ee951cd39e to your computer and use it in GitHub Desktop.
convert shasum from hex string to base64
This file contains hidden or 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
shasum -a 256 | xxd -r -p | base64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment