Skip to content

Automatically exported from code.google.com/p/android-keystore-password-recover

Notifications You must be signed in to change notification settings

MaxCamillo/android-keystore-password-recover

Repository files navigation

android-keystore-password-recover

Project Page: http://maxcamillo.github.io/android-keystore-password-recover/

Build instructions

Make sure you have the Java SDK installed. Google it for install files and usage instructions.

Then to build, execute this:

javac -d ./build *.java

Then to package that into a JAR execute this:

cd build

jar cvfm akpr.jar ../manifest.mf AndroidKeystoreBrute/*.class

To run:

java -jar akpr.jar

About

Automatically exported from code.google.com/p/android-keystore-password-recover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages