Tool for hiding and extracting data within PNG files
-
Updated
Jul 19, 2024 - Python
Tool for hiding and extracting data within PNG files
Steganography implemented in C using Least Significant Bit (LSB) technique to securely hide and retrieve secret data within image files.
A comprehensive steganography system that securely embeds compressed data within color images using Huffman coding and histogram shifting algorithms. Features multi-channel RGB encoding with 3x capacity increase, lossless data recovery, and comprehensive quality analysis tools.
This is notes, mainly for myself. I decided to make them public.
Course Work: Creating Mini Data Encryption Standard with CBC mode. It Encrypts input data of format: "10 Alphabets"+"."+"10 digit number"+" ". Example: "hellothere.1234567890 "
Comprehensive resource on OOP principles (Encapsulation, Inheritance, Polymorphism, Abstraction), advanced concepts (Interfaces, Abstract Classes, Nested Classes, Lambda Expressions, Generics), and design patterns (Singleton, Factory, Adapter, Strategy). Includes detailed docs, Java/C++ code examples, diagrams, and exercises. Contributions welcome!
[French] Projet de Stéganographie à partir d'image en Python. [English] Image Steganography Project in Python
MediaCrypt is a tool that lets you encrypt text into existing media files (mp3, wav, mp4, ogg and more) and retrieve it using a key.
Hide text, image, or video files securely inside .wav audio files using LSB steganography with C# and NAudio.
🔐 Secure Data Hiding in Images using Steganography | AICTE & IBM SkillsBuild Internship Project. This Python-based tool hides secret messages in images using OpenCV & PyQt6, with password-protected decryption. Secure, user-friendly & efficient for cybersecurity. Future scope: multi-format support, AES encryption & web/mobile integration.
A simple Streamlit web app for hiding and decoding secret messages in images using steganography.
This program Embeds a 56x56 pixel secret image into a cover image of dynamic size using Transform Domain Steganography (TDS) and then decrypts the same from the cover image.
Project for GCECT 2019-2023
My FYP Open-Source Steganography System
LSB (Least Significant Bit) steganography method to hide text messages inside .wav audio files using C# and NAudio library.
A desktop application for hiding and extracting secret messages within PNG images using advanced LSB (Least Significant Bit) steganography techniques.
LSB-based image steganography tool in C — encodes and decodes secret files inside BMP images using bit manipulation
filenfile is a Python application that securely hides and extracts files and folders within a main file of your choice using encryption and compression techniques, providing a simple and efficient way to store sensitive data discreetly.
This project showcases a secure method for hiding text in images using ASCII XOR with Python—developed for AICTE-Edunet IBM SkillsBuild Cybersecurity Internship 2025. Keeps images unchanged while securely embedding data, Perfect for learning core cybersecurity concepts and digital privacy techniques!
Steganography is a C-based application used to hide and extract secret messages inside image files using encoding and decoding techniques. The project focuses on secure data hiding, file handling, and image processing concepts.
Add a description, image, and links to the data-hiding topic page so that developers can more easily learn about it.
To associate your repository with the data-hiding topic, visit your repo's landing page and select "manage topics."