Skip to content

A java program to enchace the least significant bit of images, to aid with steganographic analysis

Notifications You must be signed in to change notification settings

ChaoticGoose/Java-LeastSignificantBitEnhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This application is designed to enhance the Least Significant bit of each channel of an image, to allow visualation of potential setganography

All images that are to be processed should be put into a folder called "inputs" in the working directory

Automatic Usage, relies on there being an output folder, which has the same directory structure as the input folder
	find inputs/* | grep [.] | (cat - && echo "exit") | java LSBE
	
in order to replicate the inputs folders into the outputs folders, use
	mkdir -p outputs; find inputs -type d -exec mkdir -p outputs/{} \;
	
A bash script has been added, to allow for easy automation.
	This script will:
		Copy the file structure of "inputs" to "Outputs"
		Run the program on each file, and then exit the program
To find the processed files, look in "outputs/inputs/*"

About

A java program to enchace the least significant bit of images, to aid with steganographic analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published