RubyGems Navigation menu

tss 0.5.0

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

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.5.0 - January 29, 2017 (80.0 KB)
  2. 0.4.2 - October 13, 2016 (79.5 KB)
  3. 0.4.1 - September 29, 2016 (79.0 KB)
  4. 0.4.0 - September 25, 2016 (79.5 KB)
  5. 0.3.0 - September 24, 2016 (79.5 KB)
顯示所有版本(共 8)

Runtime 相依性套件 (5):

activesupport >= 4.0.0
binary_struct ~> 2.1
contracts ~> 0.14
sysrandom >= 1.0.3, ~> 1.0.4
thor ~> 0.19

Development 相依性套件 (8):

bundler ~> 1.13
coco ~> 0.14
coveralls ~> 0.8
minitest ~> 5.0
pry ~> 0.10
rake ~> 11.1
wwtd ~> 1.3

擁有者:

作者:

  • Glenn Rempe

SHA 256 checksum:

530247aa420822ae16cb02ff379307fc71972a8ca1eb3bc0ca4c448ffdcf27e9

總下載次數 17,360

這個版本 3,862

License:

MIT

Ruby 版本需求: >= 2.2.2

相關連結: