Seite 1 von 1

Luks2

Verfasst: Montag 1. April 2024, 17:47
von Popelmaniac
Unterstützt Manjaro Luks2?
Wo ist da der Unterschied zu Luks?

Re: Luks2

Verfasst: Mittwoch 3. April 2024, 13:47
von Popelmaniac
WEiss jemand was und kann es hier Posten ?

Re: Luks2

Verfasst: Mittwoch 3. April 2024, 14:30
von country

Code: Alles auswählen

 Wo ist da der Unterschied zu Luks?
https://de.wikipedia.org/wiki/Dm-crypt#LUKS2

https://gitlab.com/cryptsetup/cryptsetup/
https://gitlab.com/cryptsetup/cryptsetu ... type=heads

Luks2 ist abwärtskompatibel mit Luks... ;D

edit/
Warning:

In any scenario, never use file system repair software such as fsck directly on an encrypted volume, or it will destroy any means to recover the key used to decrypt your files. Such tools must be used on the decrypted (opened) device instead.
For the LUKS2 format:
GRUB's support for LUKS2 is limited; see GRUB#Encrypted /boot for details. Use LUKS1 (cryptsetup luksFormat --type luks1) for partitions that GRUB will need to unlock.
The LUKS2 format has a high RAM usage per design, defaulting to 1GB per encrypted mapper. Machines with low RAM and/or multiple LUKS2 partitions unlocked in parallel may error on boot. See the --pbkdf-memory option to control memory usage.[1]

https://wiki.archlinux.org/title/Dm-cry ... ire_system