A python based script for Steganography with AES Encryption.
Table of Contents
This Project is all about Steganography combined with AES encryption. Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. The use of steganography can be combined with encryption as an extra step for hiding or protecting data.
You can use the scirpt for encoding/decoding secret messages inside images with a use of a secret key.
These are the things you need to perform in order to use it.
Install :
- Open terminal
- Go to your desired directory
- Clone the repo
git clone https://github.com/dsccvrgu/StegApp.git
- Get into the directory
cd StegApp
- Install the requirements
pip install -r requirements.txt
python3 app.py
If you think you've found a bug, or something isn't behaving the way you think it should, please raise an issue on GitHub.
- Encrypted image can only saved to .png
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make is highly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Your Name - Subhajit Sahana - sahanasubhojit@gmail.com
Project Link: https://github.com/0xr4Gn4R/StegApp