Jump to content

PHP file translation tool


tibiz

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/240888-php-file-translation-tool/
Share on other sites

  • 2 weeks later...

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.