macOS
brew install sssslocal Homebrew formula metadata
sudo port install ssssMacPorts ports tree · security/ssss/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.