Simple online PHP obfuscator |
||
This free online service encodes PHP code into random letters, numbers and/or characters (also known as obfuscation). Developers encodes their PHP files to keep their code or intellectual property hidden to make it difficult to steel or difficult to modify the source. This tool uses one or more nested functions combinations to obfuscate the PHP code:
For example: The PHP code: function showMessage() { echo "Welcome to Mobilefish.com"; } showMessage(); The obfuscated PHP code looks like: <?php eval(gzinflate(base64_decode('SyvNSy7JzM9TKM7IL/dNLS5OTE/V0FSo5l JQUEhNzshXUApPzUnOz01VKMlX8M1PysxJTcssztADCilZc9VyoWizBgA='))); ?> Note: To decode the obfuscated PHP code use the Online eval gzinflate base64_decode decoder. YOU USE THIS SERVICE AT YOUR OWN RISK. MOBILEFISH.COM WILL NOT BE LIABLE FOR ANY DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SERVICE.
|