LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   how to crypt system from usb disk? (https://www.linuxquestions.org/questions/linux-security-4/how-to-crypt-system-from-usb-disk-578566/)

uni_apollo 08-20-2007 09:28 PM

how to crypt system from usb disk?
 
hi,everybody,i work on a embedded linux system , now i want modify some function, such as with i insert a special usb disk (like a usbkey) to start system some special function. the usb disk should not be copy without authorization. anyboby can give some suggestion,thanks .

unSpawn 08-28-2007 04:40 PM

Quote:

Originally Posted by uni_apollo (Post 2865281)
the usb disk should not be copy without authorization

If the "copy without authorization" is your main problem you could search for "copy protection" but I doubt you will find a way that is a) uncrackable and b) cost-effective. I don't know any. If the en/decryption part is your main problem you could search for "digital restriction management" (yes even GNU/Linux has a DRM standard AFAIK). If the disk is encrypted then copying would not pose a risk until somebody retrieves the key or gains access to the contents while they are in a decrypted state. And how do you provide the key? It can't reside on the medium itself and it can't be placed on the system. That leaves only secured client-server transactions which sounds costly to me for an embedded system.


All times are GMT -5. The time now is 10:46 AM.