Full Disk Encryption: Difference between revisions

imported>Ratorx
No edit summary
imported>Yuu
No edit summary
Line 1: Line 1:
There are a few options for full disk encryption. Below are a few guides for specific cases.
There are a few options for full disk encryption.
 
* [https://gist.github.com/martijnvermaat/76f2e24d0239470dd71050358b4d5134 Installation of NixOS with encrypted root]
* [[NixOS_on_ZFS#Encrypted_ZFS|Encryption in ZFS]]
* [[Yubikey based Full Disk Encryption (FDE) on NixOS|Using a Yubikey as the authentication mechanism]] (unattended boot and two factor boot with user password).
* Have a look at https://wiki.archlinux.org/index.php/Disk_encryption to see all the possible options. This wiki page is not complete.
* [https://gist.github.com/ladinu/bfebdd90a5afd45dec811296016b2a3f Installation with encrypted /boot]
* [[Remote LUKS Unlocking|Using Tor and SSH to unlock your LUKS Disk over the internet]].


= Basic Installation  =
= Basic Installation  =
Line 196: Line 189:
}
}
</syntaxhighlight>
</syntaxhighlight>
= Further reading =
* [https://gist.github.com/martijnvermaat/76f2e24d0239470dd71050358b4d5134 Installation of NixOS with encrypted root]
* [[NixOS_on_ZFS#Encrypted_ZFS|Encryption in ZFS]]
* [[Yubikey based Full Disk Encryption (FDE) on NixOS|Using a Yubikey as the authentication mechanism]] (unattended boot and two factor boot with user password).
* Have a look at https://wiki.archlinux.org/index.php/Disk_encryption to see all the possible options. This wiki page is not complete.
* [https://gist.github.com/ladinu/bfebdd90a5afd45dec811296016b2a3f Installation with encrypted /boot]
* [[Remote LUKS Unlocking|Using Tor and SSH to unlock your LUKS Disk over the internet]].