CFP last date
22 April 2024
Reseach Article

A Generation-based Text Steganography Method using SQL Queries

by Youssef Bassil
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 57 - Number 12
Year of Publication: 2012
Authors: Youssef Bassil
10.5120/9169-3571

Youssef Bassil . A Generation-based Text Steganography Method using SQL Queries. International Journal of Computer Applications. 57, 12 ( November 2012), 27-31. DOI=10.5120/9169-3571

@article{ 10.5120/9169-3571,
author = { Youssef Bassil },
title = { A Generation-based Text Steganography Method using SQL Queries },
journal = { International Journal of Computer Applications },
issue_date = { November 2012 },
volume = { 57 },
number = { 12 },
month = { November },
year = { 2012 },
issn = { 0975-8887 },
pages = { 27-31 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume57/number12/9169-3571/ },
doi = { 10.5120/9169-3571 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T21:00:17.409232+05:30
%A Youssef Bassil
%T A Generation-based Text Steganography Method using SQL Queries
%J International Journal of Computer Applications
%@ 0975-8887
%V 57
%N 12
%P 27-31
%D 2012
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Cryptography and Steganography are two techniques commonly used to secure and safely transmit digital data. Nevertheless, they do differ in important ways. In fact, cryptography scrambles data so that they become unreadable by eavesdroppers; while, steganography hides the very existence of data so that they can be transferred unnoticed. Basically, steganography is a technique for hiding data such as messages into another form of data such as images. Currently, many types of steganography are in use; however, there is yet no known steganography application for query languages such as SQL. This paper proposes a new steganography method for textual data. It encodes input text messages into SQL carriers made up of SELECT queries. In effect, the output SQL carrier is dynamically generated out of the input message using a dictionary of words implemented as a hash table and organized into 65 categories, each of which represents a particular character in the language. Generally speaking, every character in the message to hide is mapped to a random word from a corresponding category in the dictionary. Eventually, all input characters are transformed into output words which are then put together to form an SQL query. Experiments conducted, showed how the proposed method can operate on real examples proving the theory behind it. As future work, other types of SQL queries are to be researched including INSERT, DELETE, and UPDATE queries, making the SQL carrier quite puzzling for malicious third parties to recuperate the secret message that it encodes.

References
  1. Peter Wayner, 2009. Disappearing cryptography: information hiding: steganography & watermarking, 3rd Edition, Morgan Kaufmann Publishers.
  2. Greg Kipper, 2004. Investigator's Guide to Steganography, Auerbach Publications.
  3. W. Bender, D. Gruhl, N. Morimoto, and A. Lu, 1996. Techniques for data hiding, IBM Systems Journal, vol. 35, no. 3-4, pp. 313-336.
  4. Fabien A. P. Petitcolas, Ross J. Anderson and Markus G. Kuhn, 1999. Information Hiding - A Survey, Proceedings of the IEEE, special issue on protection of multimedia content, vol. 87, no. 7, pp. 1062-1078.
  5. Eric Cole, 2003. Hiding in Plain Sight: Steganography and the Art of Covert Communication, Wiley Publishing.
  6. Johnson, N. F. and Jajodia, S. , 1998. Exploring steganography: Seeing the unseen, Computer Journal, vol. 31, no. 2, pp. 26–34.
  7. Jessica Fridrich, 2009. Steganography in Digital Media: Principles, Algorithms, and Applications, Cambridge University Press.
  8. Bret Dunbar, 2002. Steganographic Techniques and their use in an Open-Systems Environment, The Information Security Reading Room, SANS Institute.
  9. Mohammad Shahreza, 2008. Text Steganography by Changing Words Spelling, ICACT.
  10. C. Zhi-li, H. Liu-sheng, Y. Zhen-shan, Z. Xin-xin,Z. Xue-ling, 2008. Effective Linguistic Steganography Detection, IEEE 8thInternational Conference on Computer and Information TechnologyWorkshops.
  11. Adnan Gutub and ManalFattani, 2007. A Novel Arabic Text Steganography Method Using Letter Points and Extensions, World Academy of Science, Engineering and Technology, Vol. 27.
  12. SudeepGhosh, 2007. StegHTML: A message hiding mechanism inHTML tags.
  13. S. Low, N. Maxemchuk, J. Brassil, L. O'Gorman, 1995. Document marking and identification using both line and word shifting, Proceedings of the 14th Annual Joint Conference of the IEEE Computer and Communications Societies, INFOCOM 95.
  14. W. Bender, D. Gruhl, N. Morimoto, A. Lu, 1996. Techniques fordata hiding IBM Systems Journal, vol. 35, no 3, pp. 313-336.
  15. M. H. Shirali-Shahreza, M. Shirali-Shahreza, 2008. ANew Synonym Text Steganography, IEEE International Conference on IntelligentInformation Hiding and Multimedia Signal Processing.
  16. M. Shirali-Shahreza, M. H. Shirali-Shahreza,2007. Text Steganography in Chat, 3rd IEEE/IFIP International Conference in Central Asia on Internet.
  17. Gregory Kipper, 2004. Investigator's guide to steganography, CRC Press.
  18. Mark Stamp, 2006. Information Security-Principles and Practice,Wiley Student Edition.
  19. C. Date, H. Darwen, 1997. A Guide to the SQL standard: a user's guide to the standard database language SQL, 4th edition, Addison Wesley.
  20. Larry Nyhoff, 2004. ADTs, Data Structures, and Problem Solving with C++, Prentice Hall.
Index Terms

Computer Science
Information Sciences

Keywords

Steganography Text Steganography SQL Queries