Devil Eye is a tool for Audio Steganography.

Audio steganography is about hiding the secret message into the audio. It is a technique uses to secure the transmission of secret information or hide their existence. It also may provide confidentiality to secret message if the message is encrypted.
git clone https://github.com/SimpleSoftwareIndia/Devil-Eye.git
cd Devil-Eye
chmod +x *
bash linux.sh
python3 bind.py
git clone https://github.com/SimpleSoftwareIndia/Devil-Eye.git
cd Devil-Eye
chmod +x *
bash termux.sh
python3 bind.py
usage: bind.py [-h] [-f AUDIOFILE] [-m SECRETMSG] [-o OUTPUTFILE] [-p OUTPUTPATH]
optional arguments:
-h, --help show this help message and exit
-f AUDIOFILE Select Audio File
-m SECRETMSG Enter your message
-o OUTPUTFILE Your output file path and name ( with .wav extension )
-p Path of your output file
Extract Hidden Text Message from Audio file
python3 extract.py -f outputfile (with .wav extension)