Android 密码丢了,丢失密钥库密码

本文介绍了一种在Windows环境下使用AndroidKeystoreBrute工具恢复Android密钥库密码的方法。通过选择字典攻击的方式,利用预设的字典文件(dict.txt),成功找回了密钥库的密码。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

正如@CRUSADER所说, Android密钥库密码恢复可能适合您。 我可以用它检索我的密码。 这是怎么做的。 我在Windows 7上。

运行以下命令,

java -jar AndroidKeystoreBrute_v1.05.jar

然后你会得到以下指南,

AndroidKeystorePasswordRecoveryTool by M@xiking Version 1.03 There are 3 Methods to recover the key for your Keystore: 1: simply bruteforce - good luck 2: dictionary attack - your password has to be in the dictionary 3: smart dictionary attack - you specify a dictionary with regular pieces you use in your passwords. Numbers are automat icly added and first letter will tested uppercase and lowercase args: -m <1..3> Method -k path to your keystore -ddictionary (for method 2 and 3) -w saves the certificate in a new Keystore with same passwort than key -start sets start String of the word (for method 1) -p use common replacements like '@' for 'a'(for method 3) WARNING - very slow!! -h prints this helpscreen Max memory: 247M

我使用方法2因为我猜错了密码。 我键入以下命令,

java -jar AndroidKeystoreBrute_v1.05.jar -m 2 -k android.keystore -d dict.txt

万一你可能想知道,我的dict.txt是这样的,

gussedpassword1 gussedpassword2 gussedpassword3

我可以成功检索我的密码和别名。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值