How to encrypt data on an external hard drive?

9

I want to secure my external (1 TB) hard drive that I use as a physical back-up for my home computer so that if the drive is stolen (eg burglary) then the data is not easily accessible by a common or garden thief.

Requirements:

  • Needs to be accessible during normal working activities whilst I'm logged into Windows Vista Basic so that scheduled/ad-hoc backups to the external drive can take place and other programmes that create a backup there (eg Adobe Lightbox).
  • If the drive is unplugged either whilst the computer is turned on (on password-protected screen-saver) or turned off then the data on the hard drive cannot be accessed without a password.

Paid-for software is fine - the priority is usable and simple software that just works and I don't have to worry about it.

NB I'm using Dropbox 50GB service at the moment for remote backup so my vision is that I'll have all my documents on my local hard drive in the Dropbox folder, which will be mirrored on the (secure) external hard drive, and also online on the Dropbox service.

Hope this makes sense!

Nick Seeber

Posted 2010-01-17T14:40:52.497

Reputation: 165

1Since TrueCrypt went out of service, this question could use new answers. – Noumenon – 2016-08-04T19:39:22.417

Answers

12

Have you looked into TrueCrypt? From the website:

Main Features:

  • Creates a virtual encrypted disk within a file and mounts it as a real disk.

  • Encrypts an entire partition or storage device such as USB flash drive or hard drive.

  • Encrypts a partition or drive where Windows is installed (pre-boot authentication).

  • Encryption is automatic, real-time (on-the-fly) and transparent.

  • Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted.

  • Provides plausible deniability, in case an adversary forces you to reveal the password:

  • Hidden volume (steganography) and hidden operating system.

  • Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS.

fideli

Posted 2010-01-17T14:40:52.497

Reputation: 13 618

5

Shack

Posted 2010-01-17T14:40:52.497

Reputation: 168

2

TrueCrypt doesn't work if you're planing to use backup programs such as Windows Vista/7 backup, as it does not see the drive mounted. I tried both options with no success. The solution is to look for backup drives that come with encrypting option.

Ramsin

Posted 2010-01-17T14:40:52.497

Reputation: 21

1

You didn't mention, what system you are using to back up your data. Anyways, the free software Veracrypt or TrueCrypt (without diving into the discussion which is better/more trusty) could do the job.

If you trust Microsoft, BitLocker is also available - but it is closed source.

For Linux-systems, Veracrypt is being offered as a GUI and CLI implementation as well. Furthermore, you can use cryptsetup or related software to encrypt your hard drive. I personally like to use hardware with linux unified key setup (LUKS)-encryption, since it is fairly well documented, e.g. in the fedora wiki or the arch wiki.

IamLunchbox

Posted 2010-01-17T14:40:52.497

Reputation: 11