rfjakob/gocryptfs
Encrypted overlay filesystem written in Go observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 93
- Release rhythm 42
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 21.0
- age_days: 4014
- days_rel: 388
- days_push: 42
- n_releases_24m: 7
Adoption not part of the score
4582 stars · 300 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
gocryptfs is an encrypted overlay filesystem written in Go, built on the go-fuse library, that stores each file as a corresponding encrypted file on disk. It was inspired by EncFS, aims to fix its security issues while providing good performance, and has been independently security-audited.
Use cases
- encrypt a folder of files with per-file encryption on Linux
- store encrypted files in a Dropbox folder that syncs efficiently
- create an encrypted filesystem on a USB stick
- replace EncFS with a more secure and faster alternative
- encrypt file names and contents with AES-GCM and EME
- mount an encrypted directory as a plain readable filesystem
When to choose
- you need file-based (not full-disk) encryption so files sync efficiently with Dropbox or rsync
- you are on Linux (native platform) and want a mature, audited FUSE encryption tool
- you want a dynamic-size encrypted filesystem limited only by disk space
- you need signed releases and a well-documented crypto design
When to avoid
- you need full-disk or block-device encryption (use LUKS instead)
- you require rock-solid Windows support natively (only third-party cppcryptfs exists)
- you need guaranteed stability on macOS (support is beta-quality)
- you cannot use FUSE in your environment
Facets
cli-tool · maturity stable
cryptography file-system security cli security privacy files developer-tools cli go fuse encrypted-filesystem cloud-storage-encryption encfs-successor file-based-encryption command-line linux macos
4 sources
- readme: https://github.com/rfjakob/gocryptfs · fetched 2026-08-28 · 25eca62dbc11
- homepage: https://nuetzlich.net/gocryptfs/ · fetched 2026-08-29 · c67ee1cd6056
- site_page: https://nuetzlich.net/gocryptfs/quickstart · fetched 2026-08-29 · 8a0bc544fac7
- site_page: https://nuetzlich.net/gocryptfs/releases · fetched 2026-08-29 · 133760006cb8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rfjakob/gocryptfs | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="rfjakob/gocryptfs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem