Skip to content

System file encoding and decoding to conceal secret messages in a bmp file.

Notifications You must be signed in to change notification settings

jassimahmed/steganography-with-bmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steganography On A BMP File

What is 'Steganography'?

Steganography is an ancient practice of hiding messages in order to deliver information from one party to another confidentially. This practice has been replicated in modern times in different ways.

What does this program do?

In this small example, a BMP file has been modified to hide a secret message. The 'steg_encoder' encodes the message whereas 'steg_decoder' is used to decode it.

The program is a larger systems example to demonstrate input, output and memory manipulation in C.

About

System file encoding and decoding to conceal secret messages in a bmp file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages