Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. Here, we hide text inside image.
pip install -r requirements.txt
python steg.py -e <IMAGE_PATH>
python steg.py -d <ENCODED IMAGE_PATH>