WO2012165807A2 - Information delivery system and method - Google Patents

Information delivery system and method Download PDF

Info

Publication number
WO2012165807A2
WO2012165807A2 PCT/KR2012/004128 KR2012004128W WO2012165807A2 WO 2012165807 A2 WO2012165807 A2 WO 2012165807A2 KR 2012004128 W KR2012004128 W KR 2012004128W WO 2012165807 A2 WO2012165807 A2 WO 2012165807A2
Authority
WO
WIPO (PCT)
Prior art keywords
information
binary data
query string
web page
network
Prior art date
Application number
PCT/KR2012/004128
Other languages
French (fr)
Korean (ko)
Other versions
WO2012165807A3 (en
Inventor
성기운
윤희태
류영준
임현철
Original Assignee
삼성에스디에스 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성에스디에스 주식회사 filed Critical 삼성에스디에스 주식회사
Publication of WO2012165807A2 publication Critical patent/WO2012165807A2/en
Publication of WO2012165807A3 publication Critical patent/WO2012165807A3/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types

Definitions

  • the present invention relates to a technique for transmitting and receiving digital information over a network.
  • An overlay network is a network in which networking devices or computers operating based on the Internet network communicate with each other by virtually forming an intercommunication network based on its own operating principle.
  • an operation method of establishing communication by grasping information of other nodes that each node constituting the network participates in is required.
  • a node to be newly entered is connected to a fixed specific server to receive information necessary for entry to an overlay network, or nodes that have already entered multicast / broadcast related information to other nodes.
  • a new node enters the overlay network.
  • the access information of the device (or server) that stores such access information is changed, the new entry node has no way of knowing the changed information, and the node to which the access information has been previously distributed cannot receive the updated information. Occurs.
  • multicasting / broadcasting is only provided in extremely limited environments, the number of nodes participating in or configuring the overlay network is reduced, resulting in lower availability of the overlay network and lower contribution of each node to the infrastructure. There is a problem that the likelihood of increasing investment costs increases.
  • the same problem occurs when the client transmits the access information for accessing the server side node in the network structure of the client server model.
  • the client server model if you want to increase the capacity of the server as the number of clients increases, in general, deploy one or more load balancers (such as a load balancer) for a plurality of servers, each with its own connection information.
  • the balancer is configured to forward traffic to multiple servers.
  • a DNS-based distributed structure can be considered.
  • the DNS server simply returns a simple list of load balancers that can be accessed or changes the connection address in a round-robin or random order, thus switching the connection according to the purpose of networking (the client directly selects the target server to connect to). You can't expect an active action such as
  • a method of providing a registrar server in front of the load balancer may also be considered. In this case, since all the traffic of the client is concentrated to a specific registrar server, the above-mentioned problem may occur in the registrar server as it is.
  • the present invention is to effectively transmit and receive concealed information between a sender and a receiver on a network.
  • the information delivery system for solving the above problems conceal information to be transmitted to binary data, and the information sender for posting the binary data and the predetermined query string hidden in the information to a web page on the network ; And an information receiver for retrieving the binary data posted to the web page on the network using the query string and obtaining the information concealed in the retrieved binary data.
  • the information sender for solving the above problems is a query generation module for generating a query string using a predetermined query string generation rule; An information hiding module for hiding information to be transmitted into binary data; And a publishing module for posting the query string and the binary data to a web page on the network so that the binary data can be retrieved from a search engine on a network by the query string.
  • the information receiver for solving the above problems is a query generation module for generating a query string using a predetermined query string generation rule; A search module for searching for binary data posted on a web page on a network by using the query string generated by the query generation module; And an information acquiring module for acquiring information concealed in the binary data searched by the searching module.
  • the information transmission method for solving the above problems, the information sender, generating a query string using a predetermined query string generation rule; Concealing, by the information sender, information to be transmitted into binary data; And posting, by the information sender, the query string and the binary data to a web page on a network such that the binary data can be retrieved from a search engine on a network by the query string.
  • the information receiving method for solving the above problems, the information receiver, generating a query string using a predetermined query string generation rule; Retrieving, by the information receiver, binary data posted to a web page on a network using the generated query string; And acquiring, by the information receiver, information concealed in the retrieved binary file.
  • FIG. 1 is a block diagram illustrating an information delivery system 100 according to an embodiment of the present invention.
  • FIG. 2 is a block diagram showing a detailed configuration of an information sender 102 according to an embodiment of the present invention.
  • FIG. 3 is a block diagram showing a detailed configuration of an information receiver 104 according to an embodiment of the present invention.
  • FIG. 4 is a flowchart illustrating an information transmission method 400 according to an embodiment of the present invention.
  • FIG. 5 is a flowchart illustrating an information receiving method 500 according to an embodiment of the present invention.
  • the information delivery system 100 includes an information sender 102, an information receiver 104, a web server 106, and a search engine 108.
  • each component in the information delivery system 100 is configured to be connected to each other via a network to transmit and receive data.
  • the network may include all kinds of communication networks capable of packet communication, such as wired / wireless Internet networks or mobile communication networks.
  • the information sender 102 is a component on the network for transmitting necessary information to the information receiver 104.
  • the information may be, for example, entry node (entry node) connection information (IP / port information, etc.) of a specific overlay network, and in this case, the information sender 102 is a kind of information for transmitting the access information. It may be an open server. As another example, the information may be connection information of a load balancer or a registrar server for accessing a specific network system.
  • this is only one example of an example in which the present invention can be used, and in the present invention, there is no limitation on the type of information to be transmitted by the information sender 102. That is, the present invention can be applied to any kind of system for sending and receiving hidden information on a network regardless of the type of information.
  • the information sender 102 conceals information to be transmitted in binary data.
  • the binary data may be, for example, a media file such as an image file, an audio file, or a video file.
  • a general text file or an executable file may also be binary data in the present invention.
  • the binary data may be hidden in the media file using steganography or digital watermarking techniques.
  • steganography or digital watermarking technique corresponds to a technique well known in the art to which the present invention pertains, and thus a detailed description thereof will be omitted.
  • the binary data is plain text, the binary data may be configured to include the information at a position promised between the information sender 102 and the information receiver 104 in the text.
  • the information may be encrypted using a predetermined encryption algorithm before being concealed in the binary data.
  • the extracted information is encrypted so that security can be further enhanced.
  • the information sender 102 posts the binary data in which the information is hidden and the preset query string to a web page on the network.
  • the query string is a keyword used by the information receiver 104 to retrieve the binary data on the network, and the information sender 102 includes a generation rule for generating such a query string internally.
  • the binary data is posted on the network so that when the information receiver 104 retrieves the query string through the search engine 106, a web page containing the binary data can be retrieved.
  • the binary data may be posted inside a web page returned as a search result when the information receiver 104 searches for the query string.
  • the information receiver 104 may search the query string through a search engine, access the web page returned as a search result, and download the binary data.
  • the binary data may be posted on the web page so that the binary data is output together with the search result screen output when the information receiver 104 searches for the query string.
  • most search engines output a portion of the web page content along with a link to the searched web page on the search result screen. Therefore, when the binary data is disposed in an appropriate place in a web page, at least a part of the binary data may be output on a search result screen of a search engine.
  • the information receiver 104 can obtain the binary data without directly visiting the web page. In this way, the binary data arrangement position in the Ep page to be displayed on the search result screen may be appropriately determined according to the content extraction algorithm of the search engine.
  • the information receiver 104 is a component on the network for receiving information from the information sender 102.
  • the information when the information is entry node (entry node) connection information (IP / port information, etc.) of a specific overlay network, the information receiver 104 receives the access information and enters the overlay network. It may be a node (ie, a new entry node or a node attempting to re-enter after leaving).
  • the information is connection information of a load balancer or a registration server (Registrar server) for accessing a specific network system
  • the information receiver 104 may be a client terminal to access the network system.
  • the information receiver 104 includes the same query string generation rules as the information sender 102, which generates a query string and retrieves the binary data posted to the web page on the network using the generated query string. Specifically, the information receiver 104 may transmit the generated query string to the search engine 108 and find the URL of the web page from the received search result in response thereto, and use the same to search the web page. You can access and download binary data. Alternatively, the generated query string may be transmitted to the search engine 108, and the information sender 102 may obtain information intended to be included in the search result from the search result received in response thereto.
  • the information receiver 104 When binary data is downloaded or obtained from a search result screen, the information receiver 104 obtains information concealed in the binary data. To this end, the information receiver 104 may separate the information concealed by the steganographic or digital watermarking scheme from the binary data using a key or the like previously shared with the information sender 102. If the separated information is encrypted, the information receiver 104 may decrypt the encrypted information using a predetermined decryption algorithm promised with the information sender 102. In addition, if the binary data is in plain text form, the information receiver 104 may separate the desired information from the text according to rules previously agreed with the information sender 102. For example, the information can be promised in advance to be extracted from a specific location of the text or a predetermined number of digits from a specific starting string.
  • the web server 106 receives from the information sender 104 a web page containing the hidden data and the generated query string and publishes it on the network.
  • the search engine 108 is a component on the network that reads information about the web page from the web server 106 and stores it in an internal database using a web crawler or the like. It may be a web search service provider such as Yahoo.
  • the database of the search engine 108 outputs the promised query string between the information sender 102 and the information receiver 104, the URL of the web page provided by the information sender 102, and the search result page of the web page.
  • the information is stored to match each other, and thus, when the information receiver 104 searches the query string using the search engine 108, the URL of the web page and the information matched with the web page may be returned.
  • the information delivery system 100 may include one or more secondary web servers 110.
  • the secondary web servers 110 may be configured to publish one or more secondary web pages on the network, including links that point to web pages that contain binary data posted to the web server 106.
  • search engines such as Google
  • the result pages according to a specific query are sorted according to the sorting algorithm inside the search engine.
  • the larger the number of outbound links the more important pages are recognized as important pages. Ranked. Therefore, the more the web page is linked by the secondary web servers 110, the higher the ranking in the search results of the web page, and accordingly, the probability that the information receiver 104 finds the web page from the search results is also increased.
  • the information sender 102 may include a query generation module 200, an information hiding module 202, and a publishing module 204.
  • the query generation module 200 includes a query string generation rule promised in advance with the information receiver 104, and generates a query string using the same.
  • the information hiding module 202 conceals information to be transmitted to binary data such as text, executable, image file, audio file, or video file using steganography or digital watermarking techniques.
  • the publishing module 204 posts the query string and the binary data to a web page on the network such that the binary data is searchable from a search engine on the network by the query string.
  • the posting module 204 may post the binary data to a web page on a network so that the binary data is exposed on a search result screen by the search engine.
  • the information sender 102 may further include an encryption module (not shown) as needed.
  • the encryption module encrypts the information to be hidden in the binary data in the information concealment module 202 using a preset encryption key, etc.
  • the information concealment module 202 is configured to encrypt the information by the encryption module.
  • the binary data is hidden.
  • the information receiver 104 includes a query generation module 300, a retrieval module 302, and an information acquisition module 304.
  • the query generation module 300 includes a query string generation rule promised in advance with the information sender 102, and generates a query string by using the rule.
  • the search module 302 searches for binary data posted to a web page on a network by using the query string generated by the query generation module 300. Specifically, the search module 302 transmits the generated query string to the search engine 108 on the network, and the search engine 108 transmits a search result according to the query string to the search module 302. The search module 302 then recognizes the URL of the web page from the search result, accesses the web page using the URL to obtain the binary data, or retrieves the binary data from the information output on the search result screen. At least get some.
  • the information acquisition module 304 obtains information concealed in the binary data retrieved by the retrieval module 302.
  • the binary data includes information concealed using a steganography or digital watermarking technique
  • the information obtaining module 304 uses the preset information extraction algorithm to store the information concealed in the binary data. Obtained
  • the information receiver 104 may further include a decryption module (not shown) as necessary.
  • the decryption module decrypts the information obtained from the binary data by the information acquisition module 304 using a predetermined decryption key or the like.
  • FIG. 4 is a flowchart illustrating an information transmission method 400 according to an embodiment of the present invention.
  • each step may be performed in a different order as necessary, or some steps may be omitted, and all such modifications fall within the scope of the present invention. .
  • the information sender 102 generates a query string using a preset query string generation rule (402).
  • the information to be transmitted is concealed (404) in binary data such as an image file, an audio file or a video file.
  • the information can be hidden in the binary data using steganography or digital watermarking techniques.
  • the step of encrypting the information using a predetermined encryption key or encryption algorithm may be performed before hiding the information.
  • the query string and the binary data are posted to a web page on the network so that the binary data can be retrieved from a search engine on a network by the query string (406).
  • the binary data may be posted on a web page on a network so that at least some of the binary data may be exposed on a search result screen by the search engine.
  • FIG. 5 is a flowchart illustrating an information receiving method 500 according to an embodiment of the present invention.
  • the information receiver 104 generates a query string using a preset query string generation rule (502), and retrieves binary data posted to a web page on a network using the generated query string and a search engine (504). ). Web page search and binary data extraction using the query string have been described above in detail.
  • the information receiver 104 obtains the information concealed in the retrieved binary data by using a predetermined information extraction algorithm (506).
  • the method may further perform the step of decrypting the information obtained from the retrieved binary data using a predetermined decryption key.
  • embodiments of the present invention may be used to propagate connection information of an overlay network.
  • the open server belonging to the overlay network hides entry node access information (IP / port information, etc.) of the overlay network to which it belongs, and hides the hidden image.
  • the node intending to enter the overlay network generates a query string for searching the SNS page by a predetermined algorithm, and finds the URL of the SNS page by searching the query string in a search engine.
  • the node downloads the image from the SNS page, and accesses an overlay network by using the access information hidden in the downloaded image.
  • the present invention can also be used to deliver connection information of a load balancer to a client side in a network structure of a client server model including a plurality of servers and a load balancer located in front of the server.
  • the sender hides the connection information of the added load balancer on an image and posts it to an SNS page, and the client terminal downloads the image posted on the SNS page and loads concealed therefrom. You can find out the connection information of the balancer.
  • server-side configuration that is, the number and placement of servers and load balancers
  • client side the client terminal only knows the rule of generating the query string that can receive the changed configuration, it can obtain the changed access information even if the user's binary (execution file, etc.) is not updated again by the server whenever there is a server side change. have.
  • an embodiment of the present invention may include a computer readable recording medium including a program for performing the methods described herein on a computer.
  • the computer-readable recording medium may include program instructions, local data files, local data structures, etc. alone or in combination.
  • the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those skilled in the computer software arts.
  • Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical recording media such as CD-ROMs, DVDs, magnetic-optical media such as floppy disks, and ROM, RAM, flash memory, and the like.
  • Hardware devices specifically configured to store and execute program instructions are included.
  • Examples of program instructions may include high-level language code that can be executed by a computer using an interpreter as well as machine code such as produced by a compiler.

Abstract

The present invention relates to an information delivery system and method. The information delivery system according to an embodiment of the present invention includes: an information transmitter for concealing information to be transmitted in binary data, and publishing the binary data including the concealed binary data and a predetermined query string into a web page on a network; and an information receiver for searching for the binary data published in the web page on a network by using the query string, and obtaining the information concealed in the searched binary data.

Description

정보 전달 시스템 및 방법Information delivery system and method
본 발명은 네트워크상에서 디지털 정보의 송수신 기술과 관련된다.The present invention relates to a technique for transmitting and receiving digital information over a network.
오버레이 네트워크(Overlay Network)는 인터넷망을 기반으로 동작하는 네트워킹 장치 또는 컴퓨터들이 자체적 동작 원리에 기반하여 상호 통신망을 가상으로 형성하여 통신하는 네트워크이다. 이러한 오버레이 네트워크에서는 네트워크를 구성하는 각 노드들이 기 참여한 타 노드들의 정보를 파악하여 통신을 성립시키는 동작 방식이 요구된다.An overlay network is a network in which networking devices or computers operating based on the Internet network communicate with each other by virtually forming an intercommunication network based on its own operating principle. In such an overlay network, an operation method of establishing communication by grasping information of other nodes that each node constituting the network participates in is required.
이러한 동작을 위해 기존 방식들의 경우, 새로 진입하고자 하는 노드가 고정된 특정 서버 등에 접속하여 오버레이 네트워크 진입을 위해 필요한 정보를 전달 받거나 혹은 기 진입한 노드들이 관련 정보를 멀티캐스팅/브로드캐스팅하여 타 노드에 공유함으로써 신규 노드가 오버레이 네트워크에 진입하게 된다. 그러나 이러한 접속정보를 저장한 장치(또는 서버) 자체에 대한 접속 정보가 변경되는 경우 신규 진입 노드는 변경된 정보를 알 방법이 없고, 접속 정보가 기 배포된 노드는 갱신된 정보를 전달 받지 못하게 되는 문제가 발생한다. 또한 멀티캐스팅/브로드캐스팅 방식은 극히 제한적인 환경에서만 제공되기 때문에 오버레이 네트워크에 참여하거나 해당 네트워크를 구성하는 노드의 수가 감소하게 되며, 그로 인해 해당 오버레이 네트워크의 가용성이 떨어지며, 각 노드의 기여도가 낮아 인프라 투자 비용이 증가할 가능성이 높아지게 되는 문제점이 있다.For this operation, in case of existing methods, a node to be newly entered is connected to a fixed specific server to receive information necessary for entry to an overlay network, or nodes that have already entered multicast / broadcast related information to other nodes. By sharing, a new node enters the overlay network. However, when the access information of the device (or server) that stores such access information is changed, the new entry node has no way of knowing the changed information, and the node to which the access information has been previously distributed cannot receive the updated information. Occurs. In addition, since multicasting / broadcasting is only provided in extremely limited environments, the number of nodes participating in or configuring the overlay network is reduced, resulting in lower availability of the overlay network and lower contribution of each node to the infrastructure. There is a problem that the likelihood of increasing investment costs increases.
한편, 이와 같은 문제점은 클라이언트 서버 모델의 네트워크 구조 상에서 서버 측 노드에 접속하기 위한 접속정보를 클라이언트에 전달할 때에도 동일하게 발생한다. 클라이언트 서버 모델에서 클라이언트 수의 증가에 따라 서버의 용량을 확충하고자 하는 경우, 일반적으로 각자 고유의 접속정보를 갖는 복수 개의 서버들에 대해 1개 이상의 부하분산장비(로드밸런서 등)를 배치하고 각 로드밸런서가 복수 개의 서버로 트래픽을 전달하도록 구성된다.On the other hand, the same problem occurs when the client transmits the access information for accessing the server side node in the network structure of the client server model. In the client server model, if you want to increase the capacity of the server as the number of clients increases, in general, deploy one or more load balancers (such as a load balancer) for a plurality of servers, each with its own connection information. The balancer is configured to forward traffic to multiple servers.
그러나 이와 같이 복수 개의 서버의 앞단에 로드밸런서를 배치하는 경우, 클라이언트로부터의 트래픽이 로드밸런서에 집중되어 접속부하가 발생하게 된다. 따라서 이를 해결하기 위하여 로드밸런서를 추가로 배치할 필요가 있으나, 이 경우 새로 추가된 로드밸런서의 접속정보를 클라이언트에 전달하는 것이 매우 어렵다는 문제가 있다.However, when the load balancer is arranged in front of the plurality of servers in this way, traffic from the client is concentrated on the load balancer, which causes connection load. Therefore, in order to solve this problem, it is necessary to additionally deploy a load balancer, but in this case, there is a problem that it is very difficult to deliver the access information of the newly added load balancer to the client.
위와 같은 문제에 대한 보완책으로 DNS 기반 분산 구조를 고려해 볼 수 있다. 그러나 DNS 서버는 단순히 접속 가능한 로드밸런서의 단순 리스트를 반환하거나 Round-robin 또는 랜덤의 순서로 접속주소를 변경하여 반환하는 방식이기 때문에 네트워킹의 목적에 따른 접속 전환(접속할 대상서버를 클라이언트가 직접 선택하는) 등의 능동적 동작을 기대할 수 없다. 또한, 로드밸런서의 앞단에 등록(Registrar) 서버를 구비하는 방식 또한 고려해 볼 수 있으나, 이 경우 모든 클라이언트의 트래픽이 특정 Registrar 서버로 집중되므로 앞서 언급한 문제점이 그대로 Registrar 서버에 동일하게 발생하게 된다.As a countermeasure to the above problem, a DNS-based distributed structure can be considered. However, the DNS server simply returns a simple list of load balancers that can be accessed or changes the connection address in a round-robin or random order, thus switching the connection according to the purpose of networking (the client directly selects the target server to connect to). You can't expect an active action such as In addition, a method of providing a registrar server in front of the load balancer may also be considered. In this case, since all the traffic of the client is concentrated to a specific registrar server, the above-mentioned problem may occur in the registrar server as it is.
본 발명은 네트워크상에서 송신자와 수신자 사이에 은닉된 정보를 효과적으로 송수신하기 위한 것이다.The present invention is to effectively transmit and receive concealed information between a sender and a receiver on a network.
상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 정보 전달 시스템은 송신하려는 정보를 바이너리 데이터에 은닉하고, 상기 정보가 은닉된 바이너리 데이터 및 기 설정된 쿼리 문자열을 네트워크상의 웹 페이지에 게시하는 정보 송신자; 및 상기 쿼리 문자열을 이용하여 네트워크상에서 상기 웹 페이지에 게시된 바이너리 데이터를 검색하고, 검색된 상기 바이너리 데이터에 은닉된 상기 정보를 획득하는 정보 수신자를 포함한다.The information delivery system according to an embodiment of the present invention for solving the above problems conceal information to be transmitted to binary data, and the information sender for posting the binary data and the predetermined query string hidden in the information to a web page on the network ; And an information receiver for retrieving the binary data posted to the web page on the network using the query string and obtaining the information concealed in the retrieved binary data.
한편, 상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 정보 송신자는 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 쿼리 생성 모듈; 송신하려는 정보를 바이너리 데이터에 은닉하는 정보 은닉 모듈; 및 상기 쿼리 문자열에 의하여 상기 바이너리 데이터가 네트워크상의 검색 엔진으로부터 검색 가능하도록, 상기 쿼리 문자열 및 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시하는 게시 모듈을 포함한다.On the other hand, the information sender according to an embodiment of the present invention for solving the above problems is a query generation module for generating a query string using a predetermined query string generation rule; An information hiding module for hiding information to be transmitted into binary data; And a publishing module for posting the query string and the binary data to a web page on the network so that the binary data can be retrieved from a search engine on a network by the query string.
한편, 상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 정보 수신자는 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 쿼리 생성 모듈; 상기 쿼리 생성 모듈에서 생성된 상기 쿼리 문자열을 이용하여 네트워크상의 웹 페이지에 게시된 바이너리 데이터를 검색하는 검색 모듈; 및 상기 검색 모듈에서 검색된 상기 바이너리 데이터에 은닉된 정보를 획득하는 정보 획득 모듈을 포함한다.On the other hand, the information receiver according to an embodiment of the present invention for solving the above problems is a query generation module for generating a query string using a predetermined query string generation rule; A search module for searching for binary data posted on a web page on a network by using the query string generated by the query generation module; And an information acquiring module for acquiring information concealed in the binary data searched by the searching module.
한편, 상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 정보 송신 방법은, 정보 송신자가, 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 단계; 상기 정보 송신자가, 송신하려는 정보를 바이너리 데이터에 은닉하는 단계; 및 상기 정보 송신자가, 상기 쿼리 문자열에 의하여 상기 바이너리 데이터가 네트워크상의 검색 엔진으로부터 검색 가능하도록, 상기 쿼리 문자열 및 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시하는 단계를 포함한다.On the other hand, the information transmission method according to an embodiment of the present invention for solving the above problems, the information sender, generating a query string using a predetermined query string generation rule; Concealing, by the information sender, information to be transmitted into binary data; And posting, by the information sender, the query string and the binary data to a web page on a network such that the binary data can be retrieved from a search engine on a network by the query string.
한편, 상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 정보 수신 방법은, 정보 수신자가, 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 단계; 상기 정보 수신자가, 생성된 상기 쿼리 문자열을 이용하여 네트워크상의 웹 페이지에 게시된 바이너리 데이터를 검색하는 단계; 및 상기 정보 수신자가, 검색된 상기 바이너리 파일에 은닉된 정보를 획득하는 단계를 포함한다.On the other hand, the information receiving method according to an embodiment of the present invention for solving the above problems, the information receiver, generating a query string using a predetermined query string generation rule; Retrieving, by the information receiver, binary data posted to a web page on a network using the generated query string; And acquiring, by the information receiver, information concealed in the retrieved binary file.
본 발명의 실시예들에 따를 경우, 검색 엔진을 매개로 하여 송신자와 수신자 간에 정보를 송수신하므로, 네트워크 관리자 등에 의하여 송신자로의 네트워크 연결이 차단된 경우에도 송신자와 수신자 간에 원활하게 정보를 주고받을 수 있다.According to the embodiments of the present invention, since information is transmitted and received between a sender and a receiver through a search engine, even when the network connection to the sender is blocked by a network manager, the sender and the receiver can smoothly exchange information. have.
또한 정보를 미디어 데이터의 내부에 은닉할 경우에는, 수신자가 아닌 제3자에게는 단순한 미디어 파일로만 인식되어 주목을 끌지 않게 되므로 보다 안전하게 정보를 주고받을 수 있는 장점이 있다.In addition, when information is concealed inside the media data, it is recognized as a simple media file by a non-recipient third party and thus does not attract attention.
도 1은 본 발명의 일 실시예에 따른 정보 전달 시스템(100)을 설명하기 위한 블록도이다.1 is a block diagram illustrating an information delivery system 100 according to an embodiment of the present invention.
도 2는 본 발명의 일 실시예에 따른 정보 송신자(102)의 상세 구성을 나타낸 블록도이다.2 is a block diagram showing a detailed configuration of an information sender 102 according to an embodiment of the present invention.
도 3은 본 발명의 일 실시예에 따른 정보 수신자(104)의 상세 구성을 나타낸 블록도이다.3 is a block diagram showing a detailed configuration of an information receiver 104 according to an embodiment of the present invention.
도 4는 본 발명의 일 실시예에 따른 정보 송신 방법(400)을 나타낸 순서도이다.4 is a flowchart illustrating an information transmission method 400 according to an embodiment of the present invention.
도 5는 본 발명의 일 실시예에 따른 정보 수신 방법(500)을 나타낸 순서도이다.5 is a flowchart illustrating an information receiving method 500 according to an embodiment of the present invention.
<부호의 설명><Description of the code>
100: 정보 전달 시스템100: information delivery system
102: 정보 송신자102: information sender
104: 정보 수신자104: information recipient
106: 웹 서버106: web server
108: 검색 엔진108: search engine
110: 보조 웹 서버110: secondary web server
200: 쿼리 생성 모듈200: query generation module
202: 정보 은닉 모듈202: information hiding module
204: 게시 모듈204: publishing module
300: 쿼리 생성 모듈300: query generation module
302: 검색 모듈302: search module
304: 정보 획득 모듈304: information acquisition module
이하, 도면을 참조하여 본 발명의 구체적인 실시형태를 설명하기로 한다. 그러나 이는 예시에 불과하며 본 발명은 이에 제한되지 않는다.Hereinafter, specific embodiments of the present invention will be described with reference to the drawings. However, this is only an example and the present invention is not limited thereto.
본 발명을 설명함에 있어서, 본 발명과 관련된 공지기술에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략하기로 한다. 그리고, 후술되는 용어들은 본 발명에서의 기능을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다. In describing the present invention, when it is determined that the detailed description of the known technology related to the present invention may unnecessarily obscure the subject matter of the present invention, the detailed description thereof will be omitted. In addition, terms to be described below are terms defined in consideration of functions in the present invention, which may vary according to the intention or custom of a user or an operator. Therefore, the definition should be made based on the contents throughout the specification.
본 발명의 기술적 사상은 청구범위에 의해 결정되며, 이하의 실시예는 본 발명의 기술적 사상을 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 효율적으로 설명하기 위한 일 수단일 뿐이다.The technical spirit of the present invention is determined by the claims, and the following embodiments are merely means for efficiently explaining the technical spirit of the present invention to those skilled in the art.
도 1은 본 발명의 일 실시예에 따른 정보 전달 시스템(100)을 설명하기 위한 블록도이다. 도시된 바와 같이, 본 발명의 일 실시예에 따른 정보 전달 시스템(100)은 정보 송신자(102), 정보 수신자(104), 웹 서버(106) 및 검색 엔진(108)을 포함한다. 도시된 실시예에서, 정보 전달 시스템(100) 내의 각 구성요소들은 네트워크를 통하여 서로 연결되어 데이터를 송수신하도록 구성된다. 상기 네트워크는 유/무선 인터넷망 또는 이동통신망 등 패킷 통신이 가능한 모든 종류의 통신망을 포함할 수 있다.1 is a block diagram illustrating an information delivery system 100 according to an embodiment of the present invention. As shown, the information delivery system 100 according to an embodiment of the present invention includes an information sender 102, an information receiver 104, a web server 106, and a search engine 108. In the illustrated embodiment, each component in the information delivery system 100 is configured to be connected to each other via a network to transmit and receive data. The network may include all kinds of communication networks capable of packet communication, such as wired / wireless Internet networks or mobile communication networks.
정보 송신자(102)는 정보 수신자(104)로 필요한 정보를 송신하기 위한 네트워크상의 구성요소이다. 상기 정보는 예를 들어, 특정 오버레이 네트워크(Overlay Network)의 엔트리 노드(Entry Node) 접속 정보(아이피/포트 정보 등)일 수 있으며, 이 경우 정보 송신자(102)는 상기 접속 정보를 전달하기 위한 일종의 오픈 서버(Open Server)일 수 있다. 또한, 다른 예로서, 상기 정보는 특정 네트워크 시스템에 접속하기 위한 로드밸런서 또는 등록 서버(Registrar 서버)의 접속 정보일 수 있다. 그러나 이는 본 발명이 사용될 수 있는 예에 대한 하나의 예시일 뿐, 본 발명에서 정보 송신자(102)에서 송신하고자 하는 정보의 종류에는 제한이 없음에 유의한다. 즉, 본 발명은 정보의 종류에 관계없이 네트워크상에서 은닉된 정보를 주고받기 위한 어떠한 종류의 시스템에도 적용될 수 있다.The information sender 102 is a component on the network for transmitting necessary information to the information receiver 104. The information may be, for example, entry node (entry node) connection information (IP / port information, etc.) of a specific overlay network, and in this case, the information sender 102 is a kind of information for transmitting the access information. It may be an open server. As another example, the information may be connection information of a load balancer or a registrar server for accessing a specific network system. However, it is noted that this is only one example of an example in which the present invention can be used, and in the present invention, there is no limitation on the type of information to be transmitted by the information sender 102. That is, the present invention can be applied to any kind of system for sending and receiving hidden information on a network regardless of the type of information.
정보 송신자(102)는 송신하려는 정보를 바이너리 데이터에 은닉한다. 상기 바이너리 데이터는 예를 들어 이미지 파일, 오디오 파일 또는 비디오 파일 등의 미디어 파일일 수 있으나, 이와 달리 일반적인 텍스트 파일 또는 실행 파일 또한 본 발명에서의 바이너리 데이터가 될 수 있다. 상기 바이너리 데이터가 이미지 파일일 경우, 상기 정보는 스테가노그래피(steganography) 또는 디지털 워터마킹(digital watermarking) 기법을 이용하여 상기 미디어 파일에 은닉될 수 있다. 이와 같은 스테가노그래피 또는 디지털 워터마킹 기법에 대해서는 본 발명이 속하는 기술분야에서 잘 알려져 있는 기술에 해당하므로 여기서는 그 상세한 설명을 생략하기로 한다. 또한, 상기 바이너리 데이터가 일반 텍스트일 경우에는 상기 텍스트 내부의 정보 송신자(102)와 정보 수신자(104) 간에 약속된 위치에 상기 정보가 포함되도록 상기 바이너리 데이터를 구성할 수 있다.The information sender 102 conceals information to be transmitted in binary data. The binary data may be, for example, a media file such as an image file, an audio file, or a video file. Alternatively, a general text file or an executable file may also be binary data in the present invention. When the binary data is an image file, the information may be hidden in the media file using steganography or digital watermarking techniques. Such a steganography or digital watermarking technique corresponds to a technique well known in the art to which the present invention pertains, and thus a detailed description thereof will be omitted. In addition, when the binary data is plain text, the binary data may be configured to include the information at a position promised between the information sender 102 and the information receiver 104 in the text.
또한, 상기 정보는 바이너리 데이터에 은닉되기 전 소정의 암호화 알고리즘을 이용하여 암호화될 수 있다. 이 경우에는 제3자가 상기 바이너리 데이터로부터 상기 정보를 분리해 내더라도 추출된 정보 자체가 암호화되어 있으므로 보안성이 한 층 강화될 수 있다.In addition, the information may be encrypted using a predetermined encryption algorithm before being concealed in the binary data. In this case, even if a third party separates the information from the binary data, the extracted information itself is encrypted so that security can be further enhanced.
송신하려는 정보가 바이너리 데이터에 은닉되면, 정보 송신자(102)는 정보가 은닉된 바이너리 데이터 및 기 설정된 쿼리 문자열을 네트워크상의 웹 페이지에 게시한다. 상기 쿼리 문자열은 네트워크상에서 정보 수신자(104)가 상기 바이너리 데이터를 검색하는 데 사용되는 키워드로서, 정보 송신자(102)는 내부적으로 이러한 쿼리 문자열을 생성하기 위한 생성 규칙을 포함한다. If the information to be transmitted is concealed in the binary data, the information sender 102 posts the binary data in which the information is hidden and the preset query string to a web page on the network. The query string is a keyword used by the information receiver 104 to retrieve the binary data on the network, and the information sender 102 includes a generation rule for generating such a query string internally.
상기 바이너리 데이터는 정보 수신자(104)가 검색 엔진(106)을 통하여 상기 쿼리 문자열을 검색할 경우 상기 바이너리 데이터가 포함된 웹 페이지가 검색될 수 있도록 네트워크상에 게시된다. 예를 들어, 상기 바이너리 데이터는 정보 수신자(104)가 상기 쿼리 문자열을 검색할 경우 검색 결과로 반환되는 웹 페이지 내부에 게시될 수 있다. 이 경우 정보 수신자(104)는 상기 쿼리 문자열을 검색 엔진을 통해 검색하고, 검색 결과로 반환되는 웹 페이지에 접속하여 상기 바이너리 데이터를 다운로드할 수 있다.The binary data is posted on the network so that when the information receiver 104 retrieves the query string through the search engine 106, a web page containing the binary data can be retrieved. For example, the binary data may be posted inside a web page returned as a search result when the information receiver 104 searches for the query string. In this case, the information receiver 104 may search the query string through a search engine, access the web page returned as a search result, and download the binary data.
또한, 상기 바이너리 데이터는 정보 수신자(104)가 상기 쿼리 문자열을 검색할 경우 출력되는 검색 결과 화면에 함께 출력되도록 상기 웹 페이지에 게시될 수도 있다. 예를 들어, 대부분의 검색 엔진의 경우 검색 결과 화면에 검색된 웹 페이지로의 링크와 함께 해당 웹 페이지 콘텐츠의 일부가 함께 출력된다. 따라서 상기 바이너리 데이터를 웹 페이지 내의 적절한 장소에 배치할 경우 검색 엔진에서의 검색 결과 화면에 상기 바이너리 데이터의 적어도 일부가 출력되도록 할 수 있다. 이와 같이 구성될 경우, 정보 수신자(104)는 해당 웹 페이지에 직접 방문하지 않고도 상기 바이너리 데이터를 획득할 수 있게 된다. 이와 같이 검색 결과 화면에 출력되기 위한 엡 페이지 내의 바이너리 데이터 배치 위치는 검색 엔진의 콘텐츠 추출 알고리즘에 따라 적절히 정해질 수 있다.Further, the binary data may be posted on the web page so that the binary data is output together with the search result screen output when the information receiver 104 searches for the query string. For example, most search engines output a portion of the web page content along with a link to the searched web page on the search result screen. Therefore, when the binary data is disposed in an appropriate place in a web page, at least a part of the binary data may be output on a search result screen of a search engine. When configured in this way, the information receiver 104 can obtain the binary data without directly visiting the web page. In this way, the binary data arrangement position in the Ep page to be displayed on the search result screen may be appropriately determined according to the content extraction algorithm of the search engine.
정보 수신자(104)는 정보 송신자(102)로부터 정보를 수신하기 위한 네트워크상의 구성요소이다. 전술한 예에서, 상기 정보가 특정 오버레이 네트워크(Overlay Network)의 엔트리 노드(Entry Node) 접속 정보(아이피/포트 정보 등)일 경우, 정보 수신자(104)는 상기 접속 정보를 전달받아 오버레이 네트워크에 진입하고자 하는 노드(즉, 신규 진입 노드 또는 이탈 후 재진입을 시도하는 노드)일 수 있다. 또한, 상기 정보가 특정 네트워크 시스템에 접속하기 위한 로드밸런서 또는 등록 서버(Registrar 서버)의 접속 정보일 경우, 정보 수신자(104)는 상기 네트워크 시스템에 접속하려는 클라이언트 단말일 수 있다.The information receiver 104 is a component on the network for receiving information from the information sender 102. In the above example, when the information is entry node (entry node) connection information (IP / port information, etc.) of a specific overlay network, the information receiver 104 receives the access information and enters the overlay network. It may be a node (ie, a new entry node or a node attempting to re-enter after leaving). In addition, when the information is connection information of a load balancer or a registration server (Registrar server) for accessing a specific network system, the information receiver 104 may be a client terminal to access the network system.
정보 수신자(104)는 정보 송신자(102)와 동일한 쿼리 문자열 생성 규칙을 포함하며, 이를 이용하여 쿼리 문자열을 생성하고 생성된 쿼리 문자열을 이용하여 네트워크상의 상기 웹 페이지에 게시된 바이너리 데이터를 검색한다. 구체적으로, 정보 수신자(104)는 생성된 상기 쿼리 문자열을 검색 엔진(108)으로 송신하고, 그에 대한 응답으로 수신된 검색 결과로부터 상기 웹 페이지의 URL을 알아낼 수 있으며, 이를 이용하여 상기 웹 페이지에 접근하여 바이너리 데이터를 다운로드할 수 있다. 혹은, 생성된 상기 쿼리 문자열을 검색 엔진(108)으로 송신하고, 그에 대한 응답으로 수신된 검색 결과로부터 정보 송신자(102)가 검색결과에 포함되도록 의도한 정보를 획득할 수 있다.The information receiver 104 includes the same query string generation rules as the information sender 102, which generates a query string and retrieves the binary data posted to the web page on the network using the generated query string. Specifically, the information receiver 104 may transmit the generated query string to the search engine 108 and find the URL of the web page from the received search result in response thereto, and use the same to search the web page. You can access and download binary data. Alternatively, the generated query string may be transmitted to the search engine 108, and the information sender 102 may obtain information intended to be included in the search result from the search result received in response thereto.
바이너리 데이터가 다운로드되거나 또는 검색 결과 화면으로부터 획득되면, 정보 수신자(104)는 상기 바이너리 데이터에 은닉된 정보를 획득한다. 이를 위하여, 정보 수신자(104)는 정보 송신자(102)와 사전에 공유된 키(key) 등을 이용하여 스테가노그래피 또는 디지털 워터마킹 방식으로 은닉된 정보를 바이너리 데이터로부터 분리해낼 수 있다. 만약 분리된 정보가 암호화되어 있는 경우, 정보 수신자(104)는 정보 송신자(102)와 약속된 소정의 복호화 알고리즘을 이용하여 상기 암호화된 정보를 복호화할 수 있다. 또한 만약 상기 바이너리 데이터가 일반 텍스트 형태일 경우, 정보 수신자(104)는 정보 송신자(102)와 사전에 약속된 규칙에 따라 상기 텍스트로부터 원하는 정보를 분리할 수 있다. 예를 들어, 상기 정보는 상기 텍스트의 특정 위치로부터 추출되거나 또는 특정 시작 문자열로부터 소정 자릿수만큼 추출되도록 사전에 약속될 수 있다.When binary data is downloaded or obtained from a search result screen, the information receiver 104 obtains information concealed in the binary data. To this end, the information receiver 104 may separate the information concealed by the steganographic or digital watermarking scheme from the binary data using a key or the like previously shared with the information sender 102. If the separated information is encrypted, the information receiver 104 may decrypt the encrypted information using a predetermined decryption algorithm promised with the information sender 102. In addition, if the binary data is in plain text form, the information receiver 104 may separate the desired information from the text according to rules previously agreed with the information sender 102. For example, the information can be promised in advance to be extracted from a specific location of the text or a predetermined number of digits from a specific starting string.
웹 서버(106)는 정보 송신자(104)로부터 정보가 은닉된 바이너리 데이터 및 생성된 쿼리 문자열을 포함하는 웹 페이지를 제공받아 이를 네트워크상에 게재한다. 검색 엔진(108)은 웹 크롤러(Web Crawler) 등을 이용하여 웹 서버(106)로부터 상기 웹 페이지에 대한 정보를 읽어들여 내부 데이터베이스에 저장하는 네트워크상의 구성요소로서, 예를 들어 구글(Google) 또는 야후(Yahoo) 등의 웹 검색 서비스 공급자일 수 있다. 검색 엔진(108)의 데이터베이스에는 정보 송신자(102)와 정보 수신자(104) 간의 약속된 쿼리 문자열, 정보 송신자(102)가 제공한 웹 페이지의 유알엘(URL) 및 해당 웹 페이지의 검색 결과 페이지에 출력되는 정보가 서로 매칭되도록 저장되며, 이에 따라 정보 수신자(104)가 검색 엔진(108)을 이용하여 상기 쿼리 문자열을 검색할 경우 상기 웹 페이지의 URL 및 이와 매칭된 정보가 리턴되도록 구성될 수 있다.The web server 106 receives from the information sender 104 a web page containing the hidden data and the generated query string and publishes it on the network. The search engine 108 is a component on the network that reads information about the web page from the web server 106 and stores it in an internal database using a web crawler or the like. It may be a web search service provider such as Yahoo. The database of the search engine 108 outputs the promised query string between the information sender 102 and the information receiver 104, the URL of the web page provided by the information sender 102, and the search result page of the web page. The information is stored to match each other, and thus, when the information receiver 104 searches the query string using the search engine 108, the URL of the web page and the information matched with the web page may be returned.
한편, 본 발명의 일 실시예에 따른 정보 전달 시스템(100)은 하나 이상의 보조 웹 서버(110)를 포함할 수 있다. 보조 웹 서버(110)들은 웹 서버(106)에 게시된 바이너리 데이터가 포함된 웹 페이지를 가리키는 링크를 포함하는 하나 이상의 보조 웹 페이지를 네트워크상에 게시하도록 구성될 수 있다. 구글 등의 검색 엔진에서 특정 쿼리에 따른 결과 페이지들은 검색 엔진 내부의 정렬 알고리즘에 따라 정렬되는데, 일반적으로 외부의 링크(아웃바운드 링크; Outbound Link)의 수가 많을수록 중요한 페이지로 인식되어 검색 결과의 상위에 랭크된다. 따라서 보조 웹 서버(110)들에 의하여 상기 웹 페이지가 많이 링크될수록 상기 웹 페이지의 검색 결과에서의 순위 또한 높아지며 이에 따라 정보 수신자(104)가 검색 결과로부터 상기 웹 페이지를 발견할 확률 또한 높아지게 된다.Meanwhile, the information delivery system 100 according to an embodiment of the present invention may include one or more secondary web servers 110. The secondary web servers 110 may be configured to publish one or more secondary web pages on the network, including links that point to web pages that contain binary data posted to the web server 106. In search engines such as Google, the result pages according to a specific query are sorted according to the sorting algorithm inside the search engine. In general, the larger the number of outbound links, the more important pages are recognized as important pages. Ranked. Therefore, the more the web page is linked by the secondary web servers 110, the higher the ranking in the search results of the web page, and accordingly, the probability that the information receiver 104 finds the web page from the search results is also increased.
도 2는 본 발명의 일 실시예에 따른 정보 송신자(102)의 상세 구성을 나타낸 블록도이다. 도시된 바와 같이, 본 발명의 일 실시예에 따른 정보 송신자(102)는 쿼리 생성 모듈(200), 정보 은닉 모듈(202) 및 게시 모듈(204)을 포함할 수 있다.2 is a block diagram showing a detailed configuration of an information sender 102 according to an embodiment of the present invention. As shown, the information sender 102 according to an embodiment of the present invention may include a query generation module 200, an information hiding module 202, and a publishing module 204.
쿼리 생성 모듈(200)은 정보 수신자(104)와 사전에 약속된 쿼리 문자열 생성 규칙을 포함하며, 이를 이용하여 쿼리 문자열을 생성한다.The query generation module 200 includes a query string generation rule promised in advance with the information receiver 104, and generates a query string using the same.
정보 은닉 모듈(202)은 송신하려는 정보를 텍스트, 실행 파일, 이미지 파일, 오디오 파일 또는 비디오 파일 등의 바이너리 데이터에 스테가노그래피 또는 디지털 워터마킹 기법 등을 이용하여 은닉한다.The information hiding module 202 conceals information to be transmitted to binary data such as text, executable, image file, audio file, or video file using steganography or digital watermarking techniques.
게시 모듈(204)은 상기 쿼리 문자열에 의하여 상기 바이너리 데이터가 네트워크상의 검색 엔진으로부터 검색 가능하도록, 상기 쿼리 문자열 및 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시한다. 이때, 게시 모듈(204)은 상기 바이너리 데이터가 상기 검색 엔진에 의한 검색 결과 화면에 노출되도록, 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시할 수 있다.The publishing module 204 posts the query string and the binary data to a web page on the network such that the binary data is searchable from a search engine on the network by the query string. In this case, the posting module 204 may post the binary data to a web page on a network so that the binary data is exposed on a search result screen by the search engine.
한편, 상기 정보 송신자(102)는 필요에 따라 암호화 모듈(미도시)를 더 포함할 수 있다. 상기 암호화 모듈은 기 설정된 암호화 키 등을 이용하여 정보 은닉 모듈(202)에서 바이너리 데이터에 은닉될 정보를 암호화하며, 이 경우 정보 은닉 모듈(202)은 상기 정보를 상기 암호화 모듈에 의하여 암호화된 상태로 상기 바이너리 데이터에 은닉하게 된다.On the other hand, the information sender 102 may further include an encryption module (not shown) as needed. The encryption module encrypts the information to be hidden in the binary data in the information concealment module 202 using a preset encryption key, etc. In this case, the information concealment module 202 is configured to encrypt the information by the encryption module. The binary data is hidden.
도 3은 본 발명의 일 실시예에 따른 정보 수신자(104)의 상세 구성을 나타낸 블록도이다. 도시된 바와 같이, 본 발명의 일 실시예에 따른 정보 수신자(104)는 쿼리 생성 모듈(300), 검색 모듈(302) 및 정보 획득 모듈(304)을 포함한다.3 is a block diagram showing a detailed configuration of an information receiver 104 according to an embodiment of the present invention. As shown, the information receiver 104 according to one embodiment of the invention includes a query generation module 300, a retrieval module 302, and an information acquisition module 304.
쿼리 생성 모듈(300)은 정보 송신자(102)와 사전에 약속된 쿼리 문자열 생성 규칙을 포함하며, 이를 이용하여 쿼리 문자열을 생성한다.The query generation module 300 includes a query string generation rule promised in advance with the information sender 102, and generates a query string by using the rule.
검색 모듈(302)은 쿼리 생성 모듈(300)에서 생성된 상기 쿼리 문자열을 이용하여 네트워크상의 웹 페이지에 게시된 바이너리 데이터를 검색한다. 구체적으로 검색 모듈(302)은, 생성된 상기 쿼리 문자열을 네트워크상의 검색 엔진(108)으로 송신하며, 검색 엔진(108)은 상기 쿼리 문자열에 따른 검색 결과를 검색 모듈(302)로 전송한다. 그러면 검색 모듈(302)은 상기 검색 결과로부터 상기 웹 페이지의 URL을 인지하고, 상기 URL을 이용하여 상기 웹 페이지에 접근하여 상기 바이너리 데이터를 획득하거나 상기 검색 결과 화면에 출력된 정보로부터 상기 바이너리 데이터의 적어도 일부를 획득하게 된다. The search module 302 searches for binary data posted to a web page on a network by using the query string generated by the query generation module 300. Specifically, the search module 302 transmits the generated query string to the search engine 108 on the network, and the search engine 108 transmits a search result according to the query string to the search module 302. The search module 302 then recognizes the URL of the web page from the search result, accesses the web page using the URL to obtain the binary data, or retrieves the binary data from the information output on the search result screen. At least get some.
정보 획득 모듈(304)은 검색 모듈(302)에서 검색된 상기 바이너리 데이터에 은닉된 정보를 획득한다. 전술한 바와 같이 상기 바이너리 데이터에는 스테가노그래피 또는 디지털 워터마킹 기법을 이용하여 은닉된 정보가 포함되어 있으며, 정보 획득 모듈(304)은 기 설정된 정보 추출 알고리즘을 이용하여 상기 바이너리 데이터에 은닉된 정보를 획득하게 된다The information acquisition module 304 obtains information concealed in the binary data retrieved by the retrieval module 302. As described above, the binary data includes information concealed using a steganography or digital watermarking technique, and the information obtaining module 304 uses the preset information extraction algorithm to store the information concealed in the binary data. Obtained
한편, 상기 정보 수신자(104)는 필요에 따라 복호화 모듈(미도시)를 더 포함할 수 있다. 상기 복호화 모듈은 기 설정된 복호화 키 등을 이용하여 정보 획득 모듈(304)에서 상기 바이너리 데이터로부터 획득한 정보를 복호화한다.Meanwhile, the information receiver 104 may further include a decryption module (not shown) as necessary. The decryption module decrypts the information obtained from the binary data by the information acquisition module 304 using a predetermined decryption key or the like.
도 4는 본 발명의 일 실시예에 따른 정보 송신 방법(400)을 나타낸 순서도이다. 본 순서도를 포함하여 본 발명에서 설명되는 방법들에서, 각 단계들은 필요에 따라 그 순서를 바꾸어 수행되거나 일부 단계들이 생략되어 실행될 수도 있으며, 이와 같은 변형들은 모두 본 발명의 권리범위에 속하게 됨을 유의한다.4 is a flowchart illustrating an information transmission method 400 according to an embodiment of the present invention. In the methods described in the present invention, including the present flowchart, it is noted that each step may be performed in a different order as necessary, or some steps may be omitted, and all such modifications fall within the scope of the present invention. .
먼저 정보 송신자(102)는 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성한다(402).First, the information sender 102 generates a query string using a preset query string generation rule (402).
다음으로, 송신하려는 정보를 이미지 파일, 오디오 파일 또는 비디오 파일 등의 바이너리 데이터에 은닉한다(404). 전술한 바와 같이, 상기 정보는 스테가노그래피 또는 디지털 워터마킹 기법을 이용하여 상기 바이너리 데이터에 은닉될 수 있다. 한편, 필요한 경우 상기 정보를 은닉하기 전, 기 설정된 암호화 키 또는 암호화 알고리즘에 의한 상기 정보의 암호화 단계를 먼저 수행할 수 있다.Next, the information to be transmitted is concealed (404) in binary data such as an image file, an audio file or a video file. As mentioned above, the information can be hidden in the binary data using steganography or digital watermarking techniques. Meanwhile, if necessary, the step of encrypting the information using a predetermined encryption key or encryption algorithm may be performed before hiding the information.
다음으로, 상기 쿼리 문자열에 의하여 상기 바이너리 데이터가 네트워크상의 검색 엔진으로부터 검색 가능하도록, 상기 쿼리 문자열 및 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시한다(406). 전술한 바와 같이, 상기 406 단계는, 상기 바이너리 데이터 중 적어도 일부가 상기 검색 엔진에 의한 검색 결과 화면에 노출될 수 있도록, 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시할 수 있다.Next, the query string and the binary data are posted to a web page on the network so that the binary data can be retrieved from a search engine on a network by the query string (406). As described above, in step 406, the binary data may be posted on a web page on a network so that at least some of the binary data may be exposed on a search result screen by the search engine.
도 5는 본 발명의 일 실시예에 따른 정보 수신 방법(500)을 나타낸 순서도이다.5 is a flowchart illustrating an information receiving method 500 according to an embodiment of the present invention.
먼저 정보 수신자(104)는 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하고(502), 생성된 상기 쿼리 문자열 및 검색 엔진을 이용하여 네트워크상의 웹 페이지에 게시된 바이너리 데이터를 검색한다(504). 상기 쿼리 문자열을 이용한 웹 페이지 검색 및 바이너리 데이터 추출에 대해서는 앞에서 상세히 설명하였다.First, the information receiver 104 generates a query string using a preset query string generation rule (502), and retrieves binary data posted to a web page on a network using the generated query string and a search engine (504). ). Web page search and binary data extraction using the query string have been described above in detail.
다음으로, 정보 수신자(104)는 검색된 상기 바이너리 데이터에 은닉된 정보를 기 설정된 정보 추출 알고리즘을 이용하여 획득한다(506). 이때 획득된 상기 정보가 암호화되어 있는 경우, 기 설정된 복호화 키를 이용하여 검색된 바이너리 데이터로부터 획득된 정보를 복호화하는 단계를 더 수행할 수 있다.Next, the information receiver 104 obtains the information concealed in the retrieved binary data by using a predetermined information extraction algorithm (506). In this case, if the obtained information is encrypted, the method may further perform the step of decrypting the information obtained from the retrieved binary data using a predetermined decryption key.
이하에서는 본 발명의 응용례를 설명한다.Hereinafter, an application example of the present invention will be described.
응용례 1Application example 1
전술한 바와 같이, 본 발명의 실시예들은 오버레이 네트워크의 접속 정보를 전파하는 데 사용될 수 있다.As mentioned above, embodiments of the present invention may be used to propagate connection information of an overlay network.
먼저, 오버레이 네트워크에 속한 오픈 서버(open server)는 자신이 속한 오버레이 네트워크(Overlay Network)의 엔트리 노드(Entry Node) 접속 정보(아이피/포트 정보 등)를 이미지 등에 은닉하고, 은닉된 상기 이미지를 기 설정된 SNS 페이지 등에 업로드한다. 그러면, 상기 오버레이 네트워크에 진입하려는 노드는 기 설정된 알고리즘에 의하여 상기 SNS 페이지을 검색할 수 있는 쿼리 문자열을 생성하고, 검색 엔진에 상기 쿼리 문자열을 검색하여 상기 SNS 페이지의 URL을 알아낸다. 이후, 상기 노드는 상기 SNS 페이지에서 상기 이미지를 다운로드하고, 다운로드된 이미지에 은닉된 상기 접속 정보를 이용하여 오버레이 네트워크에 접속을 수행한다.First, the open server belonging to the overlay network hides entry node access information (IP / port information, etc.) of the overlay network to which it belongs, and hides the hidden image. Upload to configured SNS page. Then, the node intending to enter the overlay network generates a query string for searching the SNS page by a predetermined algorithm, and finds the URL of the SNS page by searching the query string in a search engine. Thereafter, the node downloads the image from the SNS page, and accesses an overlay network by using the access information hidden in the downloaded image.
이와 같은 방법을 이용하여 오버레이 네트워크의 접속 정보를 전파할 경우, 네트워크상의 제3자가 상기 이미지를 발견하더라도, 이를 단순한 사진 등의 이미지로만 인지할 뿐 여기에 은닉된 정보가 존재한다는 사실 자체를 인지하기가 사실상 불가능하다. 따라서 송신자는 매우 안전한 방식으로 원하는 정보를 수신자로 전달할 수 있게 된다.When using this method to propagate the access information of the overlay network, even if a third party on the network finds the image, it only recognizes the image as a simple photo or the like and recognizes that the hidden information exists. Is virtually impossible. Thus, the sender can deliver the desired information to the receiver in a very secure manner.
또한, 방화벽 등이 구비된 서버에서 상기 오픈 서버로의 직접 접속이 차단된 경우라도, SNS 등의 네트워크상에서 잘 알려진 웹 서비스의 경우에는 접속을 허용하는 것이 일반적이다. 따라서 본 발명에 따를 경우 수신자가 방화벽의 내부에 있는 경우에도 메시지를 용이하게 전달할 수 있다.In addition, even when a direct connection to the open server is blocked from a server equipped with a firewall or the like, it is common to allow a connection in the case of a web service well known on a network such as SNS. Therefore, according to the present invention, even if the receiver is inside the firewall, it is easy to deliver the message.
응용례 2Application example 2
또한 본 발명은 복수 개의 서버 및 상기 서버의 앞단에 위치한 로드밸런서를 포함하는 클라이언트 서버 모델의 네트워크 구조에서 로드밸런서의 접속 정보를 클라이언트측에 전달하는 데도 사용될 수 있다.In addition, the present invention can also be used to deliver connection information of a load balancer to a client side in a network structure of a client server model including a plurality of servers and a load balancer located in front of the server.
예를 들어, 새로 로드밸런서가 추가된 경우 송신자는 추가된 로드밸런서의 접속 정보를 이미지 등에 은닉하여 SNS 페이지 등에 게시하고, 클라이언트 단말은 상기 SNS 페이지에 게시된 이미지를 다운로드하고, 이로부터 은닉된 로드밸런서의 접속 정보를 알아낼 수 있다.For example, when a new load balancer is added, the sender hides the connection information of the added load balancer on an image and posts it to an SNS page, and the client terminal downloads the image posted on the SNS page and loads concealed therefrom. You can find out the connection information of the balancer.
이와 같이 구성될 경우 서버측 구성(즉, 서버 및 로드밸런서의 개수 및 배치)이 변경되더라도 클라이언트 측에 이를 용이하게 전달할 수 있게 된다. 즉, 클라이언트 단말은 변경된 구성을 수신할 수 있는 쿼리 문자열의 생성 규칙만 알고 있으면, 서버 측 변경이 있을 때 마다 클라이언트의 바이너리(실행파일 등)를 사용자가 다시 갱신하지 않더라도 변경된 접속 정보를 획득할 수 있다.When configured in this way, even if the server-side configuration (that is, the number and placement of servers and load balancers) is changed, it can be easily communicated to the client side. That is, if the client terminal only knows the rule of generating the query string that can receive the changed configuration, it can obtain the changed access information even if the user's binary (execution file, etc.) is not updated again by the server whenever there is a server side change. have.
한편, 본 발명의 실시예는 본 명세서에서 기술한 방법들을 컴퓨터상에서 수행하기 위한 프로그램을 포함하는 컴퓨터 판독 가능 기록매체를 포함할 수 있다. 상기 컴퓨터 판독 가능 기록매체는 프로그램 명령, 로컬 데이터 파일, 로컬 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체는 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 분야에서 통상의 지식을 가진 자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM, DVD와 같은 광 기록 매체, 플로피 디스크와 같은 자기-광 매체, 및 롬, 램, 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함할 수 있다.Meanwhile, an embodiment of the present invention may include a computer readable recording medium including a program for performing the methods described herein on a computer. The computer-readable recording medium may include program instructions, local data files, local data structures, etc. alone or in combination. The media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those skilled in the computer software arts. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical recording media such as CD-ROMs, DVDs, magnetic-optical media such as floppy disks, and ROM, RAM, flash memory, and the like. Hardware devices specifically configured to store and execute program instructions are included. Examples of program instructions may include high-level language code that can be executed by a computer using an interpreter as well as machine code such as produced by a compiler.
이상에서 대표적인 실시예를 통하여 본 발명에 대하여 상세하게 설명하였으나, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 상술한 실시예에 대하여 본 발명의 범주에서 벗어나지 않는 한도 내에서 다양한 변형이 가능함을 이해할 것이다. Although the present invention has been described in detail with reference to exemplary embodiments above, those skilled in the art to which the present invention pertains can make various modifications to the above-described embodiments without departing from the scope of the present invention. Will understand.
그러므로 본 발명의 권리범위는 설명된 실시예에 국한되어 정해져서는 안 되며, 후술하는 특허청구범위뿐만 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.Therefore, the scope of the present invention should not be limited to the described embodiments, but should be defined by the claims below and equivalents thereof.

Claims (37)

  1. 송신하려는 정보를 바이너리 데이터에 은닉하고, 상기 정보가 은닉된 바이너리 데이터 및 기 설정된 쿼리 문자열을 네트워크상의 웹 페이지에 게시하는 정보 송신자; 및An information sender that conceals information to be transmitted to binary data and posts the concealed binary data and a predetermined query string to a web page on a network; And
    상기 쿼리 문자열을 이용하여 네트워크상에서 상기 웹 페이지에 게시된 바이너리 데이터를 검색하고, 검색된 상기 바이너리 데이터에 은닉된 상기 정보를 획득하는 정보 수신자를 포함하는 정보 전달 시스템.And an information receiver for retrieving the binary data posted to the web page on the network using the query string and obtaining the information concealed in the retrieved binary data.
  2. 제1항에 있어서,The method of claim 1,
    상기 바이너리 데이터는 미디어 파일인, 정보 전달 시스템.And wherein said binary data is a media file.
  3. 제2항에 있어서,The method of claim 2,
    상기 정보는 스테가노그래피 또는 디지털 워터마킹 기법을 이용하여 이미지 파일, 오디오 파일 또는 비디오 파일 중 하나의 미디어 파일에 은닉되는, 정보 전달 시스템.Wherein the information is concealed in a media file of one of an image file, an audio file, or a video file using steganography or digital watermarking techniques.
  4. 제1항에 있어서,The method of claim 1,
    상기 정보 수신자는, 상기 정보 송신자와 동일한 쿼리 문자열 생성 규칙을 포함하는, 정보 전달 시스템.And the information receiver includes a query string generation rule identical to that of the information sender.
  5. 제4항에 있어서,The method of claim 4, wherein
    상기 정보 수신자는, 상기 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하고, 네트워크상의 검색 엔진으로 생성된 상기 쿼리 문자열을 송신함으로써 상기 웹 페이지에 게시된 바이너리 데이터를 검색하는, 정보 전달 시스템.And the information receiver generates a query string using the query string generation rule and retrieves binary data posted to the web page by sending the query string generated to a search engine on a network.
  6. 제5항에 있어서,The method of claim 5,
    상기 정보 수신자는, 송신된 상기 쿼리 문자열에 따른 결과 화면에 디스플레이된 정보로부터 상기 바이너리 데이터를 획득하는, 정보 전달 시스템.And the information receiver obtains the binary data from information displayed on a result screen according to the transmitted query string.
  7. 제5항에 있어서,The method of claim 5,
    상기 정보 수신자는, 송신된 상기 쿼리 문자열에 따라 상기 검색 엔진으로부터 제공된 웹 페이지에 접속하여 상기 바이너리 데이터를 획득하는, 정보 전달 시스템.And the information receiver accesses a web page provided from the search engine according to the transmitted query string to obtain the binary data.
  8. 제1항에 있어서,The method of claim 1,
    상기 정보 송신자는, 기 설정된 암호화 키를 이용하여 상기 정보를 암호화하여 상기 바이너리 데이터에 은닉하는, 정보 전달 시스템.And the information sender encrypts the information using a predetermined encryption key and conceals the binary data.
  9. 제8항에 있어서,The method of claim 8,
    상기 정보 수신자는, 기 설정된 복호화 키를 이용하여 검색된 바이너리 데이터로부터 획득된 정보를 복호화하는, 정보 전달 시스템.And the information receiver decrypts information obtained from the retrieved binary data using a predetermined decryption key.
  10. 제1항에 있어서,The method of claim 1,
    상기 정보 송신자로부터 상기 정보가 은닉된 바이너리 데이터 및 상기 쿼리 문자열을 제공받아 네트워크상의 웹 페이지에 게시하는 웹 서버; 및A web server which receives the binary data and the query string hidden from the information sender and publishes the query string in a web page on a network; And
    상기 웹 서버로부터 상기 웹 페이지에 대한 정보를 읽어 저장하며, 상기 정보 수신자의 요청에 따라 상기 웹 페이지의 접속 주소 또는 상기 웹 페이지에 게시된 상기 바이너리 데이터의 적어도 일부를 상기 정보 수신자로 제공하는 검색 엔진을 더 포함하는 정보 전달 시스템.A search engine that reads and stores the information about the web page from the web server, and provides the information receiver with the access address of the web page or at least a part of the binary data posted on the web page at the request of the information receiver. Information delivery system further comprising.
  11. 제10항에 있어서,The method of claim 10,
    상기 정보 수신자는 상기 정보 송신자와 동일한 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하고, 상기 검색 엔진으로 생성된 상기 쿼리 문자열을 송신하며, 송신된 상기 쿼리 문자열과 매칭된 웹 페이지의 접속 주소를 상기 웹 서버로부터 제공받는, 정보 전달 시스템.The information receiver generates a query string using the same query string generation rule as that of the information sender, transmits the query string generated to the search engine, and receives the access address of the web page matching the transmitted query string. An information delivery system provided by a web server.
  12. 제11항에 있어서,The method of claim 11,
    상기 웹 서버에 게시된 상기 웹 페이지를 가리키는 링크를 포함하는 하나 이상의 보조 웹 페이지를 상기 네트워크상에 게시하는 하나 이상의 보조 웹 서버를 더 포함하는 정보 전달 시스템.And at least one secondary web server for publishing at least one secondary web page on the network, the link comprising a link pointing to the web page posted on the web server.
  13. 제10항에 있어서,The method of claim 10,
    상기 정보 수신자는 상기 정보 송신자와 동일한 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하고, 생성된 상기 쿼리 문자열을 상기 검색 엔진을 이용하여 검색한 결과 화면상에 디스플레이된 정보로부터 상기 바이너리 데이터의 적어도 일부를 획득하는, 정보 전달 시스템.The information receiver generates a query string using the same query string generation rule as that of the information sender, and retrieves the generated query string using the search engine, and at least a part of the binary data from the information displayed on the result screen. To obtain the information delivery system.
  14. 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 쿼리 생성 모듈;A query generation module generating a query string using a preset query string generation rule;
    송신하려는 정보를 바이너리 데이터에 은닉하는 정보 은닉 모듈; 및An information hiding module for hiding information to be transmitted into binary data; And
    상기 쿼리 문자열에 의하여 상기 바이너리 데이터가 네트워크상의 검색 엔진으로부터 검색 가능하도록, 상기 쿼리 문자열 및 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시하는 게시 모듈을 포함하는 정보 송신자.And a posting module for posting the query string and the binary data to a web page on a network such that the query string enables the binary data to be searchable from a search engine on a network.
  15. 제14항에 있어서,The method of claim 14,
    상기 바이너리 데이터는 미디어 파일인, 정보 송신자.And the binary data is a media file.
  16. 제15항에 있어서,The method of claim 15,
    상기 정보는 스테가노그래피 또는 디지털 워터마킹 기법을 이용하여 이미지 파일, 오디오 파일 또는 비디오 파일 중 하나의 미디어 파일에 은닉되는, 정보 송신자.The information is concealed in a media file of one of an image file, an audio file or a video file using steganography or digital watermarking techniques.
  17. 제14항에 있어서,The method of claim 14,
    상기 게시 모듈은, 상기 바이너리 데이터가 상기 검색 엔진에 의한 검색 결과 화면에 노출되도록, 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시하는, 정보 송신자.And the posting module publishes the binary data on a web page on a network such that the binary data is exposed on a search result screen by the search engine.
  18. 제14항에 있어서,The method of claim 14,
    기 설정된 암호화 키를 이용하여 상기 정보를 암호화하는 암호화 모듈을 더 포함하는, 정보 송신자.And an encryption module for encrypting the information using a preset encryption key.
  19. 제18항에 있어서,The method of claim 18,
    상기 정보 은닉 모듈은, 상기 암호화 모듈에 의하여 암호화된 정보를 상기 바이너리 데이터에 은닉하는, 정보 송신자.And the information hiding module conceals information encrypted by the encryption module in the binary data.
  20. 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 쿼리 생성 모듈;A query generation module generating a query string using a preset query string generation rule;
    상기 쿼리 생성 모듈에서 생성된 상기 쿼리 문자열을 이용하여 네트워크상의 웹 페이지에 게시된 바이너리 데이터를 검색하는 검색 모듈; 및A search module for searching for binary data posted on a web page on a network by using the query string generated by the query generation module; And
    상기 검색 모듈에서 검색된 상기 바이너리 데이터에 은닉된 정보를 획득하는 정보 획득 모듈을 포함하는 정보 수신자.And an information acquiring module for acquiring information concealed in the binary data retrieved by the searching module.
  21. 제20항에 있어서,The method of claim 20,
    상기 바이너리 데이터는 미디어 파일인, 정보 수신자.And wherein said binary data is a media file.
  22. 제21항에 있어서,The method of claim 21,
    상기 검색 모듈은, 네트워크상의 검색 엔진을 이용하여 생성된 상기 쿼리 문자열을 검색한 결과에 포함된 웹 페이지에 접속하고, 상기 접속된 웹 페이지부터 상기 미디어 파일을 획득하는, 정보 수신자.And the search module accesses a web page included in a result of searching the query string generated using a search engine on a network, and obtains the media file from the accessed web page.
  23. 제21항에 있어서,The method of claim 21,
    상기 정보 획득 모듈은 스테가노그래피 또는 디지털 워터마킹 기법을 이용하여 상기 미디어 파일에 은닉된 정보를 기 설정된 정보 추출 알고리즘을 이용하여 획득하는, 정보 수신자.And the information obtaining module obtains the information concealed in the media file using a steganographic or digital watermarking technique using a predetermined information extraction algorithm.
  24. 제20항에 있어서,The method of claim 20,
    상기 검색 모듈은, 네트워크상의 검색 엔진을 이용하여 생성된 상기 쿼리 문자열을 검색한 결과 화면에 출력된 정보로부터 상기 바이너리 데이터의 적어도 일부를 획득하는, 정보 수신자.And the search module obtains at least a portion of the binary data from information output on a screen of a result of searching the query string generated using a search engine on a network.
  25. 제24항에 있어서,The method of claim 24,
    기 설정된 복호화 키를 이용하여 검색된 미디어 파일로부터 획득된 정보를 복호화하는 복호화 모듈을 더 포함하는, 정보 수신자.And a decryption module for decrypting the information obtained from the retrieved media file using a preset decryption key.
  26. 정보 송신자가, 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 단계;Generating, by the information sender, a query string using a preset query string generation rule;
    상기 정보 송신자가, 송신하려는 정보를 바이너리 데이터에 은닉하는 단계; 및Concealing, by the information sender, information to be transmitted into binary data; And
    상기 정보 송신자가, 상기 쿼리 문자열에 의하여 상기 바이너리 데이터가 네트워크상의 검색 엔진으로부터 검색 가능하도록, 상기 쿼리 문자열 및 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시하는 단계를 포함하는 정보 전달 방법.And posting, by the information sender, the query string and the binary data to a web page on a network such that the binary data is searchable from a search engine on a network by the query string.
  27. 제26항에 있어서,The method of claim 26,
    상기 바이너리 데이터는 미디어 파일인, 정보 전달 방법.And the binary data is a media file.
  28. 제27항에 있어서,The method of claim 27,
    상기 정보는 스테가노그래피 또는 디지털 워터마킹 기법을 이용하여 이미지 파일, 오디오 파일 또는 비디오 파일 중 하나의 미디어 파일에 은닉되는, 정보 전달 방법.Wherein the information is concealed in a media file of one of an image file, an audio file, or a video file using steganography or digital watermarking techniques.
  29. 제26항에 있어서,The method of claim 26,
    상기 게시 단계는, 상기 바이너리 데이터가 상기 검색 엔진에 의한 검색 결과 화면에 노출되도록, 상기 바이너리 데이터를 네트워크상의 웹 페이지에 게시하는, 정보 전달 방법.And the posting step publishes the binary data on a web page on a network such that the binary data is exposed on a search result screen by the search engine.
  30. 제26항에 있어서,The method of claim 26,
    상기 은닉 단계 이전, 기 설정된 암호화 키를 이용하여 송신하려는 정보를 암호화하는 단계를 더 포함하는, 정보 전달 방법.And encrypting information to be transmitted by using a predetermined encryption key before the concealing step.
  31. 정보 수신자가, 기 설정된 쿼리 문자열 생성 규칙을 이용하여 쿼리 문자열을 생성하는 단계;Generating, by the information receiver, a query string using a preset query string generation rule;
    상기 정보 수신자가, 생성된 상기 쿼리 문자열을 이용하여 네트워크상의 웹 페이지에 게시된 미디어 파일을 검색하는 단계; 및Retrieving, by the information receiver, a media file posted on a web page on a network using the generated query string; And
    상기 정보 수신자가, 검색된 상기 미디어 파일에 은닉된 정보를 획득하는 단계를 포함하는 정보 전달 방법.Obtaining, by the information receiver, information concealed in the retrieved media file.
  32. 제31항에 있어서,The method of claim 31, wherein
    상기 바이너리 데이터는 미디어 파일인, 정보 전달 방법.And the binary data is a media file.
  33. 제32항에 있어서,33. The method of claim 32,
    상기 검색 단계는, 네트워크상의 검색 엔진을 이용하여 생성된 상기 쿼리 문자열을 검색한 결과에 포함된 웹 페이지에 접속하고, 상기 접속된 웹 페이지부터 상기 미디어 파일을 획득하는, 정보 전달 방법.And the searching step accesses a web page included in a search result of the query string generated using a search engine on a network, and obtains the media file from the accessed web page.
  34. 제32항에 있어서,33. The method of claim 32,
    상기 정보 획득 단계는 스테가노그래피 또는 디지털 워터마킹 기법을 이용하여 상기 미디어 파일에 은닉된 정보를 기 설정된 정보 추출 알고리즘을 이용하여 획득하는, 정보 전달 방법.The information acquiring step may include acquiring information concealed in the media file using a steganography or digital watermarking technique using a predetermined information extraction algorithm.
  35. 제31항에 있어서,The method of claim 31, wherein
    상기 검색 단계는, 네트워크상의 검색 엔진을 이용하여 생성된 상기 쿼리 문자열을 검색한 결과 화면에 출력된 정보로부터 상기 바이너리 데이터의 적어도 일부를 획득하는, 정보 전달 방법.And the searching step acquires at least a portion of the binary data from information output on a screen of a result of searching the query string generated using a search engine on a network.
  36. 제31항에 있어서,The method of claim 31, wherein
    상기 정보 획득 단계의 수행 이후, 기 설정된 복호화 키를 이용하여 검색된 바이너리 데이터로부터 획득된 정보를 복호화하는 단계를 더 포함하는, 정보 전달 방법.And after the information obtaining step, decrypts the information obtained from the retrieved binary data using a predetermined decryption key.
  37. 제26항 내지 제36항 중 어느 한 항에 기재된 방법을 컴퓨터상에서 수행하기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for performing the method according to any one of claims 26 to 36 on a computer.
PCT/KR2012/004128 2011-05-27 2012-05-24 Information delivery system and method WO2012165807A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20110050696 2011-05-27
KR10-2011-0050696 2011-05-27

Publications (2)

Publication Number Publication Date
WO2012165807A2 true WO2012165807A2 (en) 2012-12-06
WO2012165807A3 WO2012165807A3 (en) 2013-02-07

Family

ID=47260035

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2012/004128 WO2012165807A2 (en) 2011-05-27 2012-05-24 Information delivery system and method

Country Status (1)

Country Link
WO (1) WO2012165807A2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005135146A (en) * 2003-10-30 2005-05-26 Nippon Telegr & Teleph Corp <Ntt> Server for disclosing content information, method and program for supporting use of content, and recording medium for recording this program
US20060198549A1 (en) * 2003-04-11 2006-09-07 Van Vugt Henricus Antonius G Method of detecting watermarks
JP2007034378A (en) * 2005-07-22 2007-02-08 Nippon Telegr & Teleph Corp <Ntt> Document processing method, apparatus and program
KR20080044499A (en) * 2006-11-16 2008-05-21 주식회사 모빌리언스 System and its method for analyzing utilization of contents embedding fingerprinting information

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060198549A1 (en) * 2003-04-11 2006-09-07 Van Vugt Henricus Antonius G Method of detecting watermarks
JP2005135146A (en) * 2003-10-30 2005-05-26 Nippon Telegr & Teleph Corp <Ntt> Server for disclosing content information, method and program for supporting use of content, and recording medium for recording this program
JP2007034378A (en) * 2005-07-22 2007-02-08 Nippon Telegr & Teleph Corp <Ntt> Document processing method, apparatus and program
KR20080044499A (en) * 2006-11-16 2008-05-21 주식회사 모빌리언스 System and its method for analyzing utilization of contents embedding fingerprinting information

Also Published As

Publication number Publication date
WO2012165807A3 (en) 2013-02-07

Similar Documents

Publication Publication Date Title
Liberatore et al. Forensic investigation of peer-to-peer file sharing networks
JP4598361B2 (en) Method and system for establishing a reliable distributed peer-to-peer network
US20050050028A1 (en) Methods and systems for searching content in distributed computing networks
US20100169195A1 (en) Preventing unauthorized distribution of content on computer networks
US20230020504A1 (en) Localized machine learning of user behaviors in network operating system for enhanced secure services in secure data network
US10997636B2 (en) Delay-tolerant information-centric networking (DTICN)
WO2015199271A1 (en) Method and system for sharing files over p2p
Nordström et al. Haggle: Opportunistic mobile content sharing using search
WO2010137905A2 (en) Multimedia content file management system for and method of using genetic information
WO2013048038A2 (en) System and method for transmitting and receiving peer-to-peer messages using a media key, and managing the media key
JP6858328B2 (en) Realization of storage system using personal user device and data distribution device
Vogt et al. Content-centric user networks: WebRTC as a path to name-based publishing
WO2016082616A1 (en) Method and device for providing website authentication data for search engine
US8959243B2 (en) System and method to guide active participation in peer-to-peer systems with passive monitoring environment
Herrmann et al. Description of the YaCy distributed Web search engine
JP4356693B2 (en) Message delivery apparatus and method, system and program thereof
CN102714653A (en) System and method for accessing private digital content
WO2015102279A1 (en) User security authentication system in internet environment and method therefor
WO2012165807A2 (en) Information delivery system and method
Naik et al. Security attacks on information centric networking for healthcare system
Kurokawa et al. Study on the distributed data sharing mechanism with a mutual authentication and meta database technology
Steinebach File-Sharing and the Darknet
US20230164121A1 (en) Autonomic distribution of hyperlinked hypercontent in a secure peer-to-peer data network
US20230336793A1 (en) Streaming proxy service
JP4905388B2 (en) Data relay apparatus, data relay method, and data relay processing program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12791959

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12791959

Country of ref document: EP

Kind code of ref document: A2