A simple Python library for encoding and decoding hidden messages in images using steganography.
- Embed text messages in PNG images.
- Extract hidden messages from steganographed images.
- Download the library using any methods listed below
- Open terminal on your device and run the below script
from imgsteg import Encrypt
- This will prompt you to enter a password
- Enter the text once it is done it will output a unique number which is the public key to be used while decrypting the text.
- Select the image to be encrypted and then save the encrypted image using
.png
extention - Executing
from imgsteg import Decrypt
on terminal will result in prompting you to select the encrypted image - Enter the password entered during encryption and the public key displayed during encryption
- The output will be displayed in the terminal itself
GitHub: git clone https://github.com/Jkdxbns/Image-Steganography.git PyPI: pip install ImageSteganography