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,287 of 184,790
Downloads: 18,445
Daily
Ranking: 45,146 of 184,778
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
101,083 | 7,292 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,629,490,221 | bundler |
7 | 1,063,223,218 | activesupport |
10 | 1,025,178,766 | rake |
19 | 963,876,081 | minitest |
24 | 887,691,318 | thor |
68 | 499,577,664 | pry |
1,329 | 26,802,505 | contracts |
1,773 | 14,458,016 | coveralls |
1,908 | 12,025,365 | sysrandom |
6,755 | 597,011 | wwtd |
8,554 | 361,044 | binary_struct |
18,593 | 82,239 | coco |
25,743 | 50,705 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |