Bitlocker is a harddrive encryption data protection tool which comes with Windows Vista Ultimate and 7. Does anyone know an equivalent for Linux distros like Fedora and Ubuntu?
|
feedback
|
migrated from stackoverflow.com Jan 25 '11 at 18:51
This question came from our site for professional and enthusiast programmers.
| |||||
feedback
|
| ||||
|
feedback
|
|
Another way is to create an encrypted image that you mount using a local loopback. This will allow you to 'open' an encrpyted image (which is kept on disk), modify its contents and upon unmounting, will be encrypted. Creates a nice easy way to transport encrypted files (just send the image). A good ref is located here. | |||
|
feedback
|