wawava / Decodify

It can detect and decode encoded strings, recursively. Its currently in beta phase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decodify

It can detect and decode encoded strings, recursively. Its currently in beta phase.

Lets take this string : teamultimate.in and encode it with Hex, URL, Base64 and FromChar encoding, respectively.
Now lets pass this encoded string to Decodify:

Boom! Thats what Decodify does.

Supported Encodings and Encryptions

  • Caesar ciphers
  • Binary
  • Hex
  • Decimal
  • Base64
  • URL
  • FromChar
  • MD5
  • SHA1
  • SHA2
Decoding Caesar Cipher

You can supply the offest by --rot option or you can tell Decodify to decode for 1-20 offest by using --rot all

Installing Decodify

Download Decodify with the following command:

git clone https://github.com/UltimateHackers/Decodify

Now switch to Decodify directory and run the installer with this command:

cd Decodify && chmod +x ./setup.sh

Now you can run decodify by entering dcode in your terminal.
Happy decoding!

Please Contribute

Decodify needs huge improvements and bug fixes.
If you encounter a valid encoded string which wasn't correctly processed by Decodfiy, please open an issue including the string.
Also you can contribute by adding support for more encodings or by fixing my poorly writting code.

About

It can detect and decode encoded strings, recursively. Its currently in beta phase.

License:GNU General Public License v3.0


Languages

Language:Python 98.5%Language:Shell 1.5%