Search code examples
ionic-frameworkreverse-engineeringobfuscationhybrid-mobile-appcordova-plugin-proguard

How can I obfuscate (protect) my ionic (hybrid mobile app) project from reverse engneering/decompile?


I want to Securing a PhoneGap/Cordova Ionic Hybrid Mobile App from reverse engneering/decompile apk/ipa to source code.

What are the tools available for obfuscation? please suggest


Solution

  • Finally Got the answer of my query:

    Javascript Obfuscator converts the JavaScript source code into obfuscated and completely unreadable form, preventing it from analysing and theft. It's a 100% safe JavaScript minifier and the best JavaScript compressor. It supports all the hybrid mobile apps.

    Use This Link and download the GUI to protect JavaScript source code into obfuscated code