macOS
brew install encfslocal Homebrew formula metadata
sudo port install encfsMacPorts ports tree · fuse/encfs/Portfile · 来源: api.github.com
安装
brew install encfslocal Homebrew formula metadata
sudo port install encfsMacPorts ports tree · fuse/encfs/Portfile · 来源: api.github.com
sudo apk add encfsAlpine Linux edge package indexes · encfs · 来源: dl-cdn.alpinelinux.org
sudo dnf install fuse-encfsFedora Rawhide package metadata · fuse-encfs · 来源: dl.fedoraproject.org
sudo pacman -S encfsArch Linux sync databases · encfs · 来源: geo.mirror.pkgbuild.com
sudo zypper install encfsopenSUSE Tumbleweed package metadata · encfs · 来源: download.opensuse.org
概览
Encrypted pass-through FUSE file system
历史
EncFS is an encrypted userspace filesystem built on FUSE. It stores encrypted files in one directory while exposing plaintext through a mounted directory, making it a familiar Unix tool for per-directory encryption rather than full-disk encryption.
The EncFS README says it was first released in 2003, when FUSE was still young and kernel-module encrypted filesystems were harder to keep working across Linux upgrades. The author describes writing it as a CFS replacement for personal use and then releasing it as open source.
The project later became mature but mostly dormant. As of the README's February 2026 status note, the old C++ implementation had been removed from the main line and a Rust port was underway, with functional but alpha-status support and a warning to keep backups.
EncFS found a place among Linux and Unix users who wanted encrypted directories without repartitioning disks or managing block devices. Its design also fit backup and sync workflows because encrypted filenames and encrypted file contents remain visible as ordinary files to the underlying filesystem.
The README is cautious about new deployments and points readers to newer alternatives such as GoCryptFS or full-disk encryption. That caution is part of EncFS's modern history: it remains important for existing data and compatibility, but it is no longer the default recommendation for fresh encrypted storage.
The traditional workflow is to create or mount an encrypted root directory and a plaintext mount point with `encfs encrypted-dir mount-dir`. The control file in the encrypted directory identifies an existing filesystem; otherwise EncFS prompts to create one.
The design document explains that a volume key encrypts filenames and file contents, while the user's password protects that volume key. `encfsctl` exists for inspecting filesystems and changing the password without re-encrypting all stored data.
EncFS is package-nerd significant because it sits at the awkward intersection of FUSE, crypto defaults, config-file compatibility, and old user data. The design document tracks several historical config formats, from `.encfs3` through `.encfs6.xml` and the newer v7 protobuf formats, which makes version behavior matter.
It is also a good example of a package that should not be summarized as simply 'encryption tool.' The README's own warning about newer alternatives and alpha Rust status is operationally important for users deciding whether they are mounting old data or starting something new.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.encfs6.xml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
encfs | cli | 全局可执行文件 | |
encfsctl | cli | 全局可执行文件 | |
encfssh | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/vgough/encfs
安装元数据
| 软件包键 | brew:encfs |
|---|---|
| 版本 | 1.9.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/encfs |
| 主页 | https://vgough.github.io/encfs/ |
| 仓库 | https://github.com/vgough/encfs |
| 上游文档 | https://github.com/vgough/encfs#readme |
| 许可证 | GPL-3.0-or-later |
| 源码归档 | https://github.com/vgough/encfs/archive/refs/tags/v1.9.5.tar.gz |
| 最后更新 | 2026-06-21T20:12:11-04:00 |
| Pulse | updated |
| 依赖 | libfuse@2, openssl@4, tinyxml2 |
| 构建依赖 | cmake, gettext, pkgconf |
| Bottle | 可用 (于 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | encfs |
| Version Scheme | 0 |
| Revision | 5 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
encfs 1.9.5-3
encrypted virtual filesystem
https://vgough.github.io/encfs/
sudo apt install encfsencfs 1.9.5-2ubuntu3
encrypted virtual filesystem
https://vgough.github.io/encfs/
sudo apt install encfsencfs 1.9.5-r25
EncFS provides an encrypted filesystem in user-space
https://vgough.github.io/encfs/
sudo apk add encfsencfs-doc 1.9.5-r25
EncFS provides an encrypted filesystem in user-space (documentation)
https://vgough.github.io/encfs/
sudo apk add encfs-docencfs-lang 1.9.5-r25
Languages for package encfs
https://vgough.github.io/encfs/
sudo apk add encfs-langencfs-libs 1.9.5-r25
EncFS provides an encrypted filesystem in user-space (libraries)
https://vgough.github.io/encfs/
sudo apk add encfs-libsfuse-encfs 1.9.5-28.fc44
Encrypted pass-thru filesystem in userspace
https://github.com/vgough/encfs
sudo dnf install fuse-encfsencfs 1.9.5-9
Encrypted filesystem in user-space
https://vgough.github.io/encfs/
sudo pacman -S encfsencfs 1.9.5-4.3
Userspace Encrypted File System
https://vgough.github.io/encfs/
sudo zypper install encfsencfs-lang 1.9.5-4.3
Translations for package encfs
https://vgough.github.io/encfs/
sudo zypper install encfs-langencfs
sudo port install encfs来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.