- Messages
- 5,257
- Reaction score
- 97
- Points
- 48
Whats the best way to obfuscate a PHP file?
~Callum
~Callum
$hash="\md\5h\as\h0";@eval("encrypted code");
I've been researching a bit, it looks like most of the ways are rubbish. For example:
I've seen quite a few do that, simple changing eval() to echo() will echo the PHP code; not very secureCode:$hash="\md\5h\as\h0";@eval("encrypted code");
I'll look into Zend Guard, but doesn't that require some software on the server?
~Callum
"Zend Guard" == yes -- AND $$$
"PHP Obfuscator" == no -- NO $$$
Obfuscator will also help you when someone gets inside the server
and gets your code.
How does it help once someone gets your code?
I thought Zend Guard was free? :/
~Callum