public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* encrypted swap(beating a dead horse)
@ 2001-08-08 15:17 David Maynor
  2001-08-09  0:22 ` David Wagner
  0 siblings, 1 reply; 2+ messages in thread
From: David Maynor @ 2001-08-08 15:17 UTC (permalink / raw)
  To: linux-kernel


>>
>>2.  anyone stealing a disk to get data out of it sure as hell isn't going
>>to boot it up and run your init scripts.

This is true, so the best thing for this, in my opinion, instead of 
throwing the crypto blanket over everything, scrub the swap when a process 
is terminated so when the machine is shut down, you won't have to clean the 
entire swap.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: encrypted swap(beating a dead horse)
  2001-08-08 15:17 encrypted swap(beating a dead horse) David Maynor
@ 2001-08-09  0:22 ` David Wagner
  0 siblings, 0 replies; 2+ messages in thread
From: David Wagner @ 2001-08-09  0:22 UTC (permalink / raw)
  To: linux-kernel

David Maynor  wrote:
>This is true, so the best thing for this, in my opinion, instead of 
>throwing the crypto blanket over everything, scrub the swap when a process 
>is terminated so when the machine is shut down, you won't have to clean the 
>entire swap.

(If I'm repeating myself and you already knew this, I apologize.)

Scrubbing swap is a good idea, but it turns out it is much harder
to do right then you might think.  In particular, data can survive
many erases, due to the physical properties of hard drives as well
as the properties of filesystems and hard drive caching.

It seems that the only way to have any assurance that you've reliably
deleted data is to ensure that it was only written in encrypted form
in the first place, and to securely erase the key when you're done
with the data and want to erase it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-09  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-08 15:17 encrypted swap(beating a dead horse) David Maynor
2001-08-09  0:22 ` David Wagner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox