shafinhasnat / 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)

Home Page:https://xelsteg.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://xelsteg.herokuapp.com/


Languages

Language:HTML 70.0%Language:Python 27.6%Language:Dockerfile 2.4%