From: Shawn H Corey <shawnhco...@gmail.com>
> On 10-08-20 03:46 PM, Tobias Eichner wrote:
> >> Why do you need any obfuscator?  If you want to protect your code from
> >> web access, put it in a module in a directory that cannot be access from
> >> the web and put a stub that calls the module at the site.
> >
> > It's not as easy as this, since people receive the source code files.
> >
> 
> No, they don't.  The code is executed on the web server.  They don't 
> have access to the code at all.

Not everything is web Shawn. The fact that if you run your code on 
your server (and set things right) the visitors of your website do 
not see the code is nice ... but irrelevant.

If you are writing some code for a client and then give the code to 
the client to run on HIS computers then the client can see the code. 
And there's nothing you can do about it.

Jenda
===== je...@krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to