Categories: None [Edit]
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
Total
Ranking: 54,125 of 195,762
Downloads: 21,511
Daily
Ranking: 39,648 of 195,747
Downloads: 6
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 100,359 | 8,554 | activestorage-horcrux |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,629,697,366 | bundler |
| 7 | 1,402,392,100 | activesupport |
| 8 | 1,384,293,602 | rake |
| 14 | 1,271,727,090 | minitest |
| 25 | 1,129,356,532 | thor |
| 72 | 623,573,670 | pry |
| 1,203 | 39,760,606 | sysrandom |
| 1,456 | 30,040,855 | contracts |
| 1,912 | 17,099,844 | coveralls |
| 7,030 | 739,697 | wwtd |
| 9,369 | 397,972 | binary_struct |
| 19,901 | 89,112 | coco |
| 25,269 | 61,676 | yard-contracts |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | grempe |