target_args</code>. Determine the correct values for the first three
arguments to encrypt <code> /dev/loop0</code>. </li>
- <li> The <code> target_args </code> for the dm-crypt target are
- of the form <code> cipher key iv_offset device offset</code>. To
- encrypt <code> /dev/loop0 </code> with AES-256, <code> cipher </code>
- is <code> aes</code>, device is <code> /dev/loop0 </code> and both
- offsets are zero. Come up with an idea to create a 256 bit key from
- a passphrase. </li>
+ <li> The <code>target_args</code> for the dm-crypt target are
+ of the form <code>cipher key iv_offset device offset</code>. To
+ encrypt <code>/dev/loop0</code> with AES-256, <code>cipher</code>
+ is <code>aes</code>, <code>device</code> is <code>/dev/loop0</code>
+ and both offsets are zero. Come up with an idea to create a 256 bit
+ key from a passphrase. </li>
<li> The <code> create </code> subcommand of <code> dmsetup(8)
</code> creates a device from the given table. Run a command of