/STEGANO-REX

🔒 🔑 STEGANO-REX is an image steganography GUI that helps the user to hide image inside an image using LSB algorithm, the project was built in python using PyQt5,PySide2 and image processing libraries.

Primary LanguagePython

STEGANO-REX 🔒

ASTEGANO-REX (part of a FYP project) is an image steganography GUI that helps the user to hide image inside an image using LSB algorithm, the project was built in python using PyQt5,PySide2 and image processing libraries.

What is Image Steganography?

Image Steganography is the process of hiding information which can be text, image or video inside a cover image. The secret information is hidden in a way that it not visible to the human eyes.

Install Project

$ git clone https://github.com/AAVision/ASTEGANO-REX.git

Install Dependencies

Python 3.7+ required:

 https://www.python.org/downloads/
$ pip install -r requirements.txt

Update

You can edit the UI using QT-Designer

alt text

 https://doc.qt.io/qt-5/qtdesigner-manual.html

Loader

alt text

Intro

alt text

Encode Form Before selecting the images.

alt text

Encode Form After selecting the images.

alt text

Decode Form Before selecting the images.

alt text

Decode Form After selecting the images.

alt text