cat > README.md << 'EOF'
StegoX hides files or text inside PNG/BMP images using LSB encoding, with optional AES‑256 encryption.
Designed for privacy, CTF challenges, and learning data‑hiding techniques.
Only use on images you own or have permission to modify.
Both sender and receiver must consent to the communication.
git clone https://github.com/Wolfnation01/StegoX.git
cd StegoX
pip install -r requirements.txt
#QUICK START
```bash
# Interactive (recommended)
python stegox.py encode -i photo.png -o hidden.png
python stegox.py decode -i hidden.png
# With flags
python stegox.py encode -i photo.png -m "Meet at dawn" -o hidden.png -p swordfish
python stegox.py decode -i hidden.png -p swordfish