This repository contains the Data Compression and Encryption ISE component-2 on Steganography by,
- 2015120023 - Akash Mahale
- 2015120025 - Swapnil Masurekar
- 2015120033 - Prathamesh Pai
- 2015120035 - Vedanta Pawar
- PyCrypto:
$ pip install pycrypto
- Data folder: Consists of Audio files, data to be hidden and public Keys in 'obj' folder.
- Documentation_and_Resources: Consists of Mini-project report and reference Research Paper.
- steganography_functions.py: Functions for Audio Steganography
- RSA_functions.py: Used for creating secure channel during Key-exchange
- Bob_Hide.py: The encypted message is hidden in Audio file and key is transferred via secured channel
- Alice_Seek.py: The hidden message is seeked and decrypted by Alice
- CA.py: Certificate Authority auhorizes Bob's Public Key
$ python Bob_Hide.py
$ python CA.py
$ python Alice_Seek.py
- Mentor: Dr. Preetida Jani
- This assignment is based on the paper, "A New Audio Steganography with Enhanced Security based on Location Selection Scheme" by Shweta Vinayakarao Jadhav and Prof. A.M Rawate. For more details refer this link