Registry / crypto / ruby-rc4

ruby-rc4

JSON →
library0.1.5rbrubygemsunverified

RubyRC4 is a pure Ruby implementation of the RC4 encryption algorithm.

gem install ruby-rc4
INSTALL
IMPORT
SIG · RUBY-RC4
R
ruby-rc4
cryptorubyv0.1.5
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.

RC4
require 'ruby-rc4'

Encrypt a string using RC4.

require 'ruby-rc4' cipher = RC4.new('secret_key') encrypted = cipher.encrypt('Hello, world!') puts encrypted
Debug
Known issues
breakingRC4 is considered cryptographically broken and should not be used for secure applications.
fix
Use a modern encryption algorithm like AES via the OpenSSL library.
affects: >= 0.0.0
Upgrade
Version history
0.1.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
Resources
ruby-rc4 — gem install ruby-rc4 · libregistry