Skip to content

A 'C Language' program to implement Least significant bit Steganography and hide secrete information into an image file.

Notifications You must be signed in to change notification settings

d0gra/Steganography-and-Steganalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

*** Steganography by LSB substitution *** Usage: [-e][-d] -e : Add text to image -d : Get text from image

Steganography and Steganalysis

Definition:

Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. 

Steganography hides the existence of a message by transmitting information through various carriers. Its goal is to prevent the detection of a secret message.

cover medium + hidden information + stego key = stego-medium

The Least Significant Bit (LSB) method is a really common and famous steganographic method in which the secret information is hidden in the least significant bits of the image.

About

A 'C Language' program to implement Least significant bit Steganography and hide secrete information into an image file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages