0% found this document useful (0 votes)
130 views2 pages

Digital Watermarking To Hide Text Mesages

This document proposes a system for hiding text messages in digital images using digital watermarking. The system encrypts text by converting it to 16-bit numbers and embedding it in the image pixels through an encrypting loop. To decrypt, the system reads the encrypted image and applies a decrypting loop to recover the text. The system is implemented in MATLAB and allows a user to upload an image, enter text to hide, and retrieves the hidden text without affecting the image quality.

Uploaded by

navneeth kalani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views2 pages

Digital Watermarking To Hide Text Mesages

This document proposes a system for hiding text messages in digital images using digital watermarking. The system encrypts text by converting it to 16-bit numbers and embedding it in the image pixels through an encrypting loop. To decrypt, the system reads the encrypted image and applies a decrypting loop to recover the text. The system is implemented in MATLAB and allows a user to upload an image, enter text to hide, and retrieves the hidden text without affecting the image quality.

Uploaded by

navneeth kalani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Digital Watermarking To Hide Text Mesages

Here we proposed a system where you can hide information or text messages in images. For this we will be
using digital watermarking methodology to hide the text messages in digital media. Watermarking technique
has recently developed for image watermarking and it can be used to embed the information into image and
can be efficiently extract back the information. In this system we will be working with files in matlab like writing
or reading file. User will upload the image and will enter text message which will be encrypted with image. For
this we convert text to 16 bit numbers for proper calculation. Encrypt the text messages with image through
encrypting loop. System will write the encrypted data as pixels in image. For decryption system will read the
encrypted image and will further read non encrypted image. System will convert image values into 16 bit
values. Finally system will apply decrypting loop to decrypt text from image. The proposed system is
.implemented in MATLAB

:Features

User will upload the image 

.User will enter text message 

.System will hide the text message in image uploaded by user 

.System will apply encrypting loop to encrypt the text message in image 

To decrypt, System will apply decrypting loop to decrypt message from image 

.Finally, system will display the text message encrypted within the image 

:Software

Version: Matlab R2013a 

:Hardware

i3 Processor 

Operating system: Windows 7 and above 

:Advantages

User can upload image with any image format 

Message will remain secured 

:Disadvantages

There is no secret key concept in this methodology 


:Application

Used when user want to send text messages with high security 

You might also like