Decrypto error
Closed this issue · 6 comments
Hello!
I have this error:
java.io.IOException: decrypto error
at com.souramoo.unapkm.UnApkm$1.run(UnApkm.java:139)
when I want to unapkm this package: https://www.apkmirror.com/wp-content/themes/APKMirror/download.php?id=1509707
that can be found here: https://www.apkmirror.com/apk/picsart/picsart-picsart/picsart-picsart-15-5-0-release/picsart-photo-editor-pic-video-collage-maker-15-5-0-android-apk-download/
Is it a problem with the apkm or is it encrypted in a new way?
Thanks a lot for your work!
Xavier
I have this error:
java.io.IOException: decrypto error at com.souramoo.unapkm.UnApkm$1.run(UnApkm.java:139)when I want to unapkm this package: https://www.apkmirror.com/wp-content/themes/APKMirror/download.php?id=1509707
that can be found here: https://www.apkmirror.com/apk/picsart/picsart-picsart/picsart-picsart-15-5-0-release/picsart-photo-editor-pic-video-collage-maker-15-5-0-android-apk-download/Is it a problem with the apkm or is it encrypted in a new way?
Thanks a lot for your work!
Xavier
This file decrypts without any errors. As usual.
You should investigate more into your system/JAVA installation/environment/used tools.
Here is the version of JAVA I have on my work PC, is it the problem?
C:\Users******>java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment Corretto-8.242.08.1 (build 1.8.0_242-b08)
OpenJDK Server VM Corretto-8.242.08.1 (build 25.242-b08, mixed mode)
Maybe. You should use java not from JRE (author, somewhy, don't want to use JRE), but from JDK.
Like that:
java version "14.0.1" 2020-04-14
Java(TM) SE Runtime Environment (build 14.0.1+7)
Java HotSpot(TM) 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)
Just tested and the apkm file itself decrypts without errors for me :)
This error appears to happen most often when the file you provide to unapkm is corrupted/incomplete - can you please try downloading the file again and confirming that the file size is 45259399 bytes?