Aa flask WebApp which provides a 3 step steganography and encryption to secure your data.
These instructions are for Seting up Project and Running it on your Local Machine
You'll need python and Git installed locally on your computer
python@v3.6.0 or higher
pip@20.1.1 or higher
git@2.17.1 or higher
From your command line clone, install and run app
# cloning this repository
$ git clone https://github.com/SaiKarthikYamavaram/steganographer
# Go into Repository
$ cd steganographer
# Install Dependencies
$ pip install -r requirement.txt
# To generate key
$ python generate_key.py
# To run server
$ python app.py