Skip to content

Wolfnation01/stegox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat > README.md << 'EOF'

StegoX – LSB Image Steganography

Python License

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.

⚠️ Legal & Ethical Use

Only use on images you own or have permission to modify.
Both sender and receiver must consent to the communication.

Installation

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

About

Steganography stool, can encryt and decrypt data from images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages