Skip to content

Steganabara is a tool for stegano analysis (steganalysis), with some of the ideas originated from my final year project. As I solved many stegano challenges, Steganabara has now matured and is very effective on visual steganos, especially BaRa's challenges.

Notifications You must be signed in to change notification settings

quangntenemy/Steganabara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganabara

Steganabara is a tool for stegano analysis (steganalysis), with some of the ideas originated from my final year project.

As I solved many stegano challenges, Steganabara has now matured and is very effective on visual steganos, especially BaRa's challenges.

Features

Bit Mask Filter

An image is basically a map of ARGB values. A popular method for hiding data is using the bit layers of the ARGB elements. The Bit Mask Filter helps you analyse the bit layers, either seperately or in combination. The amplify option can make things clearer for human eyes.

Color Map Filter

Another popular method is using different colors with similar RGB values that are indistinguishable by human eyes. But now with the Color Map Filter that trick won't work anymore.

Color Explorer

This is a must-have feature for every visual stegano tool. With this you can investigate each pixel closely.

Histogram

A histogram is like a fingerprint for an image. By looking at an image histogram, you can tell how much data is contained within it. And many wonderful things can be done with histogram analysis, notably image classification. For steganalysis, histograms can be a big help in detecting noises and distortion caused by the hidden data.

Color Table

The Color Table provides a more detailed view of the histogram. Just like histograms, the statistics from the Color Table can help detecting the hidden data. And conveniently, double clicking on a row in the Color Table will take you to the Color Map for that color.

Demonstrations

Related

Contact

If you encountered any bug with Steganabara, or have any idea for new features/techniques, you can either email me, post a comment in my blog, or post a comment on the OpenHub project page.

About

Steganabara is a tool for stegano analysis (steganalysis), with some of the ideas originated from my final year project. As I solved many stegano challenges, Steganabara has now matured and is very effective on visual steganos, especially BaRa's challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages