Skip to content
/ DeKode Public

DeKode is a tools designed to decode strings that have been encoded using lambda methods

License

Notifications You must be signed in to change notification settings

0xtbug/DeKode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeKode

DeKode is a tools designed to decode strings that have been encoded using lambda methods, as generated by this tools.

Feature

  • Decodes the string encoded with the method:
    • Lambda base64.b16decode
    • Lambda base64.b32decode
    • Lambda base64.b64decode
    • Lambda zlib.decompress(base64.b16decode)
    • Lambda zlib.decompress(base64.b32decode)
    • Lambda zlib.decompress(base64.b64decode)

Installation

Clone this repository

git clone https://github.com/0xtbug/DeKode

Move direcory

cd DeKode

Install depedencies

pip install -r requirements.txt

Usage

Move the script want to decode to encode.txt

Run tools

python main.py

The result saved in result.txt

Contributions

Contributions to the DeKode are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.

About

DeKode is a tools designed to decode strings that have been encoded using lambda methods

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages