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,101 of 193,524
Downloads: 21,114

Daily

Ranking: 44,753 of 193,495
Downloads: 3

Depended by

RankDownloadsName
100,4368,388activestorage-horcrux

Depends on

RankDownloadsName
13,475,540,742bundler
71,363,008,608activesupport
81,340,495,319rake
141,231,052,326minitest
251,096,696,069thor
71608,612,120pry
1,24537,294,351sysrandom
1,45529,496,704contracts
1,91016,724,345coveralls
6,887722,091wwtd
9,335389,446binary_struct
19,75388,082coco
25,74658,808yard-contracts

Owners

#GravatarHandle
1icongrempe