Python-StegoCrypt is a Python-based image steganography and cryptography project that allows users to securely hide messages inside images and encrypt them for maximum security.
It combines the power of OpenCV and cryptographic algorithms to provide both data concealment and encryption in one application.
- Hide secret text messages inside images.
- Encrypt & decrypt messages for extra security.
- Simple, easy-to-use interface.
- Supports image formats like PNG, JPG, etc.
- Reliable message extraction without quality loss.
Python-StegoCrypt/ │── main.py # Main application file │── requirements.txt # Required dependencies │── assets/ # Images and resources │── README.md # Project documentation
yaml Copy Edit

git clone https://.........................................Python-StegoCrypt.git
cd Python-StegoCrypt
2️⃣ Install Dependencies
bash
Copy
Edit
pip install -r requirements.txt
3️⃣ Run the Project
bash
Copy
Edit
python main.py
Follow the on-screen instructions to hide or extract messages.
## 📸 Screenshots
🔐 Security Note
Make sure to keep your passcode safe, as it is required for message decryption.