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,264 of 184,733
Downloads: 18,445

Daily

Ranking: 36,886 of 184,714
Downloads: 0

Depended by

RankDownloadsName
101,0597,291activestorage-horcrux

Depends on

RankDownloadsName
12,621,363,512bundler
71,059,998,058activesupport
101,022,076,602rake
19961,071,666minitest
24885,113,982thor
68498,176,039pry
1,32726,769,604contracts
1,77214,399,619coveralls
1,91811,832,267sysrandom
6,753595,274wwtd
8,550360,871binary_struct
18,57982,233coco
25,74650,661yard-contracts

Owners

#GravatarHandle
1icongrempe