Skip to content

alm6iri/StegX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

StegX - Steganography Tool

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.

Features

  • Hide secret messages in PNG images.
  • Extract hidden messages.
  • Extract metadata from image files.
  • Get file hashes (MD5, SHA256, SHA512).

Installation

  1. Clone the repository:
    git clone https://github.com/a1baradi/StegX.git
    cd StegX
    python3 stegx.py
    
  2. Install dependencies:
pip install Pillow stegano opencv-python numpy

About

Steganography Tool for Hiding and Extracting Secret Messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%