Is it be possible to encrypt the temp folder of Tomcat 6.0 running on Linux?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Got the encryption working using fuse encfs.
After the whole process, there will be 2 directories, one with encrypted data and one with decrypted data. The encrypted folder is accessible to read, but the files [including the files/directories names] will be encrypted. The decrypted data folder will be accessible only to tomcat user and will not be accessible to any other user, root included (unless root switches to tomcat user). -Noman A. |
|||
|
|