Skip to content

Least Significant Bit Steganography with Python and Pillow.

License

Notifications You must be signed in to change notification settings

JosCla/image-stego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-stego

Least Significant Bit Steganography with Python and Pillow

Usage

  1. Clone the git repository and navigate into its directory.
git clone https://github.com/JosCla/image-stego && cd image-stego
  1. Run the program.
  • For encryption:
python3 lsb-stego.py
  • For decryption:
python3 de-lsb-stego.py
  1. 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.

Releases

No releases published

Packages

No packages published

Languages