An application for encoding text messages into images
Find a file
2024-05-22 01:53:36 +01:00
tests Final cleanup 2024-04-17 21:36:56 +02:00
.gitattributes Initial commit 2023-11-09 13:42:00 +01:00
.gitignore Remove and ignore future __pycache__ 2024-05-21 23:41:57 +01:00
main.py Final cleanup 2024-04-17 21:36:56 +02:00
README.md Add requirements.txt 2024-05-22 01:06:03 +01:00
requirements.txt Add requirements.txt 2024-05-22 01:06:03 +01:00

This is the Shush Image - Text Encryption Tool

Given an image (jpg or png) and a text file (.txt) it can create a new image (png) which will contain the text of the .txt file inside of it. This process can then be reversed using the Decrypt function and a png image which has text encrypted into it.

Installation

To install dependencies, run:

pip install -r requirements.txt

Then, run main.py.

Github

https://github.com/Hannah-Dagemark/Shush