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: 104,467 of 190,317
Downloads: 7,576

Daily

Ranking: 51,002 of 190,280
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,255,248,311rake
29957,358,331rspec
99449,649,641simplecov
217217,475,546colored2
227209,610,747yard
50497,095,444rspec-its
7,654555,129irbtools

Owners

#GravatarHandle
1iconkigster