Page 1 of 1

Hiding PHP Code

Posted: Sun Mar 28, 2010 11:44 pm
by RaoYasir
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.

Re: Hiding PHP Code

Posted: Mon Mar 29, 2010 6:18 am
by vanguard
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.

Re: Hiding PHP Code

Posted: Sat Apr 03, 2010 8:44 am
by kaisellgren
Zend Guard is currently the most secure choice to encode/encrypt your files.