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 `File.des3_encrypt` and `File.des3_decrypt` methods #528

Closed postmodern closed 3 months ago

postmodern commented 3 months ago

Add File.des3_encrypt and File.des3_decrypt methods using Ronin::Support::Crypto.des3_cipher and Cipher#stream.

postmodern commented 3 months ago

Implemented by 818638e.