/steganographer

A 3 stage encryption and steganography webapp based on flask

Primary LanguagePython

STEGANOGRAPHER 🔥 License: MIT react-native

Aa flask WebApp which provides a 3 step steganography and encryption to secure your data.

Getting Started 🚀

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

How to use it 🔧

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