don't do it if you don't want to
there's no threat
downside of luks2 is a bigger header size, takes more space to backup.
PS Warning: GRUB's support for LUKS2 is limited; see GRUB#Encrypted /boot for details. Use LUKS2 with PBKDF2 (cryptsetup luksFormat --pbkdf pbkdf2) for partitions that GRUB will need to unlock.
How to know if you need to upgrade
Step 1: Find your encrypted device
/dev/sda2or/dev/nvme0n1p2).Step 2: Check your LUKS version and KDF
/dev/whateverwith your actual device name)What to look for:
Version: 1, you're using LUKS1 and definitely need to upgradePBKDF:line in each keyslot section. You need to upgrade if you see:pbkdf2- old and vulnerable to GPU attacksargon2i- better but not GPU-resistantargon2id- this is the current recommended KDF that's resistant to GPU attacksQuick summary: