Bitlocker like software for Ubuntu

Is there a tool like the Bitlocker to encrypt the whole Ubuntu partition? To be more specific every time I try to boot in the Windows partition a Bitlocker screen shows up and asks me to insert a password. Is it possible to do the same in Ubuntu?

5

1 Answer

Yes.

Could use whole-disk encryption like LUKS/dm-crypt/cryptsetup, or file/folder (like home folder) encryption with eCryptfs or EncFS. See their man pages for more info.

Here's an excellent overview/guide from Arch, I'm 98% sure the tools are available in Ubuntu/Debian too:

Here's some other Questions that are related. It seems that enabling whole-disk dm-crypt style encryption after installing is at least very difficult, apparently it's easier to do a fresh install with full disk encryption

13

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like