Obfuscate your code.

Obfuscation makes your programs less vulnerable to reverse engineering.
After decompiling your obfuscated code, the
generated source code contains altered symbol names for private symbols.


-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API
Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Jackson Ching
Sent: Wednesday, June 14, 2000 11:49 AM
To: [EMAIL PROTECTED]
Subject: Reverse Engineering

Hi,

        Correct me if i'm wrong, Since class file can be decompiled, and
servlets are on server side, wouldn't it be dangerouse if your servlets can
be decompiled by hackers (they can know your codes).

        Is there a way for your class files not to be reverse engineered?

Jack

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to