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,649 of 186,698
Downloads: 6,740

Daily

Ranking: 78,158 of 186,685
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,125,994,016rake
27908,151,619rspec
99412,766,531simplecov
218195,320,731colored2
223191,419,552yard
47791,984,913rspec-its
7,630508,684irbtools

Owners

#GravatarHandle
1iconkigster