Hiding files
Posted: Sat May 21, 2005 8:12 pm
What is the most secure way to make a file accessible to myself only?
If the filename of the file in question is easily obtainable, but I set permissions on the file to owner only and use sessions with php, is there still a risk of the file being read/written?
If the filename of the file in question is easily obtainable, but I set permissions on the file to owner only and use sessions with php, is there still a risk of the file being read/written?