Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Stegify


0x1

Recommended Posts

Go tool for LSB steganography, capable of hiding any file within an image.

This is the hidden content, please

stegify is a simple command line tool capable of fully transparent hiding any file within an image. This technique is known as LSB (Least Significant Bit) steganography.

Demonstration

Spoiler

 

Carrier Data Result
This is the hidden content, please
This is the hidden content, please
This is the hidden content, please

The Result file contains the Data file hidden in it. And as you can see it is fully transparent.

Usage

As a command line tool:

This is the hidden content, please

When encoding, the file with name given to flag -data is hidden inside the file with name given to flag -carrier and the resulting file is saved in new file in the current working directory under the name given to flag -result. The file extension of result file is inherited from the carrier file and must not be specified explicitly in the -result flag.

When decoding, given a file name of a carrier file with previously encoded data in it, the data is extracted and saved in new file in the current working directory under the name given to flag -result. The result file won't have any file extension and therefore it should be specified explicitly in -result flag.

In both cases the flag -result could be omitted and it will be used the default file name: result

Programmatically in your code

stegify can be used programmatically too and it provides easy to use functions working with file names or raw Readers and Writers. You can visit

This is the hidden content, please
under steg package for details.

Source && Download:

This is the hidden content, please

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.