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
- Host: GitHub
- URL: https://github.com/eginez/secret-key-split
- Owner: eginez
- Created: 2018-01-15T08:02:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T08:02:32.000Z (over 8 years ago)
- Last Synced: 2025-03-16T20:22:28.600Z (over 1 year ago)
- Topics: cryptography, golang, key-management, shamir-secret-sharing
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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