Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova encrypt source code

I have project in Phonegap / Cordova and i need secrecy in source-code. Is there any way to encrypt my source code for anyone don't extract the APK file in android?

I saw a plugin Cordova crypt file plugin, but it does not work, it is out of date and not have suport, and, when i installed, my javascript code does not work.

I need an efficient alternative solution. What is recommended?

like image 734
Alisson Linneker Avatar asked Nov 26 '22 04:11

Alisson Linneker


1 Answers

Best solutions for Obfuscation encryption:

jscrambler and Javascript Obfuscator

Decryption performed tests and they did well. Much of the code has not been decrypted and organized completely, which brought more security.

I recommend joining all the javascript code in just one file and then encrypt it.

Sites used to try decrypt:

ddecode.com/hexdecoder and dcode.fr/javascript-unobfuscator

like image 104
Alisson Linneker Avatar answered Dec 16 '22 05:12

Alisson Linneker