Skip to content

Instantly share code, notes, and snippets.

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 JEuler/600ee6a364a7fbd9f380b29e20e514bc to your computer and use it in GitHub Desktop.
Save JEuler/600ee6a364a7fbd9f380b29e20e514bc to your computer and use it in GitHub Desktop.
Show android debug key's fingerprints. (MD5 / SHA1 / SHA256)
#!/bin/bash
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment