Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created January 5, 2015 08:30
Show Gist options
  • Save j796160836/71207ff37d06343ddb45 to your computer and use it in GitHub Desktop.
Save j796160836/71207ff37d06343ddb45 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
@gurpreet06000
Copy link

Get my debug key fingerprints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment