| The vCompiler system is an all-new way to protect your source code when distributing PHP applications. Currently supporting PHP 4, vCompiler obfusicates your classes, functions, and variables without breaking the PHP logic. vCompiler can even obfusicate variables called using the PHP reflection style methods, such as dynamic class instantiation or even the reflection methods. vCompiler uses a one-way hashing process, so label names cannot be decompiled or reverse-engineered. Although the logic is still present in the code as not to break the functionality, it is extremely difficult to decipher, and vCompiler supports an encoding scheme to even further hide this logic. Best of all, your clients do not need to install any plugins, or update any server configuration. That¡¯s right, vCompiler generated PHP files do not require anything other than PHP to run, no plugins, no third-party applications, simply execute the script as any other PHP file.
|