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,713 of 184,921
Downloads: 6,531

Daily

Ranking: 37,399 of 184,911
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,030,554,421rake
26858,129,739rspec
99377,645,099simplecov
222177,091,947colored2
225172,186,847yard
44987,352,233rspec-its
7,327496,252irbtools

Owners

#GravatarHandle
1iconkigster