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,089 of 183,471
Downloads: 18,161
Daily
Ranking: 61,367 of 183,459
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
101,190 | 7,130 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,455,829,279 | bundler |
7 | 1,004,387,434 | activesupport |
10 | 968,905,115 | rake |
19 | 910,051,170 | minitest |
24 | 843,122,327 | thor |
69 | 473,379,116 | pry |
1,282 | 26,270,721 | contracts |
1,725 | 14,121,835 | coveralls |
2,218 | 7,779,387 | sysrandom |
6,656 | 580,313 | wwtd |
8,390 | 354,931 | binary_struct |
18,303 | 81,644 | coco |
25,635 | 49,634 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |