Closed Vincent43 closed 7 years ago
Using password as challenge can have some drawbacks.
As solution we can hash the password with sha256 which give us 64 characters (maximum) length challenge for any user provided password.
In result we have 104 (64+40) characters long LUKS passphrase
Using password as challenge can have some drawbacks.
As solution we can hash the password with sha256 which give us 64 characters (maximum) length challenge for any user provided password.
In result we have 104 (64+40) characters long LUKS passphrase