Jprotector High-Strength Java application Encryption tool
Encryption techniques for Java applications are now prevalent in two types of cryptography:
Code obfuscation encryption:
Through the source code for the shape confusion, control confusion, data obfuscation and other processing, increased the class file after the anti-compilation of the source code analysis difficulty, but there is still the risk of being cracked.
Agentlib encryption for dynamic link libraries:
The class file is encrypted, and the main class is loaded and decrypted when the application starts, and the main class is decrypted as a program entry for code protection. However, in this case, the decryption of the main class is not encrypted processing, the program will be released when the decryption main class with the program to the client, the decryption of the main class to decrypt the customer can get the decrypted class code file, it is not secure, and this encryption method does not support the spring project, there are project type restrictions.
Jprotector Encryption:
Jprotector uses self-developed technology to implement code that is encrypted before the JVM is loaded and effectively protects the application code. Jprotector supports projects such as the Spring framework.
:
Jprotector (version1.2 build20161228)
Jprotector Online Encryption Http://www.shuton.net:8080/encryptjar
Jprotector JDK1.8 Windows x86 support Package
Jprotector JDK1.8 Linux x64 support package
Jprotector TOMCAT7 Support Package
Contact information:
qq:3587 6709
Email:admin#shuton.net (replace # with @)
Jprotector Java Application Encryption tool