Class Protection

Class Protection is a feature that protects the Class used by the APP.

By protecting the Class used by the APP, it prevents information leakage and analysis of source code.

  • You can select the Class to be protected and encrypt it.
  • There is no need to encrypt all Classes in the source code.
  • Protection of open source or not important Classes may incur additional time and resources.
  • Encryption of only protection-needed Classes will reduce the decoding time and improve execution speed of the APP.

Ideally, you should only protect the Class written by you or your company.

After typing texts or selecting items, you can click the button to change the settings.

TYPE TEXT
Enter the Class name which requires protection, and press ADD button to add the items.To protect all subclasses of a specific Class, you can use *. (Eg: com.package*)

FILE LIST
It will show Class name registered in the List Box.Select the Class name to delete, and press the DELETE button to delete the it.