tibiz Posted July 1, 2011 Share Posted July 1, 2011 Hello, is there an app which is able to translate human readable php scripts into an unreadable/incomprehensible/ script , f.e. from: class CUser { public function Login() { ... } }; $user = new CUser(); will make something: class RF34AFD { public function RGH54SDSDAQ() { ... } }; $r5sfds=new RF34AFD(); $r5sfds->RGH54SDSDAQ(); I'm going to upload my scripts to a server which don't support any PHP encoder (zend, ioncube, etc.) so I want to protect my script particularly. thak you for any answers Quote Link to comment https://forums.phpfreaks.com/topic/240888-php-file-translation-tool/ Share on other sites More sharing options...
ravishtiwari Posted July 12, 2011 Share Posted July 12, 2011 well, seriously speaking there is no full proof solution other than using encryption i.e ionCube etc. You can Obfuscate, but, this too, is will only inconvenience your legitimate, law-abiding and noble customers , while the people who would would rip you off are not your target paying customers anyway. there is a interesting post thread at : http://stackoverflow.com/questions/336057/best-solution-to-protect-php-code-without-encryption I hope that will help... Quote Link to comment https://forums.phpfreaks.com/topic/240888-php-file-translation-tool/#findComment-1241825 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.