Live data from Hacker News

Ask HN: Alternative for Truecrypt

news.ycombinator.com

1–10 of 10 posts

Re: Ask HN: Alternative for Truecrypt

#3
My scenario is simply replacing TrueCrypt volumes.

I use TrueCrypt volumes to store personal files like scans of passport, credit card info, 2FA codes, etc.

These volumes are then on NAS or USB sticks, though a couple are in Dropbox for emergency remote access (those 2FA codes).

I primarily access everything via Linux, but the emergency scenario means I would like to be able to access via Windows and/or Mac.

I'm looking for super-simple, and ideally packaged binaries that do not need elevated privileges to run... as these deal with the emergency scenarios.

Re: Ask HN: Alternative for Truecrypt

#7
I have been trying out alternatives for more than 1 year and I feel nothing good & reliable exists for Windows (other than BitLocker - need to upgrade to enterprise/utimate/pro). The feature set of Truecrypt was pretty neat.

I doubt there'll be a good alternative anytime soon. I'm guessing the data is sensitive enough that you don't want to experiment with tools that aren't widely adopted.

Re: Ask HN: Alternative for Truecrypt

#8
Mac: FileVault for FDE, encrypted disk images for files.

Linux: dm-crypt for FDE, gpg for files -- or dm-crypt with loopback volumes.

Windows: BitLocker for FDE (unless you are a potential US IC target, but then why would you use an OS from a company who has a proven history of being eager to work with the US IC), gpg for files.

Re: Ask HN: Alternative for Truecrypt

#10
post #8

Mac: FileVault for FDE, encrypted disk images for files. Linux: dm-crypt for FDE, gpg for files -- or dm-crypt with loopback volumes. Windows: BitLocker for FDE (unless you are a potential US IC target, but then why would you use an OS from a company who has a proven history of being eager to work with the US IC), gpg for files.

Asymetric for files? Wouldn't that be slow? Or does GPG automatically do a combo?

I had used OpenSSL's enc tool before and seems to work too. The sucky thing is that I liked having a tool where I at least had access on my iOS devices. With encrypted disk images (ironically) that wouldn't be the case whereas I at least had read access to TC volumes.