KR20150099697A - Method for application control and control system thereof - Google Patents

Method for application control and control system thereof Download PDF

Info

Publication number
KR20150099697A
KR20150099697A KR1020150113505A KR20150113505A KR20150099697A KR 20150099697 A KR20150099697 A KR 20150099697A KR 1020150113505 A KR1020150113505 A KR 1020150113505A KR 20150113505 A KR20150113505 A KR 20150113505A KR 20150099697 A KR20150099697 A KR 20150099697A
Authority
KR
South Korea
Prior art keywords
application
control system
data processing
processing apparatus
control
Prior art date
Application number
KR1020150113505A
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 KR1020150113505A priority Critical patent/KR20150099697A/en
Publication of KR20150099697A publication Critical patent/KR20150099697A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

A method for controlling an application and a system therefor are disclosed. The method for controlling an application comprises the steps of: executing a predetermined application in a data processing device; determining whether to stop the application, in which a control system being executed in the data processing device, is executed; stopping the application by the control system based on the determination result; determining whether an authentication action for continuing execution of the application is executed; and releasing the stop of executing the application by the control system if it is determined that the authentication action is executed.

Description

애플리케이션 제어방법 및 이를 위한 제어시스템{Method for application control and control system thereof}TECHNICAL FIELD [0001] The present invention relates to an application control method,

본 발명은 애플리케이션 제어방법 및 제어시스템에 관한 것이다. 보다 상세하게는 애플리케이션이 실행된 후에도 실행된 애플리케이션을 효율적이고 보안성이 뛰어나게 제어할 수 있는 방법 및 그 시스템에 관한 것이다.
The present invention relates to an application control method and a control system. And more particularly, to a method and system for efficiently and securely controlling an executed application even after an application is executed.

데이터 처리장치(예컨대, 스마트폰, 태블릿 PC, 컴퓨터 등)에서 실행 가능한 애플리케이션들에 대한 실행제어의 필요성은 널리 알려져 있다. 실행제어는 부정한 사용자가 애플리케이션을 통해 부정한 방법으로 정보를 획득하거나 소정의 데이터 처리를 하는 것을 막기 위해 특히 필요하다.The need for execution control for applications executable on data processing devices (e.g., smart phones, tablet PCs, computers, etc.) is well known. Execution control is particularly necessary to prevent an unauthorized user from obtaining information or performing certain data processing in an unauthorized way through the application.

종래의 실행제어의 방식은 일반적으로 애플리케이션이 자체적으로 인증기능을 실행하고, 사용자의 입력(예컨대, 비밀번호의 입력)에 의해 인증이 되면 실행을 하는 방식이 사용된다. 이러한 방식을 도1을 통해 간략히 설명하도록 한다.In the conventional method of execution control, a method is generally used in which an application executes an authentication function by itself and is executed when an input is inputted by a user (for example, input of a password). This method will be briefly described with reference to FIG.

우선 도1a는 종래에 주로 사용되는 서버를 통한 인증 또는 승인으로 애플리케이션의 실행제어를 수행하는 방식을 나타낸다. 도1a의 방식은 사용자로부터 소정의 애플리케이션의 실행요청이 입력되면(S10), 상기 애플리케이션은 소정의 서버와 통신을 하여 미리 설정된 정보(예컨대, 로그인 정보, 또는 단말기 식별정보 또는 애플리케이션 시리얼 넘버 등)를 상기 서버로부터 승인받는다(S11). 상기 서버가 승인을 하면, 승인신호를 상기 애플리케이션으로 전송하여 상기 애플리케이션이 정상적으로 실행되도록 할 수 있다(S12). 1A shows a method of performing execution control of an application by authentication or approval through a server, which is conventionally used conventionally. 1A, when an execution request of a predetermined application is input from a user (S10), the application communicates with a predetermined server to transmit predetermined information (e.g., login information, terminal identification information, application serial number, etc.) And is approved by the server (S11). If the server approves, an approval signal may be transmitted to the application to allow the application to execute normally (S12).

이러한 일예는 한국공개특허(출원번호 10-2011-0089111, "스마트폰 용 애플리케이션 실행 제어 방법 및 그 시스템")에도 개시된 바 있다. 하지만, 이러한 종래의 기술은 애플리케이션의 실행제어를 위해 서버가 별도로 존재하여야 한다는 문제점이 있다. 특히, 서버와 통신을 수행할 필요 없이 데이터 처리장치에서만 실행되는 애플리케이션의 경우에는 이러한 종래의 기술로는 실행제어가 불가능하다는 문제점이 있다. An example of this is disclosed in Korean Patent Application No. 10-2011-0089111, "Method and Apparatus for Controlling Application Execution for Smart Phone ". However, such a conventional technology has a problem that a server must exist separately for execution control of an application. Particularly, in the case of an application which is executed only in the data processing apparatus without the need to perform communication with the server, there is a problem that execution control can not be performed by such conventional technology.

한편, 또 다른 종래의 기술은 도1b에 도시된다. 도1b는 실행제어를 수행하는 제어 애플리케이션이 특정 애플리케이션의 실행요청을 감지하고(S20), 상기 특정 애플리케이션의 실행요청이 감지되면 미리 설정된 승인정보의 입력(예컨대, 비밀번호, 패턴 등)을 사용자에게 요청한다(S21). 그러면, 사용자가 입력한 승인정보가 미리 설정된 승인정보와 상응하는지를 판단한 후(S23), 상응하는 경우에는 상기 특정 애플리케이션의 실행을 정상적으로 허용하게 된다(S23). 이러한 방식의 실행제어는 현재 스마트 폰에서 실행가능한 애플리케이션을 다운로드 받을 수 있는 앱 스토어(예컨대, Google play, Apple app store 등)에서 다운로드 받을 수 있는 애플리케이션 실행제어용 애플리케이션에서 널리 채택하고 있는 방식이다.On the other hand, another conventional technique is shown in Fig. 1B. FIG. 1B shows a case where a control application that performs execution control detects an execution request of a specific application (S20), and when an execution request of the specific application is detected, requests inputting preset approval information (e.g., password, (S21). Then, it is determined whether the approval information input by the user corresponds to the preset approval information (S23), and if so, the execution of the specific application is allowed normally (S23). This type of execution control is widely adopted in application execution control applications that can be downloaded from an app store (e.g., Google play, Apple app store, etc.) that can currently download applications executable on a smart phone.

하지만, 도1b의 방식은 승인정보를 알고 있는 사람이라면, 누구나 승인을 받을 수 있는 문제점이 있다. However, the method of FIG. 1B has a problem that anyone who knows the approval information can receive approval.

또한, 미리 설정된 승인정보의 입력을 요청하는 알림 메시지를 디스플레이하게 되어서, 승인정보가 입력되어야 해당 애플리케이션이 실행될 수 있음을 사용자에게 알려주게 된다. 즉, 애플리케이션을 정상적으로 사용하기 위해서는 승인정보의 입력이 필요하다는 것을 누구나 알 수 있게 된다. 따라서 사용자가 타인에게 강압 또는 위협을 받고 있는 상황이라면 승인정보의 입력까지 강제될 수 있어서, 승인정보를 통한 실행제어가 사실상 무용하게 되는 경우가 발생할 수도 있다.In addition, a notification message requesting input of preset approval information is displayed, so that the user is informed that the corresponding application can be executed by inputting approval information. That is, it is possible for anyone to know that it is necessary to input approval information in order to normally use the application. Therefore, if the user is under coercion or threat to another person, it may be forced to input the approval information, so that the execution control through the approval information may be practically useless.

또한, 특정 애플리케이션의 실행을 중지하기 위해서는 제어 애플리케이션이 해당 애플리케이션이 실행되는지 여부를 항상 모니터링 하여야 하는데, 이러한 경우, 상기 데이터처리장치로 입력되는 모든 실행요청(예컨대, I/O)을 모니터링하거나 후킹(hooking)하는 기능을 수행해야하므로, 너무나 많은 리소스를 소비하게 된다. 특히, 스마트폰과 같이 모바일 데이터 처리장치의 경우, 이러한 리소스는 많은 파워의 소모를 유발하는 문제점이 있다. In order to stop the execution of a specific application, the control application must always monitor whether or not the application is executed. In this case, all the execution requests (for example, I / O) input to the data processing apparatus are monitored or hooked hooking), so it consumes too much resources. Particularly, in the case of a mobile data processing apparatus such as a smart phone, such a resource has a problem that consumes a lot of power.

따라서 간단하게 소정의 데이터 처리장치에서 실행되는 타 애플리케이션의 실행을 제어할 수 있으면서도, 보안상이 높을 수 있는 실행제어를 할 수 있는 기술적 사상이 요구된다.
Therefore, a technical idea that can control the execution of another application executed in a predetermined data processing apparatus, and that can perform execution control with a high security level is required.

본 발명은 상기의 기술적 과제를 해결하기 위한 것으로써, 실행제어의 대상이 되는 대상 애플리케이션의 실행자체가 수행되지 않도록 제어하는 것이 아니라, 실행은 허용하되 실행된 대상 애플리케이션의 실행을 중지시킴으로써 간편하게 상기 대상 애플리케이션의 실행제어를 수행할 수 있는 방법 및 시스템을 제공하는 것이다.SUMMARY OF THE INVENTION The present invention has been made in an effort to solve the above technical problems, and it is an object of the present invention to provide a method and apparatus for controlling execution of a target application, And to provide a method and system for performing execution control of an application.

또한, 미리 설정된 승인정보(예컨대, 비밀번호 또는 패턴, 제스처 등)를 통한 실행제어가 아니라, 상기 데이터 처리장치와는 독립적인 장치(예컨대, 근거리 무선통신장치)의 점유여부를 통해 대상 애플리케이션의 실행제어를 함으로써, 승인정보가 노출되는 경우에도 유효한 실행제어를 할 수 있는 방법 및 시스템을 제공하는 것이다. It is also possible to perform execution control of the target application through the presence or absence of an apparatus independent of the data processing apparatus (for example, a short-range wireless communication apparatus), rather than execution control through preset approval information (for example, password or pattern or gesture) Thereby enabling effective execution control even when the approval information is exposed.

또한, 상기 데이터 처리장치와는 독립적인 장치(예컨대, 근거리 무선통신장치)를 소지하고 있지 않은 경우에도, 정당한 사용자는 상기 데이터 처리장치를 정상적으로 이용할 수 있도록(즉, 대상 애플리케이션을 정상적으로 사용할 수 있도록) 하기 위해 보안성이 높은 동적 패스워드를 이용할 수 있도록 하는 방법 및 시스템을 제공하는 것이다.In addition, even when a device independent of the data processing device (e.g., a short-range wireless communication device) is not possessed, a legitimate user can use the data processing device normally (i.e., The present invention provides a method and system for enabling a high security dynamic password to be used in order to provide a secure password.

또한, 대상 애플리케이션의 실행을 제어하기 위해 상기 제어 디스플레이가 대상 애플리케이션의 실행화면상에 로딩될 때 투명한 속성을 가지도록 함으로써, 마치 대상 애플리케이션이 실행되다가 멈춘 것처럼 인지될 수 있도록 하는 방법 및 시스템을 제공하는 것이다.
There is also provided a method and system for enabling a control application to be seen as if it were running by making the control display have transparent properties when loaded on the run screen of the target application to control the execution of the target application will be.

본 발명의 일 측면에 따른 애플리케이션 제어방법은 데이터 처리장치에서 소정의 애플리케이션이 실행되는 단계, 데이터 처리장치에서 실행되고 있는 제어시스템이 실행된 상기 애플리케이션을 중지시킬지 여부를 판단하는 단계, 판단결과에 기초하여 상기 제어시스템이 상기 애플리케이션을 중지시키는 단계, 상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계, 및 판단결과 상기 인증액션이 수행되었다고 판단되면, 상기 제어시스템이 상기 애플리케이션의 실행 중지를 해제하는 단계를 포함한다.An application control method according to an aspect of the present invention includes a step of executing a predetermined application in a data processing apparatus, a step of determining whether or not to stop the application in which a control system running in the data processing apparatus is executed, Determining whether an authentication action is performed to cause the control system to continue execution of the application; and if it is determined that the authentication action has been performed, And releasing the execution of the application.

상기 제어시스템이 상기 데이터 처리장치에서 실행중인 애플리케이션을 중지시킬지 여부를 판단하는 단계는 상기 제어시스템이 상기 데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하는 단계, 상기 애플리케이션이 상기 최우선 작업이고 상기 애플리케이션이 미리 설정된 대상 애플리케이션인 경우, 상기 제어시스템이 상기 애플리케이션을 중지시킬 애플리케이션으로 판단하는 단계를 포함할 수 있다.Wherein the step of determining whether the control system is to suspend an application running on the data processing apparatus comprises the steps of the control system confirming a top priority operation of a running work list held in the data processing apparatus, And if the application is a preset target application, determining that the control system is an application to stop the application.

상기 애플리케이션 제어방법은 상기 제어시스템이 제어의 대상이 되는 대상 애플리케이션을 설정받는 단계를 더 포함하며, 상기 대상 애플리케이션은 상기 데이터 처리장치에 기설치된, 상기 제어시스템에 상응하는 제어 애플리케이션과는 다른, 애플리케이션인 것을 특징으로 할 수 있다.Wherein the application control method further comprises the step of setting the target application to be controlled by the control system, wherein the target application is an application that is installed in the data processing apparatus, different from the control application corresponding to the control system, .

상기 제어시스템이 상기 애플리케이션을 중지시키는 단계는 상기 애플리케이션을 중지시키기 위해, 상기 제어시스템이 미리 설정된 소정의 중지 프로세스를 상기 애플리케이션보다 우선순위로 상기 데이터 처리장치에서 실행시키는 단계를 포함할 수 있다.The step of stopping the application by the control system may include the step of causing the control system to execute a predetermined stop process at a higher priority than the application in the data processing apparatus to stop the application.

상기 소정의 중지 프로세스는 소정의 제어 디스플레이를 상기 데이터 처리장치에 구비된 디스플레이 장치의 최상위에 로딩시키는 것을 특징으로 할 수 있다.The predetermined stopping process may be performed such that a predetermined control display is loaded at the top of a display device provided in the data processing apparatus.

상기 제어 디스플레이는 투명한 속성을 가지는 디스플레이인 것을 특징으로 할 수 있다.The control display may be a display having a transparent property.

상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계는 상기 애플리케이션에 대응되도록 설정된 근거리 무선통신장치와 상기 데이터 처리장치가 근거리 무선통신이 수행되는지 판단하는 단계를 포함할 수 있다.Wherein the step of determining whether an authentication action for continuing execution of the application is performed by the control system may include determining whether the short range wireless communication apparatus set to correspond to the application and the data processing apparatus are performing short range wireless communication have.

상기 애플리케이션 제어방법은 상기 제어시스템이 상기 제어시스템에 대응될 마스터 근거리 무선통신장치를 설정받는 단계를 더 포함하며, 상기 마스터 근거리 무선통신장치는 상기 제어시스템에 의해 대상 애플리케이션으로 설정된 상기 애플리케이션을 포함하는 적어도 하나의 애플리케이션에 대응되는 근거리 무선통신장치로 설정되는 것을 특징으로 할 수 있다.The application control method further comprises the step of the control system setting up a master short range wireless communication apparatus to be associated with the control system, wherein the master short range wireless communication apparatus comprises: And is set as a short-range wireless communication device corresponding to at least one application.

상기 애플리케이션 제어방법은 상기 제어시스템이 상기 제어시스템에 의해 제어될 대상 애플리케이션인 상기 애플리케이션을 설정받는 단계 및 대상 애플리케이션으로 설정된 상기 애플리케이션에 대응되는 근거리 무선통신장치를 설정받는 단계를 더 포함하며, 상기 애플리케이션에 대응되는 근거리 무선통신장치는 상기 제어시스템에 의해 대상 애플리케이션으로 설정된 타애플리케이션에 대응되는 제2근거리 무선통신장치와 서로 다른 장치일 수 있는 것을 특징으로 할 수 있다.The application control method further comprises a step of setting the application, which is the target application to be controlled by the control system, by the control system, and setting a short range wireless communication device corresponding to the application set as the target application, May be a device different from the second short range wireless communication device corresponding to another application set as the target application by the control system.

상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계는 상기 제어시스템이 사용자로부터 입력되는 인증정보가 동적 패스워드에 상응하는지를 판단하는 단계를 포함하며, 상기 동적 패스워드는 상기 데이터 처리장치의 사용이력에 따라 변경되는 사용이력정보 중에 기초하여 특정되는 동적 파트를 포함하는 것을 특징으로 할 수 있다. Wherein the step of determining whether the control system is performing an authentication action to continue execution of the application comprises determining that the authentication information input from the user corresponds to a dynamic password, And a dynamic part specified based on usage history information that is changed in accordance with a use history of the processing apparatus.

상기 기술적 과제를 해결하기 위한 방법은 데이터 처리장치에서 실행되고 있는 제어시스템이 상기 데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하는 단계, 상기 제어시스템이 상기 최우선 작업이 미리 설정된 대상 애플리케이션인 경우, 상기 제어시스템이 미리 설정된 제어 디스플레이를 상기 데이터 처리장치의 최상위 디스플레이로 로딩시키는 단계, 상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계, 및 판단결과 상기 인증액션이 수행되었다고 판단되면, 상기 제어시스템이 상기 제어 디스플레이를 언로딩 시키는 단계를 포함할 수 있다. A method for solving the above technical problem is characterized in that the control system executing in the data processing apparatus confirms the highest priority task of the running task list held in the data processing apparatus, , The control system loading a predetermined control display to the top display of the data processing apparatus, the control system determining whether an authentication action to continue execution of the application is performed, And if the action is determined to have been performed, the control system may unload the control display.

상기 애플리케이션 제어방법은 프로그램을 기록한 컴퓨터 판독가능한 기록매체에 저장될 수 있다. The application control method may be stored in a computer-readable recording medium on which the program is recorded.

상기 기술적 과제를 해결하기 위한 데이터 처리장치에서 실행되는 제어시스템은 데이터 처리장치에서 소정의 애플리케이션이 실행되면, 실행된 상기 애플리케이션을 중지시킬지 여부를 판단하기 위한 판단모듈, 상기 판단모듈의 판단결과에 기초하여 상기 애플리케이션을 중지시키기 위한 제어모듈, 및 중지된 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하기 위한 인증모듈을 포함하며, 상기 인증모듈에 의해 상기 인증액션이 수행되었다고 판단되면, 상기 제어모듈은 애플리케이션의 실행 중지를 해제시킨다.According to another aspect of the present invention, there is provided a control system for executing a predetermined application in a data processing apparatus, the control system comprising: a determination module for determining whether to stop the executed application; A control module for suspending the application, and an authentication module for determining whether an authentication action for continuing execution of the suspended application is performed, wherein if it is determined that the authentication action is performed by the authentication module, The control module releases the execution of the application.

상기 판단모듈은 상기 데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하고, 상기 애플리케이션이 상기 최우선 작업이고 상기 애플리케이션이 미리 설정된 대상 애플리케이션인 경우, 상기 애플리케이션을 중지시킬 애플리케이션으로 판단할 수 있다.The determination module may determine the highest priority task of the running task list held in the data processing apparatus and may determine that the application is the application to stop the application if the application is the priority task and the application is a preset target application .

상기 제어시스템은 상기 제어시스템에 의한 제어의 대상이 되는 대상 애플리케이션을 설정받기 위한 설정모듈을 더 포함하며, 상기 설정모듈에 의해 설정되는 상기 대상 애플리케이션은 상기 데이터 처리장치에 기설치된, 상기 제어시스템에 상응하는 제어 애플리케이션과는 다른, 애플리케이션인 것을 특징으로 할 수 있다.Wherein the control system further includes a setting module for setting a target application to be controlled by the control system, wherein the target application set by the setting module is a program that is installed in the control system And is an application different from the corresponding control application.

상기 제어모듈은 상기 애플리케이션을 중지시키기 위해, 미리 설정된 소정의 중지 프로세스를 상기 애플리케이션보다 우선순위로 상기 데이터 처리장치에서 실행시킬 수 있다.The control module may cause the data processing apparatus to execute a preset stop process in order of priority in order to stop the application.

상기 소정의 중지 프로세스는 소정의 제어 디스플레이를 상기 데이터 처리장치에 구비된 디스플레이 장치의 최상위에 로딩시키는 것을 특징으로 할 수 있다.The predetermined stopping process may be performed such that a predetermined control display is loaded at the top of a display device provided in the data processing apparatus.

상기 인증모듈은 상기 애플리케이션에 대응되도록 설정된 근거리 무선통신장치와 상기 데이터 처리장치가 근거리 무선통신이 수행되는지 판단할 수 있다.The authentication module may determine whether the short range wireless communication device set to correspond to the application and the data processing device are performing short range wireless communication.

상기 제어시스템은 상기 제어시스템에 대응될 마스터 근거리 무선통신장치를 설정받는 설정모듈을 더 포함하며, 상기 설정모듈에 의해 설정된 상기 마스터 근거리 무선통신장치는 상기 제어시스템에 의해 대상 애플리케이션으로 설정된, 상기 애플리케이션을 포함하는 적어도 하나의 애플리케이션에 대응되는 근거리 무선통신장치로 설정되는 것을 특징으로 할 수 있다.Wherein the control system further comprises a setting module for setting a master short-range wireless communication device to be associated with the control system, wherein the master short-range wireless communication device set by the setting module is configured by the control system, And a short-range wireless communication device corresponding to at least one application including the at least one application.

상기 제어시스템은 상기 제어시스템에 의해 제어될 대상 애플리케이션인 상기 애플리케이션을 설정받고, 대상 애플리케이션으로 설정된 상기 애플리케이션에 대응되는 근거리 무선통신장치를 설정받는 설정모듈을 더 포함하며, 상기 설정모듈에 의해 설정된 상기 애플리케이션에 대응되는 근거리 무선통신장치는 상기 제어시스템에 의해 대상 애플리케이션으로 설정된 타애플리케이션에 대응되는 제2근거리 무선통신장치와 서로 다른 장치일 수 있는 것을 특징으로 할 수 있다.Wherein the control system further comprises a setting module configured to set the application as a target application to be controlled by the control system and to set a short range wireless communication device corresponding to the application set as a target application, The short range wireless communication device corresponding to the application may be different from the second short range wireless communication device corresponding to another application set as the target application by the control system.

상기 인증모듈은 상기 애플리케이션이 중지된 상태에서, 사용자로부터 입력되는 인증정보가 동적 패스워드에 상응하는지를 판단하며, 상기 동적 패스워드는 상기 데이터 처리장치의 사용이력에 따라 변경되는 사용이력정보 중에 기초하여 특정되는 동적 파트를 포함하는 것을 특징으로 할 수 있다.Wherein the authentication module determines whether authentication information input from a user corresponds to a dynamic password in a state where the application is suspended and the dynamic password is specified based on usage history information that is changed according to a usage history of the data processing apparatus And may include a dynamic part.

상기 기술적 과제를 해결하기 위한 데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하기 위한 판단모듈, 상기 판단모듈에 의해 확인된 상기 최우선 작업이 미리 설정된 대상 애플리케이션인 경우, 미리 설정된 제어 디스플레이를 상기 데이터 처리장치의 최상위 디스플레이로 로딩시키기 위한 제어모듈, 및 상기 애플리케이션이 중지된 상태에서, 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하기 위한 인증모듈을 포함하며, 상기 제어모듈은 상기 인증모듈에 의해 상기 인증액션이 수행되었다고 판단되면, 상기 제어 디스플레이를 언로딩 시킬 수 있다.
A determination module for confirming a top priority task of a running task list held in a data processing apparatus to solve the technical problem; and a control module for, when the priority task identified by the determination module is a preset target application, A control module for loading the data into the uppermost display of the data processing apparatus, and an authentication module for determining whether an authentication action for continuing execution of the application is performed in a state that the application is stopped, If it is determined by the authentication module that the authentication action has been performed, the control display may be unloaded.

본 발명의 기술적 사상에 의하면, 실행제어의 대상이 되는 대상 애플리케이션의 실행자체가 수행되지 않도록 제어하는 것이 아니라, 실행은 허용하되 실행된 대상 애플리케이션의 실행을 중지시킴으로써 간편하게 상기 대상 애플리케이션의 실행제어를 수행할 수 있는 효과가 있다. 특히, 대상 애플리케이션이 실행된 후 실행을 중지하는 경우에는, 대상 애플리케이션의 실행이 종료되지 않고 있다가 재사용되는 경우에도 실행제어가 수행될 수 있으므로 보안성이 한층 높아질 수 있는 효과가 있다.According to the technical idea of the present invention, the execution control of the target application is performed simply by stopping the execution of the executed target application while permitting the execution, rather than controlling the execution of the target application to be execution control itself There is an effect that can be done. Particularly, when the execution of the target application is stopped after the execution of the target application, the execution control can be performed even when the execution of the target application is not terminated and is reused, so that the security can be further enhanced.

또한, 실행제어의 대상이 되는 대상 애플리케이션의 실행을 막기 위해 모든 실행요청을 모니터링할 필요가 없어서 리소스 및 파워의 소비가 현저히 줄어들 수 있는 효과가 있다. In addition, there is no need to monitor all execution requests in order to prevent the execution of the target application, which is the object of execution control, so that consumption of resources and power can be remarkably reduced.

또한, 대상 애플리케이션의 실행을 중지시키기 위해 제어 디스플레이를 대상 애플리케이션보다 우선순위가 높게 활성화하는 것, 즉 로딩시키는 것만으로 간단하게 상기 대상 애플리케이션의 실행을 중지시킬 수 있는 효과가 있다. Further, there is an effect that the execution of the target application can be simply stopped by activating, i.e., loading, the control display with higher priority than the target application in order to stop the execution of the target application.

또한, 투명 속성을 갖는 제어 디스플레이를 대상 애플리케이션의 실행화면이 디스플레이 되고 있는 화면상에 로딩함으로써, 타인이 대상 애플리케이션의 실행이 정상적으로 수행되지 않는 이유를 인지하지 못하도록 하는 효과가 있다. In addition, by loading the control display having the transparent property on the screen on which the execution screen of the target application is displayed, it is possible to prevent the other person from recognizing the reason why the execution of the target application is not normally performed.

또한, 승인정보(예컨대, 비밀번호 또는 패턴 등)가 노출되는 경우에도, 소정의 근거리 무선통신장치의 점유를 하지 않으면 대상 애플리케이션을 정상적으로 이용하지 못하도록 할 수 있어서 승인정보를 이용한 실행제어에 비해 높은 보안성을 제공할 수 있는 효과가 있다.Further, even when the approval information (for example, a password or a pattern) is exposed, the target application can be prevented from being normally used without occupation of a predetermined short range wireless communication device, Can be provided.

또한, 상기 데이터 처리장치와는 독립적인 장치(예컨대, 근거리 무선통신장치)를 소지하고 있지 않은 경우에도, 정당한 사용자는 상기 데이터 처리장치를 정상적으로 이용할 수 있도록(즉, 대상 애플리케이션을 정상적으로 사용할 수 있도록) 하기 위해 동적 패스워드를 이용하여 인증을 수행할 수 있도록 함으로써, 보안성과 함께 편의성을 증가시킬 수 있는 효과가 있다.
In addition, even when a device independent of the data processing device (e.g., a short-range wireless communication device) is not possessed, a legitimate user can use the data processing device normally (i.e., Authentication can be performed using a dynamic password in order to increase security and convenience.

본 발명의 상세한 설명에서 인용되는 도면을 보다 충분히 이해하기 위하여 각 도면의 간단한 설명이 제공된다.
도1은 종래의 실행제어를 수행하는 방식을 개략적으로 설명하기 위한 도면이다.
도2는 본 발명의 일 실시예에 따른 제어시스템의 개략적인 구성을 나타내는 도면이다.
도3은 본 발명의 일 실시예에 따른 애플리케이션 제어방법을 개략적으로 설명하기 위한 플로우차트를 나타낸다.
도4는 본 발명의 일 실시예에 따른 애플리케이션 제어방법에 따라 소정의 애플리케이션의 실행을 중지할지를 판단하는 방법을 설명하기 위한 도면이다.
도5는 본 발명의 일 실시예에 따라 대상 애플리케이션을 설정하는 과정을 설명하기 위한 도면이다.
도6은 본 발명의 일 실시예에 따라 대상 애플리케이션의 실행이 제어되는 과정을 설명하기 위한 도면이다.
도7 내지 도8은 본 발명의 일 실시예에 따라 제어 디스플레이를 이용한 실행제어를 수행하는 방법을 설명하기 위한 도면이다.
도9는 본 발명의 일 실시예에 따라 중지된 애플리케이션의 실행을 계속하기 위한 인증액션을 설명하기 위한 도면이다.
도10 내지 도11은 본 발명의 일 실시예에 따른 동적 패스워드의 개념을 설명하기 위한 도면이다.
BRIEF DESCRIPTION OF THE DRAWINGS A brief description of each drawing is provided to more fully understand the drawings recited in the description of the invention.
FIG. 1 is a diagram for schematically explaining a method of performing a conventional execution control.
2 is a diagram showing a schematic configuration of a control system according to an embodiment of the present invention.
FIG. 3 shows a flowchart for schematically explaining an application control method according to an embodiment of the present invention.
4 is a diagram for explaining a method for determining whether to stop execution of a predetermined application according to an application control method according to an embodiment of the present invention.
5 is a diagram illustrating a process of setting a target application according to an embodiment of the present invention.
6 is a diagram for explaining a process of controlling the execution of a target application according to an embodiment of the present invention.
7 to 8 are diagrams for explaining a method of performing execution control using a control display according to an embodiment of the present invention.
9 is a diagram for describing an authentication action for continuing execution of a suspended application according to an embodiment of the present invention.
10 to 11 are diagrams for explaining the concept of a dynamic password according to an embodiment of the present invention.

본 발명은 다양한 변환을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변환, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 본 발명을 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.BRIEF DESCRIPTION OF THE DRAWINGS The present invention is capable of various modifications and various embodiments, and specific embodiments are illustrated in the drawings and described in detail in the detailed description. It is to be understood, however, that the invention is not to be limited to the specific embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 아니 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다.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.

본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. The terminology used in this application is used only to describe a specific embodiment and is not intended to limit the invention. The singular expressions include plural expressions unless the context clearly dictates otherwise.

본 명세서에 있어서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.In this specification, the terms "comprises" or "having" and the like refer to the presence of stated features, integers, steps, operations, elements, components, or combinations thereof, But do not preclude the presence or addition of features, numbers, steps, operations, components, parts, or combinations thereof.

또한, 본 명세서에 있어서는 어느 하나의 구성요소가 다른 구성요소로 데이터를 '전송'하는 경우에는 상기 구성요소는 상기 다른 구성요소로 직접 상기 데이터를 전송할 수도 있고, 적어도 하나의 또 다른 구성요소를 통하여 상기 데이터를 상기 다른 구성요소로 전송할 수도 있는 것을 의미한다. 반대로 어느 하나의 구성요소가 다른 구성요소로 데이터를 '직접 전송'하는 경우에는 상기 구성요소에서 다른 구성요소를 통하지 않고 상기 다른 구성요소로 상기 데이터가 전송되는 것을 의미한다.Also, in this specification, when any one element 'transmits' data to another element, the element may transmit the data directly to the other element, or may be transmitted through at least one other element And may transmit the data to the other component. Conversely, when one element 'directly transmits' data to another element, it means that the data is transmitted to the other element without passing through another element in the element.

이하, 첨부된 도면들을 참조하여 본 발명의 실시예들을 중심으로 본 발명을 상세히 설명한다. 각 도면에 제시된 동일한 참조부호는 동일한 부재를 나타낸다.Hereinafter, the present invention will be described in detail with reference to the embodiments of the present invention with reference to the accompanying drawings. Like reference symbols in the drawings denote like elements.

도2는 본 발명의 일 실시예에 따른 제어시스템의 개략적인 구성을 나타내는 도면이다. 2 is a diagram showing a schematic configuration of a control system according to an embodiment of the present invention.

도2를 참조하면, 본 발명의 일 실시예에 따른 제어시스템(100)은 제어모듈(110), 판단모듈(120), 및 인증모듈(130)을 포함한다. 상기 제어시스템(100)은 설정모듈(140), 및/또는 DB(150)를 더 포함할 수 있다. Referring to FIG. 2, a control system 100 according to an exemplary embodiment of the present invention includes a control module 110, a determination module 120, and an authentication module 130. The control system 100 may further include a setting module 140, and / or a DB 150.

상기 제어시스템(100)은 소정의 데이터 처리장치(예컨대, 모바일 폰, 태블릿 PC, 노트북, 컴퓨터 등)에 설치되어 본 발명의 기술적 사상을 구현하기 위한 소프트웨어 및 상기 데이터 처리장치에 구비된 하드웨어가 유기적으로 결합되어 구현되는 시스템을 의미할 수 있다. The control system 100 is installed in a predetermined data processing apparatus (for example, a mobile phone, a tablet PC, a notebook computer, or the like), so that software for implementing the technical idea of the present invention and hardware included in the data processing apparatus are organized As shown in FIG.

상기 제어시스템(100)은 상기 데이터 처리장치에 설치되어, 상기 데이터 처리장치에서 실행되는 적어도 하나의 대상 애플리케이션의 실행을 제어할 수 있다.The control system 100 is installed in the data processing apparatus, and can control the execution of at least one target application executed in the data processing apparatus.

상기 대상 애플리케이션은 본 발명의 기술적 사상에 따라 실행이 제어되는 애플리케이션을 의미할 수 있다. 상기 대상 애플리케이션은 상기 데이터 처리장치에 설치된 모든 애플리케이션일 수도 있고, 일부의 애플리케이션일 수도 있다. 상기 제어시스템(100)은 사용자의 선택에 의해 또는 미리 결정된 애플리케이션을 본 발명의 기술적 사상에 따른 대상 애플리케이션으로 설정할 수 있다. 이를 위해 상기 제어시스템(100)은 소정의 UI를 제공하고, 상기 UI를 통해 상기 데이터 처리장치에 설치된 애플리케이션의 목록을 제공할 수 있다. 그리고 제공된 목록 중에서 선택되는 애플리케이션을 대상 애플리케이션으로 설정할 수 있다. The target application may mean an application whose execution is controlled according to the technical idea of the present invention. The target application may be all applications installed in the data processing apparatus, or may be some applications. The control system 100 can set the predetermined application to the target application according to the technical idea of the present invention or at the user's option. To this end, the control system 100 provides a predetermined UI and provides a list of applications installed in the data processing apparatus through the UI. Then, the application selected from the provided list can be set as the target application.

또한, 본 발명에서 실행을 제어한다고 함은, 전술한 바와 같이 실행 자체가 수행되지 않도록 하는 것이 아니라, 실행이 된 후 실행 초기부터 실행이 종료되기 전의 전 과정 중 소정의 시점에서 사용자가 해당 대상 애플리케이션을 이용하지 못하도록 하는 모든 형태의 실행 제어를 포함하는 의미로 정의될 수 있다. The term " controlling execution " in the present invention does not mean that the execution itself is not performed as described above. Instead of executing the execution itself, The execution control of all types that prevent the use of the execution control.

일 실시예에 의하면, 상기 제어시스템(100)은 상기 대상 애플리케이션이 실행되었음을 확인하자마자 본 발명의 기술적 사상에 따라 상기 대상 애플리케이션을 중지시킬 수 있다. 또는 상기 제어시스템(100)은 상기 대상 애플리케이션이 실행된 후 정상적으로 동작을 하다가, 특정 이벤트가 발생한 경우이거나 사용자의 요청이 있는 경우, 상기 대상 애플리케이션의 실행을 중지시킬 수 있다. According to one embodiment, the control system 100 can stop the target application according to the technical idea of the present invention as soon as it confirms that the target application has been executed. Alternatively, the control system 100 may operate normally after the target application is executed, but may suspend the execution of the target application when a specific event occurs or a user's request is made.

예컨대, 상기 제어시스템(100)은 대상 애플리케이션이 실행되는지 여부를 판단하고, 판단결과 상기 대상 애플리케이션이 실행되었다고 판단되면 본 발명의 기술적 사상에 따른 제어 디스플레이를 로딩할 수 있다. For example, the control system 100 may determine whether or not the target application is executed, and if the determination result indicates that the target application has been executed, the control system 100 may load the control display according to the technical idea of the present invention.

제어 디스플레이가 로딩된다고 함은 상기 제어 디스플레이가 상기 데이터 처리장치의 최상위 레벨에 디스플레이되도록 상기 제어 디스플레이를 활성화시키는 것을 의미할 수 있다. 상기 데이터 처리장치는 타 프로세스(예컨대, 상기 제어 디스플레이를 디스플레이하는 프로세스) 또는 타 애플리케이션이 우선순위가 높게 활성화되는 경우, 현재 실행 중인 프로세스(대상 애플리케이션을 실행하는 프로세스) 또는 애플리케이션을 중지 또는 포즈(pause)하도록 구현된 장치일 수 있다. 일예로 안드로이드(Andoroid)™ OS 나 iOS™ 등의 경우에는, 특정 프로세스 또는 특정 애플리케이션이 실행되고 있는 중에 타 프로세스 또는 타 애플리케이션이 우선순위가 더 높게 실행(또는 활성화) 되면, 상기 특정 프로세스 또는 특정 애플리케이션은 백그라운드에서 실행이 계속되는 것이 아니라 실행이 중지될 수 있다. 따라서 상기 제어시스템(100)이 상기 대상 애플리케이션이 실행되는 것을 감지하자마자 상기 제어 디스플레이를 로딩하는 경우에는, 상기 대상 애플리케이션이 아예 실행이 시작되지 못하도록 제어하는 것과 실질적으로 동일하면서도, 그 구현 방법에 있어서는 매우 적은 리소스로 제어를 수행할 수 있는 효과가 있다. 즉, 본 발명의 기술적 사상에 의하면 상기 대상 애플리케이션과는 별도로 실행되는 타 애플리케이션이 상기 대상 애플리케이션의 실행이 시작되는 것을 방지하기 위해, 상기 데이터 처리장치에서 수행되는 모든 요청들을 모니터링 또는 후킹(hooking)할 필요가 없이도 실질적으로 대상 애플리케이션의 실행을 제어할 수 있는 효과가 있다.The fact that the control display is loaded may mean activating the control display such that the control display is displayed at the highest level of the data processing apparatus. The data processing device may be configured to pause or pause a currently running process (a process executing the target application) or an application when another process (e.g., the process of displaying the control display) or another application is activated with a high priority ). ≪ / RTI > For example, in the case of the Android (OS) OS or iOS (TM), if a process or another application is executed with a higher priority (or activation) while a specific process or a specific application is being executed, May not be executed in the background but may be suspended. Therefore, when the control system 100 loads the control display as soon as it detects that the target application is being executed, it is substantially the same as controlling the execution of the target application from being started at all, There is an effect that control can be performed with a small amount of resources. That is, according to the technical idea of the present invention, in order to prevent the other application executing separately from the target application from starting execution of the target application, all requests executed in the data processing apparatus are monitored or hooked There is an effect that the execution of the target application can be substantially controlled without the need.

구현 예에 따라서는, 상기 제어시스템(100)은 상기 대상 애플리케이션이 실행되어 사용자에 의해 사용되다가, 특정 이벤트가 발생하거나 사용자로부터 요청이 있는 경우 상기 제어 디스플레이를 로딩함으로써 상기 대상 애플리케이션의 실행을 제어할 수도 있다. 예컨대, 상기 제어시스템(100)은 특정 위치에서만 대상 애플리케이션이 정상적으로 실행되도록 제어할 수 있다. 상기 제어시스템(100)은 상기 데이터 처리장치가 특정 위치를 벗어났다고 판단한 경우, 상술한 제어 디스플레이를 이용하여 상기 대상 애플리케이션의 실행을 제어할 수 있다. 또는 특정 시간이 되면 상기 대상 애플리케이션의 실행을 제어할 수도 있다. 이를 위해서는 상기 제어모듈(110)은 상기 데이터 처리장치의 위치를 판단하기 위한 위치판단모듈(미도시)를 더 포함할 수 있다. 그리고 후술할 바와 같이 상기 대상 애플리케이션이 실행 중 작업 리스트의 최우선 작업에 리스팅된 경우, 상기 제어모듈(110)은 상기 데이터 처리장치가 소정의 제1위치라고 판단되면 상기 대상 애플리케이션을 중지시키고, 제1위치가 아니라고 판단된 경우에는 상기 대상 애플리케이션을 중지시키지 않을 수도 있다. 이 외에도 상기 제어시스템(100)이 대상 애플리케이션의 실행을 제어하기 위해 판단하는 이벤트의 실시 예는 다양할 수 있다. According to an embodiment, the control system 100 controls the execution of the target application by loading the control display when the target application is executed and used by the user and a specific event occurs or there is a request from the user It is possible. For example, the control system 100 can control the target application to be executed normally only at a specific position. When the control system 100 determines that the data processing apparatus is out of a specific position, it can control the execution of the target application using the control display described above. Or may control the execution of the target application at a specific time. To this end, the control module 110 may further include a position determination module (not shown) for determining the position of the data processing apparatus. As described later, when the target application is listed in the highest priority task of the running list, the control module 110 stops the target application if it is determined that the data processing apparatus is in the predetermined first position, It may not stop the target application. In addition, the embodiment of the event that the control system 100 determines to control the execution of the target application may vary.

구현 예에 따라서는, 상기 대상 애플리케이션의 실행 중에 상기 대상 애플리케이션 내에서 발생하는 이벤트(예컨대, 특정 기능의 실행 또는 상기 대상 애플리케이션이 특정 데이터 또는 특정 파일을 접근하는 경우 등)에 따라서도 실행제어 여부를 판단할 수도 있다. 예컨대, 갤러리 등 다양한 데이터나 파일을 로딩할 수 있는 앱(즉, 대상 애플리케이션)이 실행되고, 상기 앱이 일반적인 데이터나 파일을 재생(접근)하는 경우에는 상기 제어시스템(100)의 통제를 받지 않으나 미리 설정되어 있는 특정 데이터나 파일을 재생하고자 하는 경우에는 본 발명의 기술적 사상에 따른 상기 대상 애플리케이션의 실행 제어가 수행될 수 있다. 또한 모바일 뱅킹 앱 등 주요 금융거래 앱(즉, 대상 애플리케이션)에서 수행되는 다양한 기능들 중 일부의 기능들(예컨대, 조회 등)이 실행될 경우에는 상기 제어시스템(100)의 통제를 받지 않으나, 나머지 일부의 기능들(예컨대, 자금 이체 등)이 실행될 경우에는 본 발명의 기술적 사상에 따라 실행 제어가 수행될 수도 있다. 이러한 경우에는 상기 제어시스템(100)과 상기 대상 애플리케이션 간에 상기 이벤트의 발생여부를 알려줄 수 있는 API(Application programming interface)가 이용될 수 있음은 물론이다. 또는, API가 이용되지 않는 경우에는 상기 대상 애플리케이션의 화면을 이미지 분석하는 방식 등으로 대상 애플리케이션의 실행 중에 특정 이벤트가 발생하는지를 분석할 수도 있다.According to the embodiment, even if an event (for example, execution of a specific function or the target application accesses specific data or a specific file) occurring in the target application during execution of the target application, You can judge. For example, when an application (i.e., a target application) capable of loading various data or files such as a gallery is executed and the app plays (accesses) general data or files, it is not controlled by the control system 100 When it is intended to reproduce the specific data or file set in advance, execution control of the target application according to the technical idea of the present invention can be performed. In addition, when some functions (for example, inquiry) of various functions performed in a major financial transaction application (i.e., a target application) such as a mobile banking application are executed, they are not controlled by the control system 100, The execution control may be performed according to the technical idea of the present invention. In this case, it is needless to say that an API (application programming interface) capable of notifying the occurrence of the event may be used between the control system 100 and the target application. Alternatively, when the API is not used, a method of analyzing a screen of the target application may analyze whether a specific event occurs during execution of the target application.

구현 예에 따라서는, 사용자의 요청에 따라 본 발명의 기술적 사상에 따른 실행 제어가 수행될 수도 있다. 예컨대, 사용자가 대상 애플리케이션을 사용하다가 잠시 상기 대상 애플리케이션의 실행을 중지하고자 하는 경우, 소정의 UI 또는 버튼을 이용해 상기 제어시스템(100)에 제어요청을 하면 상기 제어시스템(100)은 상기 대상 애플리케이션의 실행을 제어할 수 있다.Depending on the implementation, the execution control according to the technical idea of the present invention may be performed according to the request of the user. For example, when the user wants to stop execution of the target application for a while while using the target application, when the control system 100 requests the control system 100 for control by using a predetermined UI or button, You can control the execution.

본 발명의 일 실시 예에 의하면, 상기 제어시스템(100)은 대상 애플리케이션의 실행을 제어하기 위해 제어 디스플레이를 최상위 레벨에 로딩할 수 있다. 특히, 상기 제어 디스플레이는 투명한 속성을 가질 수 있다. 즉, 상기 제어 디스플레이가 상기 데이터 처리장치에 구비된 디스플레이장치의 최상위 레이어(layer)에서 디스플레이되어도, 현재 디스플레이되고 있는 화면이 그대로 디스플레이되도록 상기 제어 디스플레이가 구현될 수 있다. 따라서 사용자는 시각적으로 상기 제어 디스플레이가 디스플레이되었는지를 인지하지 못하도록 구현될 수 있다. 그러면 원래 실행 중이던 대상 애플리케이션의 화면이 그대로 디스플레이된 채 상기 애플리케이션이 중지되는 것과 같은 효과를 얻을 수 있다. 즉, 실제로는 상기 제어 디스플레이가 최상위 레이어에서 디스플레이되고 있고, 이로 인해 원래 실행 중이던 대상 애플리케이션의 실행이 중지됨에도 불구하고, 사용자는 단순히 상기 대상 애플리케이션이 아무런 이유 없이 실행 중에 중지되는 것으로 인지할 수 있게 된다. 따라서 실행 중이던 애플리케이션이 본 발명의 기술적 사상에 따라 실행이 제어되는 대상 애플리케이션임을 미리 알고 있지 못하는 사람은 실행 중에 버그 또는 오류로 인해 실행이 멈춘 것으로 착각할 수 있다. 따라서 종래의 방식과 같이 승인정보를 입력하여야 정상적으로 대상 애플리케이션이 실행되도록 안내를 하는 경우에 발생 가능한, 위협 또는 강압에 의해 사용자가 원치 않게 승인정보를 입력하여야 하는 상황 등을 회피할 수 있는 효과가 있다. According to one embodiment of the present invention, the control system 100 may load the control display at the top level to control the execution of the target application. In particular, the control display may have a transparent property. That is, even though the control display is displayed on the uppermost layer of the display device provided in the data processing apparatus, the control display can be implemented so that the currently displayed screen is displayed as it is. Therefore, the user can be implemented so as not to visually recognize whether the control display is displayed or not. This provides the same effect as stopping the application while displaying the screen of the target application originally being executed. That is, in spite of the fact that the control display is being displayed at the top layer, and thus the execution of the target application that was originally running is suspended, the user simply can recognize that the target application is stopped during execution without any reason . Therefore, a person who does not know in advance that the application being executed is a target application whose execution is controlled according to the technical idea of the present invention, may mistake that execution is stopped due to a bug or an error during execution. Therefore, it is possible to avoid a situation in which the user is not required to input the approval information due to a threat or coercion that can be generated in the case where the approval information is input normally to guide the execution of the target application, as in the conventional method .

상기 제어 디스플레이의 디스플레이 속성을 투명하게 설정하기 위해서는 상기 제어 디스플레이라는 객체의 디스플레이 속성 중 소위 알파(alpha)값을 조절함으로써 가능할 수 있다. 이때 본 명세서에서 소정의 객체(object)(예컨대, 상기 제어 디스플레이)가 투명한 속성을 가진다고 함은 반드시 상기 알파 값이 0으로 설정되는 것과 같이 완전히 투명하도록 설정되는 것을 의미하는 것은 아닐 수 있다. 즉, 적어도 상기 제어 디스플레이가 현재 디스플레이되고 있는 대상 애플리케이션의 화면보다 상위 레이어에 디스플레이되어도 상기 대상 애플리케이션의 화면이 계속하여 디스플레이되고 있는 것과 같이 인지될 수 있도록 하는 일정 수준 이상의 투명성(즉, 반투명성을 가는 경우)을 갖도록 구현되는 경우에도 상기 제어 디스플레이가 투명하다고 표현될 수 있다. In order to set the display attribute of the control display to be transparent, it may be possible to adjust the so-called alpha value of the display attribute of the object called the control display. Herein, the fact that a certain object (e.g., the control display) has a transparent property does not necessarily mean that it is set to be completely transparent, such that the alpha value is set to zero. That is, even if at least the control display is displayed on a higher layer than the screen of the currently displayed target application, transparency of a certain level or more (that is, a transparency that allows the screen of the target application to be recognized as being continuously displayed The control display can also be expressed as transparent.

이처럼 본 발명의 기술적 사상에 의하면, 투명한 속성을 갖는 제어 디스플레이가 대상 애플리케이션의 실행 화면보다 상위 레이어에 디스플레이됨으로써, 상기 대상 애플리케이션의 실행제어가 되고 있음을 인지하지 못한 사람에게는 비밀스럽게 상기 대상 애플리케이션의 실행제어를 수행할 수 있는 효과가 있다.As described above, according to the technical idea of the present invention, a control display having a transparent property is displayed on an upper layer than an execution screen of a target application, so that a person who is not aware of execution control of the target application secretly executes Control can be performed.

한편, 본 발명의 다른 실시 예에 의하면, 상기 제어 디스플레이는 투명 속성을 가지지 않을 수도 있다. 이러한 경우에도 여전히 본 발명의 기술적 사상은 유효할 수 있다. 또한, 대상 애플리케이션의 실행을 중지하기 위해 가능한 모든 종류의 방식이 본 발명의 기술적 사상에 적용될 수 있다. 어떠한 경우든 본 발명의 기술적 사상에 의해 대상 애플리케이션이 중지된 후, 상기 제어시스템(100)은 소정의 인증액션이 수행되는지를 판단하고 인증액션이 수행되어야 대상 애플리케이션의 실행을 계속할 수 있다. Meanwhile, according to another embodiment of the present invention, the control display may not have a transparency attribute. Even in such a case, the technical idea of the present invention can still be effective. Further, all kinds of possible methods for stopping the execution of the target application can be applied to the technical idea of the present invention. In any case, after the target application is stopped by the technical idea of the present invention, the control system 100 can determine whether a predetermined authentication action is performed and continue the execution of the target application after the authentication action is performed.

본 발명의 기술적 사상에 의한 인증액션 역시 기존의 단순한 승인정보(예컨대, 비밀번호, 비밀패턴, 또는 제스쳐 등)를 이용한 인증과는 차별화된 특징을 가지며, 이러한 차별화된 특징에 의해 인증이 간단하면서도 보안성은 상대적으로 높은 인증을 수행할 수 있다. 이러한 인증액션의 일예에 대해서는 후술하도록 한다.The authentication action according to the technical idea of the present invention is also different from the authentication using the existing simple approval information (for example, a password, a secret pattern, a gesture, etc.), and the authentication is simple due to such differentiated features, Relatively high authentication can be performed. An example of such an authentication action will be described later.

이러한 기술적 사상을 구현하기 위해 상기 제어시스템(100)은 전술한 바와 같이 제어모듈(110), 판단모듈(120), 및 인증모듈(130)을 포함할 수 있다. 구현 예에 따라 상기 제어시스템(100)은 설정모듈(140) 및/또는 DB(150)를 더 포함할 수 있다. The control system 100 may include a control module 110, a determination module 120, and an authentication module 130 as described above. The control system 100 may further comprise a configuration module 140 and / or a DB 150 according to an embodiment.

또한, 본 명세서에서 모듈이라 함은, 본 발명의 기술적 사상을 수행하기 위한 하드웨어 및 상기 하드웨어를 구동하기 위한 소프트웨어의 기능적, 구조적 결합을 의미할 수 있다. 예컨대, 상기 모듈은 소정의 코드와 상기 소정의 코드가 수행되기 위한 하드웨어 리소스의 논리적인 단위를 의미할 수 있으며, 반드시 물리적으로 연결된 코드를 의미하거나, 한 종류의 하드웨어를 의미하는 것을 아님은 본 발명의 기술분야의 평균적 전문가에게는 용이하게 추론될 수 있다.In this specification, a module may mean a functional and structural combination of hardware for carrying out the technical idea of the present invention and software for driving the hardware. For example, the module may mean a logical unit of a predetermined code and a hardware resource for executing the predetermined code, and it does not necessarily mean a physically connected code or a kind of hardware. Can be easily deduced to the average expert in the field of < / RTI >

상기 제어모듈(110)은 본 발명의 일 실시예에 따른 제어시스템(100)에 포함된 다른 구성들(예컨대, 판단모듈(120), 인증모듈(130), 설정모듈(140), 및/또는 DB(150) 등)의 기능 및/또는 리소스를 제어할 수 있다.The control module 110 may include other components (e.g., a determination module 120, an authentication module 130, a configuration module 140, and / or a control module) included in the control system 100 according to an embodiment of the present invention. DB 150 and the like) and / or resources.

상기 판단모듈(120)은 상기 데이터 처리장치에서 실행되는 애플리케이션이 실행을 중지할 애플리케이션인지 여부를 판단할 수 있다. 즉, 상기 판단모듈(120)은 상기 애플리케이션이 실행을 제어할 대상 애플리케이션인지 여부를 판단할 수 있다. 이를 위해 상기 판단모듈(120)은 후술하는 바와 같이 실행 중 작업 리스트를 이용할 수 있다.The judgment module 120 can judge whether or not an application executed in the data processing apparatus is an application to be suspended. That is, the determination module 120 may determine whether the application is a target application for controlling execution. To this end, the determination module 120 may use a running task list as described below.

상기 인증모듈(130)은 대상 애플리케이션의 실행이 중지된 후, 상기 대상 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 여부를 판단할 수 있다. After the execution of the target application is stopped, the authentication module 130 may determine whether an authentication action for continuing execution of the target application is performed.

상기 제어모듈(110)은 대상 애플리케이션의 실행을 중지할 수 있다. 또한, 대상 애플리케이션의 실행 중지를 해제할 수 있다. 즉, 중지된 대상 애플리케이션의 실행을 계속시킬 수 있다. The control module 110 may stop execution of the target application. Also, the execution stop of the target application can be canceled. That is, execution of the stopped target application can be continued.

상기 설정모듈(140)은 본 발명의 기술적 사상이 적용될 대상 애플리케이션을 설정할 수 있다. 구현 예에 따라, 대상 애플리케이션이 중지될 시점 또는 상황을 더 설정할 수 있다.The setting module 140 can set a target application to which the technical idea of the present invention is applied. According to an implementation, the time or situation at which the target application is to be stopped can be further set.

상기 설정모듈(140)이 대상 애플리케이션을 설정하는 과정은 도 5에 도시된다.The process of setting the target application by the setting module 140 is shown in Fig.

도 5는 본 발명의 일 실시예에 따라 대상 애플리케이션을 설정하는 과정을 설명하기 위한 도면인데, 도 5를 참조하면 상기 설정모듈(140)은 상기 데이터 처리장치에 설치되어 있는 적어도 하나의 애플리케이션에 대한 리스트를 도5에 도시된 바와 같이 상기 데이터 처리장치에 디스플레이할 수 있다. 일 예에 의하면, 상기 설정모듈(140)은 사용자의 실행요청이 입력되어야 실행될 수 있는 구성일 수 있다. FIG. 5 is a diagram for explaining a process of setting a target application according to an embodiment of the present invention. Referring to FIG. 5, the setting module 140 determines whether at least one application installed in the data processing apparatus The list can be displayed on the data processing apparatus as shown in Fig. According to an example, the setting module 140 may be a configuration in which an execution request of a user is input and executed.

또한, 상기 설정모듈(140)은 사용자가 디스플레이된 상기 적어도 하나의 애플리케이션의 리스트 중 적어도 하나를 선택할 수 있는 UI를 제공할 수도 있다. 사용자에 의해 적어도 하나의 애플리케이션이 선택되면, 상기 설정모듈(140)은 선택된 애플리케이션을 대상 애플리케이션으로 설정할 수 있다. 상기 설정모듈(140)은 설정된 대상 애플리케이션에 대한 정보를 상기 DB(150)에 저장할 수 있다.In addition, the configuration module 140 may provide a UI by which a user may select at least one of the displayed list of the at least one application. If at least one application is selected by the user, the setting module 140 may set the selected application as the target application. The setting module 140 may store information on the set target application in the DB 150.

한편, 상기 설정모듈(140)은 대상 애플리케이션에 대응되는 근거리 무선통신장치를 설정받을 수 있다. 이때 상기 설정모듈(140)은 대상 애플리케이션별로 대응되는 근거리 무선통신장치를 설정받을 수 있다. 구현 예에 따라서는, 상기 설정모듈(140)은 상기 제어시스템(100)에 대응되는 근거리 무선통신장치를 설정받을 수도 있다. 상기 제어시스템(100)에 대응되는 근거리 무선통신장치는, 상기 제어시스템(100)에 의해 실행이 제어되는 대상 애플리케이션들 모두에 대응되는 근거리 무선통신장치일 수 있다. 이러한 경우, 상기 제어시스템(100)에 대응되는 근거리 무선통신장치는 마스터 근거리 무선통신장치로 정의하기로 한다. Meanwhile, the setting module 140 may be configured to set a short-range wireless communication device corresponding to the target application. At this time, the setting module 140 can set a short-range wireless communication device corresponding to each target application. According to an embodiment, the setting module 140 may be configured to set a short-range wireless communication device corresponding to the control system 100. [ The short-range wireless communication apparatus corresponding to the control system 100 may be a short-range wireless communication apparatus corresponding to all of the target applications whose execution is controlled by the control system 100. [ In this case, the short range wireless communication apparatus corresponding to the control system 100 is defined as a master short range wireless communication apparatus.

상기 근거리 무선통신장치는 실행이 중지된 대상 애플리케이션의 실행중지를 해제하기 위해, 즉 상기 대상 애플리케이션의 실행을 계속시키기 위해 필요한 인증액션에 이용될 수 있다. The short-range wireless communication device can be used for the authentication action required to cancel the execution of the stopped target application, i.e., to continue execution of the target application.

사용자는 소정의 대상 애플리케이션의 실행이 중지되면, 상기 대상 애플리케이션에 대응되는 근거리 무선통신장치를 상기 데이터 처리장치와 근거리 무선통신시키는 인증액션을 수행할 수 있다. 그러면 상기 대상 애플리케이션의 실행 중지가 해제될 수 있다. 만약, 마스터 근거리 무선통신장치가 설정되어 있는 경우에는 상기 마스터 근거리 무선통신가 상기 데이터 처리장치와 근거리 무선통신되어도 상기 대상 애플리케이션의 실행 중지가 해제될 수 있다. When the execution of a predetermined target application is stopped, the user can perform an authentication action for short-range wireless communication with the data processing apparatus by the short range wireless communication apparatus corresponding to the target application. Then, the execution of the target application can be released. If the master short-range wireless communication apparatus is set, the execution stop of the target application may be canceled even if the master short-range wireless communication is performed in short-range wireless communication with the data processing apparatus.

물론, 상기 마스터 근거리 무선통신장치가 설정되고, 이와는 별개로 상기 제어시스템(100)에 의해 실행이 제어되는 대상 애플리케이션들 중 적어도 하나의 특정 대상 애플리케이션은 상기 마스터 근거리 무선통신장치 이외의 별도의 제2근거리 무선통신장치가 대응되는 근거리 무선통신장치로 설정될 수도 있다. 이러한 경우, 상기 특정 대상 애플리케이션에 대응되는 근거리 무선통신장치는 상기 제2근거리 무선통신장치 및 상기 마스터 근거리 무선통신장치일 수 있다. Of course, the master short-range wireless communication device is set, and at least one specific target application among the target applications whose execution is controlled by the control system 100 separately from the master short- The short-range wireless communication apparatus may be set as a corresponding short-range wireless communication apparatus. In this case, the short-range wireless communication apparatus corresponding to the specific target application may be the second short-range wireless communication apparatus and the master short-range wireless communication apparatus.

이처럼 대상 애플리케이션들 전체에 대응되는 근거리 무선통신장치 뿐만 아니라, 대상 애플리케이션들 개별적으로 대응되는 근거리 무선통신장치가 설정될 수 있음으로 인해, 사용자는 인증액션을 수행할 때 애플리케이션별 또는 애플리케이션의 종류별로 자신이 원하는 근거리 무선통신장치를 달리 설정할 수 있다. 이로 인해 보다 높은 보안성이 제공될 수 있다.Since the short-range wireless communication device corresponding to the entirety of the target applications as well as the target applications can be set individually corresponding to the target applications, the user can set the own The desired short range wireless communication device can be set differently. This allows higher security to be provided.

상기 DB(150)는 본 발명의 기술적 사상이 구현되기 위해 필요한 다양한 정보들을 저장할 수 있다. 예컨대, 상기 설정모듈(140)에 의해 설정된 대상 애플리케이션에 대한 정보(예컨대, 애플리케이션 ID, 명칭, 또는 프로세스 ID 등)가 저장될 수 있다. The DB 150 may store various information necessary for implementing the technical idea of the present invention. For example, information on the target application set by the setting module 140 (e.g., application ID, name, or process ID) may be stored.

상기 제어시스템(100)은 전술한 바와 같이 상기 데이터 처리장치에 설치되는 제어 애플리케이션과 기 데이터 처리장치의 하드웨어가 유기적으로 결합된 시스템일 수 있다. 이 때 상기 제어시스템(100)의 구성 중 일부의 구성은 상기 제어 애플리케이션이 설치되면, 상기 데이터 처리장치에서 백그라운드로 항상 실행될 수 있고, 일부의 구성은 사용자의 실행 요청에 응답하여 상기 데이터 처리장치에서 실행될 수 있다. 예컨대, 상기 설정모듈(140) 또는 상기 설정모듈(140)에 의해 수행되는 기능들은 사용자의 실행요청이 입력되어야 상기 데이터 처리장치에서 실행될 수 있으며, 상기 제어모듈(110), 상기 판단모듈(120), 및/또는 상기 인증모듈(130)은 상기 제어 애플리케이션이 설치되면 백그라운드에서 실행되고 있는 구성일 수 있다. The control system 100 may be a system in which the control application installed in the data processing apparatus and the hardware of the data processing apparatus are organically combined as described above. At this time, the configuration of some of the configurations of the control system 100 may be always executed in the background in the data processing apparatus when the control application is installed, and some configurations may be executed in the data processing apparatus Lt; / RTI > For example, the functions performed by the setting module 140 or the setting module 140 may be executed in the data processing apparatus when a user's execution request is input, and the control module 110, the determination module 120, , And / or the authentication module 130 may be configured in the background when the control application is installed.

이러한 구성들을 포함하는 상기 제어시스템(100)에 의해 구현되는 본 발명의 애플리케이션 제어방법은 도 3 및 도 4를 참조하여 설명하도록 한다.The application control method of the present invention implemented by the control system 100 including these configurations will be described with reference to Figs. 3 and 4. Fig.

도 3은 본 발명의 일 실시 예에 따른 애플리케이션 제어방법을 개략적으로 설명하기 위한 플로우차트를 나타낸다. 또한, 도 4는 본 발명의 일 실시 예에 따른 애플리케이션 제어방법에 따라 소정의 애플리케이션의 실행을 중지할지를 판단하는 방법을 설명하기 위한 도면이다. FIG. 3 shows a flowchart for schematically explaining an application control method according to an embodiment of the present invention. 4 is a diagram for explaining a method for determining whether to stop execution of a predetermined application according to an application control method according to an embodiment of the present invention.

우선 도 2 및 도 3을 참조하면, 상기 판단모듈(120)은 소정의 애플리케이션이 상기 데이터 처리장치에서 실행되면(S100), 실행된 상기 애플리케이션의 실행을 중지할지 여부를 판단할 수 있다(S110). 2 and 3, when the predetermined application is executed in the data processing apparatus (S100), the determination module 120 may determine whether to stop execution of the executed application (S110) .

그리고 상기 애플리케이션의 실행을 중지하겠다고 판단하면, 상기 제어모듈(110)은 상기 애플리케이션의 실행을 중지시킬 수 있다(S120). If it is determined that the application should be suspended, the control module 110 may suspend the execution of the application (S120).

그러면, 상기 인증모듈(130)은 상기 애플리케이션의 실행이 중지된 상태에서 본 발명의 기술적 사상에 따른 인증액션이 수행되는지를 판단할 수 있다(S130). Then, the authentication module 130 may determine whether the authentication action according to the technical idea of the present invention is performed in the state where the execution of the application is suspended (S130).

판단결과 상기 인증모듈(130)이 상기 인증액션이 수행되었다고 판다하면, 상기 제어모듈(110)은 중지된 상기 애플리케이션의 실행을 계속시킬 수 있다(S140). If the authentication module 130 determines that the authentication action has been performed, the control module 110 may continue execution of the suspended application (S140).

상기 판단모듈(120)은 실행된 상기 애플리케이션이 미리 설정된 대상 애플리케이션인 경우에 상기 애플리케이션의 실행을 중지하도록 판단할 수 있다. The determination module 120 may determine to stop execution of the application if the executed application is a preset target application.

또한, 일 실시 예에 의하면, 상기 판단모듈(120)이 상기 애플리케이션의 실행을 중지할지 여부를 판단하는 과정은 도 4에 도시된 바와 같을 수 있다. In addition, according to one embodiment, the process of determining whether to stop execution of the application by the determination module 120 may be as shown in FIG.

도 2 및 도 4를 참조하면, 상기 판단모듈(120)은 상기 데이터 처리장치에서 유지되고 있는 실행 중 작업(task) 리스트에 대한 정보를 확인할 수 있다. 그리고 상기 실행 중 작업 리스트의 최우선 작업을 확인할 수 있다(S111). Referring to FIGS. 2 and 4, the determination module 120 may check information about an execution task list held in the data processing apparatus. The highest priority task in the execution list can be confirmed (S111).

그러면, 상기 판단모듈(120)은 확인한 최우선 작업이 상기 대상 애플리케이션에 상응하는 작업인지를 판단할 수 있다(S112). 상기 대상 애플리케이션에 대한 정보(예컨대, 애플리케이션 이름 또는 프로세스 이름 등)는 상기 DB(150)에 미리 저장되어 있을 수 있다. 만약 확인한 상기 최우선 작업이 상기 대상 애플리케이션에 상응하는 작업인 경우, 상기 판단모듈(120)은 상기 최우선 작업을 중지할 작업이라 판단할 수 있다. 그러면 상기 제어모듈(110)은 상기 판단모듈(120)의 판단결과를 전달받고, 상기 최우선 작업의 실행을 중지시킬 수 있다. Then, the determination module 120 may determine whether the identified highest priority task corresponds to the target application (S112). Information about the target application (e.g., an application name or a process name) may be stored in the DB 150 in advance. If the confirmed highest priority job is a job corresponding to the target application, the determination module 120 may determine that the highest priority job is a job to be stopped. Then, the control module 110 receives the determination result of the determination module 120 and can stop the execution of the priority task.

예컨대, 사용자가 소정의 애플리케이션을 실행시키는 상황을 가정하면, 사용자의 상기 애플리케이션의 실행요청에 응답하여 상기 데이터 처리장치의 OS는 상기 애플리케이션을 실행 중 작업 리스트의 최우선 작업에 위치시킨다. 상기 실행 중 작업 리스트는 예컨대, 스택(stack) 구조를 갖는 OS의 시스템 구성일 수 있다. 따라서 상기 작업 리스트에 늦게 리스팅된 작업일수록 먼저 실행되는 작업일 수 있다. 상기 실행 중 작업 리스트는 예컨대, 안드로이드 OS에서는 시스템 클래스내의 소정의 함수를 통해 확인가능 할 수 있다. For example, assuming that the user executes a predetermined application, the OS of the data processing apparatus places the application in the top priority task of the running work in response to the execution request of the user's application. The running work list may be, for example, a system configuration of an OS having a stack structure. Therefore, the job listed later in the work list may be executed first. For example, in the Android OS, the execution-in-progress list can be confirmed through a predetermined function in the system class.

따라서 상기 판단모듈(120)은 상기 실행 중 작업 리스트의 최우선 작업을 확인하는 것만으로 가장 최근에 실행 요청된 작업 즉, 상기 애플리케이션이 무엇인지를 확인할 수 있다. 만약, 확인된 최우선 작업 즉, 상기 애플리케이션이 미리 DB(150)에 저장되어 있는 대상 애플리케이션에 상응하는 작업이라면, 상기 판단모듈(120)은 상기 최우선 작업 즉, 상기 애플리케이션을 실행이 중지될 작업이라고 판단할 수 있다. Accordingly, the determination module 120 can confirm the most recent execution requested task, that is, the application, by confirming the highest priority task in the execution list. If the identified highest priority task, that is, the application corresponds to the target application stored in the DB 150 in advance, the determination module 120 determines that the highest priority task, that is, can do.

한편, 본 발명의 기술적 사상과 같이 실행 중 작업 리스트의 최우선 작업을 모니터링 함으로써 상기 데이터 처리장치에서 실행되는 대상 애플리케이션의 실행을 제어하는 경우에는, 상기 대상 애플리케이션이 처음 실행될 때뿐만 아니라 실행된 후 사용자에 의해 사용이 중지되었다가 재사용되는 경우에도 실행이 제어될 수 있는 현저히 유리한 효과가 있다. 왜냐하면 사용이 사용자에 의해 중지되었다가 재사용되는 경우에는 원래 인증을 받고 사용하던 사용자와는 다른 사용자에 의해 재사용이 될 확률이 얼마든지 있기 때문이다. Meanwhile, when the execution of the target application executed in the data processing apparatus is controlled by monitoring the highest priority task of the task list during execution, the target application is not only executed when the target application is executed for the first time, There is a significant advantageous effect that execution can be controlled even if it is aborted and reused. This is because, if the usage is stopped and reused by the user, there is a possibility that the user will be reused by a user other than the user who was originally authenticated and used.

이러한 기술적 사상은 도 6에 도시된다.This technical idea is shown in Fig.

도 6은 본 발명의 일 실시예에 따라 대상 애플리케이션의 실행이 제어되는 과정을 설명하기 위한 도면이다.6 is a diagram for explaining a process of controlling the execution of a target application according to an embodiment of the present invention.

도 6을 참조하면, 상기 데이터 처리장치의 실행 중 작업 리스트에는 도6에 도시된 바와 같은 작업 리스트가 포함되어 있을 수 있다. 이러한 상황에서 사용자에 의해 소정의 애플리케이션(예컨대, 애플리케이션 C)이 실행될 수 있다. 그러면, 상기 데이터 처리장치는 C를 실행하면서 상기 C의 식별정보를 상기 실행 중 작업 리스트의 최우선 작업으로 포함시킬 수 있다. Referring to FIG. 6, the work list of the data processing apparatus may include a work list as shown in FIG. In this situation, a predetermined application (e.g., application C) may be executed by the user. Then, the data processing apparatus can include the identification information of the C as the top priority task of the running work list while executing the C.

상기 판단모듈(120)은 상기 최우선 작업(즉, 애플리케이션 C)이 대상 애플리케이션인지 여부를 판단할 수 있다. 판단결과 상기 C는 대상 애플리케이션이 아닐 수 있다. 그러면 상기 제어모듈(110)은 상기 C에 대해서는 어떠한 실행 제어도 수행하지 않을 수 있다. 그러면, 상기 데이터 처리장치에서는 C가 실행될 수 있다.The determination module 120 may determine whether the highest priority task (i.e., application C) is the target application. As a result of the determination, the C may not be the target application. Then, the control module 110 may not perform any execution control on the C. Then, C can be executed in the data processing apparatus.

이후 사용자에 의해 애플리케이션 D의 실행요청이 입력될 수 있다. 물론, C가 실행되고 있다가 상기 D의 실행요청이 입력되는 사이에 소정의 프로세스 또는 작업(예컨대, 안드로이드 OS의 홈 버튼 입력에 상응하는 프로세스 등)이 더 실행될 수도 있다. 그러면, 상기 데이터 처리장치는 상기 D를 실행시키면서 상기 D의 식별정보가 상기 실행 중 작업 리스트의 최우선 작업에 포함시킬 수 있다. The execution request of the application D can then be input by the user. Of course, a predetermined process or operation (e.g., a process corresponding to the home button input of the Android OS, etc.) may be executed while C is being executed and the execution request of the D is input. Then, the data processing apparatus can include the identification information of the D in the highest priority work of the running work list while executing the D.

상기 판단모듈(120)은 최우선 작업 즉 상기 D가 대상 애플리케이션인지 여부를 판단할 수 있다. 판단결과 상기 D는 대상 애플리케이션일 수 있다. 그러면, 상기 제어모듈(110)은 상기 D에 대해서는 실행 제어 즉, 상기 D의 실행을 중지시킬 수 있다.The determination module 120 may determine whether the highest priority task, i.e., D, is the target application. As a result of the determination, D may be a target application. Then, the control module 110 can stop the execution control, that is, the execution of the D, for the D.

상기 제어모듈(110)은 상기 D의 실행을 중지시키기 위한 중지 프로세스를 상기 D 보다 높은 우선순위의 작업으로 실행시킬 수 있다. 구현 예에 따라, 상기 D보다 늦게 상기 중지 프로세스를 실행시키기만 해도 상기 D보다 높은 우선순위로 상기 중지 프로세스가 실행될 수도 있고, 별도로 우선순위를 설정해준 후 상기 중지 프로세스를 실행시켜야 할 수도 있다. 상기 중지 프로세스의 구체적인 일예는 후술하도록 한다.The control module 110 may execute a suspend process for suspending the execution of the D with a task having a higher priority than the D. According to an embodiment, the suspend process may be executed with a higher priority than the D by simply executing the suspend process later than the D, or the suspend process may be executed after separately setting a priority. A specific example of the stopping process will be described later.

상기 중지 프로세스가 실행되면, 상기 인증모듈(130)은 본 발명의 기술적 사상에 따른 인증액션이 상기 데이터 처리장치 또는 사용자에 의해 수행되는지 여부를 판단할 수 있다. 물론, 인증액션이 수행되는지를 판단하기 위해 상기 실행 중 작업 리스트의 최우선 작업에 소정의 작업이 추가로 포함될 수도 있지만 도 6에는 도시하지 않았다.When the stop process is executed, the authentication module 130 can determine whether or not an authentication action according to the technical idea of the present invention is performed by the data processing apparatus or the user. Of course, a predetermined task may be additionally included in the top priority task of the running task list to determine whether the authentication action is performed, but it is not shown in FIG.

만약, 인증모듈(130)에 의해 상기 인증액션이 수행되었다고 판단되면, 상기 제어모듈(110)은 상기 중지 프로세스를 종료시킬 수 있다. 그러면, 상기 D가 다시 최우선 작업이 될 수 있다. 중지 프로세스가 종료됨에 따라 최우선 작업이 상기 중지 프로세스에서 다른 작업(예컨대, 상기 D)으로 변경되는 경우에는 상기 판단모듈(120)은 다시 상기 최우선 작업이 대상 애플리케이션인지 여부는 판단하지 않을 수 있다. 그렇지 않으면 사용자는 인증액션을 수행하더라도 중지 프로세스가 종료된 후 다시 인증액션을 수행하여야 하는 무한 루프에 빠질 수 있기 때문이다.If it is determined by the authentication module 130 that the authentication action has been performed, the control module 110 may terminate the suspension process. Then, the above-mentioned D can be a top priority task again. If the priority task is changed from the pause process to another task (e.g., D) as the pause process ends, the determination module 120 may not determine whether the priority task is again the target application. Otherwise, even if the user performs the authentication action, the user may fall into an infinite loop in which the authentication process must be performed again after the termination process ends.

상기 D가 다시 최우선 작업이 되면, 상기 데이터 처리장치는 중지되었던 상기 D의 실행을 다시 시작할 수 있다. 그러다가 사용자가 홈(home) 화면을 호출하는 요청을 상기 데이터 처리장치에 입력할 수 있다. 본 실시 예에서는 홈 화면을 호출하는 경우를 도시하고 있지만, 홈 화면뿐만 아니라 다양한 애플리케이션 또는 프로세스가 상기 홈 화면이 호출되는 대신에 호출되어도 동일한 결과가 도출될 수 있음을 본 발명의 기술분야의 평균적 전문가는 용이하게 추론할 수 있을 것이다.If D is again the top priority task, the data processing device may resume execution of D that was stopped. Then, the user can input a request to the data processing apparatus to call the home screen. In this embodiment, the home screen is called. However, it can be understood that the same result can be obtained even when various applications or processes are called in place of the home screen, Can easily be deduced.

그러면, 상기 데이터 처리장치는 홈 화면을 호출하면서, 상기 홈 화면을 실행하는 프로세스를 상기 실행 중 작업 리스트의 최우선 작업에 포함시킬 수 있다. 그러다가 사용자가 다시 D를 호출하는 요청을 하는 경우, 상기 D는 다시 최우선 작업이 된다.Then, the data processing apparatus can include the process of executing the home screen in the top priority task of the running work list while calling the home screen. Then, when the user makes a request to call D again, D is again the highest priority operation.

상기 판단모듈(120)은 상기 중지 프로세스의 종료에 의해 최우선 작업이 변경되는 경우가 아니므로, 상기 최우선 작업(즉, D)이 대상 애플리케이션인지 여부를 확인할 수 있다. Since the decision module 120 does not change the priority task by the end of the stop process, it can check whether the priority task (i.e., D) is the target application.

상기 D는 대상 애플리케이션이므로, 상기 판단모듈(120)의 판단결과에 따라 상기 제어모듈(110)은 다시 상기 D의 실행을 중지하기 위한 중지 프로세스를 실행시킬 수 있다. Since D is the target application, the control module 110 may execute the stop process to stop execution of the D again according to the determination result of the determination module 120. [

즉, 본 발명의 기술적 사상과 같이 데이터 처리장치로 입력되는 모든 요청을 모니터링할 필요 없이, 실행 중 작업 리스트의 최우선 작업만을 모니터링함으로써 대상 애플리케이션에 대한 실행제어를 간편하게 수행할 수 있는 효과가 있다. 또한, 도 6에서 설명한 바와 같이 단순히 실행이 요청될 때뿐만 아니라 대상 애플리케이션이 재사용될 때에도 실행이 제어될 수 있는 현저한 효과가 있다.That is, as in the technical idea of the present invention, it is possible to easily perform execution control on a target application by monitoring only the highest priority task of the task list during execution without monitoring all requests input to the data processing apparatus. There is also a significant effect that execution can be controlled not only when execution is requested, but also when the target application is reused, as described in Figure 6.

다시 도2를 참조하면, 상기 제어모듈(110)은 상기 판단모듈(120)에 의해 소정의 애플리케이션의 실행이 중지되어야 한다고 판단되면, 전술한 바와 같은 중지 프로세스를 로딩시킬 수 있다. Referring back to FIG. 2, when the determination module 120 determines that the execution of a predetermined application should be stopped, the control module 110 may load the stop process as described above.

일 실시 예에 의하면, 상기 중지 프로세스는 본 발명의 기술적 사상에 따른 제어 디스플레이를 디스플레이 장치의 최우선 레벨로 로딩하는 것일 수 있다. According to one embodiment, the stopping process may be to load the control display according to the technical idea of the present invention at the highest level of the display device.

제어 디스플레이가 로딩되는 시점과 상기 대상 애플리케이션의 실행이 중지되는 시점은 반드시 동일하지 않을 수도 있다. 즉, 상기 제어 디스플레이가 로딩되어도 상기 대상 애플리케이션은 일정한 데이터 처리를 수행하다가 중지되도록 구현될 수도 있다. 어떠한 경우든 상기 대상 애플리케이션은 상기 제어 디스플레이가 로딩되자마자 또는 일정한 시점 후에 중지될 수 있다. The time at which the control display is loaded and the time at which the execution of the target application is stopped may not necessarily be the same. That is, even if the control display is loaded, the target application may be implemented to perform certain data processing and stop. In any case, the target application may be stopped as soon as the control display is loaded or after a certain point in time.

상기 판단모듈(120)에 의해 상기 대상 애플리케이션이 실행된다고 판단하면, 상기 제어모듈(110)은 즉시 상기 제어 디스플레이를 로딩하도록 할 수 있다. 구현 예에 따라서는 대상 애플리케이션이 실행되더라도 소정의 상황 또는 조건이 만족되어야 상기 제어 디스플레이를 로딩할 수도 있다. 대상 애플리케이션이 실행된 후 즉시 상기 제어 디스플레이를 로딩하는 경우에는, 상기 대상 애플리케이션을 실행하지 못하도록 하는 것과 실질적으로 거의 유사한 효과를 얻을 수 있다. If the determination module 120 determines that the target application is to be executed, the control module 110 may promptly load the control display. Depending on the implementation, even if the target application is executed, it may load the control display only when certain conditions or conditions are satisfied. When loading the control display immediately after the target application is executed, an effect substantially similar to that for preventing the execution of the target application can be obtained.

상기 판단모듈(120)은 상기 대상 애플리케이션이 실행된 후 사용자에 의해 정상적으로 사용되다가 특정 이벤트가 발생하는지 여부 또는 사용자로부터 요청이 있는지를 모니터링할 수도 있다. 상기 특정 이벤트는 실시예에 따라 다양할 수 있으며, 상기 데이터 처리장치가 발생여부를 판단할 수 있는 다양한 이벤트의 발생이 상기 판단모듈(120)이 실행을 제어할 시점으로 정의될 수 있다. 이를 위해 상기 판단모듈(120)은 상기 데이터 처리장치에 구비된 다양한 장치(예컨대, 위치판단수단, 시간판단수단 등)와 통신을 수행할 수도 있다. 또는 상기 판단모듈(120)은 상기 대상 애플리케이션과 통신을 통해 상기 대상 애플리케이션내에서 발생하는 이벤트도 실행제어를 할지 여부의 기준으로 이용할 수도 있다.After the target application is executed, the determination module 120 may monitor whether the specific event is normally used by the user or whether there is a request from the user. The specific event may be varied according to the embodiment and may be defined as a point in time when the determination module 120 controls the execution of generation of various events for determining whether the data processing apparatus is generated. For this, the determination module 120 may perform communication with various devices (e.g., position determination means, time determination means, etc.) provided in the data processing apparatus. Alternatively, the determination module 120 may use an event generated in the target application through communication with the target application as a criterion of whether or not execution control is to be performed.

이처럼 상기 판단모듈(120)에 의해 실행제어를 할 시점으로 판단되면, 상기 제어모듈(110)은 본 발명의 기술적 사상에 따른 중지 프로세스(예컨대, 제어 디스플레이의 로딩)를 실행할 수 있다. 또한, 상기 제어모듈(110)은 실행된 중지 프로세스를 종료시킬 수도 있다. 예컨대, 상기 제어 디스플레이를 언로딩(un-loading)할 수도 있다. If it is determined that the execution control is to be performed by the determination module 120, the control module 110 may execute a stop process (for example, loading of the control display) according to the technical idea of the present invention. Also, the control module 110 may terminate the suspended process that has been executed. For example, the control display may be un-loaded.

상기 제어모듈(110)이 상기 제어 디스플레이를 언로딩하기 위해서는, 상기 제어 디스플레이를 활성화하고 있는 프로세스를 종료하거나, 상기 제어 디스플레이를 활성화하는 애플리케이션을 종료할 수도 있다. 후자의 경우는 상기 제어시스템(100)이 상기 제어 디스플레이를 별도의 애플리케이션으로 상기 데이터 처리장치에서 로딩하는 경우일 수 있다. In order for the control module 110 to unload the control display, it may terminate the process activating the control display or terminate the application activating the control display. In the latter case, the control system 100 may load the control display in the data processing apparatus as a separate application.

상기 제어 디스플레이는 상기 데이터 처리장치의 디스플레이 장치(예컨대, 터치스크린)의 풀 사이즈에 상응하는 크기를 가질 수도 있고, 상기 디스플레이 장치의 일부에 해당하는 크기를 가질 수도 있다. The control display may have a size corresponding to a full size of a display device (e.g., a touch screen) of the data processing device, or may have a size corresponding to a part of the display device.

또한, 상기 제어 디스플레이는 사용자로부터 디스플레이 장치(예컨대, 터치스크린)를 통해 입력신호를 수용할 수 있는 입력객체를 포함할 수도 있고, 포함하지 않을 수도 있다. 어떠한 입력개체도 상기 제어 디스플레이에 포함되지 않는 경우에는, 사용자의 눈에는 상기 제어 디스플레이가 로딩되기 전의 화면(즉, 대상 애플리케이션에 의해 디스플레이되는 화면)에 소정의 입력객체(예컨대, 버튼, 텍스트 또는 숫자 등의 입력 UI 등)가 존재하더라도, 어떠한 터치신호에도 상기 데이터 처리장치는 아무런 응답을 하지 않을 수 있다. 왜냐하면, 상기 터치신호는 상기 제어 디스플레이에 상응하는 프로세스로 입력되는데, 상기 제어 디스플레이에는 입력되는 터치신호를 핸들링할 입력객체가 없기 때문이다. In addition, the control display may or may not include an input object capable of receiving an input signal from a user via a display device (e.g., a touch screen). If no input object is included in the control display, a predetermined input object (for example, a button, a text or a numeric character) is displayed on the screen of the user before the control display is loaded , Etc.), the data processing device may not respond to any touch signal. This is because the touch signal is input to the process corresponding to the control display because there is no input object to handle the touch signal input to the control display.

다른 실시 예에 의하면, 상기 제어 디스플레이는 소정의 입력객체를 포함할 수도 있다. 이때 상기 입력객체 역시 투명한 속성을 가져서 사용자에게 시각적으로 인지되지 않도록 구현될 수 있다. 이때에는 상기 입력객체의 존재를 알고 있는 사용자만이 상기 제어 디스플레이에 포함되는 적어도 하나의 입력객체를 정확하게 선택(예컨대, 터치)할 수 있게 된다. 따라서 상기 제어 디스플레이를 언로딩하여 다시 상기 대상 애플리케이션의 실행이 계속되게 하기 위한 소정의 정보를 비밀스럽게 상기 제어 디스플레이를 통해 입력받을 수 있다. According to another embodiment, the control display may comprise a predetermined input object. At this time, the input object may also be transparent so as not to be visually perceived by the user. At this time, only a user who knows the existence of the input object can correctly select (e.g., touch) at least one input object included in the control display. Therefore, it is possible to secretly input, via the control display, predetermined information for unloading the control display and for continuing execution of the target application again.

어떠한 경우든, 상기 제어 디스플레이가 로딩되면, 사용자에 의해 입력되는 입력신호는 상기 제어 디스플레이에 상응하는 프로세스의 입력신호가 되므로, 상기 제어 디스플레이가 로딩되어 있는 상태에서는 사용자는 상기 대상 애플리케이션을 제어할 수 없게 된다.In any case, when the control display is loaded, the input signal input by the user becomes the input signal of the process corresponding to the control display, so that the user can control the target application I will not.

물론, 상기 제어 디스플레이는 사용자가 시각적으로 확인할 수 있는 UI 또는 안내정보를 디스플레이할 수도 있다. 상기 안내정보는 예컨대, 사용자에게 미리 설정된 인증액션을 수행하라고 안내하는 정보일 수 있다.Of course, the control display may also display UI or guidance information that the user can visually confirm. The guide information may be, for example, information for guiding the user to perform a preset authentication action.

상기 인증모듈(130)은 상기 제어 디스플레이가 로딩된 상태에서, 상기 제어 디스플레이를 언로딩하기 위한 인증액션이 수행되는지를 판단할 수 있다. The authentication module 130 may determine, in a state that the control display is loaded, that an authentication action for unloading the control display is performed.

예컨대, 상기 제어 디스플레이에 어떠한 입력객체도 포함되지 않는 경우에는, 상기 데이터 처리장치에 구비된 터치스크린으로는 어떠한 신호 또는 정보도 입력할 수 없으므로, 상기 인증액션은 상기 터치스크린 이외의 상기 데이터 처리장치에 구비된 장치(예컨대, NFC 칩, 카메라 모듈, 또는 생체정보 인식모듈 등)에 의해 수행되는 액션일 수 있다. 본 발명의 일 실시예에 의하면, 상기 인증액션은 상기 데이터 처리장치가 소정의 근거리 무선통신장치(예컨대, IC카드 등)와 근거리 무선통신(예컨대, NFC 통신 등)을 수행하는 액션일 수 있다. 또는, 카메라 모듈을 소정의 방식으로 제어하는 액션일 수도 있다. 어떠한 경우든 상기 터치스크린을 통하지 않고, 상기 데이터 처리장치에 구비된 소정의 장치를 이용하는 소정의 액션이 상기 인증액션일 수 있다. 이러한 경우에는 사용자가 상기 데이터 처리장치 및 상기 소정의 장치(예컨대, 근거리 무선통신장치)까지 소지하고 있음이 인증될 수 있어서 훨씬 보안성이 증가할 수 있다.For example, when no input object is included in the control display, since no signal or information can be input to the touch screen of the data processing apparatus, (E.g., an NFC chip, a camera module, or a biometric information recognition module, etc.) provided in the apparatus. According to an embodiment of the present invention, the authentication action may be an action in which the data processing apparatus performs near field wireless communication (e.g., NFC communication, etc.) with a predetermined local wireless communication apparatus (e.g., IC card or the like). Alternatively, it may be an action for controlling the camera module in a predetermined manner. In any case, a predetermined action using a predetermined device provided in the data processing apparatus, not through the touch screen, may be the authentication action. In this case, it can be verified that the user possesses the data processing apparatus and the predetermined apparatus (e.g., a short-range wireless communication apparatus), thereby further increasing the security.

물론, 상기 데이터 처리장치에 생체정보(예컨대, 지문, 홍채 등)를 인식할 수 있는 수단인 생체정보 인식모듈이 구비된 경우에는, 상기 인증액션은 사용자가 상기 생체정보 인식모듈을 통해 자신의 생체정보를 인증하는 액션일 수도 있다. 이를 위해 상기 제어시스템(100)은 사용자의 생체정보를 미리 상기 생체정보 인식모듈을 통해 입력받아서 저장하고 있을 수 있다. Of course, in the case where the data processing apparatus is provided with a biometric information recognition module which is a means capable of recognizing biometric information (e.g., fingerprint, iris, etc.), the authentication action is performed by the user through the biometric information recognition module, It may be an action to authenticate information. To this end, the control system 100 may receive and store biometric information of a user through the biometric information recognition module in advance.

다른 실시 예에 의하면, 상기 인증액션은 미리 설정된 소정의 정보가 입력되는지 여부일 수도 있다. 상기 정보는 상기 데이터 처리장치에 구비된 터치스크린을 통해서 입력될 수도 있고, 상기 데이터 처리장치에 터치스크린과는 별도의 입력장치(예컨대, 키패드, 키보드 등)가 구비되는 경우에는 상기 입력장치를 통해 입력될 수도 있다. 터치스크린 이외에 별도의 입력장치가 상기 데이터 처리장치에 구비되지 않은 경우에는 상기 제어 디스플레이에 상기 정보를 입력할 수 있는 입력객체(예컨대, 소정의 버튼 또는 패턴을 입력할 수 있는 입력 UI 등)가 포함될 수 있다. 이때에도 상기 입력객체 역시 투명한 속성을 가질 수도 있고 그렇지 않을 수도 있다. 입력객체가 투명한 속성을 가지는 경우에는 사용자는 가시적으로는 확인될 수 없는 입력객체를 통하여 필요한 정보(예컨대, 비밀번호 또는 비밀패턴 등)을 입력하여야 정상적으로 대상 애플리케이션을 사용할 수 있게 된다.According to another embodiment, the authentication action may be whether predetermined information is input in advance. The information may be input through a touch screen provided in the data processing apparatus. When the data processing apparatus is provided with an input device (e.g., a keypad, a keyboard, etc.) separate from the touch screen, May be input. If a separate input device other than the touch screen is not provided in the data processing device, an input object capable of inputting the information (for example, an input UI for inputting a predetermined button or a pattern, etc.) is included in the control display . At this time, the input object may or may not have a transparent property. When the input object has a transparent property, the user must input necessary information (for example, a password or a secret pattern) through an input object that can not be visually confirmed, so that the user can use the target application normally.

한편, 상기 인증액션은 본 발명의 기술적 사상에 따른 동적 패스워드가 상기 데이터 처리장치에 입력되는 액션일 수 있다. 상기 동적 패스워드는 종래의 정적인 패스워드와는 달리 상황에 따라 변경되는 패스워드일 수 있다. 특히, 상기 동적 패스워드는 특정 단말기를 소지하여야만 알 수 있는 패스워드일 수 있다. 이러한 동적 패스워드의 일예는 도10 내지 도11에 후술하도록 한다.Meanwhile, the authentication action may be an action in which a dynamic password according to the technical idea of the present invention is input to the data processing apparatus. The dynamic password may be a password that changes depending on the situation, unlike a conventional static password. In particular, the dynamic password may be a password that can be known only by having a specific terminal. An example of such a dynamic password will be described later with reference to FIG. 10 to FIG.

상기 DB(150)는 본 발명의 기술적 사상에 따라 실행제어의 대상이 되는 대상 애플리케이션에 대한 정보(예컨대, 애플리케이션 ID, 명칭, 저장경로 등)가 저장될 수 있다. 상기 대상 애플리케이션은 상기 데이터 처리장치에 설치된 적어도 하나의 애플리케이션일 수 있다. 또한, 상기 DB(150)에는 대상 애플리케이션별로 실행제어가 될 시점 또는 실행제어가 되기 위한 기준이 되는 이벤트에 대한 정보가 포함될 수도 있다. 또한, 대상 애플리케이션별로 또는 대상 애플리케이션들 전체의 실행제어 해제(즉, 제어 디스플레이의 언로딩)를 위해 상기 데이터 처리장치가 근거리 무선통신을 수행해야할 근거리 무선통신장치의 식별정보가 저장될 수 있다. 또한, 구현 예에 따라서는 대상 애플리케이션별로 또는 대상 애플리케이션들 전체에 적용될 소정의 승인정보(예컨대, 비밀번호 또는 비밀패턴)에 대한 정보가 저장될 수도 있다. 또한, 사용자의 생체정보가 상기 DB(150)에 미리 저장되어 있을 수 있다. 또한, 동적 패스워드의 동적 파트를 정의하는 규칙이 상기 DB(150)에 미리 저장되어 있을 수 있다. 물론, 후술하는 바와 같이 정적 파트(사용자 파트)가 포함되는 경우에는 상기 정적 파트(사용자 파트)에 대한 정보가 상기 DB(150)에 더 저장되어 있을 수 있다. 상기 DB(150)에 저장된 정보는 암호화 등을 통해 보안성이 부여된 상태로 저장될 수 있음은 물론이다. The DB 150 may store information (for example, an application ID, a name, a storage path, and the like) about a target application that is an object of execution control according to the technical idea of the present invention. The target application may be at least one application installed in the data processing apparatus. In addition, the DB 150 may include information on an event to be execution control or an event to be execution control for each target application. In addition, the identification information of the local area wireless communication apparatus to which the data processing apparatus should perform the local area wireless communication for the target application or for the release of the execution control of all the target applications (i.e., unloading of the control display) may be stored. Also, depending on an implementation, information on predetermined approval information (e.g., password or secret pattern) to be applied to each of the target applications or the entire target applications may be stored. In addition, the biometric information of the user may be stored in the DB 150 in advance. In addition, a rule for defining the dynamic part of the dynamic password may be stored in the DB 150 in advance. Of course, when a static part (user part) is included as described later, information on the static part (user part) may be further stored in the DB 150. [ The information stored in the DB 150 may be stored in a state of being secured through encryption or the like.

도 7 내지 도 8은 본 발명의 일 실시 예에 따라 제어 디스플레이를 이용한 실행제어를 수행하는 방법을 설명하기 위한 도면이다.7 to 8 are diagrams for explaining a method of performing execution control using a control display according to an embodiment of the present invention.

우선 도 7을 참조하면, 본 발명의 실시 예에 따른 제어 디스플레이(10)는 도 4에 도시된 바와 같이 데이터 처리장치(1)에서 대상 애플리케이션의 실행 화면(20)이 디스플레이되고 있는 중에, 상기 실행 화면(20)상에 디스플레이될 수 있다.7, the control display 10 according to the embodiment of the present invention is configured such that, while the execution screen 20 of the target application is being displayed in the data processing apparatus 1 as shown in FIG. 4, Can be displayed on the screen 20.

도 7에서는 상기 대상 애플리케이션의 실행 화면(20)이 상기 데이터 처리장치(1)에서 소정의 정보를 디스플레이하는 디스플레이 영역에 풀 사이즈로 디스플레이되고, 상기 제어 디스플레이(10) 역시 풀 사이즈로 디스플레이되는 경우를 나타내고 있다. 하지만, 상기 실행 화면(20) 및/또는 상기 제어 디스플레이(10)가 상기 디스플레이 영역의 일부에만 디스플레이 되어도 본 발명의 기술적 사상이 구현될 수 있음은 본 발명의 기술분야의 평균적 전문가는 용이하게 추론할 수 있을 것이다.7 shows a case where the execution screen 20 of the target application is displayed in a full size in a display area for displaying predetermined information in the data processing apparatus 1 and the control display 10 is also displayed in a full size Respectively. However, it should be understood that the technical idea of the present invention can be implemented even when the execution screen 20 and / or the control display 10 are displayed only on a part of the display area, It will be possible.

본 발명의 기술적 사상에 따르면, 상기 제어 디스플레이(10)는 전술한 바와 같이 투명한 속성을 가지며, 상기 제어 디스플레이(10)에 소정의 객체(예컨대, 전술한 바와 같은 입력객체)가 포함되는 경우라도, 상기 객체 역시 투명한 속성을 가지도록 설정될 수 있다. 따라서 상기 데이터 처리장치(1)를 이용하고 있는 사용자는 상기 제어 디스플레이(10)가 상기 대상 애플리케이션의 실행 화면상에 디스플레이되는지를 인지하지 못할 수 있다. According to the technical idea of the present invention, the control display 10 has a transparent property as described above, and even when the control display 10 includes a predetermined object (for example, an input object as described above) The object can also be set to have transparent properties. Therefore, the user using the data processing apparatus 1 may not be aware that the control display 10 is displayed on the execution screen of the target application.

즉, 대상 애플리케이션이 본 발명의 기술적 사상에 따라 실행제어가 되고 있다는 것을 미리 알고 있는 사용자만이, 상기 대상 애플리케이션을 정상적으로 이용할 수 있기 위해 미리 설정된 인증액션(예컨대, 근거리 무선통신장치와의 근거리 무선통신(예컨대, 태깅) 또는 소정의 승인정보(예컨대, 비밀번호 또는 비밀패턴 등)의 입력 등)을 수행할 수 있다. 또한 실행제어가 수행되고 있음을 모르는 사용자는 상기 대상 애플리케이션이 실행되다가 중지되는 화면만을 보게 되어 오류 또는 오작동으로 인지하게 될 것이므로, 정상적으로 상기 대상 애플리케이션을 이용하지 못하게 된다. 또한, 상기 제어 디스플레이(10)가 상기 대상 애플리케이션의 실행 화면(20)보다 상위 레이어에서 디스플레이되게 되므로 사용자는 상기 대상 애플리케이션으로 어떠한 입력도 수행하지 못하게 되는 효과도 있다.In other words, only a user who knows in advance that the target application is performing the execution control according to the technical idea of the present invention needs to perform predetermined authentication actions (for example, short-range wireless communication with the short- (E.g., tagging) or inputting predetermined approval information (e.g., a password or secret pattern, etc.). Also, a user who does not know that the execution control is being executed will see only a screen that is stopped when the target application is executed, and will be perceived as an error or a malfunction, so that the user can not normally use the target application. In addition, since the control display 10 is displayed on the upper layer than the execution screen 20 of the target application, the user can not perform any input to the target application.

도 8을 참조하면, 본 발명의 기술적 사상에 따라 대상 애플리케이션의 실행 화면(20)상에 디스플레이되는 제어 디스플레이(10)는 도 7에 도시된 바와 같이 어떠한 객체도 포함하지 않을 수도 있지만, 도 8에 도시된 바와 같이 소정의 객체를 포함할 수도 있다. 상기 객체는 사용자로부터 터치신호를 입력받기 위한 입력객체(예컨대, 11 내지 13)일 수도 있다. 물론, 상기 입력객체 역시 투명하게 설정되어서, 사용자는 상기 입력객체를 가시적으로 확인할 수는 없다. 따라서 정당한 권한이 있는 사용자는 상기 입력객체(예컨대, 11 내지 13)가 상기 제어 디스플레이(10)상에서 어떠한 위치에 배치되는지를 미리 인지하고 있어야 할 수 있다.8, the control display 10 displayed on the execution screen 20 of the target application according to the technical idea of the present invention may not include any objects as shown in Fig. 7, And may include a predetermined object as shown. The object may be an input object (for example, 11 to 13) for receiving a touch signal from a user. Of course, the input object is also set to transparent so that the user can not visually confirm the input object. Therefore, a user with a legitimate right may have to know in advance where the input object (e.g., 11-13) will be placed on the control display 10.

도 8에는 입력객체가 1부터 9까지의 숫자를 입력할 수 있는 입력 버튼으로 구현되는 경우를 일예로 도시하고 있지만, 사용자가 미리 설정한 패턴을 입력하기 위한 패턴 입력 UI 등 다양한 객체가 상기 제어 디스플레이(10)에 포함되어 투명하게 디스플레이될 수 있다.8 shows an example in which the input object is implemented as an input button for inputting numbers from 1 to 9. However, various objects such as a pattern input UI for inputting a preset pattern by a user may be displayed on the control display (10) and can be displayed transparently.

사용자가 예컨대, 대상 애플리케이션을 정상적으로 이용하기 위해 비밀번호 "1234"를 설정해둔 경우라면, 사용자는 비록 가시적으로는 확인할 수 없지만 숫자 1에 해당하는 버튼(11), 숫자 2에 해당하는 버튼(12), 숫자 3에 해당하는 버튼(13), 및 숫자 4에 해당하는 버튼(14)을 선택(예컨대, 터치)함으로써 상기 비밀번호를 입력할 수 있다. If the user has set the password "1234 " in order to normally use the target application, for example, the user can press the button 11 corresponding to the number 1, the button 12 corresponding to the number 2, The password 13 can be inputted by selecting (for example, touching) the button 13 corresponding to the number 3 and the button 14 corresponding to the number 4.

제어시스템(100)은 입력된 정보가 미리 설정된 정보와 상응하는지를 판단하고, 상응하다고 판단한 경우 상기 제어 디스플레이(10)를 언로딩함으로써 대상 애플리케이션의 실행 화면(20)이 다시 상기 데이터 처리장치(1)의 디스플레이 레이어의 최상위에 위치하게 될 수 있다. 그러면 사용자는 정상적으로 상기 대상 애플리케이션을 사용할 수 있게 된다.The control system 100 judges whether the input information corresponds to the preset information and when the control screen 100 determines that the input information corresponds to the information, the control screen 100 unloads the control display 10, As shown in FIG. Then, the user can normally use the target application.

도 8에서는 숫자 버튼이 숫자의 순서대로 순차적으로 배치된 경우를 일예로 도시하고 있지만, 비순차적으로 또는 다양한 방식으로 디스플레이될 수 있음은 물론이다.
Although FIG. 8 shows an example in which the number buttons are sequentially arranged in the order of numbers, it goes without saying that they can be displayed in a non-sequential manner or in various ways.

도 9는 본 발명의 일 실시예에 따라 중지된 애플리케이션의 실행을 계속하기 위한 인증액션을 설명하기 위한 도면이다.9 is a diagram for describing an authentication action for continuing execution of a suspended application according to an embodiment of the present invention.

도 9를 참조하면, 상기 데이터 처리장치(1)는 대상 애플리케이션이 실행 중 상기 대상 애플리케이션의 실행을 중지시킬 수 있다. 일 실시 예에 의하면, 상기 데이터 처리장치(1)에 설치된 제어시스템(100)은 상기 대상 애플리케이션의 실행 화면(20)상에 제어 디스플레이(10)가 로딩되어 디스플레이되고 있는 상태일 수 있다. Referring to FIG. 9, the data processing apparatus 1 may stop execution of the target application while the target application is running. According to one embodiment, the control system 100 installed in the data processing apparatus 1 may be in a state in which the control display 10 is loaded and displayed on the execution screen 20 of the target application.

정당한 사용자는 상기 대상 애플리케이션이 중지된 것처럼 보이면, 상기 대상 애플리케이션이 본 발명의 기술적 사상에 따라 실행제어가 되고 있음을 인지하고, 미리 설정되어 있는 인증액션(예컨대, 소정의 근거리 무선통신장치(2)와 근거리 무선통신(예컨대, 태깅(tagging))을 수행할 수 있다. 그러면, 상기 제어시스템(100)은 근거리 무선통신된 장치(2)가 미리 설정된 장치인지를 확인하고, 확인결과 미리 설정된 장치이면 상기 제어 디스플레이(10)를 언로딩할 수 있다. If a legitimate user appears to have stopped the target application, the legitimate user recognizes that the target application is under execution control according to the technical idea of the present invention, and performs authentication action (for example, predetermined short range wireless communication device 2) (E.g., tagging) with the control system 100. Then, the control system 100 confirms whether the apparatus 2 communicated by the short-range wireless communication is a predetermined apparatus, and if it is determined as a predetermined apparatus The control display 10 can be unloaded.

이처럼 근거리 무선통신장치(2)를 이용하여 상기 대상 애플리케이션의 실행제어를 컨트롤하는 경우에는, 정당한 권한이 있는 사용자를 승인정보가 아닌 상기 근거리 무선통신장치(2)의 점유에 기반하여 인증할 수 있게 되어 뛰어난 보안성을 가져올 수 있다. 이때에는 상기 제어 디스플레이(10)에는 어떠한 입력객체가 포함되지 않을 수도 있고, 포함될 수도 있다. 즉, 상기 제어 디스플레이(10)에 입력객체가 포함되는지 여부와는 무관하게 사용자는 미리 설정된 조건을 만족시킬 수 있다. 왜냐하면, 근거리 무선통신은 상기 데이터 처리장치(1)에 구비된 터치스크린과는 무관한 장치를 이용한 액션이기 때문이다.In the case where the execution control of the target application is controlled using the short-range wireless communication device 2 as described above, it is possible to authenticate a user who has a proper authority based on occupancy of the short-range wireless communication device 2 Thereby providing excellent security. At this time, the control display 10 may or may not include any input object. That is, the user can satisfy predetermined conditions irrespective of whether or not an input object is included in the control display 10. This is because short-range wireless communication is an action using a device which is not related to the touch screen provided in the data processing apparatus 1. [

반면, 상기 데이터 처리장치(1) 또는 상기 대상 애플리케이션을 무단으로 사용하고자 하는 자는 상기 대상 애플리케이션이 실행 중에 중지되는 경우, 실행제어가 수행되고 있음을 알 수 없게 되어 정상적으로 상기 대상 애플리케이션을 사용할 수 없게 된다.On the other hand, when the target application is suspended during execution, the person who intends to use the data processing apparatus 1 or the target application unauthorized can not know that the execution control is being performed and normally can not use the target application .

다른 실시 예에 의하면, 상기 인증액션은 동적 패스워드를 입력받는 액션일 수도 있다. 이러한 일예는 도 10 및 도 11에 도시된다.According to another embodiment, the authentication action may be an action that receives a dynamic password. Such an example is shown in Figs. 10 and 11. Fig.

도 10 내지 도 11은 본 발명의 일 실시예에 따른 동적 패스워드의 개념을 설명하기 위한 도면이다.10 to 11 are diagrams for explaining the concept of a dynamic password according to an embodiment of the present invention.

도 10 내지 도 11을 참조하면, 상기 인증모듈(130)은 본 발명의 기술적 사상에 따른 동적 패스워드를 제공하며, 상기 동적 패스워드를 이용한 사용자의 인증을 수행할 수 있다. 이러한 경우 상기 인증액션은 상기 인증모듈(130)이 사용자로부터 상기 동적 패스워드를 입력받는 액션일 수 있다.Referring to FIGS. 10 to 11, the authentication module 130 provides a dynamic password according to the technical idea of the present invention, and can perform a user authentication using the dynamic password. In this case, the authentication action may be an action in which the authentication module 130 receives the dynamic password from the user.

동적 패스워드는 사용자에 의한 변경 없이도, 시간 또는 장소 등 다양한 팩터에 의해 자동으로 변경될 수 있는 패스워드를 의미할 수 있다. 상기 패스워드는 숫자, 문자, 기호 등을 포함하는 일련의 스트링(string)으로 구현될 수 있다. The dynamic password may be a password that can be automatically changed by various factors such as time or place without change by the user. The password may be implemented as a series of strings including numbers, letters, symbols, and the like.

상기 동적 패스워드는 동적 파트를 포함할 수 있으며, 사용자 파트를 더 포함할 수 있다. 상기 사용자 파트는 사용자에 의해 설정되는 상기 동적 패스워드의 일 부분을 의미할 수 있으며, 상기 사용자 파트 역시 적어도 하나의 숫자, 문자, 또는 기호를 포함할 수 있다. 이러한 사용자 파트에 의해 상기 동적 패스워드는 사용자 의존성(dependency)을 갖게 된다. 즉, 사용자에 의해 결정되며, 사용자별로 달리 결정될 수 있다.The dynamic password may include a dynamic part, and may further include a user part. The user part may refer to a portion of the dynamic password set by the user, and the user part may also include at least one number, letter, or symbol. By this user part, the dynamic password has user dependency. That is, it is determined by the user and can be determined differently for each user.

상기 동적 파트는 다양한 요인에 의해 동적으로 변경될 수 있는 정보일 수 있으며, 상기 동적 파트 역시 적어도 하나의 숫자, 문자, 또는 기호를 포함할 수 있다. 본 발명의 기술적 사상에 의하면, 상기 동적 파트는 소정의 단말기(예컨대, 상기 데이터 처리장치)에 의존성을 가지게 된다. 즉, 상기 단말기에 의해 결정되며, 사용자 단말기별로 달리 결정될 수 있다. 또한, 상기 동적 파트는 상기 단말기의 고유의 기능에 의존하여 결정될 수 있다. 즉, 종래의 OTP 같이 동적으로 변경되는 패스워드(또는 패스워드의 일부분)를 생성하기 위해 별도의 장치 또는 알고리즘을 사용하는 것이 아니라, 사용자의 단말기(예컨대, 상기 데이터 처리장치 또는 사용자가 소지하고 있는 별도의 통신장치)가 그 목적에 따라 이용될 때 상기 단말기에 저장되는 정보 즉, 사용이력에 상응하는 정보(예컨대, 통신이력, 애플리케이션 정보, 주소록 정보 등)를 이용하여 상기 동적 파트를 결정할 수 있다. 따라서 본 발명의 기술적 사상에 의하면, 지극히 보안성이 높도록 취급되며 장치 또는 알고리즘의 이용에 상당한 비용을 지불해야 하는 동적 패스워드(또는 일회용 패스워드) 생성 장치 또는 알고리즘이 구비되지 않아도, 사용자가 이미 소지하고 있는 단말기(예컨대, 사용자의 핸드폰)만을 이용해 종래의 동적 패스워드(또는 일회용 패스워드) 생성장치와 동일 또는 유사한 기능을 수행할 수 있는 기술적 사상을 제공할 수 있다.The dynamic part may be information that can be changed dynamically by various factors, and the dynamic part may also include at least one number, letter, or symbol. According to the technical idea of the present invention, the dynamic part has a dependency on a predetermined terminal (for example, the data processing apparatus). That is, it is determined by the terminal, and may be determined differently for each user terminal. Further, the dynamic part can be determined depending on the inherent function of the terminal. That is, instead of using a separate device or algorithm to generate a password (or a part of a password) that is dynamically changed, such as a conventional OTP, a user terminal (e.g., a separate (E.g., communication history, application information, address book information, and the like) corresponding to the use history, information stored in the terminal when the communication device is used according to the purpose. Therefore, according to the technical idea of the present invention, even if a dynamic password (or one-time password) generation device or algorithm which is treated to be extremely secure and which requires a considerable cost to use a device or algorithm is not provided, It is possible to provide a technical idea that can perform the same or similar function as a conventional dynamic password (or one-time password) generating apparatus using only a terminal (for example, a user's mobile phone).

더구나 본 발명의 기술적 사상에 의하면, 상기 단말기(예컨대, 상기 데이터 처리장치 또는 타 데이터 처리장치)가 사용되는 사용이력에 기초하여 상기 동적 파트가 결정될 수 있으므로, 상기 동적 파트는 사용자 단말기에 의존성을 가지게 된다. Further, according to the technical idea of the present invention, since the dynamic part can be determined based on the usage history in which the terminal (for example, the data processing apparatus or the other data processing apparatus) is used, the dynamic part has dependency on the user terminal do.

상기 인증모듈(130)은 동적 파트를 결정하는데 이용되는 사용자 단말기(예컨대, 상기 데이터 처리장치)에 설치될 수 있다.The authentication module 130 may be installed in a user terminal (e.g., the data processing device) used to determine the dynamic part.

상기 인증모듈(130)은 전술한 바와 같이 사용자 파트를 특정할 수 있다. 상기 인증모듈(130)은 상기 사용자 파트를 사용자로부터 입력받을 수 있다. 상기 인증모듈(130)은 사용자에 의해 입력된 사용자 파트를 상기 DB(150)에 저장할 수 있다.The authentication module 130 may specify a user part as described above. The authentication module 130 may receive the user part from the user. The authentication module 130 may store the user part entered by the user in the DB 150. [

또한, 상기 인증모듈(130)은 동적 파트를 특정할 수 있다. 상기 동적 파트는 상기 데이터 처리장치가 고유의 목적으로 사용되는 경우, 상기 데이터 처리장치에서 확인될 수 있는 사용이력정보를 도메인(domain)으로 하여 추출될 수 있다. 따라서 상기 인증모듈(130)은 상기 사용이력정보로부터 상기 동적 파트를 특정할 수 있는 규칙을 설정할 수 있다. 상기 규칙은 상기 인증모듈(130)이 미리 디폴트(default)로 설정한 규칙일 수도 있고, 사용자에 의해 설정된 규칙일 수도 있으며, 상기 인증모듈(130)이 제공하는 복수의 규칙들 중 어느 하나가 선택될 수도 있다. 이러한 규칙에 대한 정보는 상기 DB(150)에 저장될 수 있다. In addition, the authentication module 130 can identify a dynamic part. When the data processing apparatus is used for its own purpose, the dynamic part can be extracted as a domain as usage history information that can be confirmed by the data processing apparatus. Therefore, the authentication module 130 can set a rule that can specify the dynamic part from the usage history information. The rule may be a rule set by the authentication module 130 in a default state or may be a rule set by a user, and may be any one of a plurality of rules provided by the authentication module 130, . Information on such rules can be stored in the DB 150. [

한편, 본 발명의 기술적 사상에 의하면 상기 사용이력정보 역시 종류가 복수 개일 수 있다. 상기 데이터 처리장치가 고유의 목적으로 사용되는 경우, 상기 사용이력정보는 사용양태에 따라 달라질 수 있다. 또한, 상기 사용이력정보는 상기 데이터 처리장치의 구현 예 즉, 상기 사용자 단말기의 종류에 따라 달라질 수 있다. 본 명세서에서는 상기 데이터 처리장치의 일예로 핸드폰을 설명하지만, 데이터 처리장치의 구현 예에 따라 사용이력정보의 구현 예 역시 다양해질 수 있음을 본 발명의 기술분야의 평균적 전문가는 용이하게 추론할 수 있을 것이다.According to the technical idea of the present invention, the usage history information may also be a plurality of types. When the data processing apparatus is used for a specific purpose, the usage history information may be changed according to usage patterns. Also, the usage history information may be changed according to an embodiment of the data processing apparatus, that is, the type of the user terminal. Although the mobile phone is described as an example of the data processing apparatus in the present specification, it can easily be deduced that the average expert in the technical field of the present invention can easily deduce that the implementation examples of the usage history information can also be varied according to the embodiment of the data processing apparatus will be.

상기 데이터 처리장치가 핸드폰(예컨대, 피처폰, 스마트폰 등)인 경우, 상기 사용이력정보는 통신이력(예컨대, 통화기록, 메시지 송수신기록 등), 애플리케이션 설치 또는 사용이력(애플리케이션 설치내역, 실행중인 애플리케이션의 리스트 등), 주소록 등일 수 있다. 즉, 통신이력, 애플리케이션 설치 또는 사용이력, 주소록 등은 사용자가 상기 데이터 처리장치를 사용하는 양태 또는 이력에 따라 개별화될 수 있다. 그러므로 상기 사용이력정보들은 상기 데이터 처리장치를 점유하고 있지 않은 이상은 설령 정당한 사용자라 하더라도 알지 못할 수 있는 정보일 수 있다. 물론, 타인은 더욱 상기 사용이력정보 중에서 소정의 규칙에 의해 특정되는 상기 동적 파트를 알 수 없게 된다. 설령 소정의 규칙을 안다고 하더라도 상기 데이터 처리장치를 점유하고 있지 않으면 상기 동적 파트를 알 수 없게 된다. 그러므로 상기 사용이력정보 중에서 동적 파트가 추출되는 경우, 상기 동적 파트를 포함하는 동적 패스워드를 통해 인증이 된 사용자는 상기 데이터 처리장치를 점유하고 있다고 취급될 수 있다. When the data processing apparatus is a mobile phone (for example, a feature phone, a smart phone, or the like), the use history information includes a communication history (e.g., call history, message transmission / reception history, A list of applications, etc.), an address book, and the like. That is, the communication history, the application installation or use history, the address book, and the like can be personalized according to the mode or history in which the user uses the data processing apparatus. Therefore, if the use history information does not occupy the data processing apparatus, it may be unknown information even if it is a legitimate user. Of course, the other person can not know the dynamic part specified by a predetermined rule among the use history information. Even if a predetermined rule is known, the dynamic part can not be known unless the data processing apparatus is occupied. Therefore, when the dynamic part is extracted from the use history information, the authenticated user through the dynamic password including the dynamic part can be regarded as occupying the data processing apparatus.

또한, 상기 인증모듈(130)은 다양한 종류의 사용이력정보 중 어느 하나를 택일적으로 동적 파트를 추출할 도메인으로 선택할 수도 있다. Also, the authentication module 130 may select any one of various types of usage history information as a domain from which to extract a dynamic part.

상기 인증모듈(130)은 사용이력정보에서 동적 파트를 추출하는 규칙 자체도 동적으로 변경할 수 있다. 즉, 사용이력정보가 데이터 처리장치가 사용됨에 따라 동적으로 변경되는 정보이긴 하지만, 상기 규칙 자체도 동적으로 변경함으로써 한층 보안성을 높일 수 있는 효과가 있다. 또한, 유사한 이유로 상기 인증모듈(130)은 상기 사용이력정보의 종류 역시 동적으로 변경할 수도 있다. The authentication module 130 may dynamically change the rule itself for extracting the dynamic part from the use history information. That is, although the use history information is information that is dynamically changed as the data processing apparatus is used, the rule itself is also dynamically changed, thereby further enhancing the security. Also, the authentication module 130 may dynamically change the type of the usage history information for a similar reason.

상기 인증모듈(130)은 시간 또는 장소 등 다양한 요인을 상기 규칙 및/또는 상기 사용이력정보의 종류를 변경하는 기준으로 이용할 수 있다. 예컨대, 상기 인증모듈(130)은 제1시간대(예컨대, 오전 9시부터 12시까지) 또는 제1장소(예컨대, 집)에서는 통신이력 중 가장 최근에 통신(전화 또는 메시징)을 한 상대방의 전화번호 중 소정의 몇 자리 숫자를 동적 파트로써 추출하는 규칙을 적용하고, 제2시간대(예컨대, 오후 12시부터 오후 3시까지) 또는 제2장소(예컨대, 회사)에서는 가장 최근이 아닌 차순위 최근에 통신(전화 또는 메시징)을 한 상대방의 전화번호 중 소정의 몇 자리 숫자를 동적 파트로써 추출하는 규칙을 적용할 수 있다. 물론 동일한 전화번호에서 동적파트에 이용될 숫자를 추출하는 위치가 달라질 수도 있음은 물론이다. The authentication module 130 may use various factors such as time or place as a reference for changing the rule and / or the type of the usage history information. For example, in the first time zone (e.g., from 9:00 am to 12:00 am) or at the first location (e.g., home), the authentication module 130 may determine whether the communication history A rule of extracting a predetermined number of digits of the number as a dynamic part is applied, and in a second time zone (for example, from 12:00 pm to 3:00 pm) or in a second place (for example, a company) A rule for extracting a predetermined number of digits of a telephone number of a communication party (telephone or messaging) as a dynamic part can be applied. Needless to say, of course, the position of extracting the digits to be used for the dynamic part in the same telephone number may vary.

또한, 상기 인증모듈(130)은 제1시간대 또는 제1장소에서는 사용이력정보 중 통신내역을 도메인으로 소정의 규칙에 따라 동적 파트를 추출할 수 있고, 제2시간대 또는 제2장소에서는 사용이력정보 중 애플리케이션 내역을 도메인으로 소정의 규칙에 따라 동적 파트를 추출할 수도 있다. In addition, the authentication module 130 may extract a dynamic part in the first time zone or the first location according to a predetermined rule by using the communication history of the usage history information as a domain, and in the second time zone or the second location, The application part of the application may be extracted as a domain according to a predetermined rule.

결국, 본 발명의 기술적 사상에 의해 동적 패스워드는 다양한 요인에 따라 변경될 수 있으며, 이에 따라 보안성은 한층 증가하게 된다. 예컨대, 사용이력정보는 데이터 처리장치의 사용에 따라 변경되는 정보이며, 동적 파트를 추출하는 규칙 및/또는 사용이력정보의 종류는 별개의 파라미터(예컨대, 시간 또는 장소 등)에 따라 변동되도록 할 수 있다. 이러한 규칙 및/또는 사용이력정보의 종류를 동적으로 변경하는 방법에 대한 정보 역시 상기 DB(150)에 저장될 수 있으며, 상기 인증모듈(130)은 DB(150)에 저장된 정보에 기초하여 사용자로부터 인증이 요청되면 동적 파트를 추출할 수 있다.As a result, according to the technical idea of the present invention, the dynamic password can be changed according to various factors, thereby increasing security. For example, the use history information is information that is changed depending on the use of the data processing apparatus, and the rule for extracting the dynamic part and / or the type of usage history information may be changed according to a separate parameter (e.g., time or place) have. Information on how to dynamically change the type of the rule and / or use history information may also be stored in the DB 150, and the authentication module 130 may obtain information on how to dynamically change the type of the rule and / When authentication is requested, dynamic parts can be extracted.

상기 인증모듈(130)은 소정의 대상 애플리케이션의 실행이 중지되면, 동적 패스워드를 생성할 수 있다. 이를 위해 동적 파트 및 사용자 파트를 특정할 수 있다. 그러면, 상기 인증모듈(130)은 수신된 사용자 파트 및 동적 파트에 기초하여 동적 패스워드를 생성할 수 있다. 그리고 사용자로부터 입력되는 패스워드와 생성된 동적 패스워드를 비교하여 사용자를 인증할 수 있다.The authentication module 130 can generate a dynamic password when execution of a predetermined target application is suspended. To do this, dynamic parts and user parts can be specified. The authentication module 130 may then generate a dynamic password based on the received user part and the dynamic part. The user can be authenticated by comparing the generated dynamic password with the password input from the user.

또한, 상기 인증모듈(130)은 사용자 파트 및 동적 파트를 이용하여 동적 패스워드를 생성하는 방법 즉, 결합방법 역시 동적으로 변경할 수도 있다. 동적으로 상기 사용자 파트 및 동적 파트를 결합하는 결합방법이 변경되는 경우, 상기 인증모듈(130)은 결합방법을 인증을 요청하는 사용자에게 알려줄 수도 있고, 미리 사용자가 숙지하고 있도록 한 후 별도로 알려주지 않을 수도 있다. Also, the authentication module 130 may dynamically change the method of generating a dynamic password using the user part and the dynamic part, that is, the combining method. When the combining method of dynamically combining the user part and the dynamic part is changed, the authentication module 130 may notify the user requesting the authentication method, or may notify the user of the authentication method have.

상기 인증모듈(130)은 소정의 대상 애플리케이션이 중지되면, 사용자로부터 입력되는 패스워드를 수신할 수 있다. 그러면 상기 인증모듈(130)은 수신된 패스워드가 동적 패스워드에 상응하는지를 판단하는 인증액션을 수행할 수 있다. 상기 인증액션은 전술한 바와 같이 상기 인증모듈(130)이 상기 데이터 처리장치로부터 확인할 수 있는 사용이력정보를 확인하고, 확인된 사용이력정보로부터 미리 정의된 규칙을 이용하여 동적 파트를 추출하며, 추출된 동적 파트와 미리 저장된 사용자 파트를 이용하여 동적 패스워드를 생성하는 과정을 포함할 수 있다. 또한, 전술한 바와 같이 동적 파트를 추출하는 규칙, 사용이력정보의 종류 및/또는 사용자 파트와 동적 파트를 결합하는 결합방법이 동적으로 변경되는 경우, 현재의 인증시에 적용될 규칙, 사용이력정보의 종류 및/또는 결합방법이 상기 DB(150)에 저장된 정보에 기초하여 확인한 후, 상기 동적 패스워드를 생성할 수 있음은 물론이다.When the predetermined target application is stopped, the authentication module 130 can receive the password input from the user. The authentication module 130 may then perform an authentication action to determine whether the received password corresponds to a dynamic password. As described above, the authentication action identifies the use history information that the authentication module 130 can check from the data processing apparatus, extracts the dynamic part using the predefined rule from the use history information that has been confirmed, And generating a dynamic password using the dynamic part and the pre-stored user part. When the rule for extracting the dynamic part, the type of usage history information, and / or the combining method for combining the user part and the dynamic part are dynamically changed as described above, the rule to be applied at the time of the current authentication, It is of course possible to generate the dynamic password after confirming the type and / or the combining method based on the information stored in the DB 150.

예컨대, 도 10에 도시된 바와 같이, 본 발명의 실시 예에 따른 인증모듈(130)은 소정의 인증 UI(30)를 상기 데이터 처리장치에 제공함으로써 사용자가 동적 파트를 특정하기 용이하도록 할 수도 있다. For example, as shown in FIG. 10, the authentication module 130 according to the embodiment of the present invention may provide a predetermined authentication UI 30 to the data processing apparatus so that the user can easily specify a dynamic part .

상기 인증 UI(30)에는 패스워드를 입력할 수 있는 패스워드 입력 UI(31) 및 사용이력정보가 디스플레이되는 UI(32)를 포함할 수 있다. 또한, 상기 인증모듈(130)이 이용하는 사용이력정보의 종류가 다양한 경우에는, 이중에서 현재 적용될 사용이력정보만 선택적으로 상기 UI(32)에 디스플레이할 수도 있고, 사용이력정보를 종류별로 모두 또는 복수 개 디스플레이할 수도 있다. 복수 개의 사용이력정보가 디스플레이되는 경우에는, 어떠한 사용이력정보가 현재에 동적 파트를 추출하는 도메인으로 사용되는지를 사용자가 알고 있어야 하므로 보안성이 강화되는 효과가 있다.The authentication UI 30 may include a password input UI 31 for inputting a password and a UI 32 for displaying usage history information. If the type of usage history information used by the authentication module 130 is variable, only the usage history information to be currently applied may be selectively displayed on the UI 32. Alternatively, the usage history information may include all or a plurality of usage history information May be displayed. When a plurality of pieces of usage history information are displayed, the user has to know which usage history information is used as a domain for extracting a dynamic part at present, so that security is enhanced.

도 10에서는 사용이력정보로써 통화내역(통신내역) 또는 사용중 애플리케이션 정보가 사용이력정보로써 디스플레이되는 경우를 나타내고 있다.FIG. 10 shows a case where call history (communication history) or in-use application information is displayed as use history information as usage history information.

사용자는 상기 UI(32)에 디스플레이된 정보들 중에서 동적 파트를 미리 설정된 규칙에 따라 직접 추출하여 동적 패스워드를 생성하여 상기 UI(31)에 입력할 수 있다. 따라서 데이터 처리장치로부터 사용이력정보를 확인하기 위한 일련의 과정을 수행하지 않아도 되는 효과가 있다.The user can directly extract a dynamic part from the information displayed in the UI 32 according to a preset rule, and generate a dynamic password and input the dynamic password to the UI 31. [ Therefore, there is an effect that it is not necessary to perform a series of processes for confirming the use history information from the data processing apparatus.

한편, 사용이력정보로부터 동적 파트를 추출하는 규칙 또는 복수의 사용이력정보의 종류 중에서 선택적으로 동적 파트를 추출하는데 이용되는 개념에 대해서는 도 11을 통하여 설명하도록 한다.On the other hand, a rule for extracting a dynamic part from use history information or a concept used for selectively extracting a dynamic part from a plurality of types of usage history information will be described with reference to FIG.

도 10 및 도 11을 참조하면, 사용자 파트는 사용자에 의해 특정되는 정보이며, 예컨대 "ABC"일 수 있다. 10 and 11, the user part is information specified by the user and may be, for example, "ABC ".

또한, 도 10에 도시된 사용이력정보들 중에서 통신내역(전화 또는 메시지 등의 내역, 또는 최근 수신내역, 발신내역 등으로 구분도 가능)이 동적 파트를 추출할 도메인으로 선택된 경우, 동적 파트를 추출하는 규칙은 예컨대, 상기 통신내역에 포함된 통신대상 식별정보들(즉, 상대방 단말기의 식별정보, 예컨대, 010-123-4567, 02-345-6789, 010-456-7890 등) 중에서 소정의 제1조건에 기초하여 어느 하나의 통신대상의 식별정보를 추출하는 규칙을 포함할 수 있다. 예컨대, 상기 조건은 가장 최근의 통신대상(010-123-4567), 또는 차최근 통신대상(02-345-6789), 또는 차차최근 통신대상(010-456-7890)의 식별정보를 추출하는 규칙일 수 있다. 또한, 상기 규칙은 이러한 통신대상의 식별정보(예컨대, 010-123-4567) 전체를 동적 파트로 특정할 수도 있지만, 상기 제1조건에 의해 추출된 상기 통신대상의 식별정보로부터 상기 동적 파트를 추출하는 제2조건을 더 포함할 수도 있다. 예컨대, 상기 제2조건은 마지막 네 자리(예컨대, 4567)를 추출하는 조건이거나, 마지막으로부터 둘째자리에서 넷째자리(예컨대, 456)을 추출하는 조건 등 다양한 조건이 설정될 수 있음은 물론이다.Also, if communication history (history of telephone or message, or recent reception history, call history, or the like) among the use history information shown in FIG. 10 is selected as a domain from which dynamic parts are extracted, (For example, 010-123-4567, 02-345-6789, 010-456-7890, etc.) included in the communication history (e.g., the identification information of the counterpart terminal, for example) 1 < / RTI > condition based on the identification information of the communication target. For example, the condition is a rule for extracting the identification information of the most recent communication object (010-123-4567), the host communication object (02-345-6789), or the latest communication object (010-456-7890) . Further, the rule may specify the whole of the communication object identification information (for example, 010-123-4567) as a dynamic part, but it is also possible to extract the dynamic part from the identification information of the communication object extracted by the first condition The second condition may be satisfied. For example, the second condition may be a condition for extracting the last four digits (e.g., 4567), or a condition for extracting the fourth digit (e.g., 456) from the second digit from the end.

이러한 방식으로 상기 규칙이 가장 최근의 통신대상(예컨대, 010-123-4567)의 식별정보로부터 마지막 네 자리가 동적 파트로 추출되는 규칙이 적용되는 경우, 상기 동적파트는 "4567"이 될 수 있다. 또한, 상기 규칙이 차최근의 통신대상(예컨대, 02-345-6789)의 식별정보로부터 마지막 네 자리가 동적 파트로 추출되는 규칙이 적용되는 경우, 상기 동적파트는 "6789"가 될 수 있다.In this way, if the rule is applied that the last four digits are extracted as dynamic parts from the identification information of the most recent communication object (e.g., 010-123-4567), the dynamic part may be "4567" . Further, if the rule is such that the rule that the last four digits are extracted as the dynamic part from the identification information of the communication target (for example, 02-345-6789) of the customer is applied, the dynamic part may be "6789 ".

또한, 사용이력정보가 사용 중 애플리케이션의 정보로 선택된 경우에도 상기 규칙은 가장 최근에 실행된 애플리케이션, 차최근에 실행된 애플리케이션 등과 같이 복수의 애플리케이션의 식별정보들을 포함하는 상기 사용 중 애플리케이션의 정보로부터 어느 하나의 애플리케이션의 식별정보가 특정될 수 있는 규칙 또는 조건을 포함할 수 있다. 또한, 특정된 애플리케이션의 식별정보 자체가 동적 파트로 이용되거나, 이 중 일부의 문자, 숫자, 또는 기호를 선택하는 조건이 더 포함될 수도 있다. 예컨대, 차최근에 실행된 애플리케이션의 식별정보의 앞자리 세 개의 문자가 동적 파트로 추출되는 규칙이 적용되는 경우, 상기 동적 파트는 "bcd"로 추출될 수 있다.Further, even when the use history information is selected as the information of the in-use application, the rule may be any one of the information of the in-use application including the identification information of the plurality of applications such as the most recently executed application, Lt; RTI ID = 0.0 > identity < / RTI > Further, the identification information of the specified application itself may be used as a dynamic part, or a condition for selecting a part of letters, numbers, or symbols may be further included. For example, when the rule that the three characters preceding the identification information of the application executed in the car charger is extracted as a dynamic part is applied, the dynamic part can be extracted as "bcd ".

다양한 규칙이 설정될 수 있고, 이러한 규칙 역시 소정의 기준에 따라 동적으로 변경될 수 있음은 전술한 바와 같다. It is noted that various rules can be set, and such rules can also be dynamically changed according to a predetermined criterion.

한편, 사용자 파트와 동적 파트가 결정되면, 상기 인증모듈(130)은 결정된 사용자 파트와 동적 파트를 이용하여 동적 패스워드를 생성할 수 있는데, 이러한 생성방법 또는 사용자 파트와 동적 파트의 결합방법 역시 다양할 수 있다. On the other hand, if the user part and the dynamic part are determined, the authentication module 130 can generate a dynamic password using the determined user part and the dynamic part. .

일예에 의하면, 사용자 파트가 "ABC"이고, 동적 파트가 "4567"인 경우 상기 인증모듈(130)은 "ABC4567", "4567ABC", "A4B5C67" 등과 같이 다양한 방법으로 동적 패스워드를 생성할 수 있으며, 이러한 생성방법은 사용자에 의해 공유될 수 있다. 마찬가지로 동적 파트가 "6789"인 경우 상기 인증모듈(130)은 "ABC6789", "6789ABC", "A6B7C89" 등과 같이 다양한 방법으로 동적 패스워드를 생성할 수 있으며, 동적 파트가 "bcd"인 경우 상기 인증모듈(130)은 "ABCbcd", "bcdABC", "AbBcCd" 등과 같이 다양한 방법으로 동적 패스워드를 생성할 수 있음은 물론이다.According to one example, when the user part is "ABC " and the dynamic part is" 4567 ", the authentication module 130 can generate dynamic passwords in various ways such as "ABC4567 "," 4567ABC ", "A4B5C67 & , This generation method can be shared by the user. Similarly, when the dynamic part is "6789 ", the authentication module 130 can generate dynamic passwords in various ways such as" ABC6789 ", "6789ABC "," A6B7C89 " The module 130 may generate dynamic passwords in various ways such as "ABCbcd "," bcdABC ", "AbBcCd ", and the like.

또한 사용자 파트 또는 동적 파트를 이용하여 동적 패스워드를 생성(또는 결합)하는 방식 역시 어느 하나로 고정되는 것이 아니라, 동적으로 변경될 수도 있음은 물론이다.Also, the method of generating (or combining) the dynamic password using the user part or the dynamic part is not fixed to any one, but may be changed dynamically.

물론, 상기 동적 패스워드는 본 발명의 기술적 사상에 따른 사용자 파트 및 동적 파트 이외에도 소정의 방식으로 결정되는 정보를 더 포함할 수도 있음은 물론이다. Of course, the dynamic password may further include information determined in a predetermined manner in addition to the user part and the dynamic part according to the technical idea of the present invention.

어떠한 경우든 상기 동적 파트는 상기 데이터 처리장치의 사용 사실 또는 사용양태에 따라 변경되는 사용이력정보에 기초하여 결정될 수 있으며, 이를 통해 별도의 동적(일회용) 패스워드 생성장치 또는 알고리즘을 이용하지 않고도 동적 패스워드를 생성할 수 있는 효과가 있다. 또한, 상기 사용이력정보로부터 동적 파트를 추출함으로써 상기 데이터 처리장치의 점유가 인증되는 효과가 있다.In any case, the dynamic part can be determined based on usage history information that is changed according to the fact of use or usage of the data processing apparatus, and thereby, a dynamic password (a one-time password) Can be generated. Further, there is an effect that the occupation of the data processing apparatus is authenticated by extracting the dynamic part from the use history information.

상기 데이터 처리장치(1)는 프로세서 및 상기 프로세서에 의해 실행되는 프로그램을 저장하는 메모리를 포함할 수 있다. 상기 프로세서는 싱글 코어 CPU혹은 멀티 코어 CPU를 포함할 수 있다. 메모리는 고속 랜덤 액세스 메모리를 포함할 수 있고 하나 이상의 자기 디스크 저장 장치, 플래시 메모리 장치, 또는 기타 비휘발성 고체상태 메모리 장치와 같은 비휘발성 메모리를 포함할 수도 있다. 프로세서 및 기타 구성 요소에 의한 메모리로의 액세스는 메모리 컨트롤러에 의해 제어될 수 있다. 여기서, 상기 프로그램은, 상기 프로세서에 의해 실행되는 경우, 본 발명의 실시 예에 따른 상기 제어시스템(100)의 기능을 수행하도록 코딩된 정보를 포함할 수 있다. The data processing apparatus 1 may include a processor and a memory for storing a program executed by the processor. The processor may include a single-core CPU or a multi-core CPU. The memory may include high speed random access memory and may include non-volatile memory such as one or more magnetic disk storage devices, flash memory devices, or other non-volatile solid state memory devices. Access to the memory by the processor and other components can be controlled by the memory controller. Here, the program, when executed by the processor, may include information coded to perform the functions of the control system 100 according to an embodiment of the present invention.

한편, 본 발명의 실시 예에 따른 애플리케이션 제어방법은 컴퓨터가 읽을 수 있는 프로그램 명령 형태로 구현되어 컴퓨터로 읽을 수 있는 기록 매체에 저장될 수 있으며, 본 발명의 실시예에 따른 제어 프로그램 및 대상 프로그램도 컴퓨터로 판독 가능한 기록 매체에 저장될 수 있다. 컴퓨터가 읽을 수 있는 기록 매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록 장치를 포함한다.Meanwhile, the application control method according to the embodiment of the present invention can be implemented in the form of program instructions readable by a computer and stored in a computer-readable recording medium. The control program and the target program according to the embodiment of the present invention And can be stored in a computer-readable recording medium. A computer-readable recording medium includes all kinds of recording apparatuses in which data that can be read by a computer system is stored.

기록 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 소프트웨어 분야 당업자에게 공지되어 사용 가능한 것일 수도 있다.Program instructions to be recorded on a recording medium may be those specially designed and constructed for the present invention or may be available to those skilled in the art of software.

컴퓨터로 읽을 수 있는 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media) 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 또한 상술한 매체는 프로그램 명령, 데이터 구조 등을 지정하는 신호를 전송하는 반송파를 포함하는 광 또는 금속선, 도파관 등의 전송 매체일 수도 있다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.Examples of the computer-readable recording medium include magnetic media such as a hard disk, a floppy disk and a magnetic tape, optical media such as CD-ROM and DVD, a floptical disk, And hardware devices that are specially configured to store and execute program instructions such as magneto-optical media and ROM, RAM, flash memory, and the like. The above-mentioned medium may also be a transmission medium such as a light or metal wire, wave guide, etc., including a carrier wave for transmitting a signal designating a program command, a data structure and the like. The computer readable recording medium may also be distributed over a networked computer system so that computer readable code can be stored and executed in a distributed manner.

프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 전자적으로 정보를 처리하는 장치, 예를 들어, 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다.Examples of program instructions include machine language code such as those produced by a compiler, as well as devices for processing information electronically using an interpreter or the like, for example, a high-level language code that can be executed by a computer.

상술한 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시 예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성요소들도 결합된 형태로 실시될 수 있다.It will be understood by those skilled in the art that the foregoing description of the present invention is for illustrative purposes only and that those of ordinary skill in the art can readily understand that various changes and modifications may be made without departing from the spirit or essential characteristics of the present invention. will be. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive. For example, each component described as a single entity may be distributed and implemented, and components described as being distributed may also be implemented in a combined form.

본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타나며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.It is intended that the present invention covers the modifications and variations of this invention provided they come within the scope of the appended claims and their equivalents. .

Claims (22)

데이터 처리장치에서 소정의 애플리케이션이 실행되는 단계;
데이터 처리장치에서 실행되고 있는 제어시스템이 실행된 상기 애플리케이션을 중지시킬지 여부를 판단하는 단계;
판단결과에 기초하여 상기 제어시스템이 상기 애플리케이션을 중지시키는 단계;
상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계; 및
판단결과 상기 인증액션이 수행되었다고 판단되면, 상기 제어시스템이 상기 애플리케이션의 실행 중지를 해제하는 단계를 포함하는 애플리케이션 제어방법.
Executing a predetermined application in the data processing apparatus;
Determining whether to stop the application in which the control system running in the data processing apparatus is executed;
Stopping the application based on a result of the determination;
Determining whether an authentication action is to be performed by the control system to continue execution of the application; And
And when the determination result indicates that the authentication action has been performed, the control system releases the execution of the application.
제1항에 있어서, 상기 제어시스템이 상기 데이터 처리장치에서 실행중인 애플리케이션을 중지시킬지 여부를 판단하는 단계는,
상기 제어시스템이 상기 데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하는 단계;
상기 애플리케이션이 상기 최우선 작업이고 상기 애플리케이션이 미리 설정된 대상 애플리케이션인 경우, 상기 제어시스템이 상기 애플리케이션을 중지시킬 애플리케이션으로 판단하는 단계를 포함하는 애플리케이션 제어방법.
2. The method according to claim 1, wherein the step of determining whether the control system is to stop an application running in the data processing apparatus comprises:
Confirming the highest priority task of the running task list held in the data processing apparatus by the control system;
And determining, by the control system, that the application is to be stopped if the application is the highest priority task and the application is a preset target application.
제2항에 있어서, 상기 애플리케이션 제어방법은,
상기 제어시스템이 제어의 대상이 되는 대상 애플리케이션을 설정받는 단계를 더 포함하며,
상기 대상 애플리케이션은 상기 데이터 처리장치에 기설치된, 상기 제어시스템에 상응하는 제어 애플리케이션과는 다른, 애플리케이션인 것을 특징으로 하는 애플리케이션 제어방법.
3. The method according to claim 2,
Further comprising the step of the control system setting a target application to be controlled,
Wherein the target application is an application that is installed in the data processing apparatus and is different from a control application corresponding to the control system.
제1항에 있어서, 상기 제어시스템이 상기 애플리케이션을 중지시키는 단계는,
상기 애플리케이션을 중지시키기 위해, 상기 제어시스템이 미리 설정된 소정의 중지 프로세스를 상기 애플리케이션보다 우선순위로 상기 데이터 처리장치에서 실행시키는 단계를 포함하는 애플리케이션 제어방법.
2. The method of claim 1, wherein the step of causing the control system to suspend the application comprises:
And causing the control system to execute a predefined stopping process in the data processing apparatus in priority order than the application, in order to stop the application.
제4항에 있어서, 상기 소정의 중지 프로세스는,
소정의 제어 디스플레이를 상기 데이터 처리장치에 구비된 디스플레이 장치의 최상위에 로딩시키는 것을 특징으로 하는 애플리케이션 제어방법.
5. The method of claim 4,
Wherein the predetermined control display is loaded at the top of the display device provided in the data processing apparatus.
제5항에 있어서, 상기 제어 디스플레이는,
투명한 속성을 가지는 디스플레이인 것을 특징으로 하는 애플리케이션 제어방법.
6. The apparatus of claim 5,
Wherein the display is a display having transparent properties.
제1항에 있어서, 상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계는,
상기 애플리케이션에 대응되도록 설정된 근거리 무선통신장치와 상기 데이터 처리장치가 근거리 무선통신이 수행되는지 판단하는 단계를 포함하는 애플리케이션 제어방법.
2. The method of claim 1, wherein the step of determining whether an authentication action is performed by the control system to continue execution of the application comprises:
And determining whether the short range wireless communication apparatus and the data processing apparatus, which are set to correspond to the application, perform short range wireless communication.
제7항에 있어서, 상기 애플리케이션 제어방법은,
상기 제어시스템이 상기 제어시스템에 대응될 마스터 근거리 무선통신장치를 설정받는 단계를 더 포함하며,
상기 마스터 근거리 무선통신장치는,
상기 제어시스템에 의해 대상 애플리케이션으로 설정된 상기 애플리케이션을 포함하는 적어도 하나의 애플리케이션에 대응되는 근거리 무선통신장치로 설정되는 것을 특징으로 하는 애플리케이션 제어방법.
8. The method according to claim 7,
Further comprising the step of the control system setting up a master short range wireless communication apparatus to be associated with the control system,
Wherein the master short-
And a short range wireless communication device corresponding to at least one application including the application set as a target application by the control system.
제7항에 있어서, 상기 애플리케이션 제어방법은,
상기 제어시스템이 상기 제어시스템에 의해 제어될 대상 애플리케이션인 상기 애플리케이션을 설정받는 단계; 및
대상 애플리케이션으로 설정된 상기 애플리케이션에 대응되는 근거리 무선통신장치를 설정받는 단계를 더 포함하며,
상기 애플리케이션에 대응되는 근거리 무선통신장치는,
상기 제어시스템에 의해 대상 애플리케이션으로 설정된 타애플리케이션에 대응되는 제2근거리 무선통신장치와 서로 다른 장치일 수 있는 것을 특징으로 하는 애플리케이션 제어방법.
8. The method according to claim 7,
The control system being configured to set the application as a target application to be controlled by the control system; And
Further comprising setting a short range wireless communication device corresponding to the application set as the target application,
Wherein the short range wireless communication apparatus corresponding to the application comprises:
Wherein the control unit can be a device different from the second short range wireless communication apparatus corresponding to another application set as the target application by the control system.
제1항에 있어서, 상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계는,
상기 제어시스템이 사용자로부터 입력되는 인증정보가 동적 패스워드에 상응하는지를 판단하는 단계를 포함하며,
상기 동적 패스워드는 상기 데이터 처리장치의 사용이력에 따라 변경되는 사용이력정보 중에 기초하여 특정되는 동적 파트를 포함하는 것을 특징으로 하는 애플리케이션 제어방법.
2. The method of claim 1, wherein the step of determining whether an authentication action is performed by the control system to continue execution of the application comprises:
Wherein the control system determines whether authentication information input from a user corresponds to a dynamic password,
Wherein the dynamic password includes a dynamic part specified based on usage history information that is changed according to a use history of the data processing apparatus.
데이터 처리장치에서 실행되고 있는 제어시스템이 상기 데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하는 단계;
상기 제어시스템이 상기 최우선 작업이 미리 설정된 대상 애플리케이션인 경우, 상기 제어시스템이 미리 설정된 제어 디스플레이를 상기 데이터 처리장치의 최상위 디스플레이로 로딩시키는 단계;
상기 제어시스템이 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하는 단계; 및
판단결과 상기 인증액션이 수행되었다고 판단되면, 상기 제어시스템이 상기 제어 디스플레이를 언로딩 시키는 단계를 포함하는 애플리케이션 제어방법.
Confirming a priority operation of a running work list held in the data processing apparatus by a control system running in the data processing apparatus;
Loading the control display into the top display of the data processing apparatus when the control system is in a state in which the priority task is a preset target application;
Determining whether an authentication action is to be performed by the control system to continue execution of the application; And
And when the determination result indicates that the authentication action has been performed, the control system unloads the control display.
제1항 내지 제11항 중 어느 한 항에 기재된 방법을 수행하기 위한 프로그램을 기록한 컴퓨터 판독가능한 기록매체.
A computer-readable recording medium recording a program for performing the method according to any one of claims 1 to 11.
데이터 처리장치에서 실행되는 제어시스템에 있어서,
데이터 처리장치에서 소정의 애플리케이션이 실행되면, 실행된 상기 애플리케이션을 중지시킬지 여부를 판단하기 위한 판단모듈;
상기 판단모듈의 판단결과에 기초하여 상기 애플리케이션을 중지시키기 위한 제어모듈; 및
중지된 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하기 위한 인증모듈을 포함하며,
상기 인증모듈에 의해 상기 인증액션이 수행되었다고 판단되면, 상기 제어모듈은 애플리케이션의 실행 중지를 해제시키는 제어시스템.
A control system that is executed in a data processing apparatus,
A determination module for determining whether to stop the executed application when a predetermined application is executed in the data processing apparatus;
A control module for stopping the application based on a determination result of the determination module; And
And an authentication module for determining whether an authentication action to continue execution of the stopped application is performed,
And the control module releases the execution of the application if it is determined by the authentication module that the authentication action has been performed.
제13항에 있어서, 상기 판단모듈은,
상기 데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하고, 상기 애플리케이션이 상기 최우선 작업이고 상기 애플리케이션이 미리 설정된 대상 애플리케이션인 경우, 상기 애플리케이션을 중지시킬 애플리케이션으로 판단하는 제어시스템.
14. The method of claim 13,
Confirms the highest priority task of the running task list held in the data processing apparatus, and judges that the application is the application to stop if the application is the highest priority task and the application is a preset target application.
제13항에 있어서, 상기 제어시스템은,
상기 제어시스템에 의한 제어의 대상이 되는 대상 애플리케이션을 설정받기 위한 설정모듈을 더 포함하며,
상기 설정모듈에 의해 설정되는 상기 대상 애플리케이션은,
상기 데이터 처리장치에 기설치된, 상기 제어시스템에 상응하는 제어 애플리케이션과는 다른, 애플리케이션인 것을 특징으로 하는 제어시스템.
14. The control system according to claim 13,
Further comprising a setting module for setting a target application to be controlled by the control system,
Wherein the target application, which is set by the setting module,
The control application being different from a control application corresponding to the control system installed in the data processing apparatus.
제13항에 있어서, 상기 제어모듈은,
상기 애플리케이션을 중지시키기 위해, 미리 설정된 소정의 중지 프로세스를 상기 애플리케이션보다 우선순위로 상기 데이터 처리장치에서 실행시키는 제어시스템.
14. The control module according to claim 13,
And a predetermined stop process that is set in advance is executed in the data processing apparatus in order of priority to stop the application.
제16항에 있어서, 상기 소정의 중지 프로세스는,
소정의 제어 디스플레이를 상기 데이터 처리장치에 구비된 디스플레이 장치의 최상위에 로딩시키는 것을 특징으로 하는 제어시스템.
17. The method of claim 16,
Wherein the predetermined control display is loaded at the top of the display device provided in the data processing apparatus.
제13항에 있어서, 상기 인증모듈은,
상기 애플리케이션에 대응되도록 설정된 근거리 무선통신장치와 상기 데이터 처리장치가 근거리 무선통신이 수행되는지 판단하는 제어시스템.
14. The authentication system according to claim 13,
And a short-range wireless communication device set to correspond to the application and the data processing device determine whether short-range wireless communication is to be performed.
제18항에 있어서, 상기 제어시스템은,
상기 제어시스템에 대응될 마스터 근거리 무선통신장치를 설정받는 설정모듈을 더 포함하며,
상기 설정모듈에 의해 설정된 상기 마스터 근거리 무선통신장치는,
상기 제어시스템에 의해 대상 애플리케이션으로 설정된, 상기 애플리케이션을 포함하는 적어도 하나의 애플리케이션에 대응되는 근거리 무선통신장치로 설정되는 것을 특징으로 하는 제어시스템.
19. The control system according to claim 18,
Further comprising a setting module configured to set a master short-range wireless communication apparatus to be compatible with the control system,
The master short-range wireless communication apparatus set by the setting module,
And a short range wireless communication device corresponding to at least one application including the application, which is set by the control system as a target application.
제18항에 있어서, 상기 제어시스템은,
상기 제어시스템에 의해 제어될 대상 애플리케이션인 상기 애플리케이션을 설정받고, 대상 애플리케이션으로 설정된 상기 애플리케이션에 대응되는 근거리 무선통신장치를 설정받는 설정모듈을 더 포함하며,
상기 설정모듈에 의해 설정된 상기 애플리케이션에 대응되는 근거리 무선통신장치는,
상기 제어시스템에 의해 대상 애플리케이션으로 설정된 타애플리케이션에 대응되는 제2근거리 무선통신장치와 서로 다른 장치일 수 있는 것을 특징으로 하는 제어시스템.
19. The control system according to claim 18,
Further comprising a setting module that sets the application as a target application to be controlled by the control system and sets a short range wireless communication device corresponding to the application set as a target application,
The short range wireless communication apparatus corresponding to the application set by the setting module,
Wherein the control unit can be a device different from the second short range wireless communication apparatus corresponding to another application set as the target application by the control system.
제13항에 있어서, 상기 인증모듈은,
상기 애플리케이션이 중지된 상태에서, 사용자로부터 입력되는 인증정보가 동적 패스워드에 상응하는지를 판단하며,
상기 동적 패스워드는 상기 데이터 처리장치의 사용이력에 따라 변경되는 사용이력정보 중에 기초하여 특정되는 동적 파트를 포함하는 것을 특징으로 하는 제어시스템.
14. The authentication system according to claim 13,
Determining whether authentication information input from a user corresponds to a dynamic password in a state where the application is stopped,
Wherein the dynamic password includes a dynamic part specified based on usage history information that is changed according to a usage history of the data processing apparatus.
데이터 처리장치에서 유지되는 실행 중 작업 리스트의 최우선 작업을 확인하기 위한 판단모듈;
상기 판단모듈에 의해 확인된 상기 최우선 작업이 미리 설정된 대상 애플리케이션인 경우, 미리 설정된 제어 디스플레이를 상기 데이터 처리장치의 최상위 디스플레이로 로딩시키기 위한 제어모듈; 및
상기 애플리케이션이 중지된 상태에서, 상기 애플리케이션의 실행을 계속시키기 위한 인증액션이 수행되는지 판단하기 위한 인증모듈을 포함하며,
상기 제어모듈은,
상기 인증모듈에 의해 상기 인증액션이 수행되었다고 판단되면, 상기 제어 디스플레이를 언로딩 시키는 제어시스템.
A determination module for confirming a top priority operation of a running work list held in the data processing apparatus;
A control module for loading a preset control display into the top display of the data processing apparatus when the priority task identified by the determination module is a preset target application; And
And an authentication module for, when the application is stopped, determining whether an authentication action for continuing execution of the application is performed,
The control module includes:
And to unload the control display if it is determined by the authentication module that the authentication action has been performed.
KR1020150113505A 2015-08-11 2015-08-11 Method for application control and control system thereof KR20150099697A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020150113505A KR20150099697A (en) 2015-08-11 2015-08-11 Method for application control and control system thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020150113505A KR20150099697A (en) 2015-08-11 2015-08-11 Method for application control and control system thereof

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
KR1020130124020A Division KR101584218B1 (en) 2013-10-17 2013-10-17 Method for application control and control system thereof

Publications (1)

Publication Number Publication Date
KR20150099697A true KR20150099697A (en) 2015-09-01

Family

ID=54241695

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020150113505A KR20150099697A (en) 2015-08-11 2015-08-11 Method for application control and control system thereof

Country Status (1)

Country Link
KR (1) KR20150099697A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210281423A1 (en) * 2020-03-09 2021-09-09 Kabushiki Kaisha Toshiba Information processing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210281423A1 (en) * 2020-03-09 2021-09-09 Kabushiki Kaisha Toshiba Information processing device
US11888990B2 (en) * 2020-03-09 2024-01-30 Kabushiki Kaisha Toshiba Information processing device controlling analysis of a program being executed based on a result of verification of an analysis program

Similar Documents

Publication Publication Date Title
US11637824B2 (en) Multi-factor authentication devices
EP2809046B1 (en) Associating distinct security modes with distinct wireless authenticators
US9762573B2 (en) Biometric framework allowing independent application control
KR101552587B1 (en) Location-based access control for portable electronic device
US10432620B2 (en) Biometric authentication
EP3882800B1 (en) Methods and apparatus to monitor permission-controlled hidden sensitive application behavior at run-time
EP2437198B1 (en) Secure PIN reset process
US20240169344A1 (en) System, method, and computer-accessible medium for blocking malicious emv transactions
KR101584218B1 (en) Method for application control and control system thereof
KR20150099697A (en) Method for application control and control system thereof
KR20150045053A (en) Method for application control and control system thereof
EP3125183A1 (en) Methods and systems for financial account access management
KR101569045B1 (en) Method and system for application control
KR101512987B1 (en) System for controlling user terminal usage and providing method thereof
KR101385723B1 (en) Digital system having financial transaction function, pair system making a pair with the digital system, and method for financial transaction
KR101314720B1 (en) Mobile terminal for plural environment and providing method thereof
KR101385224B1 (en) Digital system performing secure log-in and providing method thereof
KR101355862B1 (en) Application system, authentication system, and mobile payment method using authentication information
KR20150145792A (en) System for controlling user terminal usage and providing method thereof
KR20140122971A (en) Mobile terminal for plural environment and providing method thereof

Legal Events

Date Code Title Description
A107 Divisional application of patent
WITN Withdrawal due to no request for examination