macOS
brew install aescryptlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für aescrypt in AI-Agent-Workflows.
Installation
brew install aescryptlocal Homebrew formula metadata
nix profile install nixpkgs#aescryptnixpkgs package indexes · pkgs/by-name/ae/aescrypt/package.nix · Quelle: api.github.com
winget install --id Terrapane.AESCrypt -eWindows Package Manager source index · Terrapane.AESCrypt · Quelle: cdn.winget.microsoft.com
Überblick
Program for encryption/decryption
Verlauf
AESCrypt is a small stream encryption and decryption utility for shell-script workflows. The official homepage describes aescrypt and aesget as standard-input filters using Rijndael in CFB-128 mode, with keys supplied from a key file or stdin.
The project belongs to the early AES transition period. The official page says Eric Lee Green wrote AESCrypt, and Randy Kaelber modified it to use Rijndael rather than Twofish while adding larger key sizes.
The homepage is also a time capsule of early-2000s open-source cryptography distribution: SourceForge hosting, source tarballs, a companion Ruby implementation, and a visible export-control reminder from December 2000. The page was last modified on 2002-09-17, leaving the tool with a deliberately stable, small surface area.
AESCrypt was explicitly framed as a component for scripts, not as a full encryption product. The homepage says keychain management, public-key signatures, and larger policy concerns are expected to happen outside the program, which made the tool easy to compose in shell workflows.
The page also warns that applications built from open-source encryption components had their own export-control responsibilities. That notice is useful adoption context: AESCrypt was expected to be used inside larger applications or scripted systems, not only run by hand.
The documented commands are aescrypt -k keyfile [-s 128|192|256] and aesget -k keyfile [-s 128|192|256]. The program encrypts or decrypts stdin, uses /dev/urandom to create a salt, prepends the salt while encrypting, and strips it while decrypting.
The key-file format is intentionally simple: a line beginning with kk= followed by hex key data. The homepage also documents reading the hex-coded key from stdin when the key file is -, while warning that this mode is less forgiving about exact key length.
AESCrypt is package-nerd archaeology: a compact AES-era Unix filter with SourceForge hosting, script-first ergonomics, and a design that avoids becoming a full key-management system.
It is useful to know because package repositories often preserve compatibility tools for old shell workflows even when newer designs steer users toward age, GnuPG, OpenSSL, or platform-native encrypted storage.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
aescrypt | cli | globales Executable | |
aesget | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://aescrypt.sourceforge.net/
Installationsmetadaten
| Paketschlüssel | brew:aescrypt |
|---|---|
| Version | 0.7 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/aescrypt |
| Homepage | https://aescrypt.sourceforge.net/ |
| Upstream-Dokumentation | https://aescrypt.sourceforge.net/ |
| Lizenz | BSD-4-Clause |
| Quellarchiv | https://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aescrypt |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
aescrypt
nix profile install nixpkgs#aescryptTerrapane.AESCrypt
winget install --id Terrapane.AESCrypt -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.