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,479 of 186,959
Downloads: 18,992

Daily

Ranking: 27,130 of 186,713
Downloads: 28

Depended by

RankDownloadsName
100,6437,589activestorage-horcrux

Depends on

RankDownloadsName
12,905,736,219bundler
71,168,553,921activesupport
101,128,098,871rake
161,055,026,805minitest
25964,433,324thor
71542,757,863pry
1,38727,652,752contracts
1,63119,746,447sysrandom
1,79515,707,523coveralls
6,704659,574wwtd
8,791369,414binary_struct
18,98383,664coco
26,15851,643yard-contracts

Owners

#GravatarHandle
1icongrempe