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,623 of 180,459
Downloads: 17,380

Daily

Ranking: 41,979 of 180,454
Downloads: 9

Depended by

RankDownloadsName
102,0806,605activestorage-horcrux

Depends on

RankDownloadsName
12,075,871,620bundler
7891,045,013activesupport
16853,643,152rake
20800,698,648minitest
25759,532,023thor
63422,547,008pry
1,15825,127,404contracts
1,61713,305,277coveralls
2,4665,404,623sysrandom
6,424554,504wwtd
7,914341,019binary_struct
17,74579,252coco
24,72648,811yard-contracts

Owners

#GravatarHandle
1icongrempe