KUDO is a comprehensive decoder toolkit, offers a variety of decoding algorithms to decrypt and decode different types of encoded data.
- Advanced Encryption Standard (AES)
- ROT13
- Rivest-Shamir-Adleman (RSA)
- ASCII85
- Base32
- Base64
- Caesar Cipher
- Hexadecimal
- HTML Entity
- Morse Code
- PunnyCode
- Quoted Printable
- Unicode
- UNIX Datetime
- URL
- Vigenere Cipher
- XOR
- Brainfuck
- Reversed Word
- Affine Cipher
- Base58
- A1Z26
- Rail Fence Cipher
- Substitution Cipher
- Tap Code
- Nihilist Cipher
- Polybius Cipher
- North Atlantic Treaty Organization (NATO Phonetic Alphabet)
To use KUDO, simply run the script and follow the on-screen prompts to decode your encoded data. Each algorithm has its own specific requirements and input format.
AES
Enter the key: "your_aes_key_here"
Enter the encoded text: "your_base64_encoded_ciphertext_here"
Decrypted String: "Decoded/Decrypted text"
KUDO requires Python 3 and the following packages:
- pycryptodome
- base64
- base58
- idna
- quopri
pip install pycryptodome base58 idna quopri
python3 kudo.py
- Veilwr4ith