Search code examples
androidvisual-studiokeystoresha1

how do I open a keystore file to view sha1 key?


how do I open a debug.keystore file to view sha1 key?

i found a command but what i can tell is that this is creating a new keystore file. I don't want to re-create another keystore file of same project. I just want to open it and view sha1 key

 keytool.exe -list -v -keystore "%LocalAppData%\Xamarin\Mono for Android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

Solution

  • use this command to view your ssh1 fingerprint
    keytool -list -v -keystore "path_of_your_keystor_file/debug.keystore"