java - Encrypting War files -
I would like to encrypt or obscure my war file so that the reverse engineering can do a bit more effort. Is there a device or Maven plug-in that will encrypt a war file and its content?
In addition, once the war is encrypted, how will the web application be deployed at that time? If the web server can explode war, then every jar and resources can still be encrypted, how will the startup behavior be modified to decrypt nested jars and resources?
Thank you, Walter
- Article from JavaWorld.
If your code suffices to go through all these troubles, then it is possible to understand it host it on a private server ...: \
Comments
Post a Comment