Tech/HowTo/Linux Unified Key Setup

From lathama
< Tech‎ | HowTo
Jump to navigation Jump to search

Linux Unified Key Setup (LUKS)

Keyslots

Reading PSA: upgrade your LUKS key derivation function I wanted to confirm my systems.

# lsblk --raw | grep crypt | sed "s/_crypt.*//"
nvme0n1p5
# cryptsetup luksDump /dev/nvme0n1p5 | grep argon
       PBKDF:      argon2i


Resources