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,264 of 184,733
Downloads: 18,445
Daily
Ranking: 36,886 of 184,714
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
101,059 | 7,291 | activestorage-horcrux |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,621,363,512 | bundler |
7 | 1,059,998,058 | activesupport |
10 | 1,022,076,602 | rake |
19 | 961,071,666 | minitest |
24 | 885,113,982 | thor |
68 | 498,176,039 | pry |
1,327 | 26,769,604 | contracts |
1,772 | 14,399,619 | coveralls |
1,918 | 11,832,267 | sysrandom |
6,753 | 595,274 | wwtd |
8,550 | 360,871 | binary_struct |
18,579 | 82,233 | coco |
25,746 | 50,661 | yard-contracts |
Owners
# | Gravatar | Handle |
---|---|---|
1 | grempe |