Steganography??

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
blueb
Addict
Addict
Posts: 1118
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Steganography??

Post 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
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
Thorium
Addict
Addict
Posts: 1308
Joined: Sat Aug 15, 2009 6:59 pm

Re: Steganography??

Post 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.
Mohawk70
Enthusiast
Enthusiast
Posts: 404
Joined: Thu May 11, 2006 1:04 am
Location: Florida, USA

Re: Steganography??

Post 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 !
HP Z800 Workstation
CPU : Dual Xeon 5690 3.46GHz
RAM : 192GB RAM
GPU : NVIDIA QUADRO P5000 16GB
Zach
Addict
Addict
Posts: 1677
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: Steganography??

Post by Zach »

Dissidents in Iran have been using this for a while too, although they were warned it was not very secure.
Post Reply