Clarify default encryption

https://forum.qubes-os.org/t/18071
This commit is contained in:
Andrew David Wong 2023-04-19 22:56:19 -07:00
parent 794fc2f40b
commit 1573434b29
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
2 changed files with 2 additions and 6 deletions

View file

@ -186,10 +186,7 @@ We believe that this is currently the only practically viable approach to implem
### Does Qubes use full disk encryption (FDE)?
Yes, of course!
Full disk encryption is enabled by default.
Specifically, we use [LUKS](https://en.wikipedia.org/wiki/Linux_Unified_Key_Setup)/[dm-crypt](https://en.wikipedia.org/wiki/Dm-crypt).
You can even [manually configure your encryption parameters](/doc/custom-install/) if you like!
By default, Qubes OS uses [LUKS](https://en.wikipedia.org/wiki/Linux_Unified_Key_Setup)/[dm-crypt](https://en.wikipedia.org/wiki/Dm-crypt) to encrypt everything except the `/boot` partition.
### What do all these terms mean?