Hacker News new | ask | show | jobs
by Macha 797 days ago
> Encrypted boot partition I'd guess? I tried that once with grub, but it was unbearingly slow, because grub did not / could not use modern x86 extensions to do the decryption

Isn't it deliberately slow to resist brute forcing? At least at one point, the default number of rounds in cryptsetup was decided by counting how many rounds it could do in 10s as part of the setup process on your specific machine

1 comments

You want key operations to be slow for those reasons, but not the encryption once the key is unlocked.