DeKode is a tools designed to decode strings that have been encoded using lambda methods, as generated by this tools.
- 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)
Clone this repository
git clone https://github.com/0xtbug/DeKode
Move direcory
cd DeKode
Install depedencies
pip install -r requirements.txt
Move the script want to decode to encode.txt
Run tools
python main.py
The result saved in result.txt
Contributions to the DeKode are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.