This repository contains a program to hide and read text messages in image files.
These instructions will get you a copy of the project up and running on your local machine.
The only prerequisite are Python 3.6 or higher, the "Pillow" image manipulation library and "pytest" for testing. To install dependencies run:
pip install -r requirements.txt
Simply run python main.py
to use the command line interface or use the following commands:
python steganography.py hide <image_path> "<message>"
python steganography.py read <image_path>
To test, run pytest
while in the main directory of the repository.
- Conrado Jordan - GitHub
This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details.