php file security
Posted: Fri Apr 03, 2009 4:10 am
Hi,
I have developed a php web based application, which will be distributed with all the files and folders to the users who will purchase the same. I needs some security for my php code files, so that the users can not edit the files and use the code again. Any of the following options is possible?
1) encrypt the code and decrypt the same while running the application
2) hide the code
3) uneditable code so that no one can edit the code.
Any one can help me out in this?
Thanks
I have developed a php web based application, which will be distributed with all the files and folders to the users who will purchase the same. I needs some security for my php code files, so that the users can not edit the files and use the code again. Any of the following options is possible?
1) encrypt the code and decrypt the same while running the application
2) hide the code
3) uneditable code so that no one can edit the code.
Any one can help me out in this?
Thanks