Automic VaultAutomic Vault

brew

aescrypt を Homebrew, Nix, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install aescrypt

local Homebrew formula metadata

Linux

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

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

Windows

Windows Package Manager確認済み · 92%
winget install --id Terrapane.AESCrypt -e

Windows Package Manager source index · Terrapane.AESCrypt · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Program for encryption/decryption

コマンドとエイリアス

  • aescrypt
  • aesget

履歴

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

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.

タイムライン

  • 2000-11-03: The homepage source records the page creation date.
  • 2000-12-15: The homepage records an export-control reminder for users of open-source encryption components.
  • 2002-09-17: The official homepage records its last-modified date.

Related projects

  • Related projects and concepts include Rijndael/AES, Twofish, the companion aes-rb Ruby module, random-device salt generation, and script-level encryption filters.

セキュリティ状態

リスクレベル: 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 メタデータは 13 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://aescrypt.sourceforge.net/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://aescrypt.sourceforge.net/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:aescrypt
バージョン0.7
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/aescrypt
ホームページhttps://aescrypt.sourceforge.net/
上流ドキュメントhttps://aescrypt.sourceforge.net/
ライセンスBSD-4-Clause
ソースアーカイブhttps://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz
Bottle利用可能 (対象 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未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

aescrypt

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

Terrapane.AESCrypt

winget install --id Terrapane.AESCrypt -e
  • normalized package name match
  • 一致条件: Aescrypt
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Terrapane.AESCrypt from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

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

このページは 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