13

When storing personal data on a USB stick, data needs to be encrypted to ensure privacy. Regrettably, this is far from easy to do without introducing a lot of overhead; ideally, the whole encryption process should done automatically. Does anyone know of a convenient way to encrypt the data on a USB drive?

Update: I am using Windows Vista, although I would prefer a cross-platform solution.

4
  • What OS and version are you using? The higher editions of Vista and Windows 7 come with Bitlocker drive encryption built-in.
    – GAThrawn
    Commented Nov 25, 2009 at 13:16
  • 1
    Related question (though not answered yet): superuser.com/questions/48084/…
    – Gnoupi
    Commented Nov 25, 2009 at 13:17
  • Duplicate of superuser.com/questions/62022/… and superuser.com/questions/48084/… Commented Nov 25, 2009 at 14:44
  • 1
    Bitlocker on Vista does not support removeable drives like USB keys. Bitlocker-to-go on Windows 7 does, however. Yo ucan also use policies to detemine whether USB media can be used at all, or control them to be read only or allow writing, depending on whether or not they hav ebeen encrypted (eg do not allow writing to a non-encrypted removeable drive)
    – AdamV
    Commented Nov 26, 2009 at 13:01

4 Answers 4

22

try truecrypt it suits usb sticks really well. you can encrypt the whole drive or just certain folders. and it's cross platform

from their homepage:

Free open-source disk encryption software for Windows 7/Vista/XP, Mac OS X, and Linux

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.

7

I use truecrypt

Creates a encryptred folder and then all you do is drag the files into the folder

1
  • 3
    The problem with TrueCrypt is the unmounting. You first have to unmount the TrueCrypt volume, and then eject the USB stick (to flush the write cache).
    – Dimitri C.
    Commented Nov 25, 2009 at 13:25
1

Are you looking for a commercial product like PGP whole disk encryption or something like truecrypt that's more cross-platform compatible? Or perhaps you're looking for something that automatically mounts the crypto drive when you insert an encrypted USB stick that has a crypto volume on it? (or tries to, if it has true random data)

0

You could make an encrypted disk image on it and put your files in that or get an ironkey.

1
  • This seeems like it should be a comment rather then an answer.
    – Ramhound
    Commented Apr 16, 2014 at 10:49

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .