Using this Python project you can hide your encrypted/encoded message in any image which can be decrypted/decoded on the receiver's end.
Description of attached files :
- Steganography with Encryption and Decryption.ipynb -> Jupyter Notebook file that consists of the actual Python program made by me.
- cat.jpg -> This is an image of a cat which I have used to hide my encoded/encrpted message.
- secret_img.png -> Image that is generated from Python code which consists of a hidden message.(Looks similar to the actual image which we have used).