Requirements :


Kali Linux

Internet


CREDITS :


techchipnet




COMMANDS



 
git clone https://github.com/techchipnet/HiddenWave.git

cd HiddenWave

Usage

Hiddenwave have two python scripts.


HiddenWave.py : for hide secret information.

ExWave.py : for extract secret information for wave audio file.

Hide Secret Information in Audio file
 
python3 HiddenWave.py -f Demo.wav -m "Secret Msg" -o output.wav

Extract Secret Information from Audio file
 
python3 ExWave.py -f output.wav