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,810 of 190,469
Downloads: 20,630
Daily
Ranking: 20,967 of 190,443
Downloads: 10
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 100,678 | 8,106 | activestorage-horcrux |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,252,447,659 | bundler |
| 7 | 1,297,646,584 | activesupport |
| 8 | 1,259,155,611 | rake |
| 14 | 1,167,323,902 | minitest |
| 25 | 1,047,859,907 | thor |
| 72 | 584,660,887 | pry |
| 1,344 | 31,699,236 | sysrandom |
| 1,435 | 28,778,038 | contracts |
| 1,888 | 16,166,952 | coveralls |
| 6,813 | 698,387 | wwtd |
| 9,081 | 378,734 | binary_struct |
| 19,347 | 87,143 | coco |
| 26,191 | 55,027 | yard-contracts |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | grempe |