Categories: None [Edit]

sym-crypt

https://rubygems.org/gems/sym-crypt
https://github.com/kigster/sym-crypt
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.

Total

Ranking: 105,916 of 180,507
Downloads: 6,120

Daily

Ranking: 97,459 of 180,487
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16855,753,735rake
23768,975,035rspec
102312,421,154simplecov
222142,355,775yard
233135,996,737colored2
40978,802,093rspec-its
6,903466,308irbtools

Owners

#GravatarHandle
1iconkigster