Re: War file encryption

2010-01-20 Thread Mikolaj Rydzewski
Kranti™ K K Parisa wrote: Is there any way that we could encrypt the war file that is getting deployed into tomcat? My $0.02: * you can obfuscate class files * you can precompile JSPs (and again, obfuscate them) * you can sign jar files It will make any unauthorized webapp modifica

Re: War file encryption

2010-01-20 Thread Kranti™ K K Parisa
Hi Peter, Thanks for the reply and could you please give me the url of that software, if possible. I shall take a look at that. Best Regards, Kranti K K Parisa On Wed, Jan 20, 2010 at 7:03 PM, Peter Crowther wrote: > If you control the servers on which the code is being deployed, you should

Re: War file encryption

2010-01-20 Thread Peter Crowther
If you control the servers on which the code is being deployed, you should probably be taking other steps than encryption. If you *don't* control the servers, you cannot stop someone decrypting your code - sooner or later, it will have to be decrypted for Tomcat to use it. Therefore you will have

War file encryption

2010-01-20 Thread Kranti™ K K Parisa
Hi, Is there any way that we could encrypt the war file that is getting deployed into tomcat? or can we make war files or jar files as native code files like dll files or so. the objective is to safe guard the code inside the war file (javascript, jsp, .class files)..etc Best Regards, Kranti K