Crypt is a pure-ruby implementation of a number of popular encryption algorithms. Block cyphers currently include Blowfish, GOST, IDEA, Rijndael (AES), and RC6. Cypher Block Chaining (CBC) has been implemented.
gem install crypt19-rbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypt data using the Blowfish algorithm.
Use a more modern encryption library like OpenSSL or RbNaCl.
No dependency data recorded yet.