Possible Duplicate:
What software should I use to encrypt my hard drive?

Hi,

What is the easiest/most secure way of encrypting folders on my external HD or laptop ?

link|improve this question
2  
which OS? OS X has encrypted disk images. – Thilo Aug 16 '10 at 5:49
feedback

migrated from stackoverflow.com Aug 16 '10 at 5:10

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Tom Wijsman, random Sep 6 '10 at 0:22

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

6 Answers

TrueCrypt is an excellent, cross platform, open source implementation for securing your data.

link|improve this answer
feedback

I am avid fan of TrueCrypt

link|improve this answer
feedback

Use a truecrypt container.

It creates a file that acts as hard disk image, and it's encrypted with truecrypt.

As for your external drive, you could encrypt that all together.

link|improve this answer
feedback

I use this EncFS tool, it lets you mount a folder of encrypted files into an folder of unencrypted files. The use of EncFS is very straightforward and incomplicated. The only real problem is, that this tool exists only for linux, BSD nd Mac OS X.

link|improve this answer
feedback

Get a Mac! Built in ability to create an encrypted image or sparse image. One of the best features of OSX!

link|improve this answer
feedback

If you've got Windows 7 Ultimate or Enterprise, you can use BitLocker to go, which "gives the lockdown treatment to easily-misplaced portable storage devices like USB flash drives and external hard drives."

link|improve this answer
feedback