Skip to content

b-smyers/steganography-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

steganography-tool

Basic python implementation of LSB (Least Significant Bit) steganography to encode and decode hidden messages in images.

Dependencies

  • Pillow
pip install Pillow

Usage

You can encode or decode hidden messages in an image by passing your image file as an argument.

python3 steganography.py my_img.png

You will then be prompted to encode a new message or attempt to decode a message.

1) Encode
2) Decode
Chose Mode: 1
Enter Message: Hello, World!

Contributing

Feel free to contribute, all PRs welcome.

About

Basic python implementation of LSB (Least Significant Bit) steganography to encode and decode hidden messages in images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages