StegX is a powerful steganography tool for hiding and revealing secret messages inside images. It supports various functionalities like:
- Hiding text inside images (using LSB technique).
- Extracting hidden text from images.
- Metadata extraction and file hashing.
- Hide secret messages in PNG images.
- Extract hidden messages.
- Extract metadata from image files.
- Get file hashes (MD5, SHA256, SHA512).
- Clone the repository:
git clone https://github.com/a1baradi/StegX.git cd StegX python3 stegx.py - Install dependencies:
pip install Pillow stegano opencv-python numpy