code Security in java

2001-08-14 Thread SriHari
Hi Is there any tool to secure java class files / to make them impossible to reerse engineer is there any method that protects the jar/war files making them to de/un jar impossible Pl let me know Hari === To unsubscribe:

Re: code Security in java

2001-08-14 Thread krithikav
-Original Message- From: SriHari [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: code Security in java Hi Is there any tool to secure java class files / to make them impossible to reerse engineer is there any method

Re: code Security in java

2001-08-14 Thread mht
not know of any tool that obfuscates jsp files. I am also looking out for one. Thanks, Krithika -Original Message- From: SriHari [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: code Security in java Hi Is there any tool

Re: code Security in java

2001-08-14 Thread Chandra Patni
The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation. -Original Message- From: SriHari [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: code Security in java Hi

Re: Code Security.

2001-01-03 Thread Surya Prakash
way to incorp such conditional logic tia surya - Original Message - From: Bhavesh Vakil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 5:06 PM Subject: Code Security. Hi to all, In my project, I use JSP pages + several Beans (Process bean, Database bean

Re: Code Security.

2001-01-03 Thread Sreelatha Kattamuri
There are some tools called obfuscators which shrink the java class file. Obfuscator Programs strip understandable variable and method names from your class file. The program would replace variable names with weird symbols. The Obfuscator Program cannot stop decompiling but it can make the Class

Code Security.

2001-01-02 Thread Bhavesh Vakil
Hi to all, In my project, I use JSP pages + several Beans (Process bean, Database bean, Session control bean, etc). This all beans is simple classes (.class file). My all main logic is in this beans, when I distribute this application to client, then I only distribute JSP pages + Beans (only