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,108 of 193,553
Downloads: 21,121

Daily

Ranking: 39,349 of 193,540
Downloads: 3

Depended by

RankDownloadsName
100,4648,388activestorage-horcrux

Depends on

RankDownloadsName
13,478,064,646bundler
71,363,743,657activesupport
81,341,379,803rake
141,231,898,944minitest
251,097,326,871thor
71608,885,577pry
1,24337,330,365sysrandom
1,45529,510,624contracts
1,91016,736,163coveralls
6,888722,368wwtd
9,336389,516binary_struct
19,75788,090coco
25,74058,862yard-contracts

Owners

#GravatarHandle
1icongrempe