ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
27 stars 10 forks source link

Add a `Ronin::Support::Crypto::Cipher::RC4` class #529

Closed postmodern closed 3 months ago

postmodern commented 3 months ago

Add a Ronin::Support::Crypto::Cipher::RC4 class similar to Ronin::Support::Crypto::Cipher::AES but using the rc4 cipher.

postmodern commented 3 months ago

openssl 3.x deprecated RC4. We will have to implement our own pure-Ruby version of the RC4 block cipher.