Click to See Complete Forum and Search --> : PHP Obfuscators


GUIR
10-06-2006, 12:14 PM
Hi!

Experienced coders, pls let me know any code obfuscators available for PHP.

Better if there any free ones.

Best Regards

netbuddy
10-06-2006, 02:02 PM
Yes you can get them, Zend sell them.

I have yet to come across a free obfuscator for PHP.

If your scripts are obfuscated and uploaded to your host, all they need to do is run it through a copy of the obfuscation software and bingo they can see your script.

Obfuscation is a tool that can be used to protect your scripts if they run on for example corporate servers where your script is being used as an interface / application for that company, that is the only time it is if use, keeping prying eyes away from sensitive routines, but again, they only need to have an obfusctor themselves and they will be able to read your code.

So in the long run, its not really going to help you.

Just like javascrip obfuscation, comes a point where you have to say "*uck it" and them let go, yes its been a hard long slog getting your script written and you dont want your works plagerised, stolen, copied etc.

Something you will have to overcome.

GUIR
10-06-2006, 03:02 PM
Thanks netbuddy for your reply and advise.

Best Regards

Reli4nt
10-07-2006, 02:07 AM
there are a bunch on phpclasses.org. I wouldn' tput much stock in any of them though. They are inherently limited.