当出现此错误时候,可以按如下进行处理:
word.txt (取名随意)
里面放置曾使用的密码,换行结尾
aaa
bbb
ccc
- 执行
java -jar Android_Keystore_Password_Recover_1.07.jar -m 3 -k xxxxxxx.keystore -d word.txt
- 信息输出
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
Number of keys in keystore: 1
Found alias: xxxxxxxxxxx
Creation Date: Fri Sep 24 12:12:07 CST 2021
Starting smart wordlist attack on key!!
Trying variations with first letter capitalized
Firing up 8 threads
Got Password!
Password is: xxxxx for alias xxxxxx
For updates visit http://maxcamillo.github.io/android-keystore-password-recover/
- 其中关键信息: Password is: xxxxxx for alias xxxxxx