Least Significant Bit Steganography with Python and Pillow
- Clone the git repository and navigate into its directory.
git clone https://github.com/JosCla/image-stego && cd image-stego
- Run the program.
- For encryption:
python3 lsb-stego.py
- For decryption:
python3 de-lsb-stego.py
- Follow the directions provided by the program.
- Encryption will ask where the initial image is, what to hide in it, and where to put the final image.
- Decryption will ask where the image with a hidden message is, and how many bytes of information to look for.