Skip to content

Instantly share code, notes, and snippets.

@dweinstein
Created June 23, 2015 18:22
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 dweinstein/ce8d3400c82dc284b209 to your computer and use it in GitHub Desktop.
Save dweinstein/ce8d3400c82dc284b209 to your computer and use it in GitHub Desktop.
android apk certificate information signature signed
apk_keyinfo () {
unzip -p "$1" META-INF/CERT.RSA | openssl pkcs7 -inform DER -noout -print_certs -text
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment