Hide secret texts/messages inside an image. You can optionally encrypt your texts with a password using AES-256 before encoding into the image.
Inspired from this Medium post
Watch explanation video
You can install the all requirements from requirements.txt by using pip.
pip install -r requirements.txt
python imghide.py
Encode
The image is encoded and saved as a PNG file.
Decode
-
Enter the path of the encoded image (with extension) and type in the password to decrypt (leave empty if no password was used)
The decoded text will be displayed on the terminal.