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,479 of 186,959
Downloads: 18,992
Daily
Ranking: 27,130 of 186,713
Downloads: 28
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
100,643 | 7,589 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,905,736,219 | bundler |
7 | 1,168,553,921 | activesupport |
10 | 1,128,098,871 | rake |
16 | 1,055,026,805 | minitest |
25 | 964,433,324 | thor |
71 | 542,757,863 | pry |
1,387 | 27,652,752 | contracts |
1,631 | 19,746,447 | sysrandom |
1,795 | 15,707,523 | coveralls |
6,704 | 659,574 | wwtd |
8,791 | 369,414 | binary_struct |
18,983 | 83,664 | coco |
26,158 | 51,643 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |