Description
PHP Encoder & Obfuscator
With this encoder script you can make your PHP source code unreadable for normal people but the skript will still work on your webserver. This is very useful when you give a script to someone but you don’t want them to view your php source code.
- Secure your PHP scripts
- Limit your PHP Code to run only on defined domains
- Add an expiration date to your source
- Easy to use encoding interface
- Very well documented
- and much more…
This script is a PHP source-code encoder and obfuscator. It provides anti-theft protection for your scripts and functions by allowing you to encode, obfuscate, compress, scramble, set an expiration date, domain lock and encrypt your php source code. This online tool use also PHP to protect your code from reverse engineering and modification.
Usage Example
-
- Normal (unprotected) PHP
<?PHP echo "Hello World"; ?>
- Normal (unprotected) PHP
-
- Protected PHP through adilbo PHP Encoder & Obfuscator
<?PHP /* Reverse engineering of this file is strictly prohibited. File protected by copyright law and provided under license. Checksum: 32c19a9f6b0397b128adfb72ead8f110 */ $OO0O000OO0=file(__FILE__);eval(base64_decode("ZnVuY3Rpb24gSUlJSWxJSWxsMSgkYSwkYi…EXAMPLE…YSwkY1swXSskY1sxXSskY1syXSkpO31yZXR1cm4kZDt9"));eval(base64_decode(IIIIlIIll1($OO0O000OO0[0],200)));eval(IIll1l11ll(IIIIlIIll1($OO0O000OO0[0],149),IIIIlIIll1($OO0O000OO0[0],3),$OO0O000OO0));__halt_compiler();sTyTRUbzn6vyqUxjQVaYqxvzfkucmw6xRr9…EXAMPLE…Tc7IV1DySM3JyVcIzy/KSVGy5uUCAA==
- Protected PHP through adilbo PHP Encoder & Obfuscator
Main Features
-
- Dynamic PHP Script Protection
Encrypt your PHP Source code so no software pirat will understand
- Dynamic PHP Script Protection
-
- Var- and Functionname Obfuscation
Replacing Variable and Function-Names making the code hard to understand and modify
- Var- and Functionname Obfuscation
-
- Current Domain Locking
The Code will not work on another domain
- Current Domain Locking
-
- Random PHP Source Generation
So thief will have a hard time trying to Deobfuscate the Result
- Random PHP Source Generation
-
- Expiration Date Setup
Apply Time Limit to the Code Functionality
- Expiration Date Setup
-
- Minify for Size Optimization
Removing White-Spaces, Line Feeds, Carriage Returns, Tabs and Comments to Minify Code
- Minify for Size Optimization
-
- Source Code Repository
Easier Access to Files and to hide the Real Path of the PHP Files, so Nobody will know where they are located (Security Reasons)
- Source Code Repository
There are no reviews yet.