Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 440 Bytes

hidewave

A simple python tool to hide messages in wav files like mr.robot

forthebadge

Installation

$ git clone https://github.com/krishpranav/hidewave
$ cd hidewave

hide messages in wav

$ python3 hidewave.py -f demo.wav -m "Secret Msg" -o output.wav

extract messages from wav

$ python3 extractwav.py -f output.wav