CodeIgniter Forums
Source code encryption - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Source code encryption (/showthread.php?tid=29842)



Source code encryption - El Forum - 04-23-2010

[eluser]thevenin[/eluser]
Do anyone knows if there is a possibility of source code encryption?

What is the best tool you have used and what problems did you encounter in relation to your CodeIgniter apps?


Source code encryption - El Forum - 05-18-2010

[eluser]Andrew Stilliard[/eluser]
You could use a javascript based tool, there are many javascript encoding/encryption sites out there and you could have it so the javascript uses [removed] or another method to create the doc.
But this would essentially kill any future SEO you may want to do on the page.


Source code encryption - El Forum - 05-18-2010

[eluser]cahva[/eluser]
I think he means protection of the PHP code itself? Theres at least 2 of them Ioncube Encoder and Zend Guard.

I havent used them myself, but many of our clients have. AFAIK both do what they are meant to do and do it well. Using CI is irrelevant.


Source code encryption - El Forum - 05-19-2010

[eluser]thevenin[/eluser]
I read about www.sourceguardian.com but don't know anybody who uses this software.

Thanks for info.
Regards.


Source code encryption - El Forum - 05-24-2010

[eluser]cahva[/eluser]
Hi,

Just tried phpSHIELD which is based on sourceguardian but its simpler thus cheaper.

I encoded my whole application folder and it worked great. Theres 7 day free trial so try it.


Source code encryption - El Forum - 05-24-2010

[eluser]benurv[/eluser]
and don't forget your webhost needs to support it, wich i mostly the case for zend guard & ioncube.


Source code encryption - El Forum - 05-24-2010

[eluser]n0xie[/eluser]
Source code encryption on an open source project is just wrong on so many levels...