CodeIgniter Forums
Encryption key protection - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Encryption key protection (/showthread.php?tid=41303)



Encryption key protection - El Forum - 05-04-2011

[eluser]Shrike67[/eluser]
Hello,

my codeigniter application should reside on a server of a customer, I use the encrypt library and the php files are encrypted with zend guard, but you can discover the encryption key extending the codeigniter class, or I'm wrong? how can I prevent this?


Encryption key protection - El Forum - 05-06-2011

[eluser]toopay[/eluser]
Create your own encryption library!