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,287 of 184,790
Downloads: 18,445

Daily

Ranking: 45,146 of 184,778
Downloads: 0

Depended by

RankDownloadsName
101,0837,292activestorage-horcrux

Depends on

RankDownloadsName
12,629,490,221bundler
71,063,223,218activesupport
101,025,178,766rake
19963,876,081minitest
24887,691,318thor
68499,577,664pry
1,32926,802,505contracts
1,77314,458,016coveralls
1,90812,025,365sysrandom
6,755597,011wwtd
8,554361,044binary_struct
18,59382,239coco
25,74350,705yard-contracts

Owners

#GravatarHandle
1icongrempe