Categories: None [Edit]

tss

https://rubygems.org/gems/tss
https://github.com/grempe/tss-rb
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,125 of 195,762
Downloads: 21,511

Daily

Ranking: 39,648 of 195,747
Downloads: 6

Depended by

RankDownloadsName
100,3598,554activestorage-horcrux

Depends on

RankDownloadsName
13,629,697,366bundler
71,402,392,100activesupport
81,384,293,602rake
141,271,727,090minitest
251,129,356,532thor
72623,573,670pry
1,20339,760,606sysrandom
1,45630,040,855contracts
1,91217,099,844coveralls
7,030739,697wwtd
9,369397,972binary_struct
19,90189,112coco
25,26961,676yard-contracts

Owners

#GravatarHandle
1icongrempe