/Aurora-Wave

Embedding secret messages in wave audio file using steganography

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Aurora Wave

Embedding secret messages in wave audio file using steganography

CodeFactor Grade Lines of code GitHub

Aurora Wave is a python based program for simple audio steganography. You can hide your secret text messages in wave audio file. You can play this audio in any media player and secretly share your private message with anyone. The only difference you will notice is a small noise on the original audio, nothing very big, it will seam like you have a bad mic, or just bad audio.

Aurora Wave Demo

Installation

git clone https://github.com/titodelas/Aurora-Wave.git
cd Aurora-Wave

Usage example

Aurora Wave have two python scripts.

  • Aurora_hidden.py : for hiding secret information.
  • Aurora_show.py : to extract secret information for wave audio file.

Hide Secret Information in Audio file

python Aurora_hidden.py -f Demo.wav -m "Secret Msg" -o output.wav

Extract Secret Information from Audio file

python Aurora_show.py -f output.wav