Automic VaultAutomic Vault

brew

aespipe を Homebrew, apt, dnf, Nix, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install aespipe

local Homebrew formula metadata

Linux

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

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

Fedora dnf確認済み · 92%
sudo dnf install aespipe

Fedora Rawhide package metadata · aespipe · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#aespipe

nixpkgs package indexes · pkgs/by-name/ae/aespipe/package.nix · ソース: api.github.com

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

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

概要

パッケージ概要

AES encryption or decryption for pipes

コマンドとエイリアス

  • aespipe

履歴

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

aespipe is an AES encrypting and decrypting pipe written by Jari Ruusu and distributed from the loop-AES project site. The official README says it reads standard input, writes standard output, and can create or restore encrypted tar and cpio archives as well as loop-AES-compatible encrypted disk images.

プロジェクトの歴史

aespipe is tied to loop-AES, the Linux loop-device encryption project. loop-AES handled encrypted local filesystems and partitions, while aespipe supplied the stream-oriented companion for archives, removable media, and compatible encrypted images.

The current README is dated 2025-04-29 and gives a 2002-2025 copyright range for Jari Ruusu. The loop-AES index still publishes aespipe tarballs, signatures, README files, ciphers code, and loop-AES material together, reflecting a long-maintained small-tool ecosystem rather than a one-off filter.

採用の歴史

aespipe persisted because it fits existing Unix archive and image workflows. Its examples combine tar, cpio, bzip2, gpg-encrypted key files, mkisofs, dd, and mount options instead of inventing a new archive format or backup system.

The README also carries practical operational warnings, such as swap exposure when gpg handles aespipe keys, and documents build-time choices for hardware AES implementations. That makes the project feel closer to systems-operator tooling than to a general desktop encryption app.

使われ方

The recurring usage pattern is to let another Unix tool produce or consume a byte stream while aespipe handles encryption or decryption in the middle. The README shows encrypted compressed tar archives, encrypted CD-ROM images, and adding or removing encryption from an existing small filesystem.

Build documentation covers portable software AES plus optimized x86, amd64, ARM, aarch64, VIA PadLock, Intel AES, and ARM crypto-extension paths. The hardware hooks matter because aespipe is often used for bulk data streams rather than tiny secrets.

パッケージ好きにとっての重要性

aespipe is interesting because it packages a very Unix-shaped abstraction: encryption as a pipe filter. It can be chained with archival and disk-image tools without forcing users into a monolithic storage system.

It also preserves loop-AES compatibility knowledge. For package maintainers and old-system operators, aespipe is part of the small-tool layer around encrypted block images, removable media, and scriptable archives.

タイムライン

  • 2002: The official README copyright range begins.
  • 2025-04-29: The official aespipe README date.
  • 2025-09-02: The loop-AES index shows updated aespipe tarballs and signatures.
  • 2026-04-15: The loop-AES index shows ongoing updates to the broader loop-AES material.

Related projects

  • Related projects include loop-AES, Linux loop devices, gpg, tar, cpio, bzip2, mkisofs, dd, Brian Gladman AES implementations, and hardware AES acceleration backends.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:encrypt,decrypt

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版2.4j
マネージャ更新日2026-07-02
ローカルデータOK
上流not checked
検出された最新未検出

https://loop-aes.sourceforge.net/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:aespipe
バージョン2.4j
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/aespipe
ホームページhttps://loop-aes.sourceforge.net/
上流ドキュメントhttps://loop-aes.sourceforge.net/
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://loop-aes.sourceforge.net/aespipe/aespipe-v2.4j.tar.bz2
最終更新2026-07-02T11:12:14-04:00
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameaespipe
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

aespipe 2.4h-1

AES-encryption tool with loop-AES support

https://sourceforge.net/projects/loop-aes/

sudo apt install aespipe
  • Section: utils
  • Architecture: amd64
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Aespipe
Debian stable package indexes · deb.debian.org · Debian stable package indexes: aespipe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

aespipe

nix profile install nixpkgs#aespipe
  • normalized package name match
  • 一致条件: Aespipe
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ae/aespipe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

aespipe 2.4d-1.1ubuntu1

AES-encryption tool with loop-AES support

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

aespipe 2.4g-8.fc44

AES-based encryption tool for tar/cpio and loop-aes imagemore

http://loop-aes.sourceforge.net/

sudo dnf install aespipe
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: aespipe
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Aespipe
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: aespipe from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

aespipe 2.4j-1.1

AES Encrypting/Decrypting Pipe

https://loop-aes.sourceforge.net/

sudo zypper install aespipe
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: aespipe
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Aespipe
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: aespipe from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

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

このページは 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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment