bytebutcher / decoder-plus-plus

An extensible application for penetration testers and software developers to decode/encode data into various formats.
GNU General Public License v3.0
101 stars 24 forks source link

Base45 Encoder and Decoder #41

Closed bytebutcher closed 2 years ago

bytebutcher commented 2 years ago

I was asked to add a encoder/decoder for base45. There is a python package called base45 which can be used quite similar to the base64 package.

bytebutcher commented 2 years ago

To keep packages to a minimum the base45 package was not added to the decoder-plus-plus distribution and needs to be installed manually.