Hacker News new | ask | show | jobs
by TeddyDD 2364 days ago
There are nice solutions on Linux: luks (encrypting partitions) and cryfs (encrypting directories)
3 comments

There is also gocryptfs. It is written by some of the same people who did encfs and attempts to fix all the security issues discovered during its years of use.

https://github.com/rfjakob/gocryptfs

> and cryfs (encrypting directories)

Pretty sure that this leaks a lot of metadata.

No good without plausible deniability. It was that feature that got Truecrypt in trouble.