Page 1 of 1

Steganography??

Posted: Wed May 02, 2012 4:08 pm
by blueb
I happened to visit the 'ars technica' web site and read an article that I found quite interesting....

It talked about 'Steganography' which I didn't know anything about.

http://arstechnica.com/business/news/20 ... -video.ars


A little googling found....

http://www.garykessler.net/library/steganography.html


Apparently you can do this with MP3 files as well.

Anyone done anything like this with PureBasic?

--blueb

Re: Steganography??

Posted: Wed May 02, 2012 4:17 pm
by Thorium
Yes i did this for image files. Worked only on image formats with lossless compression. It was very easy it just used the least significant bit of every pixel to store data. On 32bit or 24bit images you woundnt notice the difference if you looked at it with a image viewer.

Re: Steganography??

Posted: Sat May 05, 2012 8:48 am
by Mohawk70
Thorium wrote:Yes i did this for image files. Worked only on image formats with lossless compression. It was very easy it just used the least significant bit of every pixel to store data. On 32bit or 24bit images you woundnt notice the difference if you looked at it with a image viewer.
When using steganography I would suggest encrypting the data before embedding it in the image - especially using the above method.

There are tools to detect steganography. Just Google steganalysis !

Re: Steganography??

Posted: Sat May 05, 2012 8:45 pm
by Zach
Dissidents in Iran have been using this for a while too, although they were warned it was not very secure.