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,136 of 183,878
Downloads: 18,278

Daily

Ranking: 81,244 of 183,864
Downloads: 0

Depended by

RankDownloadsName
101,1917,188activestorage-horcrux

Depends on

RankDownloadsName
12,501,278,855bundler
71,020,006,427activesupport
10984,220,281rake
19924,646,762minitest
24854,539,169thor
68480,082,139pry
1,29926,418,240contracts
1,75114,153,148coveralls
2,0968,894,162sysrandom
6,687582,818wwtd
8,437356,862binary_struct
18,39481,882coco
25,77049,733yard-contracts

Owners

#GravatarHandle
1icongrempe