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: 53,962 of 182,878
Downloads: 18,030
Daily
Ranking: 91,437 of 182,869
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
101,345 | 7,035 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,375,186,063 | bundler |
7 | 979,945,643 | activesupport |
10 | 944,344,591 | rake |
19 | 886,354,672 | minitest |
24 | 825,108,993 | thor |
68 | 462,830,288 | pry |
1,249 | 26,023,214 | contracts |
1,695 | 14,037,635 | coveralls |
2,488 | 5,988,917 | sysrandom |
6,595 | 576,506 | wwtd |
8,333 | 352,249 | binary_struct |
18,155 | 81,318 | coco |
25,451 | 49,509 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |