Image Steganography
Image Steganography
Image Steganography
IMAGE
STEGANOGRAPHY
FINAL YEAR PROJECT
NAME : SIVANISHANTH
CLASS : BSC COMPUTER SCIENCE
BATCH: “B”
SUB TITLES
• ABSTRACT
• INTRO
• SPECIFICATION
• OBJECTIVE OF THE PROJECT
• FLOWCHART
• SAMPLE INPUT&OUTPUT
• EXAMPLE
ABSTRACT :
Steganography is a form of security technique
through obscurity, the science, and art of hiding the existence of a
message between a sender and the intended recipient. Steganography has
been used to hide secret messages in various types of files, including
digital images, audio, and video. The three most important parameters for
audio steganography are imperceptibility, payload, and robustness.
Different applications have different requirements for the steganography
technique used. This paper intends to give an overview of image
steganography, its uses, and techniques.
INTRODUCTION :
• Android studio
• Java
• Html
• Min 4GB RAM
OBJECTIVE OF THE PROJECT
• Every byte of data is converted to its 8-bit binary code using ASCII values.
Now pixels are read from left to right in a group of 3 containing a total of 9
values. The first 8-values are used to store binary data. The value is made
odd if 1 occurs and even if 0 occurs.
OREDER OF ENCODING
1. COMPRESSED
2. ENCRYPITED
3. ENCODED
Decode the data :
• To decode, three pixels are read at a time, till the last value is odd, which
means the message is over. Every 3-pixels contain a binary data, which can
be extracted by the same encoding logic. If the value if odd the binary bit is
1 else 0.
ORDER OF DECODING
1. DECODE
2. DECRYPT
3. COMPRESS
Input & Output image
Sample
Example