★ wanayoo — archive 1999 http://www.mindrot.org/code/secret-share.php3Nouvelle recherche | Portail wanayoo
[ h o m e ] [ a r t ] [ c o d e ] [ m u s i c ] [ c r y p t o ] [ l i n k s ] [ e m a i l ]
[ s e c r e t - s h a r e ]

secret-share

This is a very simple program that implements n-way secret sharing. A file is cryptographically split into n shares, all of which are needed to reconstruct the original file.

Each share reveals nothing about the original secret, and should be indistinguishable from random data. In fact, all but one of the shares are random data - sourced from the kernel random number generator.

Don't bother using this program for anything - it was written to be the basis of a N of M secret sharing program that I never finished. Never will be finished, since I found and cleaned up Hal Finney's great secsplit program.

Downloads