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,136 of 183,878
Downloads: 18,278
Daily
Ranking: 81,244 of 183,864
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
101,191 | 7,188 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,501,278,855 | bundler |
7 | 1,020,006,427 | activesupport |
10 | 984,220,281 | rake |
19 | 924,646,762 | minitest |
24 | 854,539,169 | thor |
68 | 480,082,139 | pry |
1,299 | 26,418,240 | contracts |
1,751 | 14,153,148 | coveralls |
2,096 | 8,894,162 | sysrandom |
6,687 | 582,818 | wwtd |
8,437 | 356,862 | binary_struct |
18,394 | 81,882 | coco |
25,770 | 49,733 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |