Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

STEGANOGRAPHY

Abstract: Nowadays lot of communication is done through the internet. All kinds of
messages are sent through the internet whether it is a simple conversation or any important
official message. As the communication over internet is increasing, not just the two parties
who are communicating is reading the message, another third party is also reading the
message.

 How to ensure that no third party is reading the message?


 How to ensure that no phishing attack has taken place?

The one of the solutions is Steganography. Steganography is the practice of concealing


information within another message or physical object to avoid detection. The secret data can
be hidden inside almost any other type of digital content.

In this project, I am doing a text-based Steganography using a basic technique know as Least
Significant bit (LSB) steganography. Here we use the python imaging Library (PIL). It is
used for working with images. It provides functions for opening, manipulating, and saving
various images file formats.

Using Steganography, we can help in secure that data transfer without arousing suspicion.
Content creators and publishers may use steganography to embed copyright information
within their media files.

You might also like