Ask HN: How do you encrypt your laptops?
21–30 of 155 posts
Re: Ask HN: How do you encrypt your laptops?
#22I'm running Debian, so I have LUKS full-disk encryption running; I consider it a sine qua non of running a personal computer. I wish it were a bit easier to enable per-user encrypted home directories as well (yes, layered: CPUs are fast, and security is worth the cost), but … I'm lazy.
I don't understand... If you've got the requisite ecryptfs packages installed, you can just run something like: "adduser --encrypt-home newusername" and there you go. It works on top of any filesystem, because it encrypts on a per-file basis.
Re: Ask HN: How do you encrypt your laptops?
#23Yup, encrypt every time. Otherwise, they may be able to snag your SSH RSA keys off of the hard drive, and if you've password protected it, they can try to brute force it. Also, it helps safeguard against border patrol wanting to access your data while traveling.
They can still bruteforce your disk.
Re: Ask HN: How do you encrypt your laptops?
#24Re: Ask HN: How do you encrypt your laptops?
#25I use the standard hardware encryption of my SSD (a Samsung 830 in my 2012-era Dell XPS 13), which requires I enter the passphrase when I turn my machine on. Advantages: - OS neutral - Seemingly as fast as running 'unencrypted' (I assume performance is identical, the only difference being the passphrase is stored in my head rather than the BIOS) Disadvantages: - Limited to an 8-char (!) ASCII passphrase - I've no ide…
Re: Ask HN: How do you encrypt your laptops?
#26- ChromeOS built-in encryption/LUKS FDE on the Fedora partition on my Chromebook
I should probably encrypt my Android phone and tablet, but I had a bad experience with performance overhead when I encrypted my last phone.
Re: Ask HN: How do you encrypt your laptops?
#27I use the standard hardware encryption of my SSD (a Samsung 830 in my 2012-era Dell XPS 13), which requires I enter the passphrase when I turn my machine on. Advantages: - OS neutral - Seemingly as fast as running 'unencrypted' (I assume performance is identical, the only difference being the passphrase is stored in my head rather than the BIOS) Disadvantages: - Limited to an 8-char (!) ASCII passphrase - I've no ide…
That sounds like an annoyance, not encryption to me.
Re: Ask HN: How do you encrypt your laptops?
#28I use the standard hardware encryption of my SSD (a Samsung 830 in my 2012-era Dell XPS 13), which requires I enter the passphrase when I turn my machine on. Advantages: - OS neutral - Seemingly as fast as running 'unencrypted' (I assume performance is identical, the only difference being the passphrase is stored in my head rather than the BIOS) Disadvantages: - Limited to an 8-char (!) ASCII passphrase - I've no ide…
That sounds like an annoyance, not encryption to me.
Re: Ask HN: How do you encrypt your laptops?
#29I just use Truecrypt 7.1a, and encrypt the entire drive, so it requires a password before booting.
Re: Ask HN: How do you encrypt your laptops?
#30I just use Truecrypt 7.1a, and encrypt the entire drive, so it requires a password before booting.
Having all memory sticks encrypted makes for wonderful peace of mind.