Description : Audio & Image Steganography Tools
Requisite : Use Python3 for the Audio script and Python2 for the Image script
Resources : Sample image and audio files provided (img1.png, img2.jpeg, aud1.wav, aud2.wav)
How to Run (Linux) :
-
Install requirements.txt to install necessary packages [$ python3 -m pip install -r requirements.txt]
-
Install colored library [$ pip3 install colored]
-
Run audio.py to encrypt/decrypt hidden text messages in an audio (wav) file [$ python3 audio.py]
-
Run image.py to encrypt/decrypt hidden text messages in an image (png/jpeg) file [$ python2 image.py]