Protecting your property
Friday, December 30th, 2005Zend almost convinced me that their Safeguard Suite really secured your PHP scripts. Ofcourse I know that scripts need to be interpreted and executed and are therefore never 100% safe; but I expected some form of obfuscation and rewriting to prevent this. This doesn’t seem to be the case though. I have had a look at PHP Obfuscator/Obscurer; but a good illustration of the quality of that script can be illustrated with following if-statement (line 406):
if($FunctieNaam == 'doLoad') $FunctieNaam = 'doLoad';
Also, obfuscating React took me almost an hour; which isn’t that strange when you have had a look at the sourcecode. Maybe a better example of how to obfuscate properly will be posted on this blog.