# Install ssss with Homebrew, apk, apt, dnf, MacPorts, Nix

Shamir's secret sharing scheme implementation. Version 0.5 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:ssss
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ssss
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ssss
```

  Evidence: MacPorts ports tree: security/ssss/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add ssss
```

  Evidence: Alpine Linux edge package indexes: ssss from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ssss
```

  Evidence: Debian stable package indexes: ssss from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ssss
```

  Evidence: Fedora Rawhide package metadata: ssss from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ssss
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ss/ssss/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:ssss
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ssss>
- **Version:** 0.5
- **Source summary:** Shamir's secret sharing scheme implementation
- **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>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ssss-combine (cli)
- ssss-split (cli)
- ssss-combine (alias)
- ssss-split (alias)

## Dependencies

- gmp
- xmltoman

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.5
- Local data: ok
- Upstream repository: http://point-at-infinity.org/ssss/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2006: Official project page says ssss was written by B. Poettering.
- 2006: ssss 0.1 through 0.5 tarballs were published on the project homepage.
- 2018: Official homepage copyright and last-modified metadata show the page was still maintained.

### Related projects

- The homepage links ssss to the broader Shamir secret sharing tradition and mentions seccure as another cryptography project by the same author. Its usage notes also point to OpenSSL and GPG for encrypting larger payloads before splitting only the symmetric key.

### Sources

- <http://point-at-infinity.org/ssss/>
- <http://point-at-infinity.org/ssss/ssss.1.html>
- source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **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:** stable

## Other Package-Manager Records

- Debian apt - ssss - 0.5-5: normalized package name match | Debian stable package indexes: ssss from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Shamir's secret sharing scheme implementation | http://point-at-infinity.org/ssss/
- Nix - ssss: normalized package name match | nixpkgs package indexes: pkgs/by-name/ss/ssss/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ssss - 0.5-5: normalized package name match | Ubuntu 24.04 LTS package indexes: ssss from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Shamir's secret sharing scheme implementation | http://point-at-infinity.org/ssss/
- apk - ssss - 0.5.7-r0: normalized package name match | Alpine Linux edge package indexes: ssss from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | ssss is an implementation of Shamir's secret sharing scheme for UNIX systems | http://point-at-infinity.org/ssss/
- apk - ssss-doc - 0.5.7-r0: normalized package name match | Alpine Linux edge package indexes: ssss-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | ssss is an implementation of Shamir's secret sharing scheme for UNIX systems (documentation) | http://point-at-infinity.org/ssss/
- dnf - ssss - 0.5-36.fc44.2: normalized package name match | Fedora Rawhide package metadata: ssss from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Shamir's secret sharing scheme | http://point-at-infinity.org/ssss
- MacPorts - ssss: normalized package name match | MacPorts ports tree: security/ssss/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [Web development packages](https://www.automicvault.com/pkg/web-dev-tools/) - Matched web development metadata.
- [xmltoman](https://www.automicvault.com/pkg/brew/xmltoman/) - Runtime dependency declared by Homebrew.
- [sss-cli](https://www.automicvault.com/pkg/brew/sss-cli/) - Shares av.db curated category or tags: cli, cryptography, key-splitting, secret-sharing, security.
- [botan](https://www.automicvault.com/pkg/brew/botan/) - Shares av.db curated category or tags: cli, cryptography, security.
- [ccrypt](https://www.automicvault.com/pkg/brew/ccrypt/) - Shares av.db curated category or tags: cli, cryptography, security.
- [cfssl](https://www.automicvault.com/pkg/brew/cfssl/) - Shares av.db curated category or tags: cli, cryptography, security.
- [gmssl](https://www.automicvault.com/pkg/brew/gmssl/) - Shares av.db curated category or tags: cli, cryptography, security.
- [gnupg-pkcs11-scd](https://www.automicvault.com/pkg/brew/gnupg-pkcs11-scd/) - Shares av.db curated category or tags: cli, cryptography, security.
- [gnutls](https://www.automicvault.com/pkg/brew/gnutls/) - Shares av.db curated category or tags: cli, cryptography, security.
- [gpgme](https://www.automicvault.com/pkg/brew/gpgme/) - Shares av.db curated category or tags: cli, cryptography, security.
- [libgfshare](https://www.automicvault.com/pkg/brew/libgfshare/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, cryptography, secret, secret-sharing, security.
- [hopenpgp-tools](https://www.automicvault.com/pkg/brew/hopenpgp-tools/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, cryptography, gmp, key, security.

## Combined YAML source

View the package source record on GitHub. [combined/ssss.yml](https://github.com/automic-vault/db/blob/main/combined/ssss.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
