macOS
brew install libgfsharelocal Homebrew formula metadata
sudo port install libgfshareMacPorts ports tree · security/libgfshare/Portfile · source: api.github.com
brew / rank 13151
Library for sharing secrets. Version 2.0.0 via Homebrew; verified from local package data. Also installable with debian: sudo apt install libgfshare-bin.
install
brew install libgfsharelocal Homebrew formula metadata
sudo port install libgfshareMacPorts ports tree · security/libgfshare/Portfile · source: api.github.com
sudo pacman -S libgfshareArch Linux sync databases · libgfshare · source: geo.mirror.pkgbuild.com
sudo apt install libgfshare-binDebian stable package indexes · libgfshare-bin · source: deb.debian.org
overview
Library for sharing secrets
history
libgfshare is a compact C implementation of Shamir secret sharing over GF(2^8), with gfsplit and gfcombine tools for splitting and recombining byte-oriented secrets.
The upstream README is signed by Daniel Silverstone on 2006-01-15 and describes the library as a Shamir Secret Sharing implementation in the Galois Field 2^8. It explicitly credits inspiration from Mark D. Wooding's Catacomb library.
A 2009-11-18 README note by Simon McVittie documents recovery behavior for earlier gfsplit outputs that could produce a share numbered 000, giving the project a small but concrete maintenance history.
libgfshare stayed niche but useful: package managers expose it for users who want a small secret-sharing library and command-line tools without a larger key-management suite. Its own README gives rare-use GPG secret keys, such as archive-signing keys, as a motivating example.
The library splits a secret into C shares such that any T shares can recover it. The CLI tools make that model usable from shell scripts or operational key-handling procedures.
For package nerds, libgfshare is the tiny Unix-security-tool version of an important cryptographic idea: no service, no database, just a C library and two tools. Its significance is mostly in simplicity and auditability rather than broad adoption.
security posture
library-like 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 |
|---|---|---|---|
gfcombine | executable | indexed executable | Discovered from the local executable index. |
gfsplit | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:libgfshare |
|---|---|
| Version | 2.0.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/kinnison/libgfshare |
| Repository | https://github.com/kinnison/libgfshare |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libgfshare-bin 2.0.0-7
utilities for multi-way secret-sharing
https://github.com/kinnison/libgfshare
sudo apt install libgfshare-binlibgfshare-dev 2.0.0-7
library for multi-way secret-sharing (headers)
https://github.com/kinnison/libgfshare
sudo apt install libgfshare-devlibgfshare2 2.0.0-7
library for multi-way secret-sharing
https://github.com/kinnison/libgfshare
sudo apt install libgfshare2libgfshare-bin 2.0.0-6build1
utilities for multi-way secret-sharing
https://git.gitano.org.uk/libgfshare.git/
sudo apt install libgfshare-binlibgfshare-dev 2.0.0-6build1
library for multi-way secret-sharing (headers)
https://git.gitano.org.uk/libgfshare.git/
sudo apt install libgfshare-devlibgfshare2 2.0.0-6build1
library for multi-way secret-sharing
https://git.gitano.org.uk/libgfshare.git/
sudo apt install libgfshare2libgfshare 2.0.0-5
Utilities for multi-way secret-sharing
https://www.digital-scurf.org/software/libgfshare
sudo pacman -S libgfsharelibgfshare
sudo port install libgfsharesource 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.