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 `String#rc4_encrypt` and `String#rc4_decrypt` methods #531

Closed postmodern closed 3 months ago

postmodern commented 3 months ago

Add String#rc4_encrypt and String#rc4_decrypt methods using Ronini::Support::Crypto.rc4_encrypt/Ronini::Support::Crypto.rc4_decrypt.

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.