Sha256: 1c400d44130ae747dfc7b2da4aafb67ee6f1ae622c3343acd4134da118f6612a

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

module Sym
  module Crypt
    VERSION     = '1.2.0'
    DESCRIPTION = <<-eof
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.
    eof
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sym-crypt-1.2.0 lib/sym/crypt/version.rb