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.
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.
$ git clone https://github.com/AAVision/ASTEGANO-REX.git
Python 3.7+ required:
https://www.python.org/downloads/
$ pip install -r requirements.txt
https://doc.qt.io/qt-5/qtdesigner-manual.html