# Installer aespipe avec Homebrew, apt, dnf, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de aespipe pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install aespipe
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install aespipe
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:aespipe
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/aespipe>
- **Version:** 2.4j
- **Résumé source:** AES encryption or decryption for pipes
- **Page d'accueil:** <https://loop-aes.sourceforge.net/>
- **Docs amont:** <https://loop-aes.sourceforge.net/>
- **Licence:** GPL-2.0-or-later
- **Archive source:** <https://loop-aes.sourceforge.net/aespipe/aespipe-v2.4j.tar.bz2>
- **Dernière mise à jour:** 2026-07-02T11:12:14-04:00
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- aespipe (cli)
- aespipe (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.4j
- gestionnaire mis à jour: 2026-07-02
- données locales: OK
- dépôt amont: https://loop-aes.sourceforge.net/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **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

## Autres enregistrements de gestionnaires de paquets

- 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/


## Liens liés

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


## Sources

- 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
