Rafael Cividanes writes:
Hi, I'm looking for a secure implementation of Shamir Secret Sharing algorithm in OpenSSL Project. I coudn't find anything in the page (www.openssl.org).
  Is there any free implementation like that of Shamir's algorithm?

We did talk about it a few years ago. However, when I thought about it, I was disturbed by the fact that you have to put together the secret, THEN decipher whatever you need to decipher. In a distributed or otherwise potentially hostile environment, it means that someone will get the secret, and then, the sharing scheme is moot. There was some further talk about a scheme where the message could be partially deciphered with each secret share. I don't remember all the details, and the documents I had disappeared in a disk crash (yeah, I'm much better at keeping backups these days :-)). Anyway, that's how far we got...
Cheers,
Richard
-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.
--
Richard Levitte                         [EMAIL PROTECTED]
http://richard.levitte.org/
"When I became a man I put away childish things, including
the fear of childishness and the desire to be very grown up."
-- C.S. Lewis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to