Sign in Sign up
rubygems

tss

Threshold Secret Sharing (TSS) provides a way to generate N shares from a value, so that any M of those shares can be used to reconstruct the original value, but any M-1 shares provide no information about that value. This method can provide shared access control on key material and other secrets that must be strongly protected. This gem implements a Threshold Secret Sharing method based on polynomial interpolation in GF(256) and a format for the storage and transmission of shares. This implementation follows the specification in the document: http://tools.ietf.org/html/draft-mcgrew-tss-03

Activity

Latest release
9y ago
Total releases
8
Cadence
~4 days
Last 12 months
0

Details

License
MIT
First release
Apr 12, 2016
Releases
Version Released
0.5.0 minor
0.4.2 patch
0.4.1 patch
0.4.0 minor
0.3.0 minor
0.2.0 minor
0.1.1 patch
0.1.0 initial