Re: disc erasure
- From: Ertugrul Soeylemez <usenet@xxxxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 20:10:58 +0100
"bytebro" <keith.willis@xxxxxxxxx> (07-02-28 01:33:29):
But remember, you cannot erase data such that it can't be restored.
You can only make this arbitrarily difficult. What is a lot more
secure is to not let plaintext data get onto the hard-drive at all.
Use filesystem encryption and encrypt everything.
Do any of the main Linux distros provide an encrypting filesystem?
I'm toying with migrating my desktop machine to Linux, and this would
certainly be one of my selection criteria.
Of course. The three main encryption packages are:
Encryption via the device mapper (dm-crypt): This is included in Linux
itself, so you don't need any external kernel code. However, you need a
program to set this up. You will use Cryptsetup in most cases. Another
program Cryptsetup-luks is also available, which makes it possible to
use multiple keys. This is interesting, if you have multiple users
accessing the data, otherwise the original cryptsetup is better.
Loop-AES: This is an easy-to-use third-party kernel module. It is as
good as dm-crypt in many matters. Some believe that it is faster, but I
can't tell much about its performance. This module is particularly
interesting, because of its documentation, which describes how to do
complete hard disk encryption, as well as changing the encryption key,
if you need to.
Truecrypt: Another approach, which makes it possible to use the same
partition for both Linux and Windows, if you need to. Another good
feature is that it uses LRW mode for encryption, instead of CBC, which
dm-crypt and Loop-AES use. So it defeats the watermarking attack.
However, Truecrypt is designed for ease of use. I can't tell much about
its security, but the people behind it seem to care about it, so it's
not essentially bad. If watermarking is a problem, then use this,
otherwise use dm-crypt or Loop-AES.
Regards,
E.S.
.
- References:
- disc erasure
- From: Mark Probert
- Re: disc erasure
- From: Ertugrul Soeylemez
- Re: disc erasure
- From: bytebro
- disc erasure
- Prev by Date: Re: disc erasure
- Next by Date: Re: How much must be revealed
- Previous by thread: Re: disc erasure
- Next by thread: Re: disc erasure
- Index(es):
Relevant Pages
|