I know you can do FDE with LUKS but would prefer a more enterprise solution where I can store a recovery key centrally that a user can’t remove.
Ask HN: What Do You Use for Linux Full Disk Crypto?
1–10 of 51 posts
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#2Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#3Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#4I wish it was so easy as on MacOS or Windows - where you can essentially turn it on with one button. I don't think enabling encryption on an existing installation of Linux can be done without reinstalling or a lot of work.
The tricky bit is if GRUB breaks (hint: GRUB looks for every opportunity to break. If it can break, it will) and you have to chroot into an encrypted LUKS partition. That's where your average user will be SOL. Not sure how the recovery process would work for Bitlocker or FileVault.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#5The PR started 3 years ago: https://github.com/zfsonlinux/zfs/pull/4329
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#6Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#7During installation, I tick the box that says 'full disk encryption'.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#8I wish it was so easy as on MacOS or Windows - where you can essentially turn it on with one button. I don't think enabling encryption on an existing installation of Linux can be done without reinstalling or a lot of work.
Ackchually, enabling full disk encryption via LUKS is rather easy on Manjaro. It's literally a button that states "use full disk encryption" as part of the setup wizard. You then enter a password and that's it. The tricky bit is if GRUB breaks (hint: GRUB looks for every opportunity to break. If it can break, it will) and you have to chroot into an encrypted LUKS partition. That's where your average user will be SOL.…
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#9I wish it was so easy as on MacOS or Windows - where you can essentially turn it on with one button. I don't think enabling encryption on an existing installation of Linux can be done without reinstalling or a lot of work.
Re: Ask HN: What Do You Use for Linux Full Disk Crypto?
#10luks
>what do you use to manage
cryptsetup
>prefer a more enterprise solution...
You have exotic needs, I doubt there is any open source solution that fits, you have to write your own.
You can start by reading this arch page: https://wiki.archlinux.org/index.php/dm-crypt/System_configu...