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,235 of 196,338
Downloads: 21,564
Daily
Ranking: 51,088 of 196,320
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 100,456 | 8,583 | activestorage-horcrux |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,687,515,579 | bundler |
| 7 | 1,416,844,709 | activesupport |
| 8 | 1,399,913,164 | rake |
| 14 | 1,285,405,312 | minitest |
| 25 | 1,140,609,361 | thor |
| 72 | 628,596,604 | pry |
| 1,191 | 40,516,915 | sysrandom |
| 1,462 | 30,127,141 | contracts |
| 1,915 | 17,219,613 | coveralls |
| 7,042 | 745,975 | wwtd |
| 9,395 | 400,740 | binary_struct |
| 19,934 | 89,552 | coco |
| 25,153 | 62,363 | yard-contracts |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | grempe |