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,694 of 193,214
Downloads: 7,772

Daily

Ranking: 94,007 of 193,188
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,330,047,653rake
29983,045,376rspec
97470,376,754simplecov
218228,789,852colored2
227221,344,959yard
51099,804,628rspec-its
7,555593,773irbtools

Owners

#GravatarHandle
1iconkigster