TrueCrypt claims to store decrypted data only in RAM. But sometimes RAM gets dumped to swap (swap partition or swap file). Is this a privacy issue?
|
feedback
|
|
You might find some interesting reference for your point in this paper,
more in the paper. | |||
|
feedback
|
|
It might be an issue, but that would not be the only issue. Even without swapping, applications might write temporary files to disk, not being aware that the original file was stored in some secure way. Like a word processor might auto-save your document every now and then. And maybe a video player could auto-convert files that are not using its native format, and write that temporary file to disk as well. Also, all programs will have (part of) the file in their own memory, which might be written to disk upon hibernation (sleep). | |||
|
feedback
|