This repository contains a python3 script that can hide/retrieve data from any image. This script used least significant byte (LSB) encoding to store data within the color values of each image.
The following dependencies are used:
They can be installed using the following command: pip install Pillow
An asciinema recording can be found here.
usage: steg.py [-h] -m {decode,encode} [-t TEXT] input_file [output_file]
steg.py: error: the following arguments are required: -m/--mode, input_file