How to encrypt php folder under /var/www?
- by sirchaos
I need to encrypt the folder /var/www/test.
The folder contains PHP files. The goal it to prevent any user to read the php content AND if the HD is mounted on another computer, the /var/www/test should be encrypted AND if computer booted up without any user logged I would like anyone to be able to access data in /var/www/tests.
What is the…