1ucif3r / Lumin

LUMIN is a advance collections of Steganography tools designed to securely conceal sensitive information within images , videos & Other Files .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


 Logo


LUMIN

This is official repository maintained by Us.

Made with ❤️ By 1ucif3r

LUMIN is a advance collections of steganography tools designed to securely conceal sensitive information within images , videos & Other Files . It stands out in the realm of digital steganography by combining advanced encryption, compression, and a seeded Least Significant Bit (LSB) technique to provide a robust solution for embedding data undetectably.

Key Features

  • Advanced Encryption: Lumin's tools uses AES-256 encryption for the data, with a session key that is further encrypted using RSA public key cryptography. This two-tier encryption ensures that only the holder of the corresponding RSA private key can decrypt the hidden information, providing a high level of security.

  • Compression: Before encryption, the data is compressed using zlib to reduce its size. This not only makes the process more efficient but also helps in minimizing patterns that could be detected by steganalysis tools.

  • Seeded LSB Steganography: The tool employs a seeded random number generator to determine the pixel positions used for embedding the data. This approach scatters the hidden bits throughout the image, making it more resistant to detection by steganalysis tools like zsteg.

  • File Name Storage: Lumin's tools stores the original filename of the hidden data within the image. This allows for the file to be extracted with its original name, providing additional convenience and maintaining file identity.

  • Cross-Platform Compatibility: Written in Python, Lumin is cross-platform and can be used on any system with Python installed.

Installation Linux alt tag

To use Lumin, clone the repository or download the source code from GitHub. Ensure you have Python 3 installed on your system, along with the required packages:

git clone https://github.com/1ucif3r/Lumin.git
cd Lumin
pip3 install -r requirements.txt

python3 main.py

Security Note

While using Lumin's tool uses strong encryption algorithms, security also depends on the RSA key strength, private key secrecy, and passphrase strength. Keep your private key secure and use a strong passphrase.

YouTube Demo :

https://youtu.be/zpkHFaSQx2U

ScreenShot :

lumin Logo

Development By :

Developer / Author: 1ucif3r

Support Me

About

LUMIN is a advance collections of Steganography tools designed to securely conceal sensitive information within images , videos & Other Files .

License:MIT License


Languages

Language:Python 100.0%