How can I keep my plaintext data from leaking?
October 17, 2005 6:34 PM
Subscribe
I'm writing some personal wiki software that I want to make as secure as possible. Think wiki software in the footsteps of
Tinfoil Hat Linux. The software is intended to run as a CGI Perl script though Apache on the local machine, with data stored in encrypted XML files that will be decrypted for display by the
Crypt::GPG module. So the question is, where could plaintext data escape to? More inside...
The most obvious is the browser (which, in my usage, would be Firefox on Debian), but I've ascertained that one can prevent Mozilla and most other browsers from caching data by using HTTPS. What about Apache itself? Does apache cache data by defualt in any way (other than access logs)? Is there something I'm not thinking of?
A bit paranoid? Maybe, but I do intend to commit every facet of my life to this thing, so a little parnoia is warranted.
posted by phrontist to computers & internet (27 comments total)
posted by phrontist at 6:35 PM on October 17, 2005