PHP-Obfuscator

Package:
PHP-Obfuscator
Summary:
Obfuscate PHP scripts by removing comments
Groups:
Code Generation, Utilities and Tools
Author:
Anish Karim C
Description:
This class can be used to obfuscate PHP scripts by removing comments.

It uses the tokenizer extension to parse the PHP scripts.

The class removes the comments from the script tokens list and generates the obfuscated version of the script.

It can also generate alternative versions of the script that uncompress and decode the code using the base64 algorithm.


Powered by Gewgley