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,962 of 182,878
Downloads: 18,030

Daily

Ranking: 91,437 of 182,869
Downloads: 0

Depended by

RankDownloadsName
101,3457,035activestorage-horcrux

Depends on

RankDownloadsName
12,375,186,063bundler
7979,945,643activesupport
10944,344,591rake
19886,354,672minitest
24825,108,993thor
68462,830,288pry
1,24926,023,214contracts
1,69514,037,635coveralls
2,4885,988,917sysrandom
6,595576,506wwtd
8,333352,249binary_struct
18,15581,318coco
25,45149,509yard-contracts

Owners

#GravatarHandle
1icongrempe