Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 675 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 675 Bytes

stegrex-steganography-toolkit

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) :

  1. Install requirements.txt to install necessary packages [$ python3 -m pip install -r requirements.txt]

  2. Install colored library [$ pip3 install colored]

  3. Run audio.py to encrypt/decrypt hidden text messages in an audio (wav) file [$ python3 audio.py]

  4. Run image.py to encrypt/decrypt hidden text messages in an image (png/jpeg) file [$ python2 image.py]