PHP-Obfuscator
Package:
Summary:
Obfuscate PHP scripts by removing comments
Groups:
Author:
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.
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.
Comments are closed.