Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
-
Updated
Jun 12, 2018 - C
Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
C Implementation of Pixel Value Differencing based Steganography (LSB) - PNG Cover Images
LSB Steganography
Steganography using PNG format and LSB method
Information or data embedding in image files using 1-LSB and 2-LSB substitution with OPAP option and calculation of MSE and PSNR.
Steganography hides communication by embedding data within other data, often using digital images due to their prevalence online. Various techniques exist, each with strengths and weaknesses, catering to different needs like absolute invisibility or hiding large messages.
The text message is encrypted using 128 bit key AES encryption. Then steganography is performed using k-means clustering and LSB technique
Steganography is the art and science of concealing information within other data to ensure its confidentiality, In this project, you will implement a basic steganography system using the C programming language. The primary goal is to embed a secret message within an image without visibly altering the image.
Hide and extract any file in a bmp with or without password.
Steganography is the art and science of concealing information within other data to ensure its confidentiality, In this project, you will implement a basic steganography system using the C programming language. The primary goal is to embed a secret message within an image without visibly altering the image.
Add a description, image, and links to the lsb-steganography topic page so that developers can more easily learn about it.
To associate your repository with the lsb-steganography topic, visit your repo's landing page and select "manage topics."