Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i obfuscate an ionic app? if yes how?

any cordova application is just a native web view and a www folder that contains the entire functionality in HTML javascript and css, so the app is entirely exposed, how can i make it as difficult as possible for anybody to read the app source code?

like image 744
Mohamed Ali Avatar asked Sep 27 '15 15:09

Mohamed Ali


2 Answers

Yes you can. There is a cordova-plugin to crypt the html, js, and css files. You find it here: Cordova crypt file plugin

like image 155
Joerg Avatar answered Sep 24 '22 02:09

Joerg


You are really concerned about it my advice is use a professional service to protect your code. E.g. Jscrambler

like image 34
Alex Avatar answered Sep 21 '22 02:09

Alex