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,089 of 183,471
Downloads: 18,161

Daily

Ranking: 61,367 of 183,459
Downloads: 0

Depended by

RankDownloadsName
101,1907,130activestorage-horcrux

Depends on

RankDownloadsName
12,455,829,279bundler
71,004,387,434activesupport
10968,905,115rake
19910,051,170minitest
24843,122,327thor
69473,379,116pry
1,28226,270,721contracts
1,72514,121,835coveralls
2,2187,779,387sysrandom
6,656580,313wwtd
8,390354,931binary_struct
18,30381,644coco
25,63549,634yard-contracts

Owners

#GravatarHandle
1icongrempe