I recently realized that I lost the password for my keystore (or maybe the keystore is somehow corrupted)
It keeps giving me an error: wrong password or wrong password
I created a (completely non-optimized) algorithm for the Brute-Force password, allowing it to work all night. However, I'm not sure how many failed password attempts will block the keystore.
Does anyone know something like this?
UPDATE
The algorithm I developed works fine (I use Java), but I realized that usually the Keystore tool asks for a password only when I press enter. but in order to make brute force work, I would like her to have a switch and accept the password on the same line. is it possible?
android brute-force keystore
Sheikh Aman May 27 '11 at 8:12 2011-05-27 08:12
source share