RubyGems Navigation menu

session_keys 2.0.0

SessionKeys is a cryptographic tool for the deterministic generation of NaCl compatible Curve25519 encryption and Ed25519 digital signature keys. The strength of the system is rooted in the fact that the keypairs are derived from passing an identifier, such as a username or email address, and a high-entropy passphrase through the SHA256 one-way hash and the scrypt key derivation functions. This means that no private key material need ever be writter to disk or transmitted. The generated keys are deterministic; for any given ID, password, and strength combination the same keys will always be returned.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 2.0.0 - August 23, 2019 (21.5KB)
  2. 1.0.0 - September 08, 2016 (26KB)
  3. 0.1.0 - May 01, 2016 (26KB)

Runtime依存関係 (2):

rbnacl ~> 7.0.0
zxcvbn-ruby >= 1.0, < 2.0

Development依存関係 (6):

bundler >= 0
coveralls ~> 0.8.23
minitest ~> 5.0
pry ~> 0.12
rake ~> 12.3
wwtd ~> 1.4

所有者:

プッシュ者:

作者:

  • Glenn Rempe

SHA 256チェックサム:

4b4bfc77a3fa2f93bea4f61792190fc3f3e8f651bd633c6d911430d1d0d53dcc

累計ダウンロード数 6,828

このバージョンのみ 2,336

ライセンス:

MIT

必要なRubyのバージョン: >= 2.3.0

リンク: