-
-
Notifications
You must be signed in to change notification settings - Fork 59
Use random encryption key for swap partition #977
Copy link
Copy link
Open
Labels
C: otherNo other component ("C:") label applies to this issue, or the appropriate label is not yet known.No other component ("C:") label applies to this issue, or the appropriate label is not yet known.P: majorPriority: major. Between "default" and "critical" in severity.Priority: major. Between "default" and "critical" in severity.cryptographyThis issue pertains to the use of cryptography in Qubes OS.This issue pertains to the use of cryptography in Qubes OS.help wantedThis issue will probably not get done in a timely fashion without help from community contributors.This issue will probably not get done in a timely fashion without help from community contributors.privacyThis issue pertains to privacy in Qubes OS or something controlled by the Qubes OS Project.This issue pertains to privacy in Qubes OS or something controlled by the Qubes OS Project.
Metadata
Metadata
Assignees
Labels
C: otherNo other component ("C:") label applies to this issue, or the appropriate label is not yet known.No other component ("C:") label applies to this issue, or the appropriate label is not yet known.P: majorPriority: major. Between "default" and "critical" in severity.Priority: major. Between "default" and "critical" in severity.cryptographyThis issue pertains to the use of cryptography in Qubes OS.This issue pertains to the use of cryptography in Qubes OS.help wantedThis issue will probably not get done in a timely fashion without help from community contributors.This issue will probably not get done in a timely fashion without help from community contributors.privacyThis issue pertains to privacy in Qubes OS or something controlled by the Qubes OS Project.This issue pertains to privacy in Qubes OS or something controlled by the Qubes OS Project.
Normally, the disk password entered during the boot process is used to decrypt both the root partition and the swap partition.
But if a wrong password is entered initially, subsequent tries prompt separately for the root partition and the swap partion password, i.e. you have to enter the same password twice now. This can be observed by looking at the LUKS UUIDs in the console (after pressing <ESC> to leave the plymouth splash screen) or the journal.
(Tested on Qubes 3.0 RC1)