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: 53,945 of 187,839
Downloads: 19,911

Daily

Ranking: 56,109 of 187,816
Downloads: 2

Depended by

RankDownloadsName
100,6437,872activestorage-horcrux

Depends on

RankDownloadsName
13,034,043,602bundler
71,221,336,645activesupport
101,173,524,796rake
151,097,419,339minitest
25997,220,459thor
73559,055,021pry
1,40227,982,402contracts
1,51024,283,291sysrandom
1,83615,873,228coveralls
6,751675,232wwtd
8,905373,779binary_struct
19,04585,691coco
26,36852,603yard-contracts

Owners

#GravatarHandle
1icongrempe