Skip to content

yankov/steganograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity. Wiki article

This is a simple class to encode any message in the BMP file. It takes each bit of the message and save it in the least significant bit of the image array, so that an output image looks exactly the same as original one and have the same size.

It was a solution to puzzle #6 from puzzlenode.

Encode:

Steganograph.encode("image.bmp", "file_with_text.txt")

Decode:

message = Steganograph.decode("image.bmp")

About

Hiding text in a bmp file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages