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: 106,223 of 186,954
Downloads: 6,902

Daily

Ranking: 47,101 of 186,947
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,139,617,007rake
27914,083,740rspec
99417,277,843simplecov
218197,709,663colored2
224193,389,018yard
48292,625,108rspec-its
7,647512,264irbtools

Owners

#GravatarHandle
1iconkigster