I need to secure my yii project since the code is plain text and readable by everyone. Since I installed the code in my client’s place, they can look and modify my code easily. Any obfuscator/ other techniques to secure my code?
There is no [color="#1C2837"][size="2"]encryptor or whatever tool that can make your code 100% secure against debugging.[/size][/color]
[color="#1C2837"][size="2"]If someone wants to get your source code, he can and probably will get it. In PHP its especially easy.[/size][/color]
[color="#1C2837"][size=“2”]So don’t count on such tools, as they provide no real protection.[/size][/color]
[size=“2”][color="#1c2837"]If you want to stop your client from reusing your code in his own projects, its much more secure to make him sign an agreement that he can’t redistribute and reuse your code.[/color][/size]