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,353 of 196,619
Downloads: 21,579

Daily

Ranking: 79,325 of 196,594
Downloads: 3

Depended by

RankDownloadsName
100,4518,616activestorage-horcrux

Depends on

RankDownloadsName
13,749,482,850bundler
71,431,827,091activesupport
81,416,207,584rake
141,299,534,904minitest
251,151,960,126thor
72633,699,912pry
1,18941,217,320sysrandom
1,47030,212,625contracts
1,91517,352,513coveralls
7,057751,731wwtd
9,426402,917binary_struct
19,97389,958coco
24,69564,499yard-contracts

Owners

#GravatarHandle
1icongrempe