Quote:
Originally Posted by Soderlund
Some programs helpfully leak data. For example, you may expect /encrypted/whatever.txt to only exist in your encrypted directory, but a text editor may put the buffer in /tmp.
|
Yeah, that's also important. Many programs leak to /tmp, so check it, or find/write your own program that doesn't leak.