Skip to content

Instantly share code, notes, and snippets.

@jmurphyau
Created May 11, 2018 05:17
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 jmurphyau/c0424f4c6d64e81522048ce1da6e74be to your computer and use it in GitHub Desktop.
Save jmurphyau/c0424f4c6d64e81522048ce1da6e74be to your computer and use it in GitHub Desktop.
Click Once SHA1 Digest Value
#!/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