Forum Moderators: open
Is it possible to be asked for a password when connected the usb without loosing the practical side?
In order for the password to be meaningful, the data on the disk has to be encrypted.
OK, not entirely true, as the data could be unencrypted, but access blocked in the hardware interface. This would allow recovery of data by taking extreme measures (removing the platters and installing in a different drive - as is commonly done by "data recovery" firms) but the average user would have no way to access the data.
Encryption could certainly be done in hardware.
The problem is how to have an operating-system independant way of providing the password. (In either case - whether the data is in fact encrypted or not.)
If the device were Ethernet-connected, rather than USB-connected, this is a slam-dunk: such a device could have an embedded web server. Before using the disk, you'd have to connect to the web server and provide the password.
The closest analog I can think of for USB is to provide a USB interface that looks like some generic type of USB device where the driver would normally be supplied by the OS - with no need for additional driver software. Maybe some very popular modem, etc.
Sorry I don't know of any specific product. I don't think it's an easy problem to solve, but it seems to me there might be some workarounds, and so some product might exist.
I think your best bet it to find a software package that is supported on all of the platforms you need to access the data from.
I use a commercial product called BestCrypt. It does run on Windows 98, so I think that solves your problem. (It's also available for Linux.) Their new volume encryption product (haven't tried it) looks quite intriguing as well - it can encrypt everything including the bootable OS, and asks for a password before booting-up.
I am right now taking a backup onto USB disc of the source data/multimedia for my main site, and when done will physically take that USB drive across London for safe physical storage. Would require a fairly severe war/flood/etc to destroy it and the primary copy. Most modern machines (Windows/Mac/*nix) could retrieve the data.
Tampering on-line or off-line with that copy of the data will not be very easy either!
I do also have a data safe, in which I could keep this drive, and I do use data encryption in other circumstances (eg for sensitive data), but I like to physically spread my data out a bit!
So, the point is, what do you care about most out of easy access or security or range of machines able to read the data etc etc. That balance will constrain your solution and no single solution will be best for all of them,
Rgds
Damon
I am right now taking a backup onto USB disc of the source data/multimedia for my main site, and when done will physically take that USB drive across London for safe physical storage. Would require a fairly severe war/flood/etc to destroy it and the primary copy. Most modern machines (Windows/Mac/*nix) could retrieve the data.
Tampering on-line or off-line with that copy of the data will not be very easy either!
I do also have a data safe, in which I could keep this drive, and I do use data encryption in other circumstances (eg for sensitive data), but I like to physically spread my data out a bit!
So, the point is, what do you care about most out of easy access or security or range of machines able to read the data etc etc. That balance will constrain your solution and no single solution will be best for all of them,
Rgds
Damon
Create a TrueCrypt file container on the USB flash drive. If you leave enough space on the USB flash drive, you will also be able to store TrueCrypt on the USB flash drive and you will be able to run TrueCrypt from the USB flash drive
Thanks for any help.
Ian