nowfound

Life & fun · July 21, 2016

GA

gocryptfs, an aspiring successor to EncFS, now in v1.0

Author of gocryptfs and co-maintainer of EncFS here. gocryptfs is a FUSE overlay filesystem for Linux like EncFS. But it is written from scratch in Go, uses modern crypto and fixes the security issues of EncFS while providing equivalent speed. Some of the key differences to EncFS are: * Just one security level roughly equivalent to EncFS "paranoia" mode, at the speed of "default" mode. * A design so simple it fits on one page ( this one: https://nuetzlich.net/gocryptfs/security/ ) * Explicit filesystem creation using "gocryptfs -init". No configuration prompts. *…

What it does

In the maker’s words, at launch

Author of gocryptfs and co-maintainer of EncFS here. gocryptfs is a FUSE overlay filesystem for Linux like EncFS. But it is written from scratch in Go, uses modern crypto and fixes the security issues of EncFS while providing equivalent speed. Some of the key differences to EncFS are: * Just one security level roughly equivalent to EncFS "paranoia" mode, at the speed of "default" mode. * A design so simple it fits on one page ( this one: https:&#x2F;&#x2F;nuetzlich.net&#x2F;gocryptfs&#x2F;security&#x2F; ) * Explicit filesystem creation using "gocryptfs -init". No configuration prompts. * Long file names up to 256 bytes (with zero performance impact <= 176 bytes) * Stress-tested using fuse-xfstests * No reverse mode (yet?). Sorry. I'm quite happy with how the project turned out and have released v1.0 a few days ago. If you are using EncFS, you should probably switch. * Website: https:&#x2F;&#x2F;nuetzlich.net&#x2F;gocryptfs&#x2F; * Github: https:&#x2F;&#x2F;github.com&#x2F;rfjakob&#x2F;gocryptfs * Binaries: https:&#x2F;&#x2F;github.com&#x2F;rfjakob&#x2F;gocryptfs&#x2F;releases&#x2F;tag&#x2F;v1.0 * Comparison to other projects: https:&#x2F;&#x2F;nuetzlich.net&#x2F;gocryptfs&#x2F;comparison&#x2F; PS: If you are on OSX, check out this ticket: https:&#x2F;&#x2F;github.com&#x2F;rfjakob&#x2F;gocryptfs&#x2F;issues&#x2F;15 (TLDR: seems to mostly work) PPS: If you are on Windows: cppcryptfs is a C++ re-implementation for Windows: https:&#x2F;&#x2F;github.com&#x2F;bailey27&#x2F;cppcryptfs . The author is very active and would sure love to see testers. PPPS: If you are wondering, the other "aspiring successors" are CryFS and securefs. Both are in the comparison table and both are worth looking at. The big difference is that they implement their own directory databases stored in files while gocryptfs relies on the underlying FS as much as possible.

Does the same job

all alternatives →

More life & fun this month

the category →
  • TL

    Life & fun · 10d ago · louisabraham.github.io

  • Photosynthesis fires two of your iPhone

    Life & fun · 28d ago · photosynthesis.camera

  • SoloUno310

    Take control of hair pulling, nail biting & skin picking

    Life & fun · 28d ago · solouno.io

  • Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.

    Life & fun · 26d ago · everycube.alen.is

  • The Interactive 3D Encyclopedia

    Life & fun · 21d ago · expeditione.fun

  • Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…

    Life & fun · 27d ago · baselashraf81.github.io

Launched alongside, July 2016

the whole month →