macOS
brew install sssslocal Homebrew formula metadata
sudo port install ssssMacPorts ports tree · security/ssss/Portfile · ソース: api.github.com
brew
ssss のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install sssslocal Homebrew formula metadata
sudo port install ssssMacPorts ports tree · security/ssss/Portfile · ソース: api.github.com
sudo apk add ssssAlpine Linux edge package indexes · ssss · ソース: dl-cdn.alpinelinux.org
sudo dnf install ssssFedora Rawhide package metadata · ssss · ソース: dl.fedoraproject.org
nix profile install nixpkgs#ssssnixpkgs package indexes · pkgs/by-name/ss/ssss/package.nix · ソース: api.github.com
概要
Shamir's secret sharing scheme implementation
履歴
ssss is a small Unix-oriented command-line implementation of Shamir's Secret Sharing Scheme. Its package-manager identity is unusually literal: it ships two commands, ssss-split and ssss-combine, for turning a secret into threshold shares and reconstructing it from enough shares.
The official project page says ssss was written in 2006 by B. Poettering, licensed under GPL v2, linked against GNU libgmp, and designed for UNIX/Linux machines using /dev/random as an entropy source. The homepage distributes release tarballs from 0.1 through 0.5 rather than pointing to a public source-control repository.
The project page notes a Debian package and Freshmeat announcements, reflecting the mid-2000s Unix packaging path for small security tools. The supplied package facts show it later remained available across Homebrew, Debian, Ubuntu, Fedora/DNF, Alpine, MacPorts, and Nix, which is the sort of long-tail packaging that keeps old but useful CLI cryptography tools reachable.
Typical usage is interactive: ssss-split prompts for a secret and emits numbered shares for a threshold scheme, while ssss-combine reads enough shares to reconstruct the secret. The manpage also documents hex mode for binary material, quiet modes for scripts, and a hybrid pattern where large data is encrypted with tools such as OpenSSL or GPG and only the key is shared.
Package maintainers care about ssss because it is a compact, classic Unix security utility with stable command names and few moving parts. Its continued presence in multiple package managers makes it a reference point for threshold-secret workflows even when newer tools wrap Shamir sharing with additional authentication or modern cryptographic framing.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ssss-combine | cli | グローバル実行可能ファイル | |
ssss-split | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
http://point-at-infinity.org/ssss/
インストールメタデータ
| パッケージキー | brew:ssss |
|---|---|
| バージョン | 0.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ssss |
| ホームページ | http://point-at-infinity.org/ssss/ |
| 上流ドキュメント | http://point-at-infinity.org/ssss |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://deb.debian.org/debian/pool/main/s/ssss/ssss_0.5.orig.tar.gz |
| 依存関係 | gmp, xmltoman |
| 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 | ssss |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
ssss 0.5-5
Shamir's secret sharing scheme implementation
http://point-at-infinity.org/ssss/
sudo apt install ssssssss
nix profile install nixpkgs#ssssssss 0.5-5
Shamir's secret sharing scheme implementation
http://point-at-infinity.org/ssss/
sudo apt install ssssssss 0.5.7-r0
ssss is an implementation of Shamir's secret sharing scheme for UNIX systems
http://point-at-infinity.org/ssss/
sudo apk add ssssssss-doc 0.5.7-r0
ssss is an implementation of Shamir's secret sharing scheme for UNIX systems (documentation)
http://point-at-infinity.org/ssss/
sudo apk add ssss-docssss 0.5-36.fc44.2
Shamir's secret sharing scheme
http://point-at-infinity.org/ssss
sudo dnf install ssssssss
sudo port install ssssソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.