Automic VaultAutomic Vault

brew

encfs を Homebrew, apk, apt, dnf, MacPorts, pacman, zypper でインストール

encfs のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install encfs

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install encfs

MacPorts ports tree · fuse/encfs/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add encfs

Alpine Linux edge package indexes · encfs · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install encfs

Debian stable package indexes · encfs · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install fuse-encfs

Fedora Rawhide package metadata · fuse-encfs · ソース: dl.fedoraproject.org

Arch Linux pacman確認済み · 92%
sudo pacman -S encfs

Arch Linux sync databases · encfs · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install encfs

openSUSE Tumbleweed package metadata · encfs · ソース: download.opensuse.org

概要

パッケージ概要

Encrypted pass-through FUSE file system

コマンドとエイリアス

  • encfs
  • encfsctl
  • encfssh

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2003: EncFS first released as an early FUSE encrypted filesystem.
  • 2014: Current public GitHub repository created.
  • Pre-2026: C++ EncFS became mature but mostly dormant.
  • 2026: Rust port documented as functional but alpha, with new v7 config, Argon2id, and AES-GCM-SIV work.

Related projects

  • FUSE is the userspace filesystem layer EncFS depends on.
  • CFS is cited by the author as the older encrypted filesystem EncFS replaced for his own use.
  • GoCryptFS is explicitly recommended by the README as a newer alternative for new encrypted filesystems.
  • Full-disk encryption is mentioned by the README as another preferred option when possible.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:ssh,encrypt

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 2 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.encfs6.xml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
encfscliグローバル実行可能ファイル
encfsctlcliグローバル実行可能ファイル
encfsshcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版1.9.5
マネージャ更新日2026-06-21
ローカルデータOK
上流最新
検出された最新v1.9.5

https://github.com/vgough/encfs

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
依存関係libfuse@2, openssl@4, tinyxml2
ビルド依存関係cmake, gettext, pkgconf
Bottle利用可能 (対象 arm64_linux, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameencfs
Version Scheme0
Revision5
Head VersionHEAD
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedyes
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

encfs 1.9.5-3

encrypted virtual filesystem

https://vgough.github.io/encfs/

sudo apt install encfs
  • Section: utils
  • Architecture: amd64
  • 10 依存関係
  • normalized package name match
  • 一致条件: Encfs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: encfs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

encfs 1.9.5-2ubuntu3

encrypted virtual filesystem

https://vgough.github.io/encfs/

sudo apt install encfs
  • Section: universe/utils
  • Architecture: amd64
  • 10 依存関係
  • normalized package name match
  • 一致条件: Encfs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: encfs from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

encfs 1.9.5-r25

EncFS provides an encrypted filesystem in user-space

https://vgough.github.io/encfs/

sudo apk add encfs
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: encfs
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Encfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: encfs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

encfs-doc 1.9.5-r25

EncFS provides an encrypted filesystem in user-space (documentation)

https://vgough.github.io/encfs/

sudo apk add encfs-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: encfs
  • normalized package name match
  • 一致条件: Encfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: encfs-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

encfs-lang 1.9.5-r25

Languages for package encfs

https://vgough.github.io/encfs/

sudo apk add encfs-lang
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: encfs
  • normalized package name match
  • 一致条件: Encfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: encfs-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

encfs-libs 1.9.5-r25

EncFS provides an encrypted filesystem in user-space (libraries)

https://vgough.github.io/encfs/

sudo apk add encfs-libs
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: encfs
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Encfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: encfs-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

fuse-encfs 1.9.5-28.fc44

Encrypted pass-thru filesystem in userspace

https://github.com/vgough/encfs

sudo dnf install fuse-encfs
  • License: GPL-3.0-or-later AND LGPL-3.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: fuse-encfs
  • 10 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Encfs
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fuse-encfs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

encfs 1.9.5-9

Encrypted filesystem in user-space

https://vgough.github.io/encfs/

sudo pacman -S encfs
  • License: LGPL-3.0-or-later
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Encfs
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: encfs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

encfs 1.9.5-4.3

Userspace Encrypted File System

https://vgough.github.io/encfs/

sudo zypper install encfs
  • License: GPL-2.0-or-later AND GPL-3.0-or-later
  • Category: System/Filesystems
  • Architecture: x86_64
  • Source Package: encfs
  • 10 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Encfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: encfs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

encfs-lang 1.9.5-4.3

Translations for package encfs

https://vgough.github.io/encfs/

sudo zypper install encfs-lang
  • License: GPL-2.0-or-later AND GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: encfs
  • 1 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Encfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: encfs-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

encfs

sudo port install encfs
  • normalized package name match
  • 一致条件: Encfs
MacPorts ports tree · api.github.com · MacPorts ports tree: fuse/encfs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment