DOI QR코드

DOI QR Code

Steganography on Android Smart Devices

안드로이드 스마트기기에서의 스테가노그래피 연구

  • Jung, Ki-Hyun (Department of Cyber Security, Kyungil University) ;
  • Lee, Joon-Ho (6th R&D Institute, Agency for Defense Development) ;
  • Yoo, Kee-Young (School of Computer Science and Engineering, Kyungpook National University)
  • 정기현 (경일대학교 사이버보안학과) ;
  • 이준호 (국방과학연구소 제6기술연구본부) ;
  • 유기영 (경북대학교 컴퓨터공학부)
  • Received : 2014.08.27
  • Accepted : 2015.03.05
  • Published : 2015.04.25

Abstract

As increasing the use of smart phones, the interest of iOS and Android operating system is growing up. In this paper, a novel steganographic method based on Android platform is proposed. Firstly, we analyze the skia based image format that is supporting 2D graphic libraries in Android operating system. Then, we propose a new data hiding method based on the Android bitmap image format. The proposed method hides the secret data on the four true color areas which include Alpha, Red, Green, Blue. In especial, we increase the embedding capacity of the secret data on the Alpha area with a less image distortion. The experimental results show that the proposed method has a higher embedding capacity and less distortion by changing the size of the secret bits on the Alpha area.

스마트폰 사용의 확대로 iOS와 Android 운영체제에 대한 관심이 높아지고 있다. 본 논문에서는 안드로이드 플랫폼을 기반으로 한 스테가노그래픽 기법으로 안드로이드에서 기본적으로 제공하는 그래픽 라이브러리인 스키아를 기반으로 한 영상 포맷을 분석하고, 분석된 포맷에 기반한 알고리즘을 제안한다. 제안하는 알고리즘은 Alpha, Red, Green, Blue 각각 8비트씩 총 32비트를 사용하는 트루 칼라를 기반으로 네 개의 각 8비트 영역을 활용하여 비밀자료를 숨긴다. 또한 이미지 왜곡이 덜 민감한 Alpha 영역을 활용하여 최대한 비밀자료를 숨길 수 있도록 알고리즘을 제안함으로써, 안드로이드를 기반으로 하는 스마트기기에 모두 사용이 가능할 것으로 보인다. 실험결과에서는 Alpha값의 변화에 따른 비밀자료 삽입용량과 이미지 왜곡 정도를 보임으로써 제안하는 알고리즘의 우수성을 증명하고 있다.

Keywords

References

  1. NIPA, Android OS trends and implications, 2014.5.
  2. Android Developers, http://developer.android.com
  3. J. Zollner. H. Federrath. H. Klimant. A. Pfitzmann. R Piotraschke. A. Westfeld. G. Wicke. G. Wolf. Modeling the security of steganographic systems, 2nd Workshop on Information Hiding. pp. 345-355. 1988.
  4. B. Pfizmann. Information hiding terminology. Proc. First International Information Hiding Workshop. LNCS 1174. pp. 347-350. 1996.
  5. K.H. Jung, K.Y. Yoo, Data hiding using image interpolation, Computer Standards & Interfaces 31(2), pp. 465-470, 2009. https://doi.org/10.1016/j.csi.2008.06.001
  6. K.H. Jung, K.Y. Yoo, Data hiding based on two-stage referencing for two-colour images, The Imaging Science Journal 61, pp. 475-483, 2013. https://doi.org/10.1179/1743131X12Y.0000000036
  7. W.J. Kim, P.H. Kim, J.H. Lee, K.H. Jung, K.Y. Yoo, Reversible data hiding method based on min/max in 2x2 sub-blocks, Journal of The Institute of Electronics and Information Engineers 51(4), pp. 69-75, 2014. https://doi.org/10.5573/ieie.2014.51.4.069
  8. R.Z Wang, C.F Lin, J.C Lin, Hiding data in images by optimal moderately significant-bit replacement, IEE Electron. Lett. 36 (25), pp.2069-2070, 2000. https://doi.org/10.1049/el:20001429
  9. D. C. Wu and W. H. Tsai. A steganographic method for images by pixel-value differencing, Journal of Pattern Recognition Letters 24(9), pp. 1613-1626, 2003. https://doi.org/10.1016/S0167-8655(02)00402-6
  10. J. Tian, Reversible data embedding using a difference expansion, IEEE Transactions on Circuits and Systems for Video Technology 13(8), pp. 890-896, 2003. https://doi.org/10.1109/TCSVT.2003.815962
  11. L.C. Huang, L.Y. Tseng, M.S. Hwang, A reversible data hiding method by histogram shifting in high quality medical images, J Syst Software 86. pp. 716-727, 2013. https://doi.org/10.1016/j.jss.2012.11.024
  12. D. Bucerzan, C. Ratiu, M.J. Manolescu, SmartSteg: a new android based steganography application, Int J Comput Commun 8(5), pp. 681-688, 2013 https://doi.org/10.15837/ijccc.2013.5.642
  13. S. Sivakumar, B. Rajesh, Steganography on android based smart phones, IJCSMC 3(5), pp. 1051-1054, 2014
  14. H. Punjabi, D. Agrawal, S. Kumari, E. Bhagdev, StegoMMS for smartphones, IJETAE 4(3), pp. 829-832, 2014
  15. S. Mersal, S. Alhazmi, R. Alamoudi, N. Almuzaini, Arabic text steganography in smartphone, IJCIT 3(2), pp. 441-445, 2014
  16. W.C. Wu, Z.W. Lin, W.T. Wong, Application of QR-code steganography using data embedding technique, Information Technology Convergence 253, pp. 597-605, 2013 https://doi.org/10.1007/978-94-007-6996-0_63
  17. Skia, https://sites.google.com/site/skiadocs/
  18. Skia Source, https://skia.googlesource.com/skia/