Is it be possible to encrypt the temp folder of Tomcat 6.0 running on Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.