"Steganography is the art and science of communicating in a way which hides the existence of the communication. In contrast to Cryptography, where the enemy is allowed to detect, intercept and modify messages without being able to violate certain security premises guaranteed by the cover message with the embedded cryptosystem. The goal of Steganography is to hide messages inside other harmless messages in a way that does not allow any enemy to even detect that there is a second message present". In image steganography the information is hidden exclusively in images.
Steganography is employed in various useful applications, e.g. secret communication among agencies / people, copyright control of materials, enhancing robustness of image search engines and smart IDs (identity cards) where individuals’ details are embedded in their photographs. Other applications are video-audio synchronization, companies’ safe circulation of secret data, TV broadcasting, TCP/IP packets (for instance a unique ID can be embedded into an image to analyze the network traffic of particular users). In steganography many different carrier file formats can be used, but digital images are the most popular because of their frequency on the Internet.
Image-Stegano implements following steganographic methods-
- 1 bit, 2 bits, 3 bits and 4 bits LSB (hiding as well as extraction)
- 24 bits plane (Red, Green, Blue) and 32 bits plane (Red, Green, Blue, Alpha) analysis of image
- Bitwise XOR Implementation between LSB and payload
- Steganography Based on File Format
This tool also provides following additional options-
- Analysis of image using inversion and different colour maps
- Grayscale analysis of image
- Altering threshold of image (Histogram)
- Providing metadata about the image
- Chunks analysis of .png images
- Extraction of appended Data (.PNG and .BMP files)
- Choose an image to open:
- Original Image:
- 6th bit plane (RGB)
- Hidden image in 0th bit plane
- Hidden Flag visible when color model is changed
- Clone this Repository / Download zip
- Open terminal (Ctrl + Alt + T)
- Type
cd /path/to/repository/ImageStegano/dist/
- Type
java -jar ImageStegano.jar
- Image-Stegano tool uses https://github.com/drewnoakes/metadata-extractor library for metadata extraction
This tool is being developed in NetBeans IDE. Import(or open) project in netbeans and add two jar files as libraries from libraries folder https://github.com/varunon9/Image-Stegano/tree/master/libraries.
Visit: https://youtu.be/Ap-1l0lWnpo