/ImageStegoCrypt

The purpose of this project is to design a similar type of App to the one given in the Appendix below but modified to implement the method discussed in Seminar 3. This will provide the facility for Alice and Bob to generate a stegotext image and recover a plaintext image upon receiving the stegotext image from either party.

Primary LanguagePythonMIT LicenseMIT

ImageStegoCrypt

The purpose of this project is to design a similar type of App to the one given in the Appendix below but modified to implement the method discussed in Seminar 3. This will provide the facility for Alice and Bob to generate a stegotext image and recover a plaintext image upon receiving the stegotext image from either party. This project is built using Python 3.9

Running Instructions

Step 1:

Install the required dependencies:

pip install -r requirements.txt

Step 2:

To start directly:

python main.py

Or simply use run.bat or run.sh for Windows or Linux respectively