You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SteqoApp is a WPF desktop application built with the MVVM pattern that allows you to hide and extract text in .bmp image files using LSB (Least Significant Bit) steganography. The app features a clean UI, simple controls, and command-based architecture for secure text embedding and retrieval.
This algortihm is an RGB image encryption method combining chaos theory, DNA sequencing, RSA encryption, and LSB steganography, offering secure key transfer and resistance to statistical and differential attacks.
A C# WinForms application for audio steganography using LSB method to hide text, image, and video data securely inside WAV files with AES encryption and Huffman coding.
LSBmp is a tool that enables image embedding using the Least Significant Bit (LSB) technique. It takes a host image and embeds a source image within it, leveraging the LSB layers of the BMP format. This project is designed for research and experimentation in steganography and image manipulation.