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 9 forks source link

Add `String#des3_encrypt` and `String#des3_decrypt` methods #527

Closed postmodern closed 2 months ago

postmodern commented 2 months ago

Add String#des3_encrypt and String#des3_decrypt methods using Ronin::Support::Crypto.des3_encrypt/Ronin::Support::Crypto.des3_decrypt.

postmodern commented 2 months ago

Implemented by b8f8d46.