php - Running a website from an encrypted partition -
I see the possibility of running a PHP-based website (built in Symphony) with an encrypted partition on a LAMP server. The reason for this is that the customer will have access to the server, but I do not want them to see the source code behind the PHP website.
I am open to other solutions if this is not possible. For example, maybe running a site from a virtual machine instance that can not be easily accessed
I'm not just a big fan of obscuring the code, as per other positions, it can easily be reversed
Can a PHP app run in an environment that is not human-accessible / readable?
I do not know how the encrypted partition will help, because the web server will need access to it, And with the use of a machine, someone will know how to use it.
A virtual machine is probably the easiest thing to secure, because you can serve web pages, but can restrict file system / RDP access to it.
There is also reliable obstraction / pre-compilation solution on the market. With the latter, you can distribute a bytecode which is also optimized for speed, which is the argument to present the customer.
Comments
Post a Comment