2

I have a small embedded system that supports fat32. It does not have any encryption options for the files that it saves to a external usb connected disk. Modifying the source to support encryption is not an option. Are there any external drives, or somethings that can be used to encrypted the files once the land on the disk? Something that does not require the cooperation of the embedded system?

I realize that this is a bit far fetched, but you never know!

michael
  • 307
  • 1
  • 9
  • What's the use scenario? Do you have to read from the device on the embedded system as well as write to it? I'm thinking you have a key management problem here. – Michael Kohne Jun 26 '11 at 22:55

2 Answers2

1

The IronKey USB devices have on-device encryption. A Google search for encrypted hard drive yields some useful looking results.

larsks
  • 41,276
  • 13
  • 117
  • 170
0

There a few options which allow you to disarm the encryption until the next power cycle.

https://superuser.com/questions/296750/independent-hardware-based-encryption-tool-used-with-non-cooperative-system-and

michael
  • 307
  • 1
  • 9