Skip to content

OteCortes/TiaB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Text in a Bottle is a Steganography class to encode messages in a image. Tested in python 2.6, 2.7 and 3.3 in Linux, Cygwin and Windows with the library Pillow also works with the old PIL library. To get the Pillow library use: pip install pillow

Pillow only works with image formats ready at the moment of compilation in Linux

In windows download the binary package from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil

The class is also executable to encode a text in a image or to get the encoded text from a image. The destination image extension must be equal to the base image extension to keep the format.

To encode a text use: Tiab <base_image_path> --out <destination_image_name> --msg <text_to_encode>

To decode a text from a image: tiab <base_image_path>

Hope you enjoy.

About

Text in a Bottle is a Steganography program to encode messages in a image.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages