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: - of 0
Downloads: -
Daily
Ranking: - of 0
Downloads: -
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 100,656 | 8,398 | activestorage-horcrux |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,524,455,789 | bundler |
| 7 | 1,375,666,696 | activesupport |
| 8 | 1,354,615,159 | rake |
| 14 | 1,244,614,943 | minitest |
| 25 | 1,107,409,166 | thor |
| 72 | 613,447,704 | pry |
| 1,227 | 38,180,068 | sysrandom |
| 1,455 | 29,682,570 | contracts |
| 1,912 | 16,839,924 | coveralls |
| 7,028 | 726,142 | wwtd |
| 9,361 | 390,579 | binary_struct |
| 19,819 | 88,203 | coco |
| 25,656 | 59,443 | yard-contracts |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | grempe |