A simple python tool to hide messages in wav files like mr.robot
$ git clone https://github.com/krishpranav/hidewave
$ cd hidewave
$ python3 hidewave.py -f demo.wav -m "Secret Msg" -o output.wav
$ python3 extractwav.py -f output.wav
A simple python tool to hide messages in wav files like mr.robot
$ git clone https://github.com/krishpranav/hidewave
$ cd hidewave
$ python3 hidewave.py -f demo.wav -m "Secret Msg" -o output.wav
$ python3 extractwav.py -f output.wav