HomeHi, I don't maintain the code anymore. But here is another obfuscator that might interest you. http://www.raizlabs.com/software/phpobfuscator/
August 10th 2003 - Version 0.99 - dividing obfuscation of PHP and JavaScript scripts - added variable $LineExclude (into INI file), POBS will not obfuscate any line that contain string specified there. Look to ini file for more description - improved concatenation of lines - added possibility to insert copyright message (or any text) on the top of processed scripts - some bugs fixed: - <? // something(); ?> - problem with obfuscating of class name from - some other small bugs May 12th 2003 - Version 0.981 Bugfixes on 0.98 Download here March 13th 2003 - Version 0.98 December 26th 2002 - Version 0.97 is out!We are glad to bring you version 0.97 of POBS. Again, Mark from Slovakia is mainly responsible for this new release of POBS. Bugfixes and now also files without file-extension can be processed. Download it here
Documentation The documentation is in the form of this website. It's a bit outdated but I hope to offer a updated version soon. You can download it here. pobsdoc-nov8-2001.zip
Hand over the code and still sleep well POBS stands for PHP Obfuscator/Obscurer. It is a free and open PHP program that makes PHP sourcecode almost impossible to read and edit for normal humans. It is a simple way to protect your PHP sourcecode from people who would like to adjust it or who would like to know its workings. Now you can deploy your application and feel pretty safe about it.
How it works POBS works by replacing User-defined functionnames, variables and constants with a MD5 key of 8 characters. POBS writes new "encrypted" sourcecodefiles and doesn't need a decripter. It really removes information that humans would like to have but computers don't care about. It's not ideal but quite a good option in my idea.
Advantages
|