Skip to content

cybrwork/Devil-Eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devil-Eye

Devil Eye is a tool for Audio Steganography.

![DevilEye]( Made with proud in India)

What is 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.

Installation ( Linux )

git clone https://github.com/SimpleSoftwareIndia/Devil-Eye.git
cd Devil-Eye
chmod +x *
bash linux.sh
python3 bind.py 

Installation ( Termux )

git clone https://github.com/SimpleSoftwareIndia/Devil-Eye.git
cd Devil-Eye
chmod +x *
bash termux.sh
python3 bind.py 

Usage


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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors