-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,sir! how to decrpt this kind of keystore.xml item from andorid device? #22
Comments
|
Sir,Thanks for your reply! any ideas? big thanks! |
I think I haven't type 0 available yet. |
Hi ben, I write a java program to get the key but thow the exception "PBKDF2WithHmacSHA1And8bit SecretKeyFactory not available" is this program cannot run JDK11 ? |
I think you forgot to import BouncyCastle. |
Thanks for your reply, I do only copy this jar then write a simple main class java with import this jar to try , it can decrpt on my IDEA, but when I export with the related jar bcprov-jdk15on-1.69.jar as project jar file, to run java -jar , then it show "PBKDF2WithHmacSHA1And8bit SecretKeyFactory not available". just dont know what difference between ide and the export jar ..... |
Does the exported JAR also have BouncyCastle packed? Also, it could be possible that the code only runs with OpenJDK. |
hi,sir! Thanks for your greate job!
but i encounter this problem:
in the keystore.xml form andrid, I found this keypair value, but i can't find any method to decrpt it:
[0,"7gSHycMPx28u1rgRr+/YpSgWxHaOg+2Ckog9OJQ+9n9JAPXb/go0FoBvYvp57NagOg31Dq3a1PejtmSXEtZ5dM/MW7V9WZYecLrfe86wjgc","+vMax4iwA+csF/k5"]
any one has some tips will be greate apreciated!
thanks a lot!
The text was updated successfully, but these errors were encountered: