Skip to content

Mateusz1223/messhidder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messhidder

This is simple steganography tool that hiddes messages in JPG and PNG immages.

usage

python3 hide.py -e(to encode)/-d(to decode) input_file

hide.py uses pillow and bitarray modules.

To download pillow type pip3 install Pillow.

To download bitarray type pip3 install bitarray.

encryption

python3 hide.py -e image.jpg

It asks you for a message to hide and creates r.png file which contains hidden message.

decryption

python3 hide.py -d r.png

to encrypt a message from image.


This is original image:

This is the image with hidden message "This is a secret message":

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages