You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2020/03/02 06:51:14 UTC

[GitHub] [incubator-tuweni] atoulme opened a new issue #53: Shamir secret cryptography

atoulme opened a new issue #53: Shamir secret cryptography
URL: https://github.com/apache/incubator-tuweni/issues/53
 
 
   Shamir secrets are used to store secrets and share them with multiple parties. Only by associating all or some of the pieces of the secret together can the recipient recreate the original message.
   
   **Motivation**
   Shamir secrets are useful tools for creating partial messages that can be sent over gossiping networks. They preserve a form of privacy.
   
   **Scope of work**
   * Review existing Shamir secret implementations out there. Some exist in Java but are no longer maintained.
   * Implement an easy Shamir secret generation and recovery.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org