8000 GitHub - mkdirlove/Kudo: Kudo is a decoder toolkit for various encoding algorithms, useful for efficient decoding for CTFs, and more.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ Kudo Public
forked from kUrOSH1R0oo/Kudo

Kudo is a decoder toolkit for various encoding algorithms, useful for efficient decoding for CTFs, and more.

Notifications You must be signed in to change notification settings

mkdirlove/Kudo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

GIF

KUDO: Decoder Toolkit

KUDO is a comprehensive decoder toolkit, offers a variety of decoding algorithms to decrypt and decode different types of encoded data.

Available Algorithms

  1. Advanced Encryption Standard (AES)
  2. ROT13
  3. Rivest-Shamir-Adleman (RSA)
  4. ASCII85
  5. Base32
  6. Base64
  7. Caesar Cipher
  8. Hexadecimal
  9. HTML Entity
  10. Morse Code
  11. PunnyCode
  12. Quoted Printable
  13. Unicode
  14. UNIX Datetime
  15. URL
  16. Vigenere Cipher
  17. XOR
  18. Brainfuck
  19. Reversed Word
  20. Affine Cipher
  21. Base58
  22. A1Z26
  23. Rail Fence Cipher
  24. Substitution Cipher
  25. Tap Code
  26. Nihilist Cipher
  27. Polybius Cipher
  28. North Atlantic Treaty Organization (NATO Phonetic Alphabet)

Usage

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"

Installation

KUDO requires Python 3 and the following packages:

  • pycryptodome
  • base64
  • base58
  • idna
  • quopri
pip install pycryptodome base58 idna quopri
python3 kudo.py

Author

  • Veilwr4ith

About

Kudo is a decoder toolkit for various encoding algorithms, useful for efficient decoding for CTFs, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0