google/fscrypt
Go tool for managing Linux filesystem encryption observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 67
- 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: 277.5
- age_days: 3339
- days_rel: 11
- days_push: 11
- n_releases_24m: 3
Adoption not part of the score
1028 stars · 110 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
fscrypt is a Go command-line tool for managing Linux native filesystem encryption (fscrypt API) on filesystems like ext4 and f2fs. It handles metadata, key generation and wrapping, PAM integration, and provides a uniform interface for creating, locking, and unlocking encrypted directories.
Use cases
- encrypt directories on ext4 or f2fs with Linux native filesystem encryption
- unlock encrypted directories automatically at login via PAM
- manage encryption keys and protectors for fscrypt
- set up per-directory encryption on a Linux system
- lock and unlock encrypted folders from the command line
When to choose
- you want per-directory encryption using the kernel's native fscrypt API rather than full-disk encryption
- you need automatic unlocking of encrypted directories tied to your login passphrase
- you want a high-level, maintained tool instead of the low-level fscryptctl
When to avoid
- your filesystem does not support the Linux native fscrypt API (e.g., you need something other than ext4/f2fs)
- you need full-disk or block-device encryption such as LUKS/dm-crypt
- you need cross-platform encryption like eCryptfs or gocryptfs
Facets
cli-tool · maturity active
cryptography file-system security cli security privacy operating-systems files cli go filesystem-encryption ext4 f2fs pam argon2 disk-encryption linux
1 source
- readme: https://github.com/google/fscrypt · fetched 2026-08-28 · d7f0fa6544d9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/fscrypt | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem