A small website built using Python and Flask using a simple Bootstrap UI where you are able to hide messages within any .png image. Simply upload your image, enter a message, and submit. Anyone that uploads that image to /encode will be able to see the message.
Click here for live demo https://whisperpng.azurewebsites.net/ Click here for a demo video
- Clone the repo
git clone https://github.com/sebcun/WhisperPNG.git
cd WhisperPNG- Install the requirements
pip install -r requirements.txtRun the app
py app.pyAccess the website By default, the website will be accessable on https://localhost:5000.
Pull requests are welcome. For major changes, please open an issue first to discuss.
This project uses the GNU GENERAL PUBLIC LICENSE