macOS
brew install b2sumlocal Homebrew formula metadata
brew
b2sum のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install b2sumlocal Homebrew formula metadata
nix profile install nixpkgs#b2sumnixpkgs package indexes · b2sum · ソース: raw.githubusercontent.com
scoop install main/b2sumScoop official bucket manifest trees · bucket/b2sum.json · ソース: api.github.com
概要
BLAKE2 b2sum reference binary
履歴
`b2sum` is the command-line checksum utility shipped with the BLAKE2 reference source package. It hashes files with BLAKE2 implementations and occupies the same command-line niche as tools such as `sha256sum`, but for BLAKE2.
BLAKE2 is a cryptographic hash function family derived from the BLAKE SHA-3 finalist lineage. The official BLAKE2 repository packages portable C implementations, optimized implementations for several CPU families, benchmark code, and the `b2sum` command-line utility.
The `b2sum` source file carries a 2012 copyright notice for the BLAKE2 reference source package, and the BLAKE2 specification was later published as RFC 7693 in 2015. The repository's sparse tag history reflects a small reference-code package rather than a continuously shipped application.
`b2sum` adoption is tied to users who want a standalone BLAKE2 checksum utility from the reference implementation. The input package facts list Homebrew, Nix, and Scoop packages, which is typical for small cryptographic command-line utilities that package managers make easy to install across platforms.
The broader BLAKE2 family became notable because it offered high performance while retaining cryptographic-hash use cases. For CLI users, `b2sum` is the simple artifact: install a tiny package, hash files, and compare output in scripts.
`b2sum` reads files and emits BLAKE2 digests for verification or scripting. The source notes compatibility concerns with coreutils-style checksum behavior, which explains the familiar package-manager naming and command-line shape.
There is no project-level configuration file or credentials file; `b2sum` is a stateless local hashing utility.
For package nerds, `b2sum` is the satisfying opposite of a cloud CLI: tiny, C-based, stateless, and useful anywhere checksums are useful. Its main packaging questions are license expression, CPU-optimized source selection, and making the reference utility available without pulling a larger suite.
It also shows how package names can be misleading beside cloud tooling: `brew:b2sum` is BLAKE2 checksum software, not related to Backblaze B2.
セキュリティ状態
b2sum に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
b2sum | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/BLAKE2/BLAKE2
インストールメタデータ
| パッケージキー | brew:b2sum |
|---|---|
| バージョン | 20190724 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/b2sum |
| ホームページ | https://github.com/BLAKE2/BLAKE2 |
| リポジトリ | https://github.com/BLAKE2/BLAKE2 |
| 上流ドキュメント | https://github.com/BLAKE2/BLAKE2#readme |
| ライセンス | CC0-1.0 OR OpenSSL OR Apache-2.0 |
| ソースアーカイブ | https://github.com/BLAKE2/BLAKE2/archive/refs/tags/20190724.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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | b2sum |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
b2sum
nix profile install nixpkgs#b2summain/b2sum
scoop install main/b2sumソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.