An application for encoding text messages into images
Find a file
2024-05-21 23:44:01 +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 Upgrade README to markdown 2024-05-21 23:44:01 +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.

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