User Tools

Site Tools


computing:encryption

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:encryption [2019/07/20 13:00] oemb1905computing:encryption [2020/12/27 02:25] oemb1905
Line 9: Line 9:
  
 Creating a encrypted partition for your workstation using cryptsetup.   Creating a encrypted partition for your workstation using cryptsetup.  
 +
 +  sudo apt-get install cryptsetup libpam-mount
   cryptsetup luksFormat /dev/sdaX   cryptsetup luksFormat /dev/sdaX
   cryptsetup luksOpen /dev/sdaX vault   cryptsetup luksOpen /dev/sdaX vault
Line 51: Line 53:
 Okay, reboot and test.  If it fails, boot into recovery mode and comment out the fstab entry until you get everything set up properly. Okay, reboot and test.  If it fails, boot into recovery mode and comment out the fstab entry until you get everything set up properly.
  
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2019/07/20 06:49//+  <volume user="sexa" fstype="crypt" path="/dev/disk/by-uuid/21sdsd" mountpoint="/home" options="noatime,exec,fsck,nodev,nosuid"/> 
 + 
 + --- //[[jonathan@haacksnetworking.com|oemb1905]] 2020/12/26 19:20//
computing/encryption.txt · Last modified: 2024/01/29 18:20 by oemb1905