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,235 of 196,338
Downloads: 21,564

Daily

Ranking: 51,088 of 196,320
Downloads: 0

Depended by

RankDownloadsName
100,4568,583activestorage-horcrux

Depends on

RankDownloadsName
13,687,515,579bundler
71,416,844,709activesupport
81,399,913,164rake
141,285,405,312minitest
251,140,609,361thor
72628,596,604pry
1,19140,516,915sysrandom
1,46230,127,141contracts
1,91517,219,613coveralls
7,042745,975wwtd
9,395400,740binary_struct
19,93489,552coco
25,15362,363yard-contracts

Owners

#GravatarHandle
1icongrempe