1 Forks
3 Stars
3 Watchers

Steganography

Hide a text document (text.txt) within the same folder as this program into an image (host_image.jpg). The GUI will show the host image in the left panel. The hiding will be performed by replacing the ’n’ lower order bits of image with the ASCII values of the ‘m’ number of characters from the text document. The more text you embed into the image, the lesser the quality the image will be. The GUI will show the value of ’n’ and ‘m’, where ’n’ can vary from 0 to 8 and ‘m’ can be any value between 0 and the maximum number of characters that can be embedded in the image.

How to download and setup Steganography

Open terminal and run command
git clone https://github.com/SeanLachhander/Steganography.git
git clone is used to create a copy or clone of Steganography repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Steganography https://github.com/SeanLachhander/Steganography/archive/master.zip

Or simply clone Steganography with SSH
[email protected]:SeanLachhander/Steganography.git

If you have some problems with Steganography

You may open issue on Steganography support forum (system) here: https://github.com/SeanLachhander/Steganography/issues