macOS
brew install encfslocal Homebrew formula metadata
sudo port install encfsMacPorts ports tree · fuse/encfs/Portfile · ソース: api.github.com
brew
encfs のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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 apt install encfsDebian stable package indexes · encfs · ソース: deb.debian.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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.