2 bool "Add crypt support for password-based unlock"
3 depends on AUTOBOOT_KEYED && AUTOBOOT_ENCRYPTION
5 Enable support for crypt-style hashed passphrases.
6 This will then be used as the mechanism of choice to
7 verify whether the entered password to unlock the
8 console is correct or not.
12 config CRYPT_PW_SHA256
13 bool "Provide sha256crypt"
17 Enables support for the sha256crypt password-hashing algorithm.
20 config CRYPT_PW_SHA512
21 bool "Provide sha512crypt"
24 Enables support for the sha512crypt password-hashing algorithm.