Reply to comment

Howto use Loop-AES

Every day it seems we get another story in the news about how data was lost on a laptop or a USB Flash thumbdrive that should have been encrypted. The sad part is how easy it is to do and how many different ways we can do it. Loop-AES is another alternative we have on Linux and this is how you use it.

Background

 

Loop Devices are not actual devices rather they are processes that data can be piped through before it is written to the actual device or file. This process could be encryption or format translation.

Userland tool: losetup - Creates and/or destroys the connecting process of the loop device.

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options