The problem. USB drives are not allowed in our company but we have a few computers which are not on the network and have deep freeze installed.We need to be able to allow a few users to move files to these machines using USB drives. Obvious we are trying to avoid the possibility that a employee leave campus with (usable) data.

Is there a way to:

  1. Force all data sent to a USB to be encrypted
  2. Have a certificate on the machine with deep freeze with the required certificate to decrypt. We need a certificate and not a password because a password could be used anywhere.

Network machines are part of a windows server active directory domain and this is where/how the USB restriction is currently managed.

link|improve this question

14% accept rate
feedback

2 Answers

One possibility to consider is TrueCrypt. You can encrypt the entirety of the USB drive, using a "key file" to do so. (For a little extra security, use both a key file and a password.) Only computers where this key file exists (and only users who know the password to unlock the key file) would be able to read the hard drive. Of course, this then gives you a minor chicken-and-egg issue, as you have to use something to copy the key file to every computer you want to be able to use this drive on. (While a key file isn't a certificate per se, it's effect is quite similar -- the drive can only be accessed if that key file is present.)

I'm not entirely sure from your question if you also have the requirement that only certain users can access USB drives at all; if you do have this requirement, TrueCrypt unfortunately cannot solve this one for you, but I believe Group Policy might.

link|improve this answer
Sounds promising. I can manage who can use usb drives just not where. From your explanation I assume the only way to circumvent this would be to copy the key file to another computer. How is this prevented? – Vincent Apr 15 '11 at 4:08
feedback

Applications like Checkpoint, Cryptzone, Mcafee and others allow you to enforce encryption on removable drives, and centrally manage the users who can access these drives.

You can also limit access to removable drives using ADM under group policy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.