macOS
brew install sssslocal Homebrew formula metadata
sudo port install ssssMacPorts ports tree · security/ssss/Portfile · source: api.github.com
brew
Shamir's secret sharing scheme implementation. Version 0.5 via Homebrew; verified from local package data.
install
brew install sssslocal Homebrew formula metadata
sudo port install ssssMacPorts ports tree · security/ssss/Portfile · source: api.github.com
sudo apk add ssssAlpine Linux edge package indexes · ssss · source: dl-cdn.alpinelinux.org
sudo apt install ssssDebian stable package indexes · ssss · source: deb.debian.org
sudo dnf install ssssFedora Rawhide package metadata · ssss · source: dl.fedoraproject.org
nix profile install nixpkgs#ssssnixpkgs package indexes · pkgs/by-name/ss/ssss/package.nix · source: api.github.com
overview
Shamir's secret sharing scheme implementation
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ssss-combine | cli | global executable | |
ssss-split | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
http://point-at-infinity.org/ssss/
install metadata
| Package key | brew:ssss |
|---|---|
| Version | 0.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ssss |
| Homepage | http://point-at-infinity.org/ssss/ |
| Upstream docs | http://point-at-infinity.org/ssss |
| License | GPL-2.0-or-later |
| Source archive | https://deb.debian.org/debian/pool/main/s/ssss/ssss_0.5.orig.tar.gz |
| Dependencies | gmp, xmltoman |
| Bottle | available (on 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 | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 sssssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.