What is JARX file

The JARX file is our proprietary archive file format, which uses the same Deflate compression algorithm as Zip and uses the AES encryption algorithm to encrypt data.

The structure of JARX files is similar to that of all archive file types, composed of entries organized in our proprietary manner. The names and contents of the entries are encrypted using the AES algorithm.

Due to the fact that the JARX file format is not publicly available and the contents and names of the entries are encrypted, and there are no tools available to directly extract and open JARX files, using JARX files not only protects the content of your class files but also protects the structure of the entire JAR file. This means that even external sources will not be able to access the names of your classes, making it more difficult to crack.