Re: cryptsetup - No key available with passphrase
Milan Broz <[email protected]> Fri, 3 Mar 2023 08:55:50 +0100
| Newsgroups | dev.linux.lists.cryptsetup |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 3/2/23 23:12, Lars Francke wrote: > Thank you both for your help and sorry for raising this unrelated > issue - cryptsetup was probably just so early in the installation > phase, other steps would probably have failed later as well. > I can't think of anything cryptsetup could have done to prevent this. It is related - as it is definitely only you who experienced it. Actually it is quite interesting issue. Argon2 KDF uses a lot of memory and any glitch (even one bit flip) will change it's output. So memory failure explains what you see here. (You should see this rarely if --type luks1 was used for format, as LUKS1 does not use Argon2. But memory failure is just a recipe for disaster later...) Thanks, Milan