RubyGems Navigation menu

sym-crypt 1.2.0

sym-crypt is a core encryption module for the symmetric encryption app (and a corresponding gem) "sym", and contains the main base serialization, encryption, encoding, compression routines. sym-crypt uses a symmetric 256-bit key with the AES-256-CBC cipher, which is the same cipher as the one used by the US Government. For encyption with a password sym-crypt uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc.

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

インストール:
=

バージョン履歴:

  1. 1.2.0 - May 10, 2019 (22KB)
  2. 1.1.1 - October 25, 2017 (22KB)
  3. 1.0.0 - July 31, 2017 (22KB)

Development依存関係 (7):

colored2 >= 0
irbtools >= 0
rake >= 0
rspec ~> 3
rspec-its >= 0
simplecov >= 0
yard >= 0

所有者:

作者:

  • Konstantin Gredeskoul

SHA 256チェックサム:

9a40896db979685e769c2133943ddd5a2341b2088872dcb9d1de9297339d8b55

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

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

ライセンス:

N/A

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

リンク: