Forgot Keystore password, thinking of Brute-Force detection. will it corrupt the keystore?

后端 未结 4 752
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-27 18:55

I recently realized that I have lost the password to my keystore (or perhaps the keystore got corrupted somehow)

It keeps giving me the error: Keystore tampered or p

4条回答
  •  春和景丽
    2020-11-27 19:11

    Sharing my experience after trying everything available.

    1- Smart word list attack from android-keystore-password-recover is what eventually worked for me after spending a day trying different lists. Unfortunately, it does not support multithreading and I couldn't get it to run faster than 30,000 trials/second. I might contribute multithreading support to project soon.

    2- KeystoreBrute was the best for brute-force attack at 320,000 trials/second. However, if you do the numbers, it will take 3.5 days for 6 characters long password and 177 days for 7 characters long.

    3- If you only need to crack the keystore password, but not the certificate password (also referred to as the alias password), this tool will just changes it for you.

    Good luck!

提交回复
热议问题