Re: Class Loader and Encryption

2001-07-15 Thread Alexander V. Konstantinou
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

Class Loader and Encryption

2001-07-14 Thread Homayoun Yousefi'zadeh
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