PDA

View Full Version : Steganography using an MP3 file



DenKain
February 9th, 2008, 09:28 PM
I am somewhat familiar with Steganography and the many applications available for Ubuntu when it comes to hiding information inside an image or a WAV file. What I have not been able to find is a Steganography program for Linux that will allow the user to hide information in an MP3 file. Is anyone familiar with such a program?

DenKain
March 15th, 2008, 08:01 PM
bump

prshah
March 15th, 2008, 08:28 PM
I am somewhat familiar with Steganography and the many applications available for Ubuntu when it comes to hiding information inside an image or a WAV file. What I have not been able to find is a Steganography program for Linux that will allow the user to hide information in an MP3 file. Is anyone familiar with such a program?

MP3stego, steghide... http://www.linux.com/articles/45440

Note that MP3 stego will only allow you to embed text files. So if you want to embed a binary file, maybe useful to uuencode that file first.

DenKain
March 15th, 2008, 08:43 PM
Thank you very much.

chmdznr
May 13th, 2008, 02:02 AM
Hi,
I have implemented another way to hide any type of file inside mp3 file without changing its size and sound quality.
It is different from mp3stego since my application directly access mp3 file(not wav file) per byte.
If you interested, you may check at my blog:
http://achmadz.blogspot.com/2008/05/hide-any-file-inside-mp3-file.html

The downloaded file is including source code in Borland Delphi 7.

This application can run on Linux with wine installed.

leithon
April 11th, 2010, 01:59 PM
I need help developing audio steganography application on java. Any advice? thanks in advance :)