SlideShare a Scribd company logo
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
DOI : 10.5121/ijsptm.2015.4102 11
A NOVEL HASH BASED LEAST SIGNIFICANT
BIT (2-3-3) IMAGE STEGANOGRAPHY IN
SPATIAL DOMAIN
G.R.Manjula1
and Ajit Danti2
1
Department of CS&E, JNN College of Engg.,Shimoga-577204, India
2
Department of MCA, JNN College of Engg., Shimoga-577204, India
ABSTRACT
This paper presents a novel 2-3-3 LSB insertion method. The image steganography takes the advantage of
human eye limitation. It uses color image as cover media for embedding secret message.The important
quality of a steganographic system is to be less distortive while increasing the size of the secret message. In
this paper a method is proposed to embed a color secret image into a color cover image. A 2-3-3 LSB
insertion method has been used for image steganography. Experimental results show an improvement in the
Mean squared error (MSE) and Peak Signal to Noise Ratio (PSNR) values of the proposed technique over
the base technique of hash based 3-3-2 LSB insertion.
KEYWORDS
Keywords: Image Steganography, Information security,LSB, Spatial domain
1. INTRODUCTION
Now a days there is a rapid development of the Internet and telecommunication techniques.
Importance of information security is increasing. An application such as secret communication,
copyright protection, etc, increases the need for research of information hiding systems.
Cryptography and Steganography are the major areas which work on Information Hiding and
Security.
Steganography is a process of hiding information. It conceals that the communication is taking
place therefore when using steganography there is always secret information is being transmitted
and we try to make this information not to be discovered just by the intended receiver. The sender
hides a message into a cover file likes for e.g. (image, audio,video) and tries to conceal the
existence of that message, later the receiver gets this cover file and detects the secret message and
receives it.
Steganography means, cover writing it’s origin is old and backs to Golden age of Greece when
people at that time had different practices to hide writing for e.g. writing on a wooden tablet and
then covering it by wax, making a tattoo on a messenger head after shaving his hair and let his
hair grows up again and then send him to the receiver where his hair was shaved there again to
get the message. Other steganography techniques like using invisible ink for writing between
lines, microdots and using character arrangement are also used [1][2][3][4].
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
12
Digital steganography has many applications in our life. When sensitive data is transmitted from
one place to another they have to be protected from modifying, copying and claiming their
ownership. There must be a way to provide availability, integrity, confidentiality services to the
information exchanged. Steganography will provide these services [5][6][7].
Figure 1 shows the steganographic system. The object which is used to hide secret information is
called cover object. Stego message is referred as a message that is obtained byembedding secret
message into cover message. The hidden information may be either plain text, or images etc.
Figure 1:BasicSteganographic system
In image based steganography, it is desirable that a steganography technique is able to hide as
many secret message bits as possible in an image in such away it will not affect the most two
important requirements that are essential for hiding process and researchers take care about[8][9]:
1. Imperceptibility/security: which means that human eye cannot distinguish between the original
image: (the image before hiding process) and the stego- image (the image after hiding process), in
other words the hiding process cannot be detected.
2. Capacity: means amount of secret data that can be inserted in a cover media.
The relationship between the above two requirements should be balanced, for e.g. if we increase
the capacity more than a specified threshold value then the Imperceptibility will be affected and
so on, therefore the parameters of digital steganography technique should be chosen very
carefully.Application of Steganography varies from military, industrial applications to copyright
and Intellectual Property Rights (IPR). By using lossless steganographic systems secret messages
can be sent and received securely [2].
In this paper a hash based LSB 2-3-3 Technique is proposed in spatial domain. An application of
the algorithm is illustrated with Color Image file as a cover medium. The results obtained are
good and encouraging, compared with based LSB 3-3-2 technique. The rest of the paper is
arranged as follows, section 2 does Literature survey of the recent steganographic techniques. In
section 3 the proposed hash based LSB 2-3-3 Technique has been described. The algorithm is
explained in section 4. Section 5 gives detailed results and performance evaluation of proposed 2-
3-3 with 3-3-2 technique Conclusion is presented in Section 6.
Communication
Channel
Secret
message
Stego System
Encoder
Retrieved
secret
message
Stego
System
Decoder
Cover
message
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
13
2. LITERATURE SURVEY
Some of the methods of hiding data in a secure manner are discussed below.
Arvind Kumar and Km Pooja’s paper on Steganography [1] describes Steganography as a useful
tool that allows covert transmission of information over the communications channel. The
performances of some of the steganography tools are analyzed. Combining secret image with the
cover image gives the stego image. The hidden image is difficult to detect without proper
knowledge embedding method. They also compare between Cryptography and Steganography.
Various Steganography software applications are also discussed.
The following table summarizes the work done in the field of image based steganography.
SL
No
Techniques Methods Benefits Drawbacks Reference
No
1 1.Triple A
2.Pixel Indicator
1. Takes the message,
the carrier image, and
the password based
generated key as
inputs and produces
the message hidden
inside the carrier
image.
2. In RGB, selects
one as indicator
channel and the other
two to hide data
1. increased the
capacity ratio
and the security
level of the
concealment
2.
randomization
of indicator
channel
1. Key
manageme
nt overhead
2. Capacity
may reduce
[2]
2 Truth Table 1.truth table based on
RGB indicator pixel
2.additional modulo
3.pixel indicator
The transfer
medium is
made obscure
It is too
complex to
understand
[3]
SL
NO
Technique Method Benefit Drawback Reference
No
3 Hiding Capacity
based on RGB
images
Data is encrypted
using secret key
One third of
cover image is
saved
It employs
secret key
[4]
4 Hiding secret Secret data are Randomness of Index
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
14
data using LSB
technique
segmented into Even
segment and Odd
segment. Based on
this bits are hidden
the index
channel
channel is
not used
efficiently
[5]
5 LSB with
private stego-
key
embeds binary bit
stream in 24-bits
color image (Blue
channel) or in 8-bits
gray-scale image and
digital signature
Provides better
security
Uses stego-
key
[7]
6 Receiver
compatible data
hiding
LSB substitution is
done only in blue
channel
No need of
secret key
Only blue
channel is
used, low
capacity
[8]
7 Pixel indicator
technique
In RGB, One is
indicator channel and
the other two used to
hide data
No need of
secret key
Indicator
channel is
not used
much
[9]
8 LSB and PIT LSB substitution is
done on channel
chosen by PIT
Randomness of
indicator
channel
Capacity
maybe low
[10]
The hash based least significant bit 3-3-2 technique is proposed by Koushik Das Gupta,
J.K.Mandal and ParamarthaDutta [6] this technique takes eight bits of secret data at a time and
put them in LSB of RGB pixel value of the carrier media in 3, 3, 2 order respectively.
3. PROPOSED HASH BASED LEAST SIGNIFICANT BIT 2-3-3
TECHNIQUE.
A hash based least significant bit technique is proposed. A color image is considered as a cover
media and secret data is embedded in this cover media as payload. The proposed technique takes
eight bits of secret data at a time and put them in LSB of RGB (Red, Green and Blue) pixel value
of the cover image in 2, 3,3 order respectively. Such that out of eight (08) bits of message five
(05) bits are inserted in R and G pixel and remaining three (03) bits are inserted in B pixel. The
detailed technique has been depicted in Figure 2(a) and (b). An illustration of the same is given in
section 4. This distribution pattern is taken because it is giving better results in terms of MSE and
PSNR. The proposed method is not tested for the case of compressed images.
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
15
(a)
(b)
Figure 2(a) and (b) An example of a cover pixel
Suppose 240 is value of secret image its binary value is 11110101 it is distributed in the order of
2 -3-3 to be embedded in LSB of RGB pixels respectively.
The hash function is as shown below,
݉ = ݇ % ݈ (1)
where, m is LSB bit position within the pixel, k represents the position of each hidden image
pixel and l is number of bits of LSB which is 4 for the present case.
Let the hash function of Equation (1) return values m=1,2 for red, m=3,4,1 for green and m=2, 3,
4 for blue
So, after embedding the secret data in the particular pixel of cover image, The RGB pixel value of
the stego image as below
00100111--------------Red
11101110--------------Green
11001011--------------Blue
The embedding positions of the eight bits out of the four (4) available bits of LSB is obtained
using a hash function given in equation(1). The bits are distributed randomly using hash function
which increases the security of the technique compared to other LSB based techniques [13, 14].
After embedding secret image in the cover image it will become a stego image. The intended user
follows the reverse steps to retrieve the secret data. Using the same hash function which is
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
16
known to the receiver, the data of the secret message is regenerated. The algorithm of the
proposed 2-3-3 hash technique has been given in section 4.
4. ALGORITHM OF HASH BASED LEAST SIGNIFICANT BIT 2-3-3
TECHNIQUE:
The proposed 2-3-3 algorithm, for encoding and decoding are given in this section. Encoding
technique is given in section 4.1 whereas decoding technique is given in section 4.2.
4.1. Algorithm of Encoding
Step 1: Input cover image file
Step 2: Read required secret image file to be hidden
Step 3: Take 4 LSB bits of each Red, Green, Blue pixels of the cover image.
Step 4: Obtain the position for inserting the secret data into cover image using hash function
given in equation 1.
Step 5: Embed the eight bits of the secret image into 4 bits of LSB of RGB pixels of the
cover image in the order of 2,3,3 respectively using the position obtained from step 4.
Step 6: Repeat steps 3 to 5 until all pixels of secret image are embedded in cover image.
4.2. Algorithm of Decoding
Step 1: Input stego image file
Step 2: Take 4 LSB bits of each Red, Green, Blue pixels of the stego image.
Step 3: Obtain the position of embedded bits of the secret data using hash function
given in equation 1.
Step 4: Retrieve the bits using these positions in the order of 2,3,3 respectively, using the position
obtained from step 3.
Step 5: Reconstruct the secret information.
Step 6: Repeat steps 3 to 5 until all pixels of secret image embedded are retrieved.
5. RESULTS
Steganography techniques are measured by two attributes, imperceptibility and capacity.
Additionally, as an objective measure, the Mean squared Error (MSE), Peak Signal to Noise Ratio
(PSNR) and Normalized absolute error (NAE) and Structural similarity index( SSIM) between
the stego image and its corresponding cover image are observed. The quantities are given as
below, The PSNR is calculated using the equation (2).
Where L is peak signal level for an image. The value of MSE is calculated by Equation (3).
Where H and W are height and width and P(i, j) represents the original image and S(i, j)
represents corresponding stego image.
Maximum payload (bits per byte/bpb) for the technique has also been obtained i.e.
maximumamount of data that can be embedded into the cover image without losing the fidelity of
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
17
theoriginal image. In the proposed scheme eight bits of data are embedded in 1 pixel of the
coverimage.
The structural similarity (SSIM) index is a method for measuring the similarity between two
images. The SSIM index is a full reference metric; in other words, the measuring of image quality
based on an initial cover image before embedding the secret image as reference. SSIM considers
image degradation as perceived change in structural information. Structural information is the
idea that the pixels have more inter dependencies especially when they are spatially near. The
SSIM metric is calculated on various windows of an image. The window can be displaced pixel-
by-pixel on the image but the authors prefer to use only a subgroup of the possible windows to
reduce the complexity of the calculation.
Normalized absolute error (NAE) computed by Eq.4.is a measure of how far is the stego image
from the original cover image with the value of zero being the perfect fit. Big value of NAE
indicates poor quality of the resulting image after embedding. The value of NAE is calculated
using the equation (4).
The proposed method is evaluated using a set of JPEG images as shown in Table2. The cover
images of size 580x580 and 400X400 are used to hide different secret images of size 128X128.
The resulting stego images are compared with original cover images to calculate MSE and PSNR
values, The proposed 2-3-3 algorithm provides better results compared previous 3-3-2[6] method
in terms of MSE and PSNR , NAE, SSIM values. The results of proposed method and previous
3-3-2[6] method are provided in Table 1. A graph is drawn as in figure(3) to show the clear
difference between MSE and PSNR values obtained by proposed method and previous[6] method
Table 1: Results
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
18
Figure 3 Comparison of MSE and PSNR values
6. CONCLUSION
The need for information security is increasing day by day as many people are depending on
internet for their daily needs. .An algorithm HASH BASED LEAST SIGNIFICANT BIT 2-3-3
IMAGE STEGANOGRAPHY is proposed The proposed 2-3-3 algorithm provides better results
compared previous 3-3-2 [6] method in terms of MSE and PSNR , NAE, SSIM values. The
results of proposed method and previous [6] method are provided in Table 1.
With a comparison between the proposed algorithm and previous method[6] technique considered
by this study, the proposed technique shows promising results as shown in Table 1 and figure 2.
There is a drastic improvement in MSE and PSNR values. As an example in case of Cover image
pic400.jpg and secret image lena128.jpg, proposed method gets MSE value as 3.7532 and
previous method [6] gets MSE value as 11.1738. So we can conclude that proposed method
provides clearly better results. About security enhancing, as a future work Implementing an
encryption algorithm for providing more security for secret image can be done.
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
19
Table 2 Test bed of Cover and Secret Images along with corresponding stego Images and Recovered
Images
7. ACKNOWLEDGEMENTS
The authors would like to thank principal and staff of JNNCE for their support in this work.
CoverPic580.jpg Lena.jpg Index128.jpg Big1124.jpg
pic400.jpg StegoLena.jpg StegoIndex128.jpg StegoBig1124.jpg
CoverBlueland.jpg StegoLena.jpg
Recovered Image
StegoIndex128.jpg
Recovered Image
StegoBig1124.jpg
Recovered Image
International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015
20
REFERENCES
[1] Arvind Kumar, K m Pooja, “Steganography-A Data Hiding Technique”, International Journal of
Computer Applications, Vol. 9-No.7, November 2010.
[2] NamitaTiwaril, MadhuShandilya, “Secure RGB Image Steganography from Pixel Indicator to Triple
Algorithm-An Incremental Growth”, International Journal Of Security and Its Applications, Vol. 4,
No. 4, October, 2010.
[3] Walaa Abu-Marie, Adnan Gutub, Hussein Abu-Mansour, “Image Based Steganography Using Truth
Table Based on Determinate Array on RGB Indicator”, International Journal of Signal and Image
Processing, Vol. 1-2010/Iss.3, pp. 196-204.
[4] Ali Akbar Nikoukar, “An Image Steganography Method with High Hiding Capacity Based on RGB
Image”, International Journal of Signal and Image Processing, Vol. 1-2010/Iss.4, pp. 238-241.
[5] Emad T. Khalaf, NorrozilaSulaiman,”Segmenting and Hiding Data Randomly Based on Index
Channel”, International Journal of Computer Science Issues, Vol. 8, Issue 3,No. 1, May 2011.
[6] KoushikDasgupta et.al “Hash based least significant bit technique for video steganography”
International Journal of Security, Privacy and Trust Management ( IJSPTM), Vol. 1, No 2, April 2012
[7] Yogendra Kumar Jain, R. R. Ahirwal, “A Novel Image Steganography Method with Adaptive
Number of Least Significant Bits Modification Based on Private Stego- Keys”, International journal
of Computer Science and Security, vol. 4, issue 1.
[8] DebnathBhattachryya, Arpita Roy, Pranab Roy, Tai-hoon Kim, “Receiver Compatible Data Hiding
Color Image”, International Journal of AsvancedScince and Technology, vol. 6, May, 2009.
[9] Adnan Gutub, Mahmoud Ankeer, Muhammad Abu- Ghalioun, AbdulrahmanShaheen, AleemAlvi,
“Pixel Indicator High Capacity Technique for RGB Image Based Steganography”, WoSPA 2008 –
5th IEEE International Workshop on Signal Processing and iys Applications, University of Sharjah,
Sharjah, U.A.E 18-20 March 2008.
[10] Adnan Abdul-Aziz Gutub, “Pixel Indicator Technique for RGB Image Steganography”, Journal of
Emerging Technologies in Web Intelligence, vol. 2, No. 1 Feb 2010.
[11] ImaanThannoonSedeeq “Steganography in colored images”(IJCSIS) International Journal of
Computer Science and Information Security, Vol. 11, No. 4, April 2013
[12] DebiprasadBandyopadhyay, KousikDasgupta, J. K. Mandal, ParamarthaDutta, “A novel secured
Image steganography method based on chaos theory in spatial domain International Journal of
Security, Privacy and Trust Management (IJSPTM) Vol 3, No 1, February 2014
[13] MrithaRamalingam, Stego Machine Video Steganography using Modified LSB Algorithm, in
WorldAcademy of Science, Engineering and Technology 74 2011, pp. 502-505, 2011.
[14] Juan Jose Roque and Jesus Maria Minguet, SLSB: Improving the Steganographic Algorithm LSB,
inthe 7th International Workshop on Security in Information Systems (WOSIS 2009), Milan, Italy,
pp.1-11, 2009.
AUTHORS
G. R. Manjula
She has obtained M.Tech degree in Networking and Internet Engineering from VTU,
Belgaum in 2006 and she is working as Associate Professor in JNN College of Engg.
Shimoga, Karntaka, India. She is working for her doctoral degree in Computer Science.
Her research areas of interests are Data hiding, Data Embedding, Cryptography and
Image Processing.
Dr. Ajit Danti
He has obtained Ph.D(Comp.Sc. & Tech) fromGulbarga University, Gulbarga in 2006,
Karnataka, INDIA. Currently working as a Professor & Director. Dept. of Computer
Applications, Jawaharlal Nehru National College of Engineering, Shimoga, Karnataka,
INDIA.His research areas of interests are Computer Vision, Image Processing and
Pattern Reco gnition.He has published two books and 30 research papers in peer
reviewed International Journals and conferences.

More Related Content

What's hot (18)

PDF
A Secure & Optimized Data Hiding Technique Using DWT With PSNR Value
IJERA Editor
 
PDF
Comparison of Secret Splitting, Secret Sharing and Recursive Threshold Visual...
TELKOMNIKA JOURNAL
 
PDF
A Hybrid Approach for Ensuring Security in Data Communication
cscpconf
 
PPTX
steganography using genetic algorithm along with visual cryptography for wire...
Aparna Nk
 
PDF
IRJET-Data Embedding Method using Adaptive Pixel Pair Matching Algorithm
IRJET Journal
 
PDF
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
PPTX
Dual Layer Security Of Data Using LSB Image Steganography And AES Encryption ...
Bikash Chandra Prusty
 
PDF
Comparative Study of Spatial Domain Image Steganography Techniques
Eswar Publications
 
PDF
Text in Image Hiding using Developed LSB and Random Method
IJECEIAES
 
PDF
www.ijerd.com
IJERD Editor
 
DOCX
Steganography using visual cryptography: Report
Aparna Nk
 
PDF
A SECURE STEGANOGRAPHY APPROACH FOR CLOUD DATA USING ANN ALONG WITH PRIVATE K...
IJCSIS Research Publications
 
PDF
C010511420
IOSR Journals
 
PDF
K0815660
IOSR Journals
 
PDF
A Comparitive Analysis Of Steganography Techniques
theijes
 
PDF
Implementation of image steganography using lab view
IJARIIT
 
PDF
Hybrid Approach for Improving Data Security and Size Reduction in Image Stega...
IRJET Journal
 
PDF
Be32364369
IJERA Editor
 
A Secure & Optimized Data Hiding Technique Using DWT With PSNR Value
IJERA Editor
 
Comparison of Secret Splitting, Secret Sharing and Recursive Threshold Visual...
TELKOMNIKA JOURNAL
 
A Hybrid Approach for Ensuring Security in Data Communication
cscpconf
 
steganography using genetic algorithm along with visual cryptography for wire...
Aparna Nk
 
IRJET-Data Embedding Method using Adaptive Pixel Pair Matching Algorithm
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Dual Layer Security Of Data Using LSB Image Steganography And AES Encryption ...
Bikash Chandra Prusty
 
Comparative Study of Spatial Domain Image Steganography Techniques
Eswar Publications
 
Text in Image Hiding using Developed LSB and Random Method
IJECEIAES
 
www.ijerd.com
IJERD Editor
 
Steganography using visual cryptography: Report
Aparna Nk
 
A SECURE STEGANOGRAPHY APPROACH FOR CLOUD DATA USING ANN ALONG WITH PRIVATE K...
IJCSIS Research Publications
 
C010511420
IOSR Journals
 
K0815660
IOSR Journals
 
A Comparitive Analysis Of Steganography Techniques
theijes
 
Implementation of image steganography using lab view
IJARIIT
 
Hybrid Approach for Improving Data Security and Size Reduction in Image Stega...
IRJET Journal
 
Be32364369
IJERA Editor
 

Similar to A novel hash based least significant bit (2 3-3) image steganography in spatial domain (20)

PDF
LSB Based Stegnography to Enhance the Security of an Image
ijtsrd
 
PDF
A- Review On Image Steganography
Nathan Mathis
 
PDF
Improved LSB Steganograhy Technique for grayscale and RGB images
IJERA Editor
 
PDF
Data Hiding Using Green Channel as Pixel Value Indicator
CSCJournals
 
PDF
A NOVEL APPROACHES TOWARDS STEGANOGRAPHY
International Journal of Technical Research & Application
 
PDF
Enhancement of Payload Capacity for Image Steganography based on LSB
Editor IJCATR
 
PDF
A NOVEL APPROACH OF IMAGE STEGANOGRAPHY FOR SECRET COMMUNICATION USING SPACIN...
IJNSA Journal
 
PDF
A NOVEL APPROACH OF IMAGE STEGANOGRAPHY FOR SECRET COMMUNICATION USING SPACIN...
IJNSA Journal
 
PDF
A NOVEL APPROACH FOR CONCEALED DATA SHARING AND DATA EMBEDDING FOR SECURED CO...
IJCSEA Journal
 
PDF
A NOVEL APPROACH FOR CONCEALED DATA SHARING AND DATA EMBEDDING FOR SECURED CO...
IJCSEA Journal
 
PDF
A Novel Approach for Concealed Data Sharing and Data Embedding for Secured Co...
IJCSEA Journal
 
PDF
G018143943
IOSR Journals
 
PDF
Image Steganography V2 i11 0143
Praneeta Dehare
 
PDF
Hi3612991303
IJERA Editor
 
PDF
An Infallible Method to Transfer Confidential Data using Delta Steganography
IRJET Journal
 
PDF
Image Steganography Techniques
editor1knowledgecuddle
 
PDF
Image steganography techniques
Rashmi Tank
 
PDF
A Study of Various Steganographic Techniques Used for Information Hiding
ijcses
 
PDF
Nesting of five modulus method with improved lsb subtitution to hide an image...
eSAT Publishing House
 
PDF
LSB Based Image Steganography for Information Security System
ijtsrd
 
LSB Based Stegnography to Enhance the Security of an Image
ijtsrd
 
A- Review On Image Steganography
Nathan Mathis
 
Improved LSB Steganograhy Technique for grayscale and RGB images
IJERA Editor
 
Data Hiding Using Green Channel as Pixel Value Indicator
CSCJournals
 
A NOVEL APPROACHES TOWARDS STEGANOGRAPHY
International Journal of Technical Research & Application
 
Enhancement of Payload Capacity for Image Steganography based on LSB
Editor IJCATR
 
A NOVEL APPROACH OF IMAGE STEGANOGRAPHY FOR SECRET COMMUNICATION USING SPACIN...
IJNSA Journal
 
A NOVEL APPROACH OF IMAGE STEGANOGRAPHY FOR SECRET COMMUNICATION USING SPACIN...
IJNSA Journal
 
A NOVEL APPROACH FOR CONCEALED DATA SHARING AND DATA EMBEDDING FOR SECURED CO...
IJCSEA Journal
 
A NOVEL APPROACH FOR CONCEALED DATA SHARING AND DATA EMBEDDING FOR SECURED CO...
IJCSEA Journal
 
A Novel Approach for Concealed Data Sharing and Data Embedding for Secured Co...
IJCSEA Journal
 
G018143943
IOSR Journals
 
Image Steganography V2 i11 0143
Praneeta Dehare
 
Hi3612991303
IJERA Editor
 
An Infallible Method to Transfer Confidential Data using Delta Steganography
IRJET Journal
 
Image Steganography Techniques
editor1knowledgecuddle
 
Image steganography techniques
Rashmi Tank
 
A Study of Various Steganographic Techniques Used for Information Hiding
ijcses
 
Nesting of five modulus method with improved lsb subtitution to hide an image...
eSAT Publishing House
 
LSB Based Image Steganography for Information Security System
ijtsrd
 
Ad

Recently uploaded (20)

PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
Market Insight : ETH Dominance Returns
CIFDAQ
 
PDF
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PPTX
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Market Insight : ETH Dominance Returns
CIFDAQ
 
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Ad

A novel hash based least significant bit (2 3-3) image steganography in spatial domain

  • 1. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 DOI : 10.5121/ijsptm.2015.4102 11 A NOVEL HASH BASED LEAST SIGNIFICANT BIT (2-3-3) IMAGE STEGANOGRAPHY IN SPATIAL DOMAIN G.R.Manjula1 and Ajit Danti2 1 Department of CS&E, JNN College of Engg.,Shimoga-577204, India 2 Department of MCA, JNN College of Engg., Shimoga-577204, India ABSTRACT This paper presents a novel 2-3-3 LSB insertion method. The image steganography takes the advantage of human eye limitation. It uses color image as cover media for embedding secret message.The important quality of a steganographic system is to be less distortive while increasing the size of the secret message. In this paper a method is proposed to embed a color secret image into a color cover image. A 2-3-3 LSB insertion method has been used for image steganography. Experimental results show an improvement in the Mean squared error (MSE) and Peak Signal to Noise Ratio (PSNR) values of the proposed technique over the base technique of hash based 3-3-2 LSB insertion. KEYWORDS Keywords: Image Steganography, Information security,LSB, Spatial domain 1. INTRODUCTION Now a days there is a rapid development of the Internet and telecommunication techniques. Importance of information security is increasing. An application such as secret communication, copyright protection, etc, increases the need for research of information hiding systems. Cryptography and Steganography are the major areas which work on Information Hiding and Security. Steganography is a process of hiding information. It conceals that the communication is taking place therefore when using steganography there is always secret information is being transmitted and we try to make this information not to be discovered just by the intended receiver. The sender hides a message into a cover file likes for e.g. (image, audio,video) and tries to conceal the existence of that message, later the receiver gets this cover file and detects the secret message and receives it. Steganography means, cover writing it’s origin is old and backs to Golden age of Greece when people at that time had different practices to hide writing for e.g. writing on a wooden tablet and then covering it by wax, making a tattoo on a messenger head after shaving his hair and let his hair grows up again and then send him to the receiver where his hair was shaved there again to get the message. Other steganography techniques like using invisible ink for writing between lines, microdots and using character arrangement are also used [1][2][3][4].
  • 2. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 12 Digital steganography has many applications in our life. When sensitive data is transmitted from one place to another they have to be protected from modifying, copying and claiming their ownership. There must be a way to provide availability, integrity, confidentiality services to the information exchanged. Steganography will provide these services [5][6][7]. Figure 1 shows the steganographic system. The object which is used to hide secret information is called cover object. Stego message is referred as a message that is obtained byembedding secret message into cover message. The hidden information may be either plain text, or images etc. Figure 1:BasicSteganographic system In image based steganography, it is desirable that a steganography technique is able to hide as many secret message bits as possible in an image in such away it will not affect the most two important requirements that are essential for hiding process and researchers take care about[8][9]: 1. Imperceptibility/security: which means that human eye cannot distinguish between the original image: (the image before hiding process) and the stego- image (the image after hiding process), in other words the hiding process cannot be detected. 2. Capacity: means amount of secret data that can be inserted in a cover media. The relationship between the above two requirements should be balanced, for e.g. if we increase the capacity more than a specified threshold value then the Imperceptibility will be affected and so on, therefore the parameters of digital steganography technique should be chosen very carefully.Application of Steganography varies from military, industrial applications to copyright and Intellectual Property Rights (IPR). By using lossless steganographic systems secret messages can be sent and received securely [2]. In this paper a hash based LSB 2-3-3 Technique is proposed in spatial domain. An application of the algorithm is illustrated with Color Image file as a cover medium. The results obtained are good and encouraging, compared with based LSB 3-3-2 technique. The rest of the paper is arranged as follows, section 2 does Literature survey of the recent steganographic techniques. In section 3 the proposed hash based LSB 2-3-3 Technique has been described. The algorithm is explained in section 4. Section 5 gives detailed results and performance evaluation of proposed 2- 3-3 with 3-3-2 technique Conclusion is presented in Section 6. Communication Channel Secret message Stego System Encoder Retrieved secret message Stego System Decoder Cover message
  • 3. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 13 2. LITERATURE SURVEY Some of the methods of hiding data in a secure manner are discussed below. Arvind Kumar and Km Pooja’s paper on Steganography [1] describes Steganography as a useful tool that allows covert transmission of information over the communications channel. The performances of some of the steganography tools are analyzed. Combining secret image with the cover image gives the stego image. The hidden image is difficult to detect without proper knowledge embedding method. They also compare between Cryptography and Steganography. Various Steganography software applications are also discussed. The following table summarizes the work done in the field of image based steganography. SL No Techniques Methods Benefits Drawbacks Reference No 1 1.Triple A 2.Pixel Indicator 1. Takes the message, the carrier image, and the password based generated key as inputs and produces the message hidden inside the carrier image. 2. In RGB, selects one as indicator channel and the other two to hide data 1. increased the capacity ratio and the security level of the concealment 2. randomization of indicator channel 1. Key manageme nt overhead 2. Capacity may reduce [2] 2 Truth Table 1.truth table based on RGB indicator pixel 2.additional modulo 3.pixel indicator The transfer medium is made obscure It is too complex to understand [3] SL NO Technique Method Benefit Drawback Reference No 3 Hiding Capacity based on RGB images Data is encrypted using secret key One third of cover image is saved It employs secret key [4] 4 Hiding secret Secret data are Randomness of Index
  • 4. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 14 data using LSB technique segmented into Even segment and Odd segment. Based on this bits are hidden the index channel channel is not used efficiently [5] 5 LSB with private stego- key embeds binary bit stream in 24-bits color image (Blue channel) or in 8-bits gray-scale image and digital signature Provides better security Uses stego- key [7] 6 Receiver compatible data hiding LSB substitution is done only in blue channel No need of secret key Only blue channel is used, low capacity [8] 7 Pixel indicator technique In RGB, One is indicator channel and the other two used to hide data No need of secret key Indicator channel is not used much [9] 8 LSB and PIT LSB substitution is done on channel chosen by PIT Randomness of indicator channel Capacity maybe low [10] The hash based least significant bit 3-3-2 technique is proposed by Koushik Das Gupta, J.K.Mandal and ParamarthaDutta [6] this technique takes eight bits of secret data at a time and put them in LSB of RGB pixel value of the carrier media in 3, 3, 2 order respectively. 3. PROPOSED HASH BASED LEAST SIGNIFICANT BIT 2-3-3 TECHNIQUE. A hash based least significant bit technique is proposed. A color image is considered as a cover media and secret data is embedded in this cover media as payload. The proposed technique takes eight bits of secret data at a time and put them in LSB of RGB (Red, Green and Blue) pixel value of the cover image in 2, 3,3 order respectively. Such that out of eight (08) bits of message five (05) bits are inserted in R and G pixel and remaining three (03) bits are inserted in B pixel. The detailed technique has been depicted in Figure 2(a) and (b). An illustration of the same is given in section 4. This distribution pattern is taken because it is giving better results in terms of MSE and PSNR. The proposed method is not tested for the case of compressed images.
  • 5. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 15 (a) (b) Figure 2(a) and (b) An example of a cover pixel Suppose 240 is value of secret image its binary value is 11110101 it is distributed in the order of 2 -3-3 to be embedded in LSB of RGB pixels respectively. The hash function is as shown below, ݉ = ݇ % ݈ (1) where, m is LSB bit position within the pixel, k represents the position of each hidden image pixel and l is number of bits of LSB which is 4 for the present case. Let the hash function of Equation (1) return values m=1,2 for red, m=3,4,1 for green and m=2, 3, 4 for blue So, after embedding the secret data in the particular pixel of cover image, The RGB pixel value of the stego image as below 00100111--------------Red 11101110--------------Green 11001011--------------Blue The embedding positions of the eight bits out of the four (4) available bits of LSB is obtained using a hash function given in equation(1). The bits are distributed randomly using hash function which increases the security of the technique compared to other LSB based techniques [13, 14]. After embedding secret image in the cover image it will become a stego image. The intended user follows the reverse steps to retrieve the secret data. Using the same hash function which is
  • 6. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 16 known to the receiver, the data of the secret message is regenerated. The algorithm of the proposed 2-3-3 hash technique has been given in section 4. 4. ALGORITHM OF HASH BASED LEAST SIGNIFICANT BIT 2-3-3 TECHNIQUE: The proposed 2-3-3 algorithm, for encoding and decoding are given in this section. Encoding technique is given in section 4.1 whereas decoding technique is given in section 4.2. 4.1. Algorithm of Encoding Step 1: Input cover image file Step 2: Read required secret image file to be hidden Step 3: Take 4 LSB bits of each Red, Green, Blue pixels of the cover image. Step 4: Obtain the position for inserting the secret data into cover image using hash function given in equation 1. Step 5: Embed the eight bits of the secret image into 4 bits of LSB of RGB pixels of the cover image in the order of 2,3,3 respectively using the position obtained from step 4. Step 6: Repeat steps 3 to 5 until all pixels of secret image are embedded in cover image. 4.2. Algorithm of Decoding Step 1: Input stego image file Step 2: Take 4 LSB bits of each Red, Green, Blue pixels of the stego image. Step 3: Obtain the position of embedded bits of the secret data using hash function given in equation 1. Step 4: Retrieve the bits using these positions in the order of 2,3,3 respectively, using the position obtained from step 3. Step 5: Reconstruct the secret information. Step 6: Repeat steps 3 to 5 until all pixels of secret image embedded are retrieved. 5. RESULTS Steganography techniques are measured by two attributes, imperceptibility and capacity. Additionally, as an objective measure, the Mean squared Error (MSE), Peak Signal to Noise Ratio (PSNR) and Normalized absolute error (NAE) and Structural similarity index( SSIM) between the stego image and its corresponding cover image are observed. The quantities are given as below, The PSNR is calculated using the equation (2). Where L is peak signal level for an image. The value of MSE is calculated by Equation (3). Where H and W are height and width and P(i, j) represents the original image and S(i, j) represents corresponding stego image. Maximum payload (bits per byte/bpb) for the technique has also been obtained i.e. maximumamount of data that can be embedded into the cover image without losing the fidelity of
  • 7. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 17 theoriginal image. In the proposed scheme eight bits of data are embedded in 1 pixel of the coverimage. The structural similarity (SSIM) index is a method for measuring the similarity between two images. The SSIM index is a full reference metric; in other words, the measuring of image quality based on an initial cover image before embedding the secret image as reference. SSIM considers image degradation as perceived change in structural information. Structural information is the idea that the pixels have more inter dependencies especially when they are spatially near. The SSIM metric is calculated on various windows of an image. The window can be displaced pixel- by-pixel on the image but the authors prefer to use only a subgroup of the possible windows to reduce the complexity of the calculation. Normalized absolute error (NAE) computed by Eq.4.is a measure of how far is the stego image from the original cover image with the value of zero being the perfect fit. Big value of NAE indicates poor quality of the resulting image after embedding. The value of NAE is calculated using the equation (4). The proposed method is evaluated using a set of JPEG images as shown in Table2. The cover images of size 580x580 and 400X400 are used to hide different secret images of size 128X128. The resulting stego images are compared with original cover images to calculate MSE and PSNR values, The proposed 2-3-3 algorithm provides better results compared previous 3-3-2[6] method in terms of MSE and PSNR , NAE, SSIM values. The results of proposed method and previous 3-3-2[6] method are provided in Table 1. A graph is drawn as in figure(3) to show the clear difference between MSE and PSNR values obtained by proposed method and previous[6] method Table 1: Results
  • 8. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 18 Figure 3 Comparison of MSE and PSNR values 6. CONCLUSION The need for information security is increasing day by day as many people are depending on internet for their daily needs. .An algorithm HASH BASED LEAST SIGNIFICANT BIT 2-3-3 IMAGE STEGANOGRAPHY is proposed The proposed 2-3-3 algorithm provides better results compared previous 3-3-2 [6] method in terms of MSE and PSNR , NAE, SSIM values. The results of proposed method and previous [6] method are provided in Table 1. With a comparison between the proposed algorithm and previous method[6] technique considered by this study, the proposed technique shows promising results as shown in Table 1 and figure 2. There is a drastic improvement in MSE and PSNR values. As an example in case of Cover image pic400.jpg and secret image lena128.jpg, proposed method gets MSE value as 3.7532 and previous method [6] gets MSE value as 11.1738. So we can conclude that proposed method provides clearly better results. About security enhancing, as a future work Implementing an encryption algorithm for providing more security for secret image can be done.
  • 9. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 19 Table 2 Test bed of Cover and Secret Images along with corresponding stego Images and Recovered Images 7. ACKNOWLEDGEMENTS The authors would like to thank principal and staff of JNNCE for their support in this work. CoverPic580.jpg Lena.jpg Index128.jpg Big1124.jpg pic400.jpg StegoLena.jpg StegoIndex128.jpg StegoBig1124.jpg CoverBlueland.jpg StegoLena.jpg Recovered Image StegoIndex128.jpg Recovered Image StegoBig1124.jpg Recovered Image
  • 10. International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 4, No 1, February 2015 20 REFERENCES [1] Arvind Kumar, K m Pooja, “Steganography-A Data Hiding Technique”, International Journal of Computer Applications, Vol. 9-No.7, November 2010. [2] NamitaTiwaril, MadhuShandilya, “Secure RGB Image Steganography from Pixel Indicator to Triple Algorithm-An Incremental Growth”, International Journal Of Security and Its Applications, Vol. 4, No. 4, October, 2010. [3] Walaa Abu-Marie, Adnan Gutub, Hussein Abu-Mansour, “Image Based Steganography Using Truth Table Based on Determinate Array on RGB Indicator”, International Journal of Signal and Image Processing, Vol. 1-2010/Iss.3, pp. 196-204. [4] Ali Akbar Nikoukar, “An Image Steganography Method with High Hiding Capacity Based on RGB Image”, International Journal of Signal and Image Processing, Vol. 1-2010/Iss.4, pp. 238-241. [5] Emad T. Khalaf, NorrozilaSulaiman,”Segmenting and Hiding Data Randomly Based on Index Channel”, International Journal of Computer Science Issues, Vol. 8, Issue 3,No. 1, May 2011. [6] KoushikDasgupta et.al “Hash based least significant bit technique for video steganography” International Journal of Security, Privacy and Trust Management ( IJSPTM), Vol. 1, No 2, April 2012 [7] Yogendra Kumar Jain, R. R. Ahirwal, “A Novel Image Steganography Method with Adaptive Number of Least Significant Bits Modification Based on Private Stego- Keys”, International journal of Computer Science and Security, vol. 4, issue 1. [8] DebnathBhattachryya, Arpita Roy, Pranab Roy, Tai-hoon Kim, “Receiver Compatible Data Hiding Color Image”, International Journal of AsvancedScince and Technology, vol. 6, May, 2009. [9] Adnan Gutub, Mahmoud Ankeer, Muhammad Abu- Ghalioun, AbdulrahmanShaheen, AleemAlvi, “Pixel Indicator High Capacity Technique for RGB Image Based Steganography”, WoSPA 2008 – 5th IEEE International Workshop on Signal Processing and iys Applications, University of Sharjah, Sharjah, U.A.E 18-20 March 2008. [10] Adnan Abdul-Aziz Gutub, “Pixel Indicator Technique for RGB Image Steganography”, Journal of Emerging Technologies in Web Intelligence, vol. 2, No. 1 Feb 2010. [11] ImaanThannoonSedeeq “Steganography in colored images”(IJCSIS) International Journal of Computer Science and Information Security, Vol. 11, No. 4, April 2013 [12] DebiprasadBandyopadhyay, KousikDasgupta, J. K. Mandal, ParamarthaDutta, “A novel secured Image steganography method based on chaos theory in spatial domain International Journal of Security, Privacy and Trust Management (IJSPTM) Vol 3, No 1, February 2014 [13] MrithaRamalingam, Stego Machine Video Steganography using Modified LSB Algorithm, in WorldAcademy of Science, Engineering and Technology 74 2011, pp. 502-505, 2011. [14] Juan Jose Roque and Jesus Maria Minguet, SLSB: Improving the Steganographic Algorithm LSB, inthe 7th International Workshop on Security in Information Systems (WOSIS 2009), Milan, Italy, pp.1-11, 2009. AUTHORS G. R. Manjula She has obtained M.Tech degree in Networking and Internet Engineering from VTU, Belgaum in 2006 and she is working as Associate Professor in JNN College of Engg. Shimoga, Karntaka, India. She is working for her doctoral degree in Computer Science. Her research areas of interests are Data hiding, Data Embedding, Cryptography and Image Processing. Dr. Ajit Danti He has obtained Ph.D(Comp.Sc. & Tech) fromGulbarga University, Gulbarga in 2006, Karnataka, INDIA. Currently working as a Professor & Director. Dept. of Computer Applications, Jawaharlal Nehru National College of Engineering, Shimoga, Karnataka, INDIA.His research areas of interests are Computer Vision, Image Processing and Pattern Reco gnition.He has published two books and 30 research papers in peer reviewed International Journals and conferences.