Live data from Hacker News

The self-encrypting hard drive

strom.wordpress.com

1–10 of 19 posts

Re: The self-encrypting hard drive

#4
I'd be very worried about special proprietary drives like these that have an encryption/decryption chip. What if the chip fails? How easy will it be to read the bytes off of a drive if it fails in the future? Here are my solutions instead:

On a Mac (Lion+), use FileVault 2. It provides pre-boot full drive encryption.

On Linux, use dm-crypt/LUKS. Why oh why is this still not easy to set up?

On Windows, use TrueCrypt full drive pre-boot authentication.

On an Android phone (ICS+), use the new android full drive encryption.

On an iPhone, I imagine you're SOL?

Re: The self-encrypting hard drive

#5

I'd be very worried about special proprietary drives like these that have an encryption/decryption chip. What if the chip fails? How easy will it be to read the bytes off of a drive if it fails in the future? Here are my solutions instead: On a Mac (Lion+), use FileVault 2. It provides pre-boot full drive encryption. On Linux, use dm-crypt/LUKS. Why oh why is this still not easy to set up? On Windows, use TrueCrypt f…

Fedora has proper disk encryption as a checkbox option during installation. It's very easy to set up.

Re: The self-encrypting hard drive

#6
Friends don't let friends use snake oil encryption, like the kind offered by "on-disk" solutions. That thing even has key escrow - either cheaply-implemented 'trusted' hardware, or a second 'secret' key known by every copy of the unlocking software! There's little impetus for widespread analysis of any of these proprietary solutions, as there's too many models to focus on. If you actually want to protect your data, stick with the standard software FDE for your OS - it should be a one-click option (and hopefully the default) at installation time.

Re: The self-encrypting hard drive

#7
post #5

I'd be very worried about special proprietary drives like these that have an encryption/decryption chip. What if the chip fails? How easy will it be to read the bytes off of a drive if it fails in the future? Here are my solutions instead: On a Mac (Lion+), use FileVault 2. It provides pre-boot full drive encryption. On Linux, use dm-crypt/LUKS. Why oh why is this still not easy to set up? On Windows, use TrueCrypt f…

Fedora has proper disk encryption as a checkbox option during installation. It's very easy to set up.

Ubuntu does as well, with a choice between home directories only or the whole disk. It's not actually that hard to set up dm-crypt manually, although not something I'm about to suggest to my grandmother.

Re: The self-encrypting hard drive

#8
post #5

I'd be very worried about special proprietary drives like these that have an encryption/decryption chip. What if the chip fails? How easy will it be to read the bytes off of a drive if it fails in the future? Here are my solutions instead: On a Mac (Lion+), use FileVault 2. It provides pre-boot full drive encryption. On Linux, use dm-crypt/LUKS. Why oh why is this still not easy to set up? On Windows, use TrueCrypt f…

Fedora has proper disk encryption as a checkbox option during installation. It's very easy to set up.

[deleted]

Re: The self-encrypting hard drive

#9

I'd be very worried about special proprietary drives like these that have an encryption/decryption chip. What if the chip fails? How easy will it be to read the bytes off of a drive if it fails in the future? Here are my solutions instead: On a Mac (Lion+), use FileVault 2. It provides pre-boot full drive encryption. On Linux, use dm-crypt/LUKS. Why oh why is this still not easy to set up? On Windows, use TrueCrypt f…

iPhone storage is encrypted by default.

Re: The self-encrypting hard drive

#10

Friends don't let friends use snake oil encryption, like the kind offered by "on-disk" solutions. That thing even has key escrow - either cheaply-implemented 'trusted' hardware, or a second 'secret' key known by every copy of the unlocking software! There's little impetus for widespread analysis of any of these proprietary solutions, as there's too many models to focus on. If you actually want to protect your data, s…

> or a second 'secret' key known by every copy of the unlocking software!

Are you sure that each drive doesn't have its own key, tied to the serial number?

Post reply on HN