Re: Obfuscating mod_perl code
From: Deke (Deke_at_nospam.com)
Date: 02/01/05
- Next message: Deke: "perl and web development"
- Previous message: Ilya Zakharevich: "URI::URL query vs equery"
- In reply to: ioneabu_at_yahoo.com: "Re: Obfuscating mod_perl code"
- Next in thread: Tore Aursand: "Re: Obfuscating mod_perl code"
- Reply: Tore Aursand: "Re: Obfuscating mod_perl code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 01 Feb 2005 04:04:59 -0500
Ok stealing some code by the root user especially at a hosting site is
definately there. But also I need to hide passwords and access info to
databases as well as other things - so its not just code.
How will compiling in perl work? Can it be decompiled? Can it be
integrated into mod_perl and mason and such?
ioneabu@yahoo.com wrote:
> 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
>
- Next message: Deke: "perl and web development"
- Previous message: Ilya Zakharevich: "URI::URL query vs equery"
- In reply to: ioneabu_at_yahoo.com: "Re: Obfuscating mod_perl code"
- Next in thread: Tore Aursand: "Re: Obfuscating mod_perl code"
- Reply: Tore Aursand: "Re: Obfuscating mod_perl code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|