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,274 of 184,752
Downloads: 18,445
Daily
Ranking: 39,214 of 184,744
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
101,065 | 7,292 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,626,148,112 | bundler |
7 | 1,061,766,898 | activesupport |
10 | 1,023,729,808 | rake |
19 | 962,571,130 | minitest |
24 | 886,497,153 | thor |
68 | 498,985,273 | pry |
1,328 | 26,787,882 | contracts |
1,772 | 14,430,211 | coveralls |
1,909 | 11,952,235 | sysrandom |
6,755 | 596,090 | wwtd |
8,551 | 360,981 | binary_struct |
18,586 | 82,235 | coco |
25,742 | 50,692 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |