Registry / crypto / crypt19-rb

crypt19-rb

JSON →
library1.3.1rbrubygemsunverified

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-rb
INSTALL
IMPORT
SIG · CRYPT19-RB
C
crypt19-rb
cryptorubyv1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Crypt
require 'crypt19'

Encrypt data using the Blowfish algorithm.

require 'crypt19' # Encrypt with Blowfish: # cipher = Crypt::Blowfish.new('key') # encrypted = cipher.encrypt('data')
Debug
Known issues
breakingGem name includes '19' suggesting Ruby 1.9 compatibility; may not work on newer Ruby versions.
fix
Use a more modern encryption library like OpenSSL or RbNaCl.
affects: >= 2.0
Upgrade
Version history
1.3.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
crypt19-rb — gem install crypt19-rb · libregistry