You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dsomero d0c108251a various: Update find command to match template. 12 years ago
..
README misc/ssss: Added (Shamir's Secret Sharing Scheme) 15 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago
ssss.1 misc/ssss: Added (Shamir's Secret Sharing Scheme) 15 years ago
ssss.1.html misc/ssss: Added (Shamir's Secret Sharing Scheme) 15 years ago
ssss.SlackBuild various: Update find command to match template. 12 years ago
ssss.info Add REQUIRED field to .info files. 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.