Steganography is the technique of hiding secret data within an ordinary, non-secret, file(here, I used png files) in order to avoid detection; the secret data is then extracted at its destination(encoded.png).
pip install numpy
pip install Pillowpython3 main.py