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,810 of 190,469
Downloads: 20,630

Daily

Ranking: 20,967 of 190,443
Downloads: 10

Depended by

RankDownloadsName
100,6788,106activestorage-horcrux

Depends on

RankDownloadsName
13,252,447,659bundler
71,297,646,584activesupport
81,259,155,611rake
141,167,323,902minitest
251,047,859,907thor
72584,660,887pry
1,34431,699,236sysrandom
1,43528,778,038contracts
1,88816,166,952coveralls
6,813698,387wwtd
9,081378,734binary_struct
19,34787,143coco
26,19155,027yard-contracts

Owners

#GravatarHandle
1icongrempe