Has anyone here used a PHP obfuscator? The idea is that it makes a script less readable by humans. Typically it would remove comments and excess whitespace, and change user-defined variable and function names into meaningless strings. Here's a description of one of them:
PHP Processor optimizes PHP source code and considerably decreases size of your source code files. PHP Processor provides a fast, intuitive way to obfuscate your PHP source code. Both variable and function names can be replaced with meaningless strings making your code difficult to read and alter for a third party programmer.
Has anyone here used such tools? Can you recommend one?
I tried one on-line version, but my PHP script didn't work after the obfuscation so clearly that particular obfuscator was not well written.


LinkBack URL
About LinkBacks



Reply With Quote

