Homayoun,
Such an approach would only make decompilation only marginally more
difficult. Reverse engineers would just have to first decompile your
class loader and then modify that code to save the decrypted class
files in another JAR.
In general there is no solution to protecting code without
I have a specific question regarding the encryption
of jar files.
The specific issue that I have is to potentially prevent
decompiling the bytecode available in a jar file supplied
to an outside source.
Could any one tell me how I can use JCE or any
other API to prevent potential attacks fo