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,635 of 180,488
Downloads: 17,381

Daily

Ranking: 38,970 of 180,477
Downloads: 0

Depended by

RankDownloadsName
102,0536,610activestorage-horcrux

Depends on

RankDownloadsName
12,080,748,809bundler
7892,522,983activesupport
16855,188,240rake
20802,101,932minitest
25760,632,677thor
63423,237,327pry
1,15825,139,633contracts
1,61813,321,346coveralls
2,4685,407,016sysrandom
6,428554,938wwtd
7,919341,080binary_struct
17,74479,287coco
24,73648,814yard-contracts

Owners

#GravatarHandle
1icongrempe