Uses LSB steganography to hide text in images
git clone https://github.com/wmstack/gci_steganography
cd gci_steganography/
#get some images
#encrypt
python3 hide.py -e /path/to/image.png
Text to hide in image: This is a hidden message
Sucessfully hidden text in file!
#decrypt
python3 hide.py -d /path/to/image.png
The hidden text is : This is a hidden message