diff options
author | markus reichelt <slackbuilds@mareichelt.de> | 2011-07-20 00:52:14 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:14 -0500 |
commit | 5b215cf10e23a02c03c6c96c3496efa4180003e4 (patch) | |
tree | ea8ee11765f8928d2c26616db499c9299888a28a /misc/ssss/README | |
parent | 70c69ca31451e4bc8a8e8aa82b0a46634d1a5704 (diff) | |
download | slackbuilds-5b215cf10e23a02c03c6c96c3496efa4180003e4.tar.gz |
misc/ssss: Added (Shamir's Secret Sharing Scheme)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/ssss/README')
-rw-r--r-- | misc/ssss/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/ssss/README b/misc/ssss/README new file mode 100644 index 0000000000..64addb9224 --- /dev/null +++ b/misc/ssss/README @@ -0,0 +1,6 @@ +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. |