Thursday 15 August 2013

Audio Steganography in JAVA

Audio Steganography is a technique to hide a text messages in an Audio such a way that no one, apart from the sender and the intended recipient, suspects the existence of the text message in the audio. Sender can hide a message/text into an audio by choosing a secret password. The intended recipient can extract the message/text from the audio using the secret password.

 Steps 

1. Hide a text message into an audio using a password.
2. Share the audio to the intended recipient.
3. The recipient can extract the (secret)text message if he/she has the password.

 Queries 

imsahitya[@]gmail[.]com

 JAR File Download Links 


 How to Run 

To run "AudioSteganography.jar" file, you can use command : java -jar AudioSteganography.jar

OR

Open "AudioSteganography.jar" with Java(TM) Platform SE binary




















 ScreenShot