Closed postmodern closed 3 months ago
Add a Ronin::Support::Crypto::Cipher::RC4 class similar to Ronin::Support::Crypto::Cipher::AES but using the rc4 cipher.
Ronin::Support::Crypto::Cipher::RC4
Ronin::Support::Crypto::Cipher::AES
rc4
openssl 3.x deprecated RC4. We will have to implement our own pure-Ruby version of the RC4 block cipher.
Add a
Ronin::Support::Crypto::Cipher::RC4
class similar toRonin::Support::Crypto::Cipher::AES
but using therc4
cipher.