Re: Obfuscating mod_perl code
ioneabu_at_yahoo.com
Date: 02/01/05
- Previous message: Sherm Pendley: "Re: cgi and cgi-bin"
- Next in thread: Deke: "Re: Obfuscating mod_perl code"
- Reply: Deke: "Re: Obfuscating mod_perl code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 Jan 2005 22:52:44 -0800
Just put all of your secret code in modules and keep them out of the
path that might be exposed to the web. Are you afraid that maybe the
root user of a server that you do not own might steal your ideas? You
could wait for Perl6 where you can compile your code to byte code which
will be harder to read. Or, just re-use other people's publicly
available code in modules so you don't have anything to be stolen.
Just be happy you are not writing complex, valuable javascript. You
really can't hide it at all.
wana
- Previous message: Sherm Pendley: "Re: cgi and cgi-bin"
- Next in thread: Deke: "Re: Obfuscating mod_perl code"
- Reply: Deke: "Re: Obfuscating mod_perl code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]