RubyGems Navigation menu

sym-crypt 1.1.1

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 (22.0 KB)
  2. 1.1.1 - October 25, 2017 (22.0 KB)
  3. 1.0.0 - July 31, 2017 (22.0 KB)

Development 依赖 (9):

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

业主:

作者:

  • Konstantin Gredeskoul

SHA 256 校验和:

6956f8fbdfffc90128f58b42ad5f98982bed33bfbe8e8593c0fb7d3714f27033

下载总量 6,184

这个版本 1,795

许可:

需要的 Ruby 版本: >= 2.2

链接: