-
-
Save JEuler/600ee6a364a7fbd9f380b29e20e514bc to your computer and use it in GitHub Desktop.
Show android debug key's fingerprints. (MD5 / SHA1 / SHA256)
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 | |
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