Hi!
I need some suggestions from you guyz, i am quite new in php and during my one project, i have to deploye web based php solution on their local server. i just want to hide or encrypt my php code, so that the client could not view the php code even if he would open the .php files,
I have tried the changes like changing the extension of file but even in that case user can view the code if he want
is there any way that we can secure php code pages or give a release like dot.net applications so that code should convert in .dll files?
any suggestions would be most appriciated.
Hiding PHP Code
Moderator: General Moderators
Re: Hiding PHP Code
Try using the ioncube encoder (http://www.ioncube.com/), it encodes the php file into unreadable bytecode that is decrypted and then directly processed by the php engine.
- kaisellgren
- DevNet Resident
- Posts: 1675
- Joined: Sat Jan 07, 2006 5:52 am
- Location: Lahti, Finland.
Re: Hiding PHP Code
Zend Guard is currently the most secure choice to encode/encrypt your files.