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,274 of 184,752
Downloads: 18,445

Daily

Ranking: 39,214 of 184,744
Downloads: 0

Depended by

RankDownloadsName
101,0657,292activestorage-horcrux

Depends on

RankDownloadsName
12,626,148,112bundler
71,061,766,898activesupport
101,023,729,808rake
19962,571,130minitest
24886,497,153thor
68498,985,273pry
1,32826,787,882contracts
1,77214,430,211coveralls
1,90911,952,235sysrandom
6,755596,090wwtd
8,551360,981binary_struct
18,58682,235coco
25,74250,692yard-contracts

Owners

#GravatarHandle
1icongrempe