Join Nostr
2026-01-23 19:05:33 UTC
in reply to

Final on Nostr: TLDR: Use a secure passphrase if you want the device protected against any ...

TLDR: Use a secure passphrase if you want the device protected against any resourceful actor

When most distros provide encryption with LUKS they at least ask you to set up a credential. Almost all distros just ask for a password. They don't seamlessly allow setting up in other ways in a UI like BitLocker does or in the installer. You often need to read up on docs and such which can be tiresome.

LUKS full disk encryption in how most users would know it would only be safe if they used a long, secure passphrase that would be impossible to brute force. A short 6 digit numeric PIN works for some phones because a secure element throttles unlock attempts but would be brute forced very quickly on LUKS, VeraCrypt and so on because they aren't using a TPM for throttling.

Secureblue (hardened Linux distro we like) supports LUKS with TPM and also FIDO2.