lsb-steganography
There are 148 repositories under lsb-steganography topic.
x011/SecretPixel
SecretPixel is a cutting-edge steganography tool designed to securely conceal sensitive information within images. 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.
hitanshu-dhawan/ImageSteganography
:closed_lock_with_key:ㅤA C++ program for Image Steganography
Priyansh-15/Steganography-Tools
A project named "STEGANOGRAPHY TOOLS " that provide 4 types of Steganography { Image, Text, Audio, Video } that hides User's Text message in the desired cover file using the tool and can send it to the receiver who can extract the Hidden message using the same tool .
gunjannandy/steganography
Compare efficiency of steganographic processes LSB,DCT and DWT
SKocur/Image-Cipher
Steganography software for encrypting text into image that uses modified version of LSB (Least Significant Bit) algorithm.
x011/CryptoFrame
CryptoFrame is a command-line tool engineered for the secure practice of steganography within video files.
dhondta/stegano-tools
Collection of steganography tools for images and text
psdoood/SteganoPass
Password management through LSB image steganography.
Heisenberk/StegX
Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
rg4sun/RG_LSB
Implementation and Performance Analysis of LSB Steganography Algorithm. The test shows that it has excellent imperceptibility (PSNR value all above 50), and the visual observation of the embedded graph is no different from the original graph. In the case of no attack, the error rate of watermark extraction is 0%, indicating an excellent extraction effect.
tony-josi/pvd_steganography
Python Implementation of Pixel Value Differencing based Steganography (LSB) - PNG Cover Images
desudesutalk/lsbtools
Experiments with LSB steganography
FlorianPicca/Linked-Pixel-Steganography
Linked Pixel Steganography (LPS) technique is a variant of the well-known LSB steganography. It can be applied to any type of images.
arsalanjabbari/Image-Steganography-LSB
Image-Steganography-LSB is a command-line application that enables users to perform steganography using the Least Significant Bit (LSB) algorithm on images. This technique allows you to hide sensitive information within image files in a way that is not detectable by the human eye.
ktekeli/img-stego
An example application for blind image steganography with a GUI in C#
int-main/LSB-Steganography-Python
Implementation of LSB Steganography technique in Python 3. It also includes a GUI implementation.
subedigaurav/dct-image-steganography
Covert Communication using LSB Based Image Steganography in the frequency domain using the DCT transform.
metallurgical/LSB-steganography-javascript
LSB(Least Significant Bit) method for steganography using javascript
FHArchive/CPP.ImageEncoder
This program encodes text in a bitmap image (.bmp). It works by using LSB steganography which is the process of modifying the least significant bit of a pixel to store part of a character.
mohammedAcheddad/DRM-using-Watermarking-and-blockchain
a digital rights management system based on DWT/LSB steganography and blockchain
SajjadAemmi/Steganography
Embedding stego-text in cover images using Least Significant Bits (LSB) technique written in C#
VasilisG/LSB-steganography
This is a Python module which facilitates text hiding in an image, using the LSB technique. It was made using Python 3.4.2 and the PIL image processing library. It works with JPEG and PNG formats for the cover image and always creates PNG stego image due to its lossless compression.
1ucif3r/Lumin
LUMIN is a advance collections of Steganography tools designed to securely conceal sensitive information within images , videos & Other Files .
aneeshverma04/steggy
An image steganography encoder and decoder using LSB algorithm
athrvadeshmukh/Steganographyx
It is a Steganography Project created for IBM Skills Build Internship with collaboration with Edunet and AICTE. You can hide text in images as well as wave audio using key and similarly you and decrypt the images and audio file to see the hidden text in it.
Lintume/Stego-analyzer
Steganography coder/decoder and analyzer
lostmartian/LSB-Steganography-using-Pixel-Locator-Sequence-With-AES
Improvised LSB Steganography technique using Pixel Locator Sequence with AES. Implementation for paper https://ieeexplore.ieee.org/abstract/document/9478162
SeanTaylorLane/LSB-Steganography
Hides arbitrary payloads in plain sight inside an image's pixel values using Least Significant Bit steganography
HimanshuGupta-p1/ESCUTCHEON
A web application using Angular framework that conceals information using LSB Steganography in the image and retrieves it via Steganalysis(through JavaScript).
daQuincy/Image-Steganography-using-LSB-and-XOR-Operation-on-MSB
Python implementation of the research paper "Simple and Secure Image Steganography using LSB and Triple XOR Operation on MSB"
gwen001/php-stegano-lsb
Hide file using Least Significant bits method.
asokanato/steganografi-kriptografi
This program can encrypt secret messages using a combination of RC4 and base 64 cryptographic algorithms then insert them into image files using the Least Significant Bit (LSB) method. by combining both cryptographic and steganographic methods, providing multiple security. Encryption will convert a secret message (plain text) into an unreadable random message (cipher text) then inserted into the pixel image with the steganography method (Least significant Bit) so that people do not realize in the image.
avaneesh2001/Novel-Access-control-ID-System-using-Visual-Cryptography-and-LSB-Watermarking
This project proposes a solution to enhance the security and encryption of fingerprints in authentication systems by combining visual cryptography and LSB watermarking techniques. The system encrypts each pixel of the original fingerprint image into two shares using visual cryptography, ensuring that neither share provides any clue about the origin
RameshAditya/lsb-steganography
Text encryption in images, using LSB Steganography. Designed for CSE4019 Image Processing Class.
mcdulltii/PVD-Steganography
C Implementation of Pixel Value Differencing based Steganography (LSB) - PNG Cover Images
shankarnarayank/steganography
Last Significant Bit (LSB) Steganography