/Flask-based-Steganographic-image-encode-decode-webapp

this project is the web version of this project https://github.com/shafinhasnat/Simple-Image-steganography-System.git (Under active development)

Primary LanguageHTML

Intro

This project basically takes text input and embed it into a PNG image, and retrieve the text from the image. The text encoding into the image is lossless. Try this fun project here, check out in youtube- video tutorial. This project is the web version of this project- Simple-Image-steganography-System (Under active development)

Installation

First install docker in your system

Then run the command below.

docker pull shafinhasnat/steganography-webapp:first-commit

Usage

This webapp will run on port 8080 of your docker container. Run the command below.

docker run -d -p 5000:8080 shafinhasnat/steganography-webapp:first-commit

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.