SCRAMBLEPHP
BASIC PHP OBFUSCATOR.
SCRAMBLEPHP
Basic PHP Obfuscator
Protect your code!
Single file only
What's SCRAMBLEPHP?
SCRAMBLEPHP is a basic PHP obfuscator. It takes your PHP code and converts it in a way, thats unreadable for humans but executes the same way as the original.
Please not that this is not an encryption by any means and can still be de-obfuscated.
Why would I use an obfuscator?
By obfuscating your PHP script you can prevent others from simply opening your files in an editor and reading, modifying or copying your code.
This will not affect the execution of your code as long as all your code is contained within a single file.