Hi,
Obfuscation makes it harder to reverse engineer your code, nothing more.
If your code is of interest, there a people who can reverse engineer it.
If you want to make sure people can't read your code.
Use a wrapper to encrypt it and decrypt it through a value you can provide
through the context.
Combining these would prove even more effective.
Still if it can be executed at some time it will be bytecode and can be
decompiled as such.
Preventing others to read the code has usually more to do with good
protection on OS level and storing source in a safe place.

Hope this helps

Regards,

Serge

On Fri, Oct 24, 2008 at 12:28 PM, Jeng Yu <[EMAIL PROTECTED]> wrote:

> Hi All,
>
> I just wanted to know if I can first obfuscate my
> selvlet
> with ProGuard before I deploy it in Tomcat
> environment.
>
> Will doing this really protect my servlet and make it
> really difficult for someone to reverse engineer or
> decompile it, as people seem to say?
>
> Thank you.
>
> Jeng
>
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to