Welcome Guest, Not a member yet? Register   Sign In
ionCube and Codeigniter
#2

I would exhaust all other methods of increasing security before considering encrypting the source code using something like ionCube.

PHP code should never be displayed when deployed to the end user if PHP is installed correctly and the file extension is .php.

Hiding source code in case someone gains access to your server might add a small layer of security for the code used; however as most data is typically stored in a database (which is easy to access once the server is compromised), there is very little reason to encrypt the source code itself unless the code itself is vital to an organisation.

From a security standpoint it may add a layer of protection, but it also adds extra development time ( any updates have to be made on the original source code and then encrypted before being pushed live ) and a small hit to performance.
Reply


Messages In This Thread
ionCube and Codeigniter - by FlevasGR - 06-08-2015, 04:52 AM
RE: ionCube and Codeigniter - by advoor - 06-08-2015, 05:20 AM
RE: ionCube and Codeigniter - by Blair2004 - 06-08-2015, 06:29 AM
RE: ionCube and Codeigniter - by Avenirer - 06-08-2015, 06:37 AM
RE: ionCube and Codeigniter - by Blair2004 - 06-08-2015, 06:44 AM
RE: ionCube and Codeigniter - by Narf - 06-08-2015, 07:27 AM
RE: ionCube and Codeigniter - by Blair2004 - 06-08-2015, 09:29 AM
RE: ionCube and Codeigniter - by FlevasGR - 06-08-2015, 09:37 AM
RE: ionCube and Codeigniter - by CroNiX - 06-08-2015, 09:59 AM
RE: ionCube and Codeigniter - by Blair2004 - 06-08-2015, 03:27 PM
RE: ionCube and Codeigniter - by mario - 06-08-2015, 10:46 PM
RE: ionCube and Codeigniter - by FlevasGR - 06-09-2015, 12:35 PM
RE: ionCube and Codeigniter - by mario - 06-09-2015, 10:36 PM
RE: ionCube and Codeigniter - by FlevasGR - 06-10-2015, 07:37 AM
RE: ionCube and Codeigniter - by codeIgniter2015 - 06-11-2015, 03:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB