How can I prevent file copy in my usb stick?

5

I want to prevent other users of copying my files from my usb stick. Is there any method to do that?

Dimitris

Posted 2011-05-24T10:36:09.700

Reputation:

Answers

14

Don't put the stick in their computer? Or encrypt the data. But of course you can't access it on their computer then.

But whenever the data on your usb stick can be read, it can be copied.

If you want to protect yourself against theft of the stick then encryption is the way to go. I recommend portable truecrypt with a file container for this.
If you want to protect against malicious computers from which you access your data you can't win.

CodesInChaos

Posted 2011-05-24T10:36:09.700

Reputation: 501

0

The USB stick that shipped with Macbook Air is read-only. I guess if they can do it, you can do it as well. Although people have found ways to make it writable with some low level tool, it is secure enough for regular use.

Wei Shi

Posted 2011-05-24T10:36:09.700

Reputation: 735

2That would mean they can still read all his files. I think he doesn't want anyone to be able to even look at his files without his permission. – Ivo Flipse – 2011-05-24T11:35:44.637