ssss
Like
ssss is an implementation of Shamir's secret sharing scheme for UNIX/linux machines. It is free software, the code is licensed under the GNU GPL v2. ssss does both: the generation of shares for a known secret and the reconstruction of a secret using user provided shares.
Cost / License
- Free
- Open Source
Platforms
- Linux
- Self-Hosted
Features
No features, maybe you want to suggest one?
Tags
- cryptography
- polynomial
- secret-sharing
- shamir-secret-sharing-scheme
ssss News & Activities
Highlights All activities
Recent activities
No activities found.
ssss information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is ssss?
ssss is an implementation of Shamir's secret sharing scheme for UNIX/linux machines. It is free software, the code is licensed under the GNU GPL v2. ssss does both: the generation of shares for a known secret and the reconstruction of a secret using user provided shares. The software was written in 2006 by B. Poettering, it links against the GNU libgmp multiprecision library (version 4.1.4 works well) and requires the /dev/random entropy source.