markus reichelt 5b215cf10e misc/ssss: Added (Shamir's Secret Sharing Scheme) 13 years ago
..
README 5b215cf10e misc/ssss: Added (Shamir's Secret Sharing Scheme) 13 years ago
slack-desc 5b215cf10e misc/ssss: Added (Shamir's Secret Sharing Scheme) 13 years ago
ssss.1 5b215cf10e misc/ssss: Added (Shamir's Secret Sharing Scheme) 13 years ago
ssss.1.html 5b215cf10e misc/ssss: Added (Shamir's Secret Sharing Scheme) 13 years ago
ssss.SlackBuild 5b215cf10e misc/ssss: Added (Shamir's Secret Sharing Scheme) 13 years ago
ssss.info 5b215cf10e misc/ssss: Added (Shamir's Secret Sharing Scheme) 13 years ago

README

ssss (Shamir's Secret Sharing Scheme)

ssss is a method for distributing a secret amongst a group of
participants, each of which is allocated a share of the secret.
The secret can only be reconstructed when the shares are combined
together; individual shares are of no use on their own.