KR20130038894A - Data processing terminal, method of processing data therof, data processing system and method of processing data thereof - Google Patents

Data processing terminal, method of processing data therof, data processing system and method of processing data thereof Download PDF

Info

Publication number
KR20130038894A
KR20130038894A KR1020130030209A KR20130030209A KR20130038894A KR 20130038894 A KR20130038894 A KR 20130038894A KR 1020130030209 A KR1020130030209 A KR 1020130030209A KR 20130030209 A KR20130030209 A KR 20130030209A KR 20130038894 A KR20130038894 A KR 20130038894A
Authority
KR
South Korea
Prior art keywords
terminal
data
server
data processing
identification number
Prior art date
Application number
KR1020130030209A
Other languages
Korean (ko)
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 이윤규
Priority to KR1020130030209A priority Critical patent/KR20130038894A/en
Publication of KR20130038894A publication Critical patent/KR20130038894A/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • H04L9/0877Generation of secret information including derivation or calculation of cryptographic keys or passwords using additional device, e.g. trusted platform module [TPM], smartcard, USB or hardware security module [HSM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/14Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using a plurality of keys or algorithms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/30Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy

Abstract

PURPOSE: A data processing terminal and a data processing method thereof, and a data processing system and a data processing method thereof are provided to avoid leakage of a private key in asymmetric encryption, to receive data encrypted by asymmetric encryption, and to decrypt the encrypted data by entering only the identification number and data of a receiving terminal of a user. CONSTITUTION: After receiving the identification number of a second terminal(200-2) and data which are entered by a user(S400), a first terminal(200-1) extracts the identification number of the second terminal and transmits the identification number to a server(300)(S420). The server, which receives the identification number of the second terminal from the first terminal, searches for a public key corresponding to the identification number of the second terminal in a database(320)(S440) and transmits the public key to the first terminal(S460). The first terminal encrypts data using the public key of the second terminal which is received from the server(S480) and transmits the encrypted data to the server(S500). The server, which receives the encrypted data from the first terminal, transmits the encrypted data to the second terminal(S540). After receiving the encrypted data from the server, the second terminal decrypts the encrypted data using the public key stored in advance(S560) and outputs the decrypted data though an output device. [Reference numerals] (200-1) First terminal; (200-2) Second terminal; (300) Server; (S400) Identification number and data of the second terminal; (S420) Identification number of the second terminal; (S440) Searching for a public key of the second terminal; (S460) Public key of the second terminal; (S480) Encrypting data; (S500,S540) Encrypted data; (S520) Storing the encrypted data; (S560) Decrypting using a personal key;

Description

데이터 처리 단말기, 데이터 처리 단말기의 데이터 처리 방법, 데이터 처리 시스템 및 데이터 처리 시스템의 데이터 처리 방법{DATA PROCESSING TERMINAL, METHOD OF PROCESSING DATA THEROF, DATA PROCESSING SYSTEM AND METHOD OF PROCESSING DATA THEREOF}DATA PROCESSING TERMINAL, METHOD OF PROCESSING DATA THEROF, DATA PROCESSING SYSTEM AND METHOD OF PROCESSING DATA THEREOF}

본 발명의 개념에 따른 실시 예는 데이터 처리 단말기와 이의 동작 방법에 관한 것으로, 발신 데이터 처리 단말기가 수신 단말기의 공개키를 서버로부터 수신하고 상기 공개키를 이용하여 데이터를 암호화하여 서버를 통하여 수신 단말기로 전송하고 상기 수신 단말기는 미리 저장된 개인키를 이용하여 데이터를 복호화하는 데이터 처리 단말기 및 상기 데이터 처리 단말기의 데이터 처리 방법에 관한 것이다.An embodiment according to the concept of the present invention relates to a data processing terminal and a method of operating the same, wherein an originating data processing terminal receives a public key of a receiving terminal from a server, encrypts data using the public key, and receives the receiving terminal through the server. And a receiving terminal for decrypting data using a private key stored in advance, and a data processing method of the data processing terminal.

통신 기술의 발달로 사용자 간의 데이터 송수신이 증가하였다. 그러나, 암호화 되지 않은 데이터를 송수신하는 방식은 권한이 없는 자가 상기 데이터에 접근할 수 있는 문제점이 있다. 따라서, 데이터를 암호화하여 송수신하는 방법이 개발되고 있다.With the development of communication technology, data transmission and reception between users has increased. However, the method of transmitting and receiving unencrypted data has a problem that an unauthorized person can access the data. Therefore, a method of encrypting and transmitting data has been developed.

데이터 암호화 방식에는 대칭키 암호화 방식과 비대칭키 암호화 방식이 있다. 대칭키 암호화 방식은 데이터를 암호화할 때와 암호화된 데이터를 복호화할 때 사용되는 키가 같다. 비대칭키 암호화 방식은 데이터를 암호화할 때는 공개키를 이용하고 암호화된 데이터를 복호화할 때는 개인키를 이용한다.Data encryption methods include symmetric key encryption and asymmetric key encryption. Symmetric key cryptography is the same key used to encrypt data and to decrypt encrypted data. Asymmetric key encryption uses a public key to encrypt data and a private key to decrypt the encrypted data.

대칭키 암호화 방식은 비대칭키 암호화 방식보다 알고리즘이 간단하고 데이터 처리 속도가 빠르지만, 송신측과 수신측이 같은 키를 이용하므로 다수의 사용자들 간의 데이터 송수신에는 적합하지 않고 상기 키의 유출 위험이 높은 문제점이 있다.The symmetric key encryption method is simpler than the asymmetric key encryption method and the data processing speed is faster. However, since the sender and the receiver use the same key, the symmetric key encryption method is not suitable for data transmission and reception between multiple users and has a high risk of leaking the key. There is a problem.

종래의 비대칭키 암호화 방식은 대칭키 암호화 방식보다 보안성이 높으나 개인키가 유출되는 경우 상기 개인키를 폐기하여야 하고 사용자가 수신 단말기의 공개키를 알고 있는 때만 데이터 암호화 송수신할 수 있는 문제점이 있다.The conventional asymmetric key encryption method has a higher security than the symmetric key encryption method, but when the private key is leaked, the private key must be discarded and data encryption can be transmitted and received only when the user knows the public key of the receiving terminal.

본 발명이 이루고자 하는 기술적인 과제는 비대칭 암호화 방식에서 개인키의 유출을 원천적으로 차단하고 사용자가 수신 단말기의 식별 번호와 데이터만 입력하면 비대칭키 암호화 방식으로 암호화된 데이터를 송신하고 암호화된 데이터를 복호화할 수 있는 데이터 처리 방법, 데이터 처리 단말기 및 데이터 처리 시스템을 제공하는 것이다.The technical problem to be achieved by the present invention is to block the leakage of the private key in the asymmetric encryption method, and if the user inputs only the identification number and the data of the receiving terminal, transmit the encrypted data by the asymmetric key encryption method and decrypt the encrypted data A data processing method, a data processing terminal, and a data processing system can be provided.

본 발명의 실시 예에 따른 데이터 처리 단말기의 데이터 처리 방법은 데이터 처리 단말기가 수신 단말기의 식별 번호와 발신 데이터를 수신하고 상기 수신 단말기의 상기 식별 번호를 서버로 전송하는 단계; 상기 데이터 처리 단말기가 상기 서버로부터 출력되고 상기 수신 단말기의 상기 식별 번호에 대응되는 공개키를 수신하는 단계; 및 상기 데이터 처리 단말기가 상기 공개키를 이용하여 상기 발신 데이터를 암호화하고 암호화된 발신 데이터를 상기 서버로 전송하는 단계를 포함한다.A data processing method of a data processing terminal according to an embodiment of the present invention includes the steps of: receiving, by a data processing terminal, an identification number and outgoing data of a receiving terminal, and transmitting the identification number of the receiving terminal to a server; Receiving, by the data processing terminal, a public key output from the server and corresponding to the identification number of the receiving terminal; And encrypting, by the data processing terminal, the outgoing data using the public key and transmitting the encrypted outgoing data to the server.

실시 예에 따라, 데이터 처리 단말기의 데이터 처리 방법은 상기 데이터 처리 단말기가 서버로부터 암호화된 수신 데이터를 수신하는 단계; 및 상기 데이터 처리 단말기가 상기 데이터 처리 단말기의 개인키를 이용하여 상기 암호화된 수신 데이터를 복호화하는 단계를 더 포함할 수 있다.According to an embodiment, a data processing method of a data processing terminal may include: receiving encrypted data received from a server by the data processing terminal; And decrypting, by the data processing terminal, the encrypted received data using the private key of the data processing terminal.

실시 예에 따라, 상기 식별 번호는 팩스 번호이고 상기 발신 데이터 또는 상기 수신 데이터는 팩스 데이터일 수 있다.According to an embodiment, the identification number may be a fax number and the outgoing data or the received data may be fax data.

본 발명의 실시 예에 다른 데이터 처리 단말기의 데이터 처리 방법은 컴퓨터로 읽을 수 있는 컴퓨터 프로그램을 기록한 기록 매체에 저장될 수 있다.A data processing method of a data processing terminal according to an embodiment of the present invention may be stored in a recording medium recording a computer readable computer program.

본 발명의 실시 예에 따른 데이터 처리 단말기는 수신 단말기의 식별 번호와 발신 데이터를 수신하고 상기 수신 단말기의 상기 식별 번호를 서버로 전송하는 입력 모듈; 및 상기 서버로부터 출력되고 상기 수신 단말기의 상기 식별 번호에 대응되는 공개키를 수신하고 수신된 공개키를 이용하여 상기 발신 데이터를 암호화하고 암호화된 발신 데이터를 상기 서버로 전송하는 암호화 모듈을 포함한다.A data processing terminal according to an embodiment of the present invention includes an input module for receiving an identification number and outgoing data of a receiving terminal and transmitting the identification number of the receiving terminal to a server; And an encryption module for receiving the public key output from the server and corresponding to the identification number of the receiving terminal, encrypting the outgoing data using the received public key, and transmitting the encrypted outgoing data to the server.

실시 예에 따라, 데이터 처리 단말기는 상기 데이터 처리 단말기의 개인키를 저장하는 개인키 저장 모듈; 및 발신 단말기에 의해서 생성되고 상기 데이터 처리 단말기의 공개키를 이용하여 암호화된 수신 데이터를 서버로부터 수신하고, 상기 데이터 처리 단말기의 상기 개인키를 이용하여 상기 암호화된 수신 데이터를 복호화하는 복호화 모듈을 더 포함할 수 있다.According to an embodiment, the data processing terminal includes a private key storage module for storing a private key of the data processing terminal; And a decryption module for receiving received data generated by a calling terminal and encrypted using a public key of the data processing terminal from a server, and decrypting the encrypted received data using the private key of the data processing terminal. It may include.

본 발명의 실시 예에 따른 데이터 처리 시스템의 데이터 처리 방법은 인터넷을 통하여 서로 접속된 제1 단말기, 제2 단말기, 및 서버를 포함하는 데이터 처리 시스템에서 상기 제1 단말기가 상기 제2 단말기의 식별 번호와 데이터를 수신하고 상기 제2 단말기의 상기 식별 번호를 상기 서버로 전송하는 단계; 상기 서버가 상기 제2 단말기의 상기 식별 번호에 대응되는 공개키를 상기 제1 단말기로 전송하는 단계; 및 상기 제1 단말기가 상기 공개키를 이용하여 상기 데이터를 암호화하고 암호화된 데이터를 상기 서버로 전송하는 단계를 포함한다.In a data processing method of a data processing system according to an embodiment of the present invention, in a data processing system including a first terminal, a second terminal, and a server connected to each other via the Internet, the first terminal may be an identification number of the second terminal. Receiving data and transmitting the identification number of the second terminal to the server; Transmitting, by the server, the public key corresponding to the identification number of the second terminal to the first terminal; And encrypting, by the first terminal, the data using the public key and transmitting the encrypted data to the server.

실시 예에 따라, 데이터 처리 시스템의 데이터 처리 방법은 서버가 암호화된 데이터를 제2 단말기로 전송하는 단계; 및 상기 제2 단말기가 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화하는 단계를 더 포함할 수 있다.According to an embodiment, a data processing method of a data processing system may include: transmitting, by a server, encrypted data to a second terminal; And decrypting, by the second terminal, the encrypted data using the private key of the second terminal.

실시 예에 따라, 데이터 처리 시스템의 데이터 처리 방법은 서버가 수신한 암호화된 데이터를 상기 서버에 접속된 데이터베이스에 저장하고 상기 암호화된 데이터를 제2 단말기로 전송하는 단계; 및 상기 제2 단말기가 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화하는 단계를 더 포함할 수 있다.According to an embodiment, a data processing method of a data processing system may include storing encrypted data received by a server in a database connected to the server and transmitting the encrypted data to a second terminal; And decrypting, by the second terminal, the encrypted data using the private key of the second terminal.

실시 예에 따라, 상기 식별 번호는 팩스 번호이고 상기 데이터는 팩스 데이터일 수 있다.According to an embodiment, the identification number may be a fax number and the data may be fax data.

본 발명의 실시 예에 따른 데이터 처리 시스템은 인터넷을 통하여 서로 접속된 제1 단말기, 제2 단말기, 및 서버를 포함하며, 상기 제1 단말기는 상기 제2 단말기의 식별 번호와 데이터를 수신하고 상기 제2 단말기의 상기 식별 번호를 상기 서버로 전송하고, 상기 서버는 상기 제2 단말기의 상기 식별 번호에 대응되는 공개키를 상기 제1 단말기로 전송하고, 상기 제1 단말기는 상기 공개키를 이용하여 상기 데이터를 암호화하고 암호화된 데이터를 상기 서버로 전송한다.A data processing system according to an embodiment of the present invention includes a first terminal, a second terminal, and a server connected to each other via the Internet, wherein the first terminal receives the identification number and data of the second terminal and 2 transmits the identification number of the terminal to the server, the server transmits a public key corresponding to the identification number of the second terminal to the first terminal, and the first terminal uses the public key Encrypt the data and send the encrypted data to the server.

실시 예에 따라, 서버는 암호화된 데이터를 제2 단말기로 전송하고, 상기 제2 단말기는 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화할 수 있다.According to an embodiment, the server may transmit the encrypted data to the second terminal, and the second terminal may decrypt the encrypted data using the private key of the second terminal.

실시 예에 따라, 서버는 수신한 암호화된 데이터를 상기 서버에 접속된 데이터베이스에 저장하고 상기 암호화된 데이터를 제2 단말기로 전송하고, 상기 제2 단말기는 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화할 수 있다.According to an embodiment, the server stores the received encrypted data in a database connected to the server and transmits the encrypted data to a second terminal, wherein the second terminal uses the private key of the second terminal. Encrypted data can be decrypted.

실시 예에 따라, 상기 제2 단말가의 식별 번호는 팩스 번호이고 상기 데이터는 팩스 데이터일 수 있다.According to an embodiment, the identification number of the second terminal may be a fax number and the data may be fax data.

본 발명의 실시 예에 따른 데이터 처리 단말기와 데이터 처리 단말기의 데이터 처리 방법, 데이터 처리 시스템 및 데이터 처리 시스템의 데이터 처리 방법은 비대칭 암호화 방식에서 개인키의 유출을 원천적으로 차단하고 사용자가 수신 단말기의 식별 번호와 데이터만 입력하면 비대칭키 암호화 방식으로 데이터를 송신할 수 있는 효과가 있다.The data processing method of the data processing terminal and the data processing terminal, the data processing system, and the data processing method of the data processing system according to the embodiment of the present invention block the leakage of the private key in the asymmetric encryption method and the user identifies the receiving terminal. If only number and data are input, data can be transmitted by asymmetric key encryption.

본 발명의 상세한 설명에서 인용되는 도면을 보다 충분히 이해하기 위하여 각 도면의 상세한 설명이 제공된다.
도 1은 본 발명의 실시 예에 따른 데이터 처리 단말기의 데이터 처리 방법에 따른 데이터의 흐름을 나타낸다.
도 2는 도 1에 도시된 데이터 처리 단말기의 블록도이다.
도 3은 본 발명의 실시 예에 따른 데이터 처리 시스템 및 상기 데이터 처리 시스템의 데이터 처리 방법에 따른 데이터의 흐름을 나타낸다.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In order to more fully understand the drawings recited in the detailed description of the present invention, a detailed description of each drawing is provided.
1 illustrates a flow of data according to a data processing method of a data processing terminal according to an exemplary embodiment of the present invention.
FIG. 2 is a block diagram of the data processing terminal shown in FIG. 1.
3 illustrates a data flow system according to an embodiment of the present invention and a data processing method of the data processing system.

본 명세서에 개시되어 있는 본 발명의 개념에 따른 실시 예들에 대해서 특정한 구조적 또는 기능적 설명은 단지 본 발명의 개념에 따른 실시 예들을 설명하기 위한 목적으로 예시된 것으로서, 본 발명의 개념에 따른 실시 예들은 다양한 형태들로 실시될 수 있으며 본 명세서에 설명된 실시 예들에 한정되지 않는다.It is to be understood that the specific structural or functional description of embodiments of the present invention disclosed herein is for illustrative purposes only and is not intended to limit the scope of the inventive concept But may be embodied in many different forms and is not limited to the embodiments set forth herein.

본 발명의 개념에 따른 실시 예들은 다양한 변경들을 가할 수 있고 여러 가지 형태들을 가질 수 있으므로 실시 예들을 도면에 예시하고 본 명세서에서 상세하게 설명하고자 한다. 그러나, 이는 본 발명의 개념에 따른 실시 예들을 특정한 개시 형태들에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물, 또는 대체물을 포함한다.The embodiments according to the concept of the present invention can make various changes and can take various forms, so that the embodiments are illustrated in the drawings and described in detail herein. It should be understood, however, that it is not intended to limit the embodiments according to the concepts of the present invention to the particular forms disclosed, but includes all modifications, equivalents, or alternatives falling within the spirit and scope of the invention.

제1 또는 제2 등의 용어는 다양한 구성 요소들을 설명하는데 사용될 수 있지만, 상기 구성 요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성 요소를 다른 구성 요소로부터 구별하는 목적으로만, 예컨대 본 발명의 개념에 따른 권리 범위로부터 벗어나지 않은 채, 제1구성 요소는 제2구성 요소로 명명될 수 있고 유사하게 제2구성 요소는 제1구성 요소로도 명명될 수 있다.The terms first, second, etc. may be used to describe various elements, but the elements should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another, for example without departing from the scope of the rights according to the inventive concept, and the first component may be called a second component and similarly the second component. The component may also be referred to as the first component.

어떤 구성 요소가 다른 구성 요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성 요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성 요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성 요소가 다른 구성 요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는 중간에 다른 구성 요소가 존재하지 않는 것으로 이해되어야 할 것이다. 구성 요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.
When a component is said to be "connected" or "connected" to another component, it may be directly connected to or connected to that other component, but it may be understood that other components may exist in the middle. Should be. On the other hand, when a component is said to be "directly connected" or "directly connected" to another component, it should be understood that no other component exists in the middle. Other expressions describing the relationship between components, such as "between" and "immediately between" or "neighboring to" and "directly neighboring", should be interpreted as well.

*본 명세서에서 사용한 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로서, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 본 명세서에 기재된 특징, 숫자, 단계, 동작, 구성 요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성 요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.* The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. Singular expressions include plural expressions unless the context clearly indicates otherwise. In this specification, the terms "comprises" or "having" and the like are used to specify that there are features, numbers, steps, operations, elements, parts or combinations thereof described herein, But do not preclude the presence or addition of one or more other features, integers, steps, operations, components, parts, or combinations thereof.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미를 갖는 것으로 해석되어야 하며, 본 명세서에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Terms such as those defined in commonly used dictionaries are to be interpreted as having a meaning consistent with the meaning of the context in the relevant art and, unless explicitly defined herein, are to be interpreted as ideal or overly formal Do not.

이하, 본 명세서에 첨부된 도면들을 참조하여 본 발명의 실시 예들을 상세히 설명한다.Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings attached hereto.

도 1은 본 발명의 실시 예에 따른 데이터 처리 단말기의 데이터 처리 방법에 따른 데이터의 흐름을 나타낸다.1 illustrates a flow of data according to a data processing method of a data processing terminal according to an exemplary embodiment of the present invention.

도 1을 참조하면, 데이터 처리 시스템(100)은 데이터 처리 단말기(200) 및 서버(300)를 포함한다.Referring to FIG. 1, the data processing system 100 includes a data processing terminal 200 and a server 300.

데이터 처리 단말기(200)는 유선 통신 네트워크 또는 무선 통신 네트워크를 통하여 서버(300)와 데이터, 예컨대 텍스트 데이터, 음성 데이터, 또는 동영상 데이터를 주고 받을 수 있는 모든 통신 단말기를 의미한다.The data processing terminal 200 refers to all communication terminals capable of exchanging data, such as text data, voice data, or video data, with the server 300 through a wired communication network or a wireless communication network.

데이터 처리 단말기(200)는 팩시밀리, 데스크 탑 컴퓨터, 포터블 컴퓨터, 이동 전화기, 스마트 폰(smart phone), 또는 PDA(personal digital assistant)와 같이 데이터를 처리할 수 있는 통신 단말기를 의미할 수 있고, 상기 통신 단말기에 접속되어 데이터를 처리하는 주변기기일 수 있다.The data processing terminal 200 may refer to a communication terminal capable of processing data such as a facsimile, a desktop computer, a portable computer, a mobile phone, a smart phone, or a personal digital assistant. It may be a peripheral device connected to a communication terminal and processing data.

데이터 처리 단말기(200)는 개인키를 미리 저장하고 있고, 서버(300)에 접속된 데이터베이스(320)는 데이터 처리 단말기(200)의 식별 번호 및 상기 식별 번호에 대응되는 공개키를 저장한다.The data processing terminal 200 stores the private key in advance, and the database 320 connected to the server 300 stores the identification number of the data processing terminal 200 and the public key corresponding to the identification number.

데이터 처리 단말기(200)의 식별 번호는 상기 데이터 처리 단말기(200)의 ID(identification), 또는 제조 번호일 수 있다.The identification number of the data processing terminal 200 may be an identification (ID) or a manufacturing number of the data processing terminal 200.

실시 예에 따라, 데이터 처리 단말기(200)가 팩시밀리일 때, 데이터 처리 단말기(200)의 식별 번호는 전화 번호 또는 팩스 번호일 수 있다.According to an embodiment, when the data processing terminal 200 is a facsimile, the identification number of the data processing terminal 200 may be a telephone number or a fax number.

서버(300)는 데이터 처리 단말기(200)의 식별 번호에 대응되는 공개키를 저장할 수 있다.The server 300 may store the public key corresponding to the identification number of the data processing terminal 200.

본 발명의 실시 예에 따른 데이터 처리 단말기(200)의 데이터 처리 방법을 이용하여 데이터를 전송하려는 사용자는 상기 데이터 처리 단말기(200)로 수신 단말기(미도시)의 식별 번호와 발신 데이터를 입력한다(S100).A user who wants to transmit data by using the data processing method of the data processing terminal 200 according to an embodiment of the present invention inputs an identification number and outgoing data of a receiving terminal (not shown) to the data processing terminal 200 ( S100).

데이터 처리 단말기(200)는 상기 식별 번호와 상기 발신 데이터를 수신하고 상기 수신 단말기(미도시)의 상기 식별 번호를 추출하고 서버(300)로 상기 식별 번호를 전송한다(S120).The data processing terminal 200 receives the identification number and the outgoing data, extracts the identification number of the receiving terminal (not shown), and transmits the identification number to the server 300 (S120).

서버(300)는 상기 식별 번호에 대응되는 공개키가 존재하는지 여부를 판단하기 위하여 데이터베이스(320)를 서치(sereach)한다.The server 300 searches the database 320 to determine whether a public key corresponding to the identification number exists.

서버(300)가 서치 결과에 따라 상기 식별 번호에 대응되는 공개키를 전송하면, 데이터 처리 단말기(200)는 상기 서버(300)에서 출력되는 상기 공개키를 수신하고(S140) 상기 공개키를 이용하여 상기 발신 데이터를 암호화하고(S160) 암호화된 발신 데이터를 상기 서버(300)로 전송한다(S180).When the server 300 transmits the public key corresponding to the identification number according to the search result, the data processing terminal 200 receives the public key output from the server 300 (S140) and uses the public key. Encrypt the outgoing data (S160) and transmit the encrypted outgoing data to the server 300 (S180).

데이터 처리 단말기(200)가 본 발명의 실시 예에 따른 데이터 처리 단말기의 데이터 처리 방법을 이용하여 데이터를 수신할 때, 상기 데이터 처리 단말기(200)는 서버(300)로부터 상기 데이터 처리 단말기(200)의 개인키를 이용하여 암호화된 수신 데이터를 수신하고(S200) 상기 데이터 처리 단말기(200)의 개인키를 이용하여 상기 암호화된 수신 데이터를 복호화한다.When the data processing terminal 200 receives data using the data processing method of the data processing terminal according to an embodiment of the present invention, the data processing terminal 200 is the data processing terminal 200 from the server 300 Receive encrypted data received using the private key (S200) and decrypt the encrypted received data using the private key of the data processing terminal 200.

실시 예에 따라, 발신 데이터 및 수신 데이터 각각은 팩스 데이터일 수 있다.According to an embodiment, each of the outgoing data and the incoming data may be fax data.

실시 예에 따라, 데이터 처리 단말기(200)는 수신 데이터를 디스플레이하거나 수신 데이터를 출력, 예컨대, 프린트하거나 메모리에 저장할 수 있다.According to an embodiment, the data processing terminal 200 may display the received data or output the received data, for example, print or store the received data in the memory.

도 2는 도 1에 도시된 데이터 처리 단말기의 블록도이다.FIG. 2 is a block diagram of the data processing terminal shown in FIG. 1.

도 2를 참조하면, 도 1에 도시된 데이터 처리 단말기(200)는 입력 모듈(220), 암호화 모듈(240), 개인키 저장 모듈(260), 및 복호화 모듈(280)을 포함한다.Referring to FIG. 2, the data processing terminal 200 illustrated in FIG. 1 includes an input module 220, an encryption module 240, a private key storage module 260, and a decryption module 280.

데이터 처리 단말기(200)는 각 구성요소(220, 240, 260, 및 280)의 동작을 제어하기 위한 프로세서를 더 포함할 수 있다.The data processing terminal 200 may further include a processor for controlling the operation of each component 220, 240, 260, and 280.

본 명세서에서의 모듈(module)이라 함은 본 명세서에서 설명되는 각각의 명칭에 따른 기능과 동작을 수행할 수 있는 하드웨어를 의미할 수도 있고, 또는 특정한 기능과 동작을 수행할 수 있는 컴퓨터 프로그램 코드를 의미할 수 있고, 또는 특정한 기능과 동작을 수행시킬 수 있는 컴퓨터 프로그램 코드가 탑재된 전자적 기록 매체, 예컨대 프로세서를 의미할 수 있다.A module in the present specification may mean hardware capable of performing functions and operations according to each name described in the present specification, or computer program code capable of performing specific functions and operations. It may mean, or may mean, an electronic recording medium, for example, a processor, on which computer program code is capable of performing specific functions and operations.

다시 말해, 모듈이란 본 발명의 기술적 사상을 수행하기 위한 하드웨어 및/또는 상기 하드웨어를 구동하기 위한 소프트웨어의 기능적 및/또는 구조적 결합을 의미할 수 있다.In other words, a module may mean a functional and / or structural combination of hardware for performing the technical idea of the present invention and / or software for driving the hardware.

입력 모듈(220)은 사용자가 입력하는 수신 단말기의 식별 번호(ID)와 발신 데이터(TDATA)를 수신하고 상기 수신 단말기의 상기 식별번호를 추출하여 서버(300)로 전송한다.The input module 220 receives the identification number ID and the outgoing data TDATA of the receiving terminal input by the user, extracts the identification number of the receiving terminal, and transmits the identification number to the server 300.

암호화 모듈(240)은 서버(300)로부터 수신 단말기의 식별 번호(ID)에 대응되는 공개키(PBK)를 수신하고 수신된 공개키(PBK)를 이용하여 발신 데이터(TDATA)를 암호화하고 암호화된 발신 데이터(EDATA)를 상기 서버(300)로 전송한다.The encryption module 240 receives the public key PBK corresponding to the identification number ID of the receiving terminal from the server 300, encrypts the outgoing data TDATA using the received public key PBK, and encrypts the encrypted data. Outgoing data (EDATA) is transmitted to the server (300).

개인키 저장 모듈(260)은 데이터 처리 단말기(200)의 개인키를 저장한다.The private key storage module 260 stores the private key of the data processing terminal 200.

복호화 모듈(280)은 발신 단말기에 의해 생성되고 데이터 처리 단말기(200)의 공개키(PBK)를 이용하여 암호화된 수신 데이터(RDATA)를 서버(300)로부터 수신하고, 개인키 저장 모듈(260)로부터 상기 데이터 처리 단말기(200)의 개인키를 수신하고 상기 개인키를 이용하여 상기 암호화된 수신 데이터(RDATA)를 복호화하여 복호된 데이터(DDATA)를 출력한다.The decryption module 280 receives the received data RDATA generated by the calling terminal and encrypted using the public key PBK of the data processing terminal 200 from the server 300, and the private key storage module 260. The private key of the data processing terminal 200 is received, and the encrypted received data RDATA is decrypted by using the private key to output the decrypted data DDATA.

개인키(PVK)는 데이터 처리 단말기(200)가 제작될 때 개인키 저장 모듈(260)에 저장되고 복호화 모듈(280)의 개인키 요청에만 응답하여 상기 복호화 모듈(280)로만 개인키(PVK)를 전송하므로 상기 개인키가 유출될 위험이 적다. 또한, 개인키(PVK)는 데이터 처리 단말기(200)마다 유일(unique)하게 할당 또는 설정되므로, 서로 다른 데이터 처리 단말기가 같은 개인키를 가질 수 없다.The private key PVK is stored in the private key storage module 260 when the data processing terminal 200 is manufactured, and the private key PVK is stored only in the decryption module 280 in response to the private key request of the decryption module 280. Since the private key is less likely to leak. In addition, since the private key PVK is uniquely assigned or set for each data processing terminal 200, different data processing terminals may not have the same private key.

도 3은 본 발명의 실시 예에 따른 데이터 처리 시스템 및 상기 데이터 처리 시스템의 데이터 처리 방법에 따른 데이터의 흐름을 나타낸다.3 illustrates a data flow system according to an embodiment of the present invention and a data processing method of the data processing system.

도 3을 참조하면, 데이터 처리 시스템(400)은 제1 단말기(200-1), 제2 단말기(200-2), 및 서버(300)를 포함한다. 도 3에서는 설명의 편의를 위하여 제1 단말기(200-1) 및 제2 단말기(200-2)만 도시하나 단말기는 복수 개일 수 있다.Referring to FIG. 3, the data processing system 400 includes a first terminal 200-1, a second terminal 200-2, and a server 300. In FIG. 3, only the first terminal 200-1 and the second terminal 200-2 are illustrated for convenience of description, but a plurality of terminals may be provided.

제1 단말기(200-1) 및 제2 단말기(200-2) 각각의 구조 및 동작은 도 2에 도시된 데이터 처리 단말기(200)의 구조 및 동작과 동일하다.Structures and operations of the first terminal 200-1 and the second terminal 200-2 are the same as those of the data processing terminal 200 illustrated in FIG. 2.

실시 예에 따라, 제1 단말기(200-1), 제2 단말기(200-2), 및 서버(300) 각각은 유무선 통신망, 예컨대, 유무선 인터넷을 통하여 서로 접속될 수 있다.According to an embodiment, each of the first terminal 200-1, the second terminal 200-2, and the server 300 may be connected to each other through a wired or wireless communication network, for example, a wired or wireless internet.

제2 단말기(200-2)로 데이터를 전송하기 원하는 사용자는 제1 단말기(200-1)로 상기 제2 단말기(200-2)의 식별 번호와 데이터를 입력한다.A user who wants to transmit data to the second terminal 200-2 inputs an identification number and data of the second terminal 200-2 to the first terminal 200-1.

제1 단말기(200-1)는 상기 제1 단말기(200-1)의 사용자가 입력한 제2 단말기(200-2)의 식별 번호와 데이터를 수신하고(S400) 상기 제2 단말기(200-2)의 상기 식별 번호를 추출하여 서버(300)로 상기 제2 단말기의 상기 식별 번호를 전송한다(S420).The first terminal 200-1 receives the identification number and data of the second terminal 200-2 input by the user of the first terminal 200-1 (S400) and the second terminal 200-2. Extracts the identification number and transmits the identification number of the second terminal to the server 300 (S420).

서버(300)는 제1 단말기(200-1)로부터 제2 단말기(200-2)의 식별 번호를 수신하고 서버(300)에 접속되어 있는 데이터베이스(320)로부터 상기 제2 단말기(200-2)의 상기 식별 번호에 대응되는 상기 제2 단말기(200-2)의 공개키를 검색하고(S440) 검색 결과에 따라 검색된 상기 공개키를 상기 제1 단말기(200-1)로 전송한다(S460).The server 300 receives the identification number of the second terminal 200-2 from the first terminal 200-1 and receives the second terminal 200-2 from the database 320 connected to the server 300. The public key of the second terminal 200-2 corresponding to the identification number is searched (S440), and the searched public key is transmitted to the first terminal 200-1 according to a search result (S460).

제1 단말기(200-1)는 서버(300)로부터 제2 단말기(200-2)의 공개키를 수신하고 상기 공개키를 이용하여 데이터를 암호화하고(S480) 암호화된 데이터를 서버(300)로 전송한다(S500).The first terminal 200-1 receives the public key of the second terminal 200-2 from the server 300, encrypts the data using the public key (S480), and sends the encrypted data to the server 300. Transmit (S500).

실시 예에 따라, 서버(300)는 제1 단말기(200-1)로부터 수신한 암호화된 데이터를 데이터베이스(320)에 저장할 수 있다(S520).According to an embodiment, the server 300 may store the encrypted data received from the first terminal 200-1 in the database 320 (S520).

서버(300)는 제1 단말기(200-1)로부터 암호화된 데이터를 수신하고 상기 암호화된 데이터를 제2 단말기(200-2)로 전송한다(S540).The server 300 receives the encrypted data from the first terminal 200-1 and transmits the encrypted data to the second terminal 200-2 (S540).

실시 예에 따라, 서버(300)는 제2 단말기(200-2)로부터 데이터 수신 요청에 응답하여 상기 제2 단말기(200-2)로 암호화된 데이터를 전송할 수 있다.According to an embodiment, the server 300 may transmit encrypted data to the second terminal 200-2 in response to a data reception request from the second terminal 200-2.

또한, 서버(300)는, 제2 단말기(200-2)로 데이터 전송할 때 상기 제2 단말기(200-2)가 인터넷을 통하여 접속되어 있지 않다면, 상기 제2 단말기(200-2)가 인터넷을 통하여 접속될 때 저장된 암호화된 데이터를 상기 제2 단말기(200-2)로 전송할 수 있다.Also, if the second terminal 200-2 is not connected through the Internet when transmitting data to the second terminal 200-2, the server 300 connects the Internet to the second terminal 200-2. The stored encrypted data may be transmitted to the second terminal 200-2 when connected via the terminal.

제2 단말기(200-2)는 서버(300)로부터 암호화된 데이터를 수신하고 미리 저장되어 있는 상기 제2 단말기(200-2)의 공개키를 이용하여 상기 암호화된 데이터를 복호화하고(S560), 복호된 데이터를 출력 장치, 예컨대, 모니터 또는 프린터를 통하여 출력할 수 있다.The second terminal 200-2 receives the encrypted data from the server 300 and decrypts the encrypted data using the public key of the second terminal 200-2 stored in advance (S560). The decoded data can be output through an output device such as a monitor or a printer.

본 발명은 도면에 도시된 실시 예를 참고로 설명되었으나 이는 예시적인 것에 불과하며, 본 기술 분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시 예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호 범위는 첨부된 등록청구범위의 기술적 사상에 의해 정해져야 할 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is evident that many alternatives, modifications and variations will be apparent to those skilled in the art. Therefore, the true technical protection scope of the present invention will be defined by the technical spirit of the appended claims.

200, 200-1, 200-2; 데이터 처리 단말기
220; 입력 모듈
240; 암호화 모듈
260; 개인키 저장 모듈
280; 복호화 모듈
300; 서버
200, 200-1, 200-2; Data processing terminal
220; Input module
240; Encryption module
260; Private key storage module
280; Decryption module
300; server

Claims (14)

데이터 처리 단말기가 수신 단말기의 식별 번호와 발신 데이터를 수신하고 상기 수신 단말기의 상기 식별 번호를 서버로 전송하는 단계;
상기 데이터 처리 단말기가 상기 서버로부터 출력되고 상기 수신 단말기의 상기 식별 번호에 대응되는 공개키를 수신하는 단계; 및
상기 데이터 처리 단말기가 상기 공개키를 이용하여 상기 발신 데이터를 암호화하고 암호화된 발신 데이터를 상기 서버로 전송하는 단계를 포함하는 데이터 처리 단말기의 데이터 처리 방법.
Receiving, by the data processing terminal, the identification number and the outgoing data of the receiving terminal and transmitting the identification number of the receiving terminal to a server;
Receiving, by the data processing terminal, a public key output from the server and corresponding to the identification number of the receiving terminal; And
Encrypting the outgoing data by the data processing terminal using the public key and transmitting encrypted outgoing data to the server.
제1항에 있어서, 상기 데이터 처리 단말기의 데이터 처리 방법은,
상기 데이터 처리 단말기가 상기 서버로부터 암호화된 수신 데이터를 수신하는 단계; 및
상기 데이터 처리 단말기가 상기 데이터 처리 단말기의 개인키를 이용하여 상기 암호화된 수신 데이터를 복호화하는 단계를 더 포함하는 데이터 처리 단말기의 데이터 처리 방법.
The data processing method of claim 1, wherein the data processing method of the data processing terminal comprises:
Receiving, by the data processing terminal, encrypted received data from the server; And
And decrypting, by the data processing terminal, the encrypted received data using the private key of the data processing terminal.
제1항에 있어서, 상기 식별 번호는 팩스 번호이고 상기 발신 데이터는 팩스 데이터인 데이터 처리 단말기의 데이터 처리 방법.The data processing method of claim 1, wherein the identification number is a fax number and the outgoing data is fax data. 제1항에 기재된 데이터 처리 단말기의 데이터 처리 방법을 실행시키기 위한 컴퓨터로 읽을 수 있는 컴퓨터 프로그램을 기록한 기록 매체.A recording medium having recorded thereon a computer-readable computer program for executing the data processing method of the data processing terminal according to claim 1. 수신 단말기의 식별 번호와 발신 데이터를 수신하고 상기 수신 단말기의 상기 식별 번호를 서버로 전송하는 입력 모듈; 및
상기 서버로부터 출력되고 상기 수신 단말기의 상기 식별 번호에 대응되는 공개키를 수신하고, 수신된 공개키를 이용하여 상기 발신 데이터를 암호화하고 암호화된 발신 데이터를 상기 서버로 전송하는 암호화 모듈을 포함하는 데이터 처리 단말기.
An input module for receiving an identification number and outgoing data of a receiving terminal and transmitting the identification number of the receiving terminal to a server; And
An encryption module for receiving a public key output from the server and corresponding to the identification number of the receiving terminal, encrypting the outgoing data using the received public key and transmitting encrypted outgoing data to the server; Processing terminal.
제5항에 있어서, 상기 데이터 처리 단말기는,
상기 데이터 처리 단말기의 개인키를 저장하는 개인키 저장 모듈; 및
발신 단말기에 의해서 생성되고 상기 데이터 처리 단말기의 공개키를 이용하여 암호화된 수신 데이터를 상기 서버로부터 수신하고, 상기 데이터 처리 단말기의 상기 개인키를 이용하여 상기 암호화된 수신 데이터를 복호화하는 복호화 모듈을 더 포함하는 데이터 처리 단말기.
The method of claim 5, wherein the data processing terminal,
A private key storage module for storing a private key of the data processing terminal; And
And a decryption module for receiving received data generated by an originating terminal and encrypted using the public key of the data processing terminal from the server, and decrypting the encrypted received data using the private key of the data processing terminal. Data processing terminal comprising.
인터넷을 통하여 서로 접속된 제1 단말기, 제2 단말기, 및 서버를 포함하는 데이터 처리 시스템의 데이터 처리 방법에 있어서,
상기 제1 단말기가 상기 제2 단말기의 식별 번호와 데이터를 수신하고 상기 제2 단말기의 상기 식별 번호를 상기 서버로 전송하는 단계;
상기 서버가 상기 제2 단말기의 상기 식별 번호에 대응되는 공개키를 상기 제1 단말기로 전송하는 단계; 및
상기 제1 단말기가 상기 공개키를 이용하여 상기 데이터를 암호화하고 암호화된 데이터를 상기 서버로 전송하는 단계를 포함하는 데이터 처리 시스템의 데이터 처리 방법.
In the data processing method of a data processing system comprising a first terminal, a second terminal, and a server connected to each other via the Internet,
Receiving, by the first terminal, the identification number and data of the second terminal and transmitting the identification number of the second terminal to the server;
Transmitting, by the server, the public key corresponding to the identification number of the second terminal to the first terminal; And
Encrypting the data by the first terminal using the public key and transmitting the encrypted data to the server.
제7항에 있어서, 상기 데이터 처리 시스템의 데이터 처리 방법은,
상기 서버가 상기 암호화된 데이터를 상기 제2 단말기로 전송하는 단계; 및
상기 제2 단말기가 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화하는 단계를 더 포함하는 데이터 처리 시스템의 데이터 처리 방법.
The method of claim 7, wherein the data processing method of the data processing system,
The server transmitting the encrypted data to the second terminal; And
And decrypting, by the second terminal, the encrypted data using the private key of the second terminal.
제7항에 있어서,
상기 서버가 수신한 상기 암호화된 데이터를 상기 서버에 접속된 데이터베이스에 저장하고 상기 암호화된 데이터를 상기 제2 단말기로 전송하는 단계; 및
상기 제2 단말기가 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화하는 단계를 더 포함하는 데이터 처리 시스템의 데이터 처리 방법.
The method of claim 7, wherein
Storing the encrypted data received by the server in a database connected to the server and transmitting the encrypted data to the second terminal; And
And decrypting, by the second terminal, the encrypted data using the private key of the second terminal.
제7항에 있어서, 상기 식별 번호는 팩스 번호이고 상기 데이터는 팩스 데이터인 데이터 처리 시스템의 데이터 처리 방법.8. The data processing method of claim 7, wherein the identification number is a fax number and the data is fax data. 인터넷을 통하여 서로 접속된 제1 단말기, 제2 단말기, 및 서버를 포함하는 데이터 처리 시스템에 있어서,
상기 제1 단말기는 상기 제2 단말기의 식별 번호와 데이터를 수신하고 상기 제2 단말기의 상기 식별 번호를 상기 서버로 전송하고,
상기 서버는 상기 제2 단말기의 상기 식별 번호에 대응되는 공개키를 상기 제1 단말기로 전송하고,
상기 제1 단말기는 상기 공개키를 이용하여 상기 데이터를 암호화하고 암호화된 데이터를 상기 서버로 전송하는 데이터 처리 시스템.
A data processing system comprising a first terminal, a second terminal, and a server connected to each other via the Internet,
The first terminal receives the identification number and data of the second terminal and transmits the identification number of the second terminal to the server,
The server transmits a public key corresponding to the identification number of the second terminal to the first terminal,
And the first terminal encrypts the data using the public key and transmits the encrypted data to the server.
제11항에 있어서,
상기 서버는 상기 암호화된 데이터를 상기 제2 단말기로 전송하고,
상기 제2 단말기는 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화하는 데이터 처리 시스템.
The method of claim 11,
The server transmits the encrypted data to the second terminal,
And the second terminal decrypts the encrypted data using the private key of the second terminal.
제11항에 있어서,
상기 서버는 수신한 상기 암호화된 데이터를 상기 서버에 접속된 데이터베이스에 저장하고 상기 암호화된 데이터를 상기 제2 단말기로 전송하고,
상기 제2 단말기는 상기 제2 단말기의 개인키를 이용하여 상기 암호화된 데이터를 복호화하는 데이터 처리 시스템.
The method of claim 11,
The server stores the received encrypted data in a database connected to the server and transmits the encrypted data to the second terminal,
And the second terminal decrypts the encrypted data using the private key of the second terminal.
제11항에 있어서, 상기 제2 단말기의 상기 식별 번호는 팩스 번호이고 상기 데이터는 팩스 데이터인 데이터 처리 시스템.12. The data processing system according to claim 11, wherein said identification number of said second terminal is a fax number and said data is fax data.
KR1020130030209A 2013-03-21 2013-03-21 Data processing terminal, method of processing data therof, data processing system and method of processing data thereof KR20130038894A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020130030209A KR20130038894A (en) 2013-03-21 2013-03-21 Data processing terminal, method of processing data therof, data processing system and method of processing data thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020130030209A KR20130038894A (en) 2013-03-21 2013-03-21 Data processing terminal, method of processing data therof, data processing system and method of processing data thereof

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
KR1020110077351A Division KR20130015384A (en) 2011-08-03 2011-08-03 Data processing terminal, method of processing data therof, data processing system and method of processing data thereof

Publications (1)

Publication Number Publication Date
KR20130038894A true KR20130038894A (en) 2013-04-18

Family

ID=48439251

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020130030209A KR20130038894A (en) 2013-03-21 2013-03-21 Data processing terminal, method of processing data therof, data processing system and method of processing data thereof

Country Status (1)

Country Link
KR (1) KR20130038894A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101646172B1 (en) * 2015-06-04 2016-08-08 주식회사 빅스터 Data brokering server and data brokering system using the same
CN107666386A (en) * 2016-07-27 2018-02-06 复凌科技(上海)有限公司 A kind of data safe transmission method and device
KR101983680B1 (en) * 2018-09-10 2019-06-04 주식회사 두빛나래소프트 System, an apparatus and a method for transmitting and receiving information using quick response code
WO2020111499A1 (en) * 2018-11-26 2020-06-04 주식회사 두빛나래소프트 Method, apparatus, and system for transmitting and receiving information by using qr code

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101646172B1 (en) * 2015-06-04 2016-08-08 주식회사 빅스터 Data brokering server and data brokering system using the same
CN107666386A (en) * 2016-07-27 2018-02-06 复凌科技(上海)有限公司 A kind of data safe transmission method and device
CN107666386B (en) * 2016-07-27 2021-05-28 复凌科技(上海)有限公司 Data secure transmission method and device
KR101983680B1 (en) * 2018-09-10 2019-06-04 주식회사 두빛나래소프트 System, an apparatus and a method for transmitting and receiving information using quick response code
WO2020054951A1 (en) * 2018-09-10 2020-03-19 주식회사 두빛나래소프트 Method, apparatus, and system for transmitting and receiving information using qr code
WO2020111499A1 (en) * 2018-11-26 2020-06-04 주식회사 두빛나래소프트 Method, apparatus, and system for transmitting and receiving information by using qr code
JP2022508230A (en) * 2018-11-26 2022-01-19 ドゥビッナレソフト カンパニー,リミテッド Information transmission / reception method, device and system using QR code
US11367078B2 (en) 2018-11-26 2022-06-21 Doobitnaraesoft Co., Ltd. Method, apparatus, and system for transmitting and receiving information by using QR code

Similar Documents

Publication Publication Date Title
KR100520116B1 (en) A method for discributing the key to mutual nodes to code a key on mobile ad-hoc network and network device using thereof
CN104144049B (en) A kind of encryption communication method, system and device
US20070254614A1 (en) Secure wireless connections using ssid fields
TW201423465A (en) An image management system and method based on fingerprint identification
JP4818975B2 (en) Information communication system
WO2015117437A1 (en) File encryption/decryption method and device
JP4397844B2 (en) Terminal and management device in ubiquitous communication system
KR20130038894A (en) Data processing terminal, method of processing data therof, data processing system and method of processing data thereof
JP2007142504A (en) Information processing system
KR20140058196A (en) Apparatus and method for protecting mobile message data
US20150156173A1 (en) Communication system utilizing fingerprint information and use thereof
KR101485968B1 (en) Method for accessing to encoded files
KR101016642B1 (en) Mobile system, service system and key authentication method for managing key in local wireless communication
CN108337233B (en) Method for encrypting content information, electronic equipment and storage medium
CN106059767A (en) Terminal private data protection system and method based on Internet
JPH09139735A (en) Ciphering data communication system
CN104243291A (en) Instant messaging method and system thereof capable of guaranteeing safety of user communication content
CN102036194A (en) Method and system for encrypting MMS
KR20190007336A (en) Method and apparatus for generating end-to-end security channel, and method and apparatus for transmitting/receiving secure information using security channel
WO2015124798A2 (en) Method & system for enabling authenticated operation of a data processing device
KR20130015384A (en) Data processing terminal, method of processing data therof, data processing system and method of processing data thereof
Singh et al. Peer to peer secure communication in mobile environment: A novel approach
KR100458955B1 (en) Security method for the Wireless LAN
JP6167598B2 (en) Information processing apparatus, information processing method, and computer program
WO2024057538A1 (en) Server, authentication system, authentication method and program

Legal Events

Date Code Title Description
A107 Divisional application of patent
WITN Application deemed withdrawn, e.g. because no request for examination was filed or no examination fee was paid