Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2023-08-20 13:46:24 +01:00
parent 49e61a77b8
commit 7159148a91
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Introduction
The GRUB payload has supported LUKSv2 for a long time, but only with the
old-school PBKDF2 key derivation method; most Linux dm-crypt setups on LUKSv2
use argon2-based key derivation, which GRUB did not support. This mean either:
use LUKSv2 with PBKDF2 (less secure), or LUKSv2 (ditto), in GRUB.
use LUKSv2 with PBKDF2 (less secure), or LUKSv1 (ditto), in GRUB.
Today, Libreboot now supports argon2 key derivation in its version of GRUB,
which is offered as a coreboot payload within the Libreboot build system, and