Android - Solution to  Key Alias and Key Password for signed APK in Android Studio

Android - Solution to Key Alias and Key Password for signed APK in Android Studio

Subscribe to Easy Tutor Channel & Don't forget to switch on your notification for all the upcoming videos Lost your keystore Password? Don't worry we have solution to recover it. Follow steps below to recover password and key alias: Step 1: Download .jar file from following Link: https://code.google.com/archive/p/and... Step 2: Open Command Prompt and run following command: java -jar AndroidKeystoreBrute_v1.05.jar Step 3 : Create text file and enter all possible password you have remembered and mention the text file name and key.jks file path in following command. java -jar AndroidKeystoreBrute_v1.05.jar -m 2 -k //key.jkspath// -d //text file/ Example: java -jar AndroidKeystoreBrute_v1.05.jar -m 2 -k F:\key.jks -d dict.txt Step 4 : Run the above command. You will find the matching password as response. Feel free to ask comment if doubt exists..