An open API service indexing awesome lists of open source software.

https://github.com/eginez/secret-key-split

Secret key split algorithm
https://github.com/eginez/secret-key-split

cryptography golang key-management shamir-secret-sharing

Last synced: about 1 year ago
JSON representation

Secret key split algorithm

Awesome Lists containing this project

README

          

# Secret Key Split
Specific implementation of Secret Sharing Algorith by Adi Shamir: https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing

The following code assumes N=2 and K=2 where N is the total number of parts and K is the mininum number of parts for message completeness