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,353 of 196,619
Downloads: 21,579
Daily
Ranking: 79,325 of 196,594
Downloads: 3
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 100,451 | 8,616 | activestorage-horcrux |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,749,482,850 | bundler |
| 7 | 1,431,827,091 | activesupport |
| 8 | 1,416,207,584 | rake |
| 14 | 1,299,534,904 | minitest |
| 25 | 1,151,960,126 | thor |
| 72 | 633,699,912 | pry |
| 1,189 | 41,217,320 | sysrandom |
| 1,470 | 30,212,625 | contracts |
| 1,915 | 17,352,513 | coveralls |
| 7,057 | 751,731 | wwtd |
| 9,426 | 402,917 | binary_struct |
| 19,973 | 89,958 | coco |
| 24,695 | 64,499 | yard-contracts |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | grempe |