Package: wnpp Severity: wishlist gocryptfs is an encrypted FUSE overlay filesystem that uses modern cryptography (GCM), fixes the leaks of EncFS while providing equivalent performance. It is written in Go and MIT licensed.
This comparison page shows the differences to EncFS and other projects: https://nuetzlich.net/gocryptfs/comparison/ I am the author and have released version 1.0 today, declaring it ready for general consumption. gocryptfs is build-tested down to Go 1.3.3 using Travis CI ( https://travis-ci.org/rfjakob/gocryptfs ) but I recommend building using Go 1.6 to benefit from built-in AES-NI acceleration. gocryptfs is released on github using signed git tags: * repo at https://github.com/rfjakob/gocryptfs * key at https://nuetzlich.net/gocryptfs-signing-key.pub and additionally as binaries for Debian 8 and Fedora 24. I will gladly provide other info you may need and work with the Debian team on any issues. Best regards, Jakob

