DECRYPTOINATOR 1000 - is a software developed in Python, intended to be used for solving steganography and cryptology problems. The available functionality is limited, but it is planned to be updated.
Before installing the program, you need to download additional libraries for operation:
pip install customtkinter pillow requests pycryptodome
After downloading the necessary libraries, we download the program itself:
git clone https://github.com/QmFkLVBp/decryptoinator
And now we can run:
python3 main.py
