RubyGems Navigation menu

sym-crypt 1.0.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:
= Copy to clipboard Copied!

Installeer:
=

Versies:

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

Development afhankelijkheden (8):

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

Eigenaren:

Authors:

  • Konstantin Gredeskoul

SHA 256 checksum:

2430defdd53697470824987cadad77d117ed4cba4b2880e53798c85bfacc4fc8

Total downloads 6.152

Voor deze versie 1.711

Licenties:

N/A

Required Ruby Version: >= 2.2

Links: