Closed postmodern closed 3 months ago
Add String#rc4_encrypt and String#rc4_decrypt methods using Ronini::Support::Crypto.rc4_encrypt/Ronini::Support::Crypto.rc4_decrypt.
String#rc4_encrypt
String#rc4_decrypt
Ronini::Support::Crypto.rc4_encrypt
Ronini::Support::Crypto.rc4_decrypt
openssl 3.x deprecated RC4. We will have to implement our own pure-Ruby version of the RC4 block cipher.
Add
String#rc4_encrypt
andString#rc4_decrypt
methods usingRonini::Support::Crypto.rc4_encrypt
/Ronini::Support::Crypto.rc4_decrypt
.