I have user data stored in a text file called data.txt which lives on a Unix web server. The passwords are encrypted, but I don't want the data.txt to be viewable from my web server at all.
I'm not sure what permissions to make the file. When I try to change them my application can't read the file either, so that obviously is a problem.
I'm not sure what permissions to make the file. When I try to change them my application can't read the file either, so that obviously is a problem.