Created
May 11, 2018 05:17
-
-
Save jmurphyau/c0424f4c6d64e81522048ce1da6e74be to your computer and use it in GitHub Desktop.
Click Once SHA1 Digest Value
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
#!/bin/bash | |
openssl dgst -binary -sha1 "$1" | openssl enc -base64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment