HOME JOURNALS CONTACT

Journal of Applied Sciences

Year: 2014 | Volume: 14 | Issue: 16 | Page No.: 1798-1808
DOI: 10.3923/jas.2014.1798.1808
Random Image Steganography using Pixel Indicator to Enhance Hiding Capacity
M. Padmaa and Y. Venkataramani

Abstract: Steganography presents us with a secure means of data transfer which protects confidential information from unauthorized change. Putting it simple, it is a boon to prevent the unauthorized access or misuse of secret information. There are a lot of techniques (both spatial and transform domain) in Steganography. The question of “Which technique is the best” can only be answered hypothetically. Every steganographic technique is unique in its own way and produces desired result, that is, protection of information. The technique proposed in this study sheds light on capacity of embedding and high quality visual while being immune to steg analysis attack. Complexity is driven by means of stego key and LSB substitution.

Fulltext PDF Fulltext HTML

How to cite this article
M. Padmaa and Y. Venkataramani, 2014. Random Image Steganography using Pixel Indicator to Enhance Hiding Capacity. Journal of Applied Sciences, 14: 1798-1808.

Keywords: steganography, pixel indicator, information security, data hiding and Cryptography

INTRODUCTION

Cryptography can be explained as the transformation of meaningful information into a scrambled code using a key (or keys). The receiver can decode with the help of a key to revive the plaintext. The fundamental notion of cryptography is that between one to one communications (Schneier, 2007; Zaidan et al., 2010), impostor should not or cannot extract the covert data. Depending on the complexity required same keys or different keys can be used for both encryption and decryption. The broad classifications of cryptography are private key cryptography and public key cryptography. For a good cryptographic algorithm, emphasis is laid on key length, type of key (duration of key like session key), lifetime of keys, complexity and security of the algorithm, encrypting procedure (double or triple encryption), medium of transmission and so on.

Steganography (Bender et al., 1996, 2000) crams the plan of veiling secrets in innocuous media keen on the communication between two parties so that, a third party cannot sense the secret’s subsistence (Amirtharajan et al., 2011, 2012, 2013a-g; Cheddad et al., 2010; Hmood et al., 2010a, b; Janakiraman et al., 2012a, b; Mohammad et al., 2011; Padmaa et al., 2011; Praveenkumar et al., 2012a, b, 2013a, b; Rajagopalan et al., 2012; Stefan and Fabin, 2000; Thenmozhi et al., 2012; Zanganeh and Ibrahim, 2011). The universal theory underlying a large amount of steganographic methods is to situate the covert data in the message’s noise component. If the information is coded such that it is impossible to differentiate from true noise, a intruder cannot perceive the secret message. To withstand security attacks, any steganographic algorithm should be robust, safe and sound (Chan and Cheng, 2004; Gutub, 2010; Hong et al., 2009; Luo et al., 2008, 2011; Zanganeh and Ibrahim, 2011; Zhao and Luo, 2012; Zhu et al., 2011).

A secures steganographic algorithm should satisfy 4 prerequisites, viz., there should be a unique secret key to every sender; the holder of the truthful key only can detect and access the concealed message; though the attacker recognizes a part of the hidden content, he or she should not be able to detect the remaining; it must be computationally difficult to detect secret messages. While spatial domain schemes (Al-Azawi and Fadhil, 2010; Amirtharajan and Rayappan, 2012a-d, 2013; Thanikaiselvan et al., 2011; Thanikaiselvan et al., 2012a, b, 2013; Xiang et al., 2011; Yang et al., 2011; Zaidan et al., 2010) exploits LSB, PVD (Padmaa et al., 2011), Pixel Indicator methods PIs (Gutub, 2010; Padmaa et al., 2011; Amirtharajan et al., 2011, 2012, 2013d), transform domain involves DCT, DFT, DHT, DWT. Steganography is useful in ownership verification, electronic labeling, copyright protection, piracy and many more and the counter attack is steganalysis (Qin et al., 2009; 2010; Xia et al., 2009).

Digital Watermarking refers to the techniques which are used to hide confidential information in digital media (Zeki et al., 2011). Robust portrays the capacity of the watermark to survive manipulations of the file, such as lossy compression, cropping, scaling just to spell out some. Fragile means the watermark must not oppose tampering, or would do so only upto a certain extent. At present, watermarking concept is widely employed in e-commerce, tamper detection, advertising, broadcasting, customized media delivery, fraud detection and many more. Needless to mention the threats posed to this scheme. Some of them are collusion attacks, transcoding, linear and nonlinear filtering, signal enhancement. Since online communication in each and every way has seen a phenomenal evolution, watermarking has become the field of interest and numerous procedures are discovered to combat the above mentioned problems.

This study proposed a method to improve the imperceptibility of the random image steganography without compromising the payload. The next section describes the materials and methods with the algorithm and flowchart of the proposed method. The followed section gives the results with comparison then the final conclusion of this study.

MATERIALS AND METHODS

In Steganography, seemingly random changes are introduced to the cover image, based on the secret data. The algorithms construct a robust security for the secret, at the same time without impacting the embedding capacity and imperceptibility (Amirtharajan and Rayappan, 2012a-d).

There exist varieties of algorithms that make use of LSB substitution and Pixel Indicator techniques for hiding data, But the routine used to build this method of steganography distinguishes itself from the others in the manner that, a high quality stego image is created by using more features of the cover images. Unlike conventional LSB substitution, pixel value decides embedding. Pixel indicator concept is employed for the selection of plane for embedding. The embedding process starts from the leftmost pixel and moving downwards (i.e., column wise scanning is adapted to increase the security).

Moreover, a match between the secret bits with that of the original is searched. For k = 4 bit embedding, if a match is found secret data is not embedded and if it is not so, pixel bits experience embedding. The starting bits of the matches are combined to form a bit stream which is nothing but the stego key. The receiver should be let known of this key for the recovery process. Here three such methods are suggested.

Method 1: It takes the default indicator as red channel, green and blue are say, data channels. If the value of the indicator is:

00: Data is not embedded
01: Data is embedded in blue plane
10:
Data is embedded in green plane
11: Data is embedded in both planes

Data embedding, here, obeys the rules of defined LSB substitution in the corresponding planes.

Method 2: This method is slightly different from method 1. Here user is allowed to set the indicator channel and the remaining two act as data channels.

If the value of the indicator is:

00: Data is not embedded
01: Data is embedded in 1st plane
10: Data is embedded in 2nd plane
11: Data is embedded in both planes

Data embedding, here, obeys the rules of defined LSB substitution in the corresponding planes.

Method 3: Cyclic indicator routine is followed here. All planes are named indicator cyclically. That is if red is made the indicator for first pixel (green and blue act as data channels), green is made the indicator for the second pixel (red and blue act as data channels), blue for the third (green and red act as data channels), again red for fourth and so on and is shown in Fig. 1.

EMBEDDING ALGORITHM

The proposed method Flow chart for embedding is shown in Fig. 2.

Method 1:

Fig. 1: Block diagram for proposed method

Fig. 2: Flow chart for embedding

Method 2:

Method 3:

EXTRACTION ALGORITHM

The proposed method Flow chart for extraction is shown in Fig. 3.

Fig. 3: Flow chart for extraction

RESULTS AND DISCUSSION

Four color cover images of dimension 256x256 each are taken to verify the performance of the algorithm. These images go through the testing of full embedding capability for all three methods. To have a vision about the efficacy, corresponding stego images are generated and studied (Fig. 4-7). MSE and PSNR values are calculated, Table 1-3 and compared. The mathematical equations for doing so are:



Fig. 4(a-d): Stego and cover images (a) Lena, (b) Baboon, (c) Mahatma Gandhi and (d) Temple

Table 1: MSE, PSNR values for method 1

Table 2: MSE, PSNR values for method 2

Table 3: Comparison with existing methods for MSE, PSNR and BPP values for method 3

If PSNR is high, stego image is highly imperceptible that is it suffers from negligible distortion. For four bit embedding, the probability that a 4-bit match is found in the bit stream will be 1/16. For example, if search is for 1011, it may be in the range from 0000 up to 1111. The chance for finding a match increases with the increase in bits used for searching in pixels in the cover.

Fig. 5(a-d): Resultant stego images and their corresponding Histograms for Method 1. Cover images (a) Lena, (b) Baboon, (c) Mahatma Gandhi and (d) Temple

Fig. 6(a-d): Resultant stego images and their corresponding Histograms for Method 2. Cover images (a) Lena (b) Baboon (c) Mahatma Gandhi and (d) Temple

Fig. 7(a-d): Resultant stego images and their corresponding Histograms for Method 3. Cover images (a) Lena, (b) Baboon, (c) Mahatma Gandhi and (d) Temple

If there does not exist a match, then the secret 4 bits are set in first four LSBs.

From the stego images we can infer that it is completely free of distortion and escapes human suspicion. Higher PSNR values of stego images guarantees that they are of fairly high quality.

CONCLUSION

An inimitable approach is presented in this script to settle the significant problem of capacity of payload and imperceptibility in a steganographic scheme. This study makes use of Pixel Indicator and modified Least Significant Bit Substitution methods to construct the algorithm and also OPAP to reduce the distortion. Also the key used for encryption and stego key are not identifiable as the latter is based on the position of the bits of the original cover. The algorithm’s strength is it could withstand steganalysis attack with the help of four color images. This method involves some computational forehead which indeed resists itself to security threats. The images do not suffer from artifacts as only the LSBs of the pixels undergo alteration. Thus, this study provides security both at the steganographic and cryptographic level. Tentative results also affirm the conclusion. Thus, it is an effective way of secret data communication.

ACKNOWLEDGMENT

The first author wishes to thank Dr. R. Amirtharajan Associate Professor/ECE School of Electrical and Electronics Engineering, for his valuable guidance to improve technical and linguistic quality of this study.

REFERENCES

  • Al-Azawi, A.F. and M.A. Fadhil, 2010. Arabic text steganography using kashida extensions with huffman code. J. Applied Sci., 10: 436-439.
    CrossRef    Direct Link    


  • Amirtharajan, R., R.R. Subrahmanyam, P.J.S. Prabhakar, R. Kavitha and J.B.B. Rayappan, 2011. MSB over hides LSB: A dark communication with integrity. Proceedings of the IEEE 5th International Conference on Internet Multimedia Systems Architecture and Application, December 12-14, 2011, Bangalore, Karnataka, India, pp: 1-6.


  • Amirtharajan, R. and J.B.B. Rayappan, 2012. An intelligent chaotic embedding approach to enhance stego-image quality. Inform. Sci., 193: 115-124.
    CrossRef    Direct Link    


  • Amirtharajan, R. and J.B.B. Rayappan, 2012. Brownian motion of binary and gray-binary and gray bits in image for stego. J. Applied Sci., 12: 428-439.
    CrossRef    Direct Link    


  • Amirtharajan, R. and J.B.B. Rayappan, 2012. Pixel authorized by pixel to trace with SFC on image to sabotage data mugger: A comparative study on PI stego. Res. J. Inform. Technol., 4: 124-139.
    CrossRef    Direct Link    


  • Amirtharajan, R. and J.B.B. Rayappan, 2012. Inverted pattern in inverted time domain for icon steganography. Inform. Technol. J., 11: 587-595.
    CrossRef    Direct Link    


  • 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.
    CrossRef    Direct Link    


  • Amirtharajan, R., M.V. Abhiram, G. Revathi, J.B. Reddy, V. Thanikaiselvan and J.B.B. Rayappan, 2013. Rubik's cube: A way for random image steganography. Res. J. Inform. Technol., 5: 329-340.
    CrossRef    Direct Link    


  • Amirtharajan, R., P. Archana and J.B.B. Rayappan, 2013. Why image encryption for better steganography. Res. J. Inform. Technol., 5: 341-351.
    CrossRef    Direct Link    


  • Amirtharajan, R., K.M. Ashfaaq, A.K. Infant and J.B.B. Rayappan, 2013. High performance pixel indicator for colour image steganography. Res. J. Inform. Technol., 5: 277-290.
    CrossRef    Direct Link    


  • Amirtharajan, R., G. Devipriya, V. Thanikaiselvan and J.B.B. Rayappan, 2013. High capacity triple plane embedding: A colour stego. Res. J. Inform. Technol., 5: 373-382.
    CrossRef    Direct Link    


  • Amirtharajan, R., K. Karthikeyan, M. Malleswaran and J.B.B. Rayappan, 2013. Kubera kolam: A way for random image steganography. Res. J. Inform. Technol., 5: 304-316.
    CrossRef    Direct Link    


  • Amirtharajan, R., V. Rajesh, P. Archana and J.B.B. Rayappan, 2013. Pixel indicates, standard deviates: A way for random image steganography. Res. J. Inform. Technol., 5: 383-392.
    CrossRef    Direct Link    


  • Amirtharajan, R., R. Subrahmanyam, J.N. Teja, K.M. Reddy and J.B.B. Rayappan, 2013. Pixel indicated triple layer: A way for random image steganography. Res. J. Inform. Technol., 5: 87-99.
    CrossRef    Direct Link    


  • Amirtharajan, R. and J.B.B. Rayappan, 2013. Steganography-time to time: A review. Res. J. Inform. Technol., 5: 53-66.
    CrossRef    Direct Link    


  • Bender, W., D. Gruhl, N. Morimoto and A. Lu, 1996. Techniques for data hiding. IBM Syst. J., 35: 313-336.
    CrossRef    Direct Link    


  • Bender, W., W. Butera, D. Gruhl, R. Hwang, F.J. Paiz and S. Pogreb, 2000. Applications for data hiding. IBM Syst. J., 39: 547-568.
    CrossRef    Direct Link    


  • Chan, C.K. and L.M. Cheng, 2004. Hiding data in images by simple LSB substitution. Pattern Recognit., 37: 469-474.
    CrossRef    Direct Link    


  • Cheddad, A., J. Condell, K. Curran and P. McKevitt, 2010. Digital image steganography: Survey and analysis of current methods. Signal Process., 90: 727-752.
    CrossRef    Direct Link    


  • Gutub, A.A.A., 2010. Pixel indicator technique for RGB image steganography. J. Emerg. Technol. Web Intell., 2: 56-64.
    CrossRef    Direct Link    


  • 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.
    CrossRef    Direct Link    


  • Hmood, A.K., H.A. Jalab, Z.M. Kasirun, B.B. Zaidan and A.A. Zaidan, 2010. On the capacity and security of steganography approaches: An overview. J. Applied Sci., 10: 1825-1833.
    CrossRef    Direct Link    


  • Hong, W., J. Chen and T.S. Chen, 2009. Blockwise reversible data hiding by contrast mapping. Inform. Technol. J., 8: 1287-1291.
    CrossRef    Direct 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.
    CrossRef    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.
    CrossRef    Direct Link    


  • Luo, G., X. Sun and L. Xiang, 2008. Multi-blogs steganographic algorithm based on directed hamiltonian path selection. Inform. Technol. J., 7: 450-457.
    CrossRef    Direct Link    


  • Luo, H., Z. Zhao and Z.M. Lu, 2011. Joint secret sharing and data hiding for block truncation coding compressed image transmission. Inform. Technol. J., 10: 681-685.
    CrossRef    Direct Link    


  • Mohammad, N., X. Sun and H. Yang, 2011. An excellent Image data hiding algorithm based on BTC. Inform. Technol. J., 10: 1415-1420.
    CrossRef    Direct Link    


  • Padmaa, M., Y. Venkataramani and R. Amirtharajan, 2011. Stego on 2n: 1 Platform for users and embedding. Inform. Technol. J., 10: 1896-1907.
    CrossRef    Direct Link    


  • Praveenkumar, P., R. Amirtharajan, K. Thenmozhi and J.B.B. Rayappan, 2012. Phase for face saving-a multicarrier stego. Procedia Eng., 30: 790-797.
    CrossRef    Direct Link    


  • Praveenkumar, P., R. Amirtharajan, Y. Ravishankar, K. Thenmozhi, J. Bosco and B. Rayappan, 2012. Random and AWGN road for MC-CDMA and CDMA bus to phase hide: A MUX in MUX stego. Proceedings of the International Conference on Computer Communication and Informatics, January 10-12, 2012, Coimbatore, India, pp: 1-6.


  • Praveenkumar, P., R. Amirtharajan, K. Thenmozhi and J.B.B. Rayappan, 2013. Can we reduce PAPR? OFDM+PTS+SLM+STEGO: A novel approach. Asian J. Sci. Res., 6: 38-52.
    CrossRef    Direct Link    


  • Praveenkumar, P., R. Amirtharajan, K. Thenmozhi and J.B.B. Rayappan, 2013. OFDM with low PAPR: A novel role of partial transmit sequence. Res. J. Inform. Technol., 5: 35-44.
    CrossRef    Direct 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.
    CrossRef    Direct Link    


  • Qin, J., X. Xiang and M.X. Wang, 2010. A review on detection of LSB matching steganography. Inform. Technol. J., 9: 1725-1738.
    CrossRef    Direct Link    


  • 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.
    CrossRef    Direct Link    


  • Schneier, B., 2007. Applied Cryptography: Protocols, Algorithms and Source Code in C. 2nd Edn., John Wiley and Sons, New Delhi, India, ISBN-13: 9788126513680, Pages: 784


  • Stefan, K. and A. Fabin, 2000. Information Hiding Techniques for Steganography and Digital Watermarking. Artech House, London, UK


  • 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    


  • Thanikaiselvan, V., P. Arulmozhivarman, R. Amirtharajan and J.B.B. Rayappan, 2012. Horse riding and hiding in image for data guarding. Proc. Eng., 30: 36-44.
    CrossRef    Direct Link    


  • Thanikaiselvan, V., P. Arulmozhivarman, J.B.B. Rayappan and R. Amirtharajan, 2012. Graceful graph for graceful security-towards a STE (G) Raph. Res. J. Inform. Technol., 4: 220-227.
    CrossRef    Direct Link    


  • Thanikaiselvan, V., K. Santosh, D. Manikanta and R. Amirtharajan, 2013. A new steganography algorithm against chi square attack. Res. J. Inform. Technol., 5: 363-372.
    CrossRef    Direct Link    


  • Thenmozhi, K., P. Praveenkumar, R. Amirtharajan, V. Prithiviraj, R. Varadarajan and J.B.B. Rayappan, 2012. OFDM+CDMA+Stego = Secure communication: A review. Res. J. Inform. Technol., 4: 31-46.
    CrossRef    Direct 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.
    CrossRef    Direct Link    


  • Xiang, L., X. Sun, Y. Liu and H. Yang, 2011. A secure steganographic method via multiple choice questions. Inform. Technol. J., 10: 992-1000.
    CrossRef    Direct Link    


  • Yang, B., X. Sun, L. Xiang, Z. Ruan and R. Wu, 2011. Steganography in Ms Excel document using text-rotation technique. Inform. Technol. J., 10: 889-893.
    CrossRef    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.
    CrossRef    Direct Link    


  • Zanganeh, O. and S. Ibrahim, 2011. Adaptive image steganography based on optimal embedding and robust against chi-square attack. Inform. Technol. J., 10: 1285-1294.
    CrossRef    Direct Link    


  • Zeki, A.M., A.A. Manaf and S.S. Mahmod, 2011. High watermarking capacity based on spatial domain technique. Inform. Technol. J., 10: 1367-1373.
    CrossRef    


  • Zhao, Z. and H. Luo, 2012. Reversible data hiding based on Hilbert curve scan and histogram modification. Inform. Technol. J., 11: 209-216.
    CrossRef    Direct Link    


  • Zhu, J., R.D. Wang, J. Li and D.Q. Yan, 2011. A huffman coding section-based steganography for AAC audio. Inform. Technol. J., 10: 1983-1988.
    CrossRef    Direct Link    

  • © Science Alert. All Rights Reserved