PHP Obfuscator :: Obfuscate PHP as base64 encoded strings

Posted by on 27 January 2009

This class can be used to obfuscate PHP scripts. It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm.
The generates script is saved to a file with a given name.

Demo:

Download:

  • http://www.phpclasses.org/browse/package/4926.html
  • http://phpclasses.dmwtechnologies.com/browse/package/4926.html (demo)

588 Responses to PHP Obfuscator :: Obfuscate PHP as base64 encoded strings

Leave a Reply