December 2018
Beginner
826 pages
22h 54m
English
What we've done here is simply created an encrypted volume; it's yet another logical disk, that the system can treat as any other storage medium once it's been unlocked.
cryptsetup is the key component used here, and it couldn't be described better than by its own manual page.
With cryptsetup, we started by formatting the partition we'd set up and setting an initial passphrase. This was the luksFormat element. Once ...
Read now
Unlock full access