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 `Crypto.des3_cipher`, `.des3_encrypt`, `.des3_decrypt` methods #526

Closed postmodern closed 3 months ago

postmodern commented 3 months ago

Add top-level methods to Ronin::Support::Crypto for DES3.

postmodern commented 3 months ago

Implemented by b3e714e.