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,224 of 186,974
Downloads: 19,367

Daily

Ranking: 32,108 of 186,960
Downloads: 19

Depended by

RankDownloadsName
100,4707,711activestorage-horcrux

Depends on

RankDownloadsName
12,940,750,811bundler
71,183,313,502activesupport
101,140,919,622rake
151,066,705,591minitest
25973,240,629thor
72547,361,915pry
1,39227,728,029contracts
1,59620,949,132sysrandom
1,80515,748,460coveralls
6,716663,879wwtd
8,814370,943binary_struct
18,97484,481coco
26,21051,962yard-contracts

Owners

#GravatarHandle
1icongrempe