Email or username:

Password:

Forgot your password?
Top-level
anarcat

@f00fc7c8 @mjg59 to figure out if you're affected, run this: `cryptsetup luksDump /dev/sda3 | grep -e Version` and ` cryptsetup luksDump /dev/sda3 | grep PBKDF`. unless that says "2" and "argon2id", you are affected

1 comment
anarcat

@f00fc7c8 note that a previous reply of mine stated that you need to grep for Digests, that's explicitly what @mjg59 tells you *not* to do. in general, don't listen to me and listen to him

Go Up