ABSTRACT
Communication playing the key role of daily lives has created revolutions since the Stone Age. In this fast-paced technological world, the utilization of information has gained towering momentum. Furthermore, information while transmitted over the internet with the swift escalation in the mass media and digital communication technology, the requirement for impregnable covert channel arises especially when critical information has to be communed. Over the years, Information hiding techniques have evolved to conceal any critical data in cover files like images, audios and videos and thus, certifying the genuineness and secrecy of the transmitted data. Steganography is one such method where the very existence of the data in the cover image is hidden and thereby, provides for security by making the hidden data unconceivable. The cover file may include audio, video or image files. In this study, two methods have been proposed to embed image within an image with two and three layers of security, respectively. A decoder circuit is used in one of the layers to embed the data not only in the LSB bits but also in the other bits of the lower nibble. Moreover, two bits of data are embedded in a pixel by changing only one bit of the pixel. These methods show improved security without compromising on the PSNR and MSE values.
PDF Abstract XML References Citation
How to cite this article
DOI: 10.3923/itj.2014.1969.1976
URL: https://scialert.net/abstract/?doi=itj.2014.1969.1976
INTRODUCTION
The versatility in the process of acquiring information has led to the question of authenticity of the transmitted information. In view of this, the necessity to secure the clandestine information from unauthorized users has become increasingly important. Various methodologies have been proposed by various authors to encrypt the data and the means of embedding it (Petitcolas et al., 1999; Zaidan et al., 2010). Though impenetrable, these techniques are conceived to be mind-numbing and even constitute a substantial time delay with regard to encryption of the data, trailed by embedding and transmission and thereby, incumbent to be a novel way. Cryptography, steganography or watermarking serve as a medium for information security through an elucidated survey on numerous information hiding methodologies with its virtues, loss of credit and their classifications can be availed from Katzenbeisser and Petitcolas (2000). Cryptography involves the jumbling of the undisclosed information providing privacy (Janakiraman et al., 2012a); while on the other hand, steganography seeks to hide the very existence of the communication itself (Hmood et al., 2010; Amirtharajan et al., 2012; Rabah, 2004; Provos and Honeyman, 2003; Rajagopalan et al., 2012). In this study, two embedding methods have been proposed to securely conceal the data inside a cover image and transmit it over a hostile channel. The decoder circuit which is used enables the user to embed two bits of data by changing only one grey level of the cover image thereby improving imperceptibility. The results obtained show that the PSNR and MSE values obtained are uncompromised while the security is enhanced.
LITERATURE REVIEW
Ali et al. (2011) proposed a secure steganography method to embed two bits of data by altering only one bit of the cover pixel. They used a decoder circuit to achieve this. The two bits of data were embedded by changing either the first, second or the fourth bit of the cover pixel. Similar approach was taken to embed three bits of data by changing a maximum of two bits of the cover pixel (Janakiraman et al., 2011). Extending this, a method to embed four bits of data by changing a maximum of two bits of the cover image was proposed (Janakiraman et al., 2012b). In all these methods, although the MSE and PSNR values were affected, the security was increased to a great extent as the data was not directly embedded in the LSBs of the image (Mielikainen, 2006; Chan and Cheng, 2004). In these papers, the main objective was to increase the capacity of embedding while in this paper, the main focus is to increase the security by encrypting the data using bit operations. Various methods to embed data in spatial as well as frequency domain have been proposed (Amirtharajan and Balaguru, 2009, 2011; Kumar et al., 2011; Janakiraman et al., 2012c). Many methods have been proposed to increase security have also been proposed by using encryption techniques and random embedding (Padmaa et al., 2011; Thanikaiselvan et al., 2011a, b). To escape from steganalysis attack, various methods have been proposed which employ embedding data not only in the LSB but also in other bits of the cover pixel (Lu et al., 2009; Qin et al., 2009a; Xia et al., 2009). Also, methods to detect the data using steganalysis attacks have been proposed (Qin et al., 2007, 2009b).
PROPOSED METHOD
Method 1: Pixel key for data chaining
Procedure for embedding: The data or message which has to be concealed and the cover image are first studied. Considering the secret data as a data image, a two bit XOR operation is performed between every two bit of the data image and 5th and 6th bit of the corresponding pixel of the cover image. The third bit of the particular cover pixel considered is checked. If it is 1, the two bit result obtained from the XOR operation is reversed i.e., the bit positions are interchanged; else if the third bit is 0, the result is kept unchanged. Now, the lower nibble of the cover pixel is sent to the decoder circuit. The decoder will give a two bit result. This is compared with the result of previous operation. When there is a mismatch, one of the bits in the bit positions 1, 2 or 4 is changed according to the lookup table; else the original cover pixel itself is considered as stego pixel. The embedding process is described with sample data in Table 3 for method-1. The embedding process has an advantage that only one bit in the cover pixel needs to be changed to embed two bits of data. This process is continued until all the data bits are completely get embedded in cover image. Similar steps are adopted to retrieve every two bit of the data form each stego pixel for the reconstruction of data image. Finally the resultant image is stored as the stego image.
Procedure for retrieval: For the retrieval procedure the stego image is examined. The lower nibble of the stego image is where the bits are embedded. Hence it is given to the decoder circuit to get a two bit result. Now, the third bit of the stego image is checked. This is the bit which determines the order of the bit stream so as to reconstruct the pixels for data image. Hence if this bit is 1, the decoder output bits are reversed i.e., the bit positions are interchanged to get back the bits in original form. As in the embedding stage XOR operation is performed with 5th and 6th bits of the stego cover pixel, to obtain data bits in its original form. The same procedure is carried out to extract the data bits from every pixel of the stego image until the reconstruction of full data image. The flowchart for embedding and retrieval are shown in Fig. 1 and 2, respectively.
Algorithm for embedding: |
![]() |
![]() | |
Fig. 1: | Method-1 flow chart for embedding |
![]() | |
Fig. 2: | Method-1 flowchart for retrieval |
Algorithm for retrieval: |
![]() |
Method 2: Key embedding and encrypted
Hiding
Procedure for embedding: The cover image and the data image are obtained as the input from the user and kept separately. Then the 8-bit key for encrypting the data is also obtained from the user. The key is then logically XORed with each pixel of the data image before the start of embedding process. Then 2 bits of the encrypted data image are embedded in each cover pixel using the encoder circuitry and lookup table as described in the Method-1. However, in this method, the variable Di from the Table 3 has to be considered as the data image after encryption using the 8-bit key. The last four pixels of the cover image are reserved for embedding the 8-bit key which was used for encrypting the pixel values of the data image. The result is then stored as a stego image.
Table 1: | Encrypted data |
![]() | |
Di: Data, Ek (Di): Encrypted data, Ek (Di) = Di^K, where, k is 5th and 6th bits of the cover pixel |
Procedure for retrieval: The stego image is obtained as an input. The retrieval process uses the same procedure as described in Method-I that uses the decoder circuitry and lookup table for extraction of data image which is in encrypted form. The key for decryption is obtained from the byte formed by accumulating the data bits from the last four stego pixels. The 8-bit key is then XOR-ed with each pixel of the encrypted data image retrieved from the stego cover to obtain the original data image. The flowchart for embedding and retrieval are shown in Fig. 3 and 4, respectively.
Algorithm for embedding: |
![]() |
Algorithm for retrieval: |
![]() |
The decoder circuit to which the lower nibble of each cover pixel is applied is shown in Fig. 5. The bits N2 and N3 are taken for comparison. The Table 1-3 show progressively how a data is embedded in a cover image using three layers of security.
![]() | |
Fig. 3: | Method-2 flow chart for embedding |
Table 2: | Encrypted data after bit position interchange |
![]() | |
Eks (Di): Encrypted data after sequence selection |
ERROR CALCULATIONS
The quality of image after embedding the secret image inside the cover image can be calculated using different parameters such as Mean Square Error (MSE), Peak Signal to Noise ratio (PSNR) etc. They are calculated as follows:
![]() |
where, Xi,j is the pixel value of each pixel in Stego image and Yi,j is the pixel value of each pixel in the cover image.
Table 3: | Lookup table for embedding the encrypted data for method-1 |
![]() | |
Note 1: The highlighted bits are the input to the decoder, 2: The highlighted bits are the output taken from the decoder for comparison |
M and N are the number of rows and number of columns of the cover image matrix. Lower the MSE value, lower is the difference between cover image and stego image.
![]() | |
Fig. 4: | Method-2 flow chart for retrieval |
![]() | |
Fig. 5: | Convolution decoder circuit |
Peak signal to noise ratio:
![]() |
where, Imax is the maximum intensity value for a pixel present in the image. I2max is 256 for 8 bit gray scale images. Higher PSNR value denotes good image quality i.e., there is less difference between the cover image and stego image.
RESULTS
In this study, four cover images Boat, House, Frog and Hydrangeas of size 128*128 are taken as shown in the figures below. SASTRA logo is taken as the secret image which is of size 64*64 as shown in Fig. 6. Several experiments are carried out and the corresponding stego images are also shown.
![]() | |
Fig. 6: | Secret image SASTRA logo |
Table 4: | Comparative results |
![]() |
The results obtained using the two methods are also tabulated. The results are obtained with maximum embedding. The maximum embedding capacity is 25%. The cover images are shown in Fig. 7a-d. The stego images obtained using method 1 are shown in Fig. 8a-d. The stego images obtained using method 2 are shown in Fig. 9a-d, respectively. The results obtained are tabulated in Table 4.
![]() | |
Fig. 7(a-d): | Cover images; (a) Boat, (b) Photographer, (c) Frog and (d) Hydrangeas |
![]() | |
Fig. 8(a-d): | Stego images using method 1; (a) Boat, (b) Photographer, (c) Frog and (d) Hydrangeas |
![]() | |
Fig. 9(a-d): | Stego images using method 2; (a) Boat, (b) Photographer, (c) Frog and (d) Hydrangeas |
CONCLUSION
This study presents two methods of encrypting and embedding data in an image such that the security and imperceptibility are increased. The first method uses three layers of security such as XOR-ing, bit position interchange and decoder. The second method uses two layers of security such as user key and decoder circuit. As the results show, these methods have comparable MSE and PSNR values with respect to the method proposed by Ali et al. (2011) but have higher levels of security. Therefore, it becomes much harder to crack using steganalysis attack. Also, the imperceptibility is increased as we do not embed directly in the LSBs but change only one bit of the cover pixel to embed two bits of data. Thus, both the methods introduce several levels of security to embed the data in the image without compromising on the embedding capacity.
REFERENCES
- Ali, D., H. Aghaeinia and S.H. Seyedi, 2011. A more secure steganography method in spatial domain. Proceedings of the 2nd International Conference on Intelligent Systems on Modeling and Simulation, January 25-27, 2011, Kuala Lumpur, pp: 189-194.
CrossRef - Hmood, A.K., B.B. Zaidan, A.A. Zaidan and H.A. Jalab, 2010. An overview on hiding information technique in images. J. Applied Sci., 10: 2094-2100.
CrossRefDirect Link - Amirtharajan, R. and R.J.B. Balaguru, 2009. Tri-layer stego for enhanced security-a keyless random approach. Proceedings of the IEEE International Conference on Internet Multimedia Services Architecture and Applications, December 9-11, 2009, Bangalore, India, pp: 1-6.
CrossRefDirect Link - Amirtharajan, R. and R.J.B. Balaguru, 2011. Covered CDMA multi-user writing on spatially divided image. Proceedings of the 2nd International Conference on Vehicular Technology, Information Theory and Aerospace and Electronic Systems Technology, February 28-March 3, 2011, Chennai, India, pp: 1-5.
CrossRef - Amirtharajan, R., J. Qin and J.B.B. Rayappan, 2012. Random image steganography and steganalysis: Present status and future directions. Inform. Technol. J., 11: 566-576.
CrossRefDirect Link - Chan, C.K. and L.M. Cheng, 2004. Hiding data in images by simple LSB substitution. Pattern Recognit., 37: 469-474.
CrossRefDirect Link - Lu, T.C., S.R. Liao, P.L. Chen, C.C.C. Chang and Z.H. Wang, 2009. Information hiding technology based on block-segmentation strategy. Proceedings of the ISECS International Colloquium on Computing on Communication, Control and Management, Volume 1, August 8-9, 2009, Sanya, pp: 500-506.
CrossRef - Petitcolas, F.A.P., R.J. Anderson and M.G. Kuhn, 1999. Information hiding-a survey. Proc. IEEE, 87: 1062-1078.
CrossRefDirect Link - Mielikainen, J., 2006. LSB matching revisited. IEEE Signal Process. Lett., 13: 285-287.
CrossRefDirect Link - Qin, J., X. Sun, X. Xiang and Z. Xia, 2009. Steganalysis based on difference statistics for LSB matching steganography. Inform. Technol. J., 8: 1281-1286.
CrossRefDirect Link - Qin, J., X. Sun, X. Xiang and C. Niu, 2009. Principal feature selection and fusion method for image steganalysis. J. Elect. Imag., 18: 1-14.
CrossRefDirect Link - Kumar, P.P., R. Amirtharajan, K. Thenmozhi and J.B.B. Rayappan, 2011. Steg-OFDM blend for highly secure multi-user communication. Proceedings of the 2nd International Conference on Vehicular Technology, Information Theory and Aerospace and Electronic Systems Technology, February 28-March 3, 2011, Chennai, India, pp: 1-5.
CrossRef - Padmaa, M., Y. Venkataramani and R. Amirtharajan, 2011. Stego on 2n: 1 Platform for users and embedding. Inform. Technol. J., 10: 1896-1907.
CrossRefDirect Link - Provos, N. and P. Honeyman, 2003. Hide and seek: An introduction to steganography. IEEE Secur. Privacy, 1: 32-44.
CrossRef - Rajagopalan, S., R. Amirtharajan, H.N. Upadhyay and J.B.B. Rayappan, 2012. Survey and analysis of hardware cryptographic and steganographic systems on FPGA. J. Applied Sci., 12: 201-210.
CrossRefDirect Link - Janakiraman, S., A.A. Mary, J. Chakravarthy, R. Amirtharajan, K. Thenmozhi, J. Bosco and B. Rayappan, 2011. Smart bit manipulation for K bit encoded hiding in K-1 pixel bits. Proceedings of the 3rd International Conference on Trendz in Information Sciences and Computing, December 8-9, 2011, Chennai, India, pp: 79-84.
CrossRef - Janakiraman, S., A.A. Mary, J. Chakravarthy, R. Amirtharajan, K. Thenmozhi and J.B.B. Rayappan, 2012. Pixel bit manipulation for encoded hiding-An inherent stego. Proceedings of the International Conference on Computer Communication and Informatics, January 10-12, 2012, Coimbatore, India, pp: 1-6.
Direct Link - Janakiraman, S., R. Amirtharajan, K. Thenmozhi and J.B.B. Rayappan, 2012. Pixel forefinger for gray in color: A layer by layer stego. Inform. Technol. J., 11: 9-19.
CrossRefDirect Link - Janakiraman, S., R. Amirtharajan, K. Thenmozhi and J.B.B. Rayappan, 2012. Firmware for data security: A review. Res. J. Inform. Technol., 4: 61-72.
CrossRefDirect Link - Thanikaiselvan, V., P. Arulmozhivarman, R. Amirtharajan and J.B.B. Rayappan, 2011. Wave (let) decide choosy pixel embedding for stego. Proceedings of the International Conference on Computer, Communication and Electrical Technology, March 18-19, 2011, India, pp: 157-162.
CrossRefDirect Link - Thanikaiselvan, V., S. Kumar, N. Neelima and R. Amirtharajan, 2011. Data battle on the digital field between horse cavalry and interlopers. J. Theor. Applied Inform. Technol., 29: 85-91.
Direct Link - Zaidan, B.B., A.A. Zaidan, A.K. Al-Frajat and H.A. Jalab, 2010. On the differences between hiding information and cryptography techniques: An overview. J. Applied Sci., 10: 1650-1655.
CrossRefDirect Link - Xia, Z., X. Sun, J. Qin and C. Niu, 2009. Feature selection for image steganalysis using hybrid genetic algorithm. Inform. Technol. J., 8: 811-820.
CrossRefDirect Link