What are the different ways to obfuscate phoengap application apk file.
Asked
Active
Viewed 38 times
0
-
Proguard can obfuscate only java. Am I right that Phonegap uses HTML/JS? – Vladyslav Matviienko Apr 14 '17 at 05:40
-
Thanks. But any other ways available to obfuscate phonegap apk. – Sayaji Kadam Apr 14 '17 at 05:46
-
Please answer my question first. – Vladyslav Matviienko Apr 14 '17 at 05:50
-
APK can't be obfuscated. Only the source code can be. And to tell you how to obfuscate the source code, I need you to tell me which language it is written in. – Vladyslav Matviienko Apr 14 '17 at 05:51
-
Yes, you are right. PhoneGap uses HTML and JavaScript. – Sayaji Kadam Apr 14 '17 at 05:53
-
then you need to obfuscate Javascript and HTML. http://stackoverflow.com/questions/194397/how-can-i-obfuscate-protect-javascript – Vladyslav Matviienko Apr 14 '17 at 05:55
-
Thanks, I will try. – Sayaji Kadam Apr 14 '17 at 05:57
-
Try this plugin: https://github.com/tkyaji/cordova-plugin-crypt-file – Joerg Apr 14 '17 at 16:28
-
I try you suggested plugin. – Sayaji Kadam May 24 '18 at 08:43
-
But not feasible. Any other plugin available? – Sayaji Kadam May 24 '18 at 08:44