Skip to content

hakai-here/Audsteg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audsteg

Simple audio cryptography tool

Nitya Nand Jha, Mahendra Kumar, C Sai Anand, Kushagra Pandey, Mohd. Shoab, and Syam SV are the creators of this project.
Audsteg turns an audio file into encrypted text and then decrypts the encrypted text, returning the original audio as output.

Steps to work:

pip3 install cryptography
git clone https://github.com/d8rkmind/Audsteg.git

cd Audsteg
python3 Audsteg.py

Audspy:

Simple audio steganography tool

Audspy will hide the plain text inside the given audiofile.

Hiding using Audspy:

Audspy_hid.py [-h] [-f AUDIOFILE] [-m SECRETMSG] [-o OUTPUTFILE]
option usage
-f to specify the intial audiofile
-m for the secrete message to be hidden inside
-o name of the output file

Extracting using Audspy:

Audspy_ext.py [-h] [-f AUDIOFILE]

-f is to specify the audio file

About

Simple audio steganography tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages