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: 53,945 of 187,839
Downloads: 19,911
Daily
Ranking: 56,109 of 187,816
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 100,643 | 7,872 | activestorage-horcrux |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,034,043,602 | bundler |
| 7 | 1,221,336,645 | activesupport |
| 10 | 1,173,524,796 | rake |
| 15 | 1,097,419,339 | minitest |
| 25 | 997,220,459 | thor |
| 73 | 559,055,021 | pry |
| 1,402 | 27,982,402 | contracts |
| 1,510 | 24,283,291 | sysrandom |
| 1,836 | 15,873,228 | coveralls |
| 6,751 | 675,232 | wwtd |
| 8,905 | 373,779 | binary_struct |
| 19,045 | 85,691 | coco |
| 26,368 | 52,603 | yard-contracts |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | grempe |