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,224 of 186,974
Downloads: 19,367
Daily
Ranking: 32,108 of 186,960
Downloads: 19
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
100,470 | 7,711 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,940,750,811 | bundler |
7 | 1,183,313,502 | activesupport |
10 | 1,140,919,622 | rake |
15 | 1,066,705,591 | minitest |
25 | 973,240,629 | thor |
72 | 547,361,915 | pry |
1,392 | 27,728,029 | contracts |
1,596 | 20,949,132 | sysrandom |
1,805 | 15,748,460 | coveralls |
6,716 | 663,879 | wwtd |
8,814 | 370,943 | binary_struct |
18,974 | 84,481 | coco |
26,210 | 51,962 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |