# 使用 Homebrew, apt, dnf, Nix, zypper 安装 aespipe

查看 aespipe 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:aespipe
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install aespipe
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install aespipe
```

  证据: Debian stable package indexes: aespipe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install aespipe
```

  证据: Fedora Rawhide package metadata: aespipe from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#aespipe
```

  证据: nixpkgs package indexes: pkgs/by-name/ae/aespipe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install aespipe
```

  证据: openSUSE Tumbleweed package metadata: aespipe from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## 软件包事实

- **软件包键:** brew:aespipe
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/aespipe>
- **版本:** 2.4j
- **来源摘要:** AES encryption or decryption for pipes
- **主页:** <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
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- aespipe (cli)
- aespipe (别名)

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 2.4j
- 管理器更新时间: 2026-07-02
- 本地数据: OK
- 上游仓库: https://loop-aes.sourceforge.net/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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.

### 来源

- <https://loop-aes.sourceforge.net/>
- <https://loop-aes.sourceforge.net/aespipe.README>
- <https://sourceforge.net/projects/loop-aes/files/aespipe/>


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aespipe
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - aespipe - 2.4h-1: normalized package name match | Debian stable package indexes: aespipe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AES-encryption tool with loop-AES support | https://sourceforge.net/projects/loop-aes/
- Nix - aespipe: normalized package name match | nixpkgs package indexes: pkgs/by-name/ae/aespipe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - aespipe - 2.4d-1.1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: aespipe from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | AES-encryption tool with loop-AES support
- dnf - aespipe - 2.4g-8.fc44: normalized package name match | Fedora Rawhide package metadata: aespipe from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | AES-based encryption tool for tar/cpio and loop-aes imagemore | http://loop-aes.sourceforge.net/
- zypper - aespipe - 2.4j-1.1: normalized package name match | openSUSE Tumbleweed package metadata: aespipe from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | AES Encrypting/Decrypting Pipe | https://loop-aes.sourceforge.net/


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/zh-hans/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [aescrypt](https://www.automicvault.com/zh-hans/pkg/brew/aescrypt/) - Shares av.db curated category or tags: aes, cli, cryptography, encryption, security.
- [age](https://www.automicvault.com/zh-hans/pkg/brew/age/) - Shares av.db curated category or tags: cli, cryptography, encryption, security.
- [age-plugin-se](https://www.automicvault.com/zh-hans/pkg/brew/age-plugin-se/) - Shares av.db curated category or tags: cli, cryptography, encryption, security.
- [age-plugin-yubikey](https://www.automicvault.com/zh-hans/pkg/brew/age-plugin-yubikey/) - Shares av.db curated category or tags: cli, cryptography, encryption, security.
- [ccrypt](https://www.automicvault.com/zh-hans/pkg/brew/ccrypt/) - Shares av.db curated category or tags: cli, cryptography, encryption, security.
- [gnupg](https://www.automicvault.com/zh-hans/pkg/brew/gnupg/) - Shares av.db curated category or tags: cli, cryptography, encryption, security.
- [nettle](https://www.automicvault.com/zh-hans/pkg/brew/nettle/) - Shares av.db curated category or tags: cli, cryptography, encryption, security.
- [scrypt](https://www.automicvault.com/zh-hans/pkg/brew/scrypt/) - Shares av.db curated category or tags: cli, cryptography, encryption, security.
- [sqlcipher](https://www.automicvault.com/zh-hans/pkg/brew/sqlcipher/) - Security-sensitive metadata or terminology overlaps. Shared terms: aes, cli, cryptography, encryption, security.

## Combined YAML source

View the package source record on GitHub. [combined/aespipe.yml](https://github.com/automic-vault/db/blob/main/combined/aespipe.yml)


## 来源

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