benjojo / Stego

Some insane way of hiding messages in jpeg artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stego Build Status

Some insane way of hiding messages in jpeg artifacts.

This program will hide messages in images but in a diffrent way from the standard "Change the data in the LSB" style.

This one hides it in jpeg artifacts.

Orig:

OrigImage

After being binded with the message "Hello World"

OrigImage

You may have noticed that the jpeg quality drops, this is because I use the artifacts to put the messages inside so they have to exist.

Anyway this was made in the "Does this idea actually work" kind of mind set so don't really expect it to work.

Program usage is:

To Encode Steg.exe input.jpg "message to encode"

To Decode Steg.exe done.jpg

About

Some insane way of hiding messages in jpeg artifacts.

License:MIT License


Languages

Language:C# 100.0%