v 1.0.1
Shamir's Secret Sharing Service
Shamir's Secret Sharing is an algorithm in cryptography. It is a form of secret sharing, where a secret is divided into parts, giving each participant its own unique part, where some of the parts or all of them are needed in order to reconstruct the secret. Counting on all participants to combine together the secret might be impractical, and therefore sometimes the threshold scheme is used where any k of the parts are sufficient to reconstruct the original secret.
https://github.com/okoeroo/ssss
To install ssss, paste this into the macOS Terminal after installing MacPorts
sudo port install ssss
Installations | 1 |
Requested Installations | 1 |