KR20190106551A - Apparatus for perfomming access contorl based on blockchain and method thereof - Google Patents

Apparatus for perfomming access contorl based on blockchain and method thereof Download PDF

Info

Publication number
KR20190106551A
KR20190106551A KR1020180028187A KR20180028187A KR20190106551A KR 20190106551 A KR20190106551 A KR 20190106551A KR 1020180028187 A KR1020180028187 A KR 1020180028187A KR 20180028187 A KR20180028187 A KR 20180028187A KR 20190106551 A KR20190106551 A KR 20190106551A
Authority
KR
South Korea
Prior art keywords
blockchain
data
access control
access
piece
Prior art date
Application number
KR1020180028187A
Other languages
Korean (ko)
Other versions
KR102500497B1 (en
Inventor
윤희태
Original Assignee
삼성에스디에스 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성에스디에스 주식회사 filed Critical 삼성에스디에스 주식회사
Priority to KR1020180028187A priority Critical patent/KR102500497B1/en
Publication of KR20190106551A publication Critical patent/KR20190106551A/en
Application granted granted Critical
Publication of KR102500497B1 publication Critical patent/KR102500497B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1042Peer-to-peer [P2P] networks using topology management mechanisms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/14Multichannel or multilink protocols

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

The present invention provides a blockchain-based access control device. According to the present invention, the access control device comprises: a processor; a network interface; a memory; and at least one program loaded in the memory and executed by the processor. The at least one program may include instructions, which allows to perform operations of: generating a first data piece and a second data piece based on controlled object data given an access restriction period; and writing the first data piece on a first blockchain and processing the second data piece to be written on the first blockchain after the access restriction period has passed.

Description

블록체인 기반의 접근 제어 장치 및 그 동작 방법{APPARATUS FOR PERFOMMING ACCESS CONTORL BASED ON BLOCKCHAIN AND METHOD THEREOF}Blockchain-based access control device and its operation method {APPARATUS FOR PERFOMMING ACCESS CONTORL BASED ON BLOCKCHAIN AND METHOD THEREOF}

본 발명은 블록체인 기반의 접근 제어 장치 및 그 동작 방법에 관한 것이다. 보다 자세하게는, 블록체인을 이용하여 제어 대상 데이터에 대한 무결성을 보장함과 동시에, 다수의 사용자에 대하여 상기 제어 대상 데이터에 대한 접근을 제어하는 장치 및 그 장치의 동작 방법에 관한 것이다.The present invention relates to a blockchain-based access control device and a method of operating the same. More specifically, the present invention relates to an apparatus for controlling access to the control target data to a plurality of users while ensuring the integrity of the control target data using a blockchain, and a method of operating the apparatus.

블록체인(blockchain)은 지속적으로 증가하는 데이터를 특정 단위의 블록에 기록하고, P2P(peer-to-peer) 네트워크를 구성하는 각각의 노드들이 상기 블록을 체인 형태의 자료 구조로 관리하는 데이터 관리 기술 또는 상기 체인 형태의 자료 구조로 구성된 데이터 그 자체를 의미한다. 이때, 체인 형태의 자료 구조로 구성된 블록체인은, 중앙 시스템 없이 각각의 노드에서 분산 원장(distributed ledger) 형태로 운영된다.Blockchain is a data management technology in which continuously increasing data is recorded in a specific unit of blocks, and each node constituting a peer-to-peer network manages the block in a chain-type data structure. Or it means the data itself consisting of the data structure of the chain form. At this time, the blockchain composed of a chain data structure is operated in the form of a distributed ledger at each node without a central system.

블록체인 네트워크를 구성하는 각각의 블록체인 노드는 도 1에 도시된 바와 같은 체인 형태의 자료 구조로 블록들을 관리한다. 여기서, 각 블록에는 이전 블록에 대한 해시 값이 기록되며, 상기 해시 값을 통해 이전 블록이 참조될 수 있다. 따라서, 블록이 쌓일수록 블록 내에 기록된 데이터의 위변조는 어려워지고, 데이터의 신뢰도는 향상되며, 분산된 환경에서도 데이터의 무결성(integrity)이 보장될 수 있다.Each blockchain node constituting the blockchain network manages the blocks in a chain-shaped data structure as shown in FIG. Here, in each block, a hash value of the previous block is recorded, and the previous block may be referred to through the hash value. Therefore, as the blocks are stacked, forgery of the data recorded in the blocks becomes more difficult, the reliability of the data is improved, and the integrity of the data can be guaranteed even in a distributed environment.

한편, 블록체인 기반 시스템에서 블록체인 상에 기록된 모든 데이터는 모든 블록체인 노드에 분산되어 저장되기 때문에, 일정 기간(e.g. 비밀 유지 기간) 동안 특정 사용자가 해당 데이터를 열람하지 못하도록 강제하는 것은 불가능하다. 다시 말하면, 블록체인 상에 기록된 데이터는 블록체인을 이용하는 모든 사용자에게 조회될 수 있기 때문에, 일정 기간 동안 해당 데이터에 대한 사용자의 접근을 제한하는 것은 불가능하다.On the other hand, in a blockchain-based system, all the data recorded on the blockchain is distributed and stored in all blockchain nodes, so that it is impossible to force a specific user not to view the data for a certain period (eg, a confidentiality period). . In other words, since the data recorded on the blockchain can be inquired to all users using the blockchain, it is impossible to restrict the user's access to the data for a certain period of time.

물론, 해당 데이터를 암호화하여 블록체인 상에 기록함으로써, 다른 사용자에 대한 접근을 제한하는 방법이 있으나, 상기 방법은 블록체인 상에 해당 데이터를 기록하기 전에 암호화를 수행하고, 데이터를 읽어올 때 복호화를 수행하는 등의 번거로운 작업을 야기한다. 또한, 해당 데이터의 비밀 유지 기간이 경과된 경우, 암호화 키를 분배하거나, 암호화를 해제한 뒤에 다시 블록체인 상에 기록해야 하는 등의 추가 작업이 요구되는 문제가 있다. 뿐만 아니라, 상기 방법에는 암호화 키의 관리 문제와 컴퓨팅 기술의 발전에 따라 암호화 기술의 안정성이 떨어지는 문제도 존재한다.Of course, there is a method of restricting access to other users by encrypting the data and writing it on the blockchain, but the method performs encryption before writing the data on the blockchain and decrypts it when reading the data. It causes cumbersome tasks like doing it. In addition, when the confidentiality period of the corresponding data has elapsed, there is a problem that additional work such as distributing the encryption key or rewriting the data on the blockchain after decryption is required. In addition, there is a problem in that the encryption technology is less stable with the management of the encryption key and the development of computing technology.

이에 따라, 블록체인 환경에서 일정 기간 동안 접근 제한이 요구되는 데이터에 대하여, 효율적으로 접근 제어를 수행할 수 있는 방법이 요구된다.Accordingly, there is a demand for a method that can efficiently perform access control on data requiring access restriction for a certain period of time in a blockchain environment.

한국공개특허 제10-2017-0137388호 (2017.12.13 공개)Korean Patent Publication No. 10-2017-0137388 (published Dec. 13, 2017)

본 발명이 해결하고자 하는 기술적 과제는, 블록체인 환경에서 접근 제한 기간이 주어진 제어 대상 데이터에 대한 접근 제어를 수행하는 장치 및 그 장치의 동작 방법을 제공하는 것이다.SUMMARY OF THE INVENTION The present invention has been made in an effort to provide an apparatus for performing access control on a control target data given an access restriction period in a blockchain environment, and a method of operating the apparatus.

본 발명의 기술적 과제들은 이상에서 언급한 기술적 과제들로 제한되지 않으며, 언급되지 않은 또 다른 기술적 과제들은 아래의 기재로부터 본 발명의 기술분야에서의 통상의 기술자에게 명확하게 이해될 수 있을 것이다.The technical problems of the present invention are not limited to the above-mentioned technical problems, and other technical problems not mentioned will be clearly understood by those skilled in the art from the following description.

상기 기술적 과제를 해결하기 위한, 본 발명의 일 실시예에 따른 블록체인 기반의 접근 제어 장치는, 프로세서, 네트워크 인터페이스, 메모리 및 상기 메모리에 로드(load)되고, 상기 프로세서에 의해 실행되는 적어도 하나의 프로그램을 포함하되, 상기 적어도 하나의 프로그램은, 접근 제한 기간이 주어진 제어 대상 데이터를 기초로 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작, 상기 제1 데이터 조각을 제1 블록체인 상에 기록하는 동작 및 상기 접근 제한 기간이 지난 이후에, 상기 제2 데이터 조각이 상기 제1 블록체인 상에 기록되도록 처리하는 동작을 수행하도록 하는 인스트럭션들(instructions)을 포함할 수 있다. 이때, 상기 제어 대상 데이터는 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 기초로 재생성 가능할 수 있다.In order to solve the above technical problem, a blockchain-based access control device according to an embodiment of the present invention, a processor, a network interface, a memory and at least one loaded in the memory, executed by the processor A program, wherein the at least one program is further configured to generate a first data piece and a second data piece based on the control target data given an access restriction period, and write the first data piece on a first blockchain; And instructions for performing an operation of processing the second piece of data to be written on the first blockchain after the access restriction period has passed. In this case, the control object data may be reproducible based on the first data piece and the second data piece.

일 실시예에서, 상기 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작은, 기 설정된 규칙에 따라 상기 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작을 포함하고, 상기 제1 블록체인 상에 기록되도록 처리하는 동작은, 상기 제2 데이터 조각 및 상기 기 설정된 규칙을 상기 제1 블록체인 상에 기록되도록 처리하는 동작을 포함할 수 있다.In an embodiment, the generating of the first data piece and the second data piece includes generating the first data piece and the second data piece according to a predetermined rule, The processing of writing to the data may include processing the second data piece and the preset rule to be recorded on the first blockchain.

일 실시예에서, 상기 적어도 하나의 프로그램은, 상기 제어 대상 데이터에 대한 위변조 방지 정보를 생성하는 동작 및 상기 위변조 방지 정보를 상기 제1 블록체인 상에 기록하는 동작을 수행하도록 하는 인스트럭션들을 더 포함할 수 있다.일 실시예에서, 상기 제1 블록체인 상에 기록되도록 처리하는 동작은, 상기 제2 데이터 조각을 제2 블록체인 상에 기록하는 동작 및 상기 접근 제한 기간의 경과 판정에 응답하여 실행되는 스마트 컨트랙트(smart contract)를 상기 제2 블록체인 상에 등록하는 동작을 포함할 수 있다. 이때, 상기 스마트 컨트랙트는, 상기 제2 블록체인 상에 기록된 상기 제2 데이터 조각을 상기 제1 블록체인 상에 기록되도록 처리하는 루틴(routine)을 포함할 수 있다.In at least one example embodiment, the at least one program may further include instructions for performing an operation of generating forgery prevention information on the control target data and an operation of recording the forgery prevention information on the first blockchain. In one embodiment, the processing of writing on the first blockchain is performed in response to the writing of the second piece of data on a second blockchain and the elapse of the access restriction period. And registering a smart contract on the second blockchain. In this case, the smart contract may include a routine for processing the second piece of data recorded on the second blockchain to be recorded on the first blockchain.

상술한 기술적 과제를 해결하기 위한 본 발명의 다른 실시예에 따른 블록체인 기반의 접근 제어 장치는, 프로세서, 네트워크 인터페이스, 메모리 및 상기 메모리에 로드(load)되고, 상기 프로세서에 의해 실행되는 적어도 하나의 프로그램을 포함할 수 있다. 상기 적어도 하나의 프로그램은, 접근 제한 기간이 주어진 제어 대상 데이터를 제1 블록체인 상에 기록하는 동작 및 상기 접근 제한 기간이 지난 이후에, 상기 제어 대상 데이터가 제2 블록체인 상에 기록되도록 처리하는 동작을 수행하도록 하는 인스트럭션들(instructions)을 포함할 수 있다.In accordance with another aspect of the present invention, there is provided a blockchain-based access control apparatus comprising: a processor, a network interface, a memory, and at least one loaded in the memory and executed by the processor. May include a program. The at least one program is further configured to record the control target data given the access restriction period on the first blockchain and to process the control target data to be recorded on the second blockchain after the access restriction period. Instructions for performing an operation may be included.

일 실시예에서, 상기 제1 블록체인은 특정 접근 권한이 있는 사용자의 접근만이 허용되도록 구현되고, 상기 제2 블록체인은 상기 특정 접근 권한이 없는 사용자의 접근이 허용되도록 구현될 수 있다.In one embodiment, the first blockchain may be implemented such that only a user with a specific access right is allowed, and the second blockchain may be implemented to allow access of a user without the specific right.

일 실시예에서, 상기 제1 블록체인은 프라이빗 블록체인 네트워크(private blockchain network)에서 구현되고, 상기 제2 블록체인은 퍼블릭 블록체인 네트워크(public blockchain network)에서 구현될 수 있다.In one embodiment, the first blockchain may be implemented in a private blockchain network, and the second blockchain may be implemented in a public blockchain network.

일 실시예에서, 상기 제2 블록체인 상에 기록되도록 처리하는 동작은, 상기 접근 제한 기간의 경과 판정에 응답하여 실행되는 스마트 컨트랙트(smart contract)를 상기 제1 블록체인 상에 등록하는 동작을 포함할 수 있다. 이때, 상기 스마트 컨트랙트는, 상기 제1 블록체인 상에 기록된 상기 제어 대상 데이터를 상기 제2 블록체인 상에 기록되도록 처리하는 루틴(routine)을 포함할 수 있다.In one embodiment, the processing of writing on the second blockchain includes registering a smart contract executed on the first blockchain, the smart contract being executed in response to the elapse of the access restriction period. can do. In this case, the smart contract may include a routine for processing the control target data recorded on the first blockchain to be recorded on the second blockchain.

일 실시예에서, 상기 제어 대상 데이터는 원본 제어 대상 데이터를 기초로 생성된 제1 데이터 조각 및 제2 데이터 조각 중 상기 제1 데이터 조각을 포함하고, 상기 적어도 하나의 프로그램은, 상기 접근 제한 기간이 지나기 전에, 상기 제2 데이터 조각을 상기 제2 블록체인 상에 기록하는 동작을 수행하도록 하는 인스트럭션들을 더 포함할 수 있다. 이때, 상기 원본 제어 대상 데이터는 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 기초로 재생성 가능할 수 있다.In one embodiment, the control target data includes the first data slice of the first data slice and the second data slice generated based on the original control target data, and the at least one program includes: Before passing, the method may further include instructions for performing an operation of writing the second piece of data on the second blockchain. In this case, the original control target data may be reproducible based on the first data piece and the second data piece.

상술한 기술적 과제를 해결하기 위한 본 발명의 일 실시예에 따른 블록체인 기반의 접근 제어 방법은, 접근 제어 장치에 의해 수행되는 블록체인 기반의 접근 제어 방법에 있어서, 접근 제한 기간이 주어진 제어 대상 데이터를 기초로 제1 데이터 조각 및 제2 데이터 조각을 생성하는 단계, 상기 제1 데이터 조각을 제1 블록체인 상에 기록하는 단계 및 상기 접근 제한 기간이 지난 이후에, 상기 제2 데이터 조각이 상기 제1 블록체인 상에 기록되도록 처리하는 단계를 포함할 수 있다. 이때, 상기 제어 대상 데이터는 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 기초로 재생성 가능할 수 있다.In order to solve the above technical problem, a blockchain-based access control method according to an embodiment of the present invention is a blockchain-based access control method performed by an access control device. Generating a first data piece and a second data piece based on the data; recording the first data piece on the first blockchain; and after the access restriction period, the second data piece is stored in the first data piece. Processing to be recorded on one blockchain. In this case, the control object data may be reproducible based on the first data piece and the second data piece.

상술한 기술적 과제를 해결하기 위한 본 발명의 다른 실시예에 따른 블록체인 기반의 접근 제어 방법은, 접근 제어 장치에 의해 수행되는 블록체인 기반의 접근 제어 방법에 있어서, 접근 제한 기간이 주어진 제어 대상 데이터를 제1 블록체인 상에 기록하는 단계 및 상기 접근 제한 기간이 지난 이후에, 상기 제어 대상 데이터가 제2 블록체인 상에 기록되도록 처리하는 단계를 포함할 수 있다.The blockchain-based access control method according to another embodiment of the present invention for solving the above technical problem, in the blockchain-based access control method performed by the access control device, the control target data given an access restriction period Recording on the first blockchain and processing the data to be controlled on the second blockchain after the access restriction period has passed.

상술한 기술적 과제를 해결하기 위한 본 발명의 일 실시예에 따른 컴퓨터 프로그램은, 컴퓨팅 장치와 결합되어, 접근 제한 기간이 주어진 제어 대상 데이터를 기초로 제1 데이터 조각 및 제2 데이터 조각을 생성하는 단계, 상기 제1 데이터 조각을 제1 블록체인 상에 기록하는 단계 및 상기 접근 제한 기간이 지난 이후에, 상기 제2 데이터 조각을 상기 제1 블록체인 상에 기록되도록 처리하는 단계를 실행시키기 위하여 컴퓨터로 판독가능한 기록매체에 저장될 수 있다. 이때, 상기 제어 대상 데이터는 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 기초로 재생성될 수 있다.A computer program according to an embodiment of the present invention for solving the above technical problem is combined with a computing device to generate a first data piece and a second data piece based on data to be controlled given an access restriction period. Writing the first piece of data onto the first blockchain and processing the second piece of data to be written onto the first blockchain after the access restriction period has passed. It may be stored in a readable recording medium. In this case, the control object data may be regenerated based on the first data piece and the second data piece.

상술한 기술적 과제를 해결하기 위한 본 발명의 다른 실시예에 따른 컴퓨터 프로그램은, 컴퓨팅 장치와 결합되어, 접근 제한 기간이 주어진 제어 대상 데이터를 제1 블록체인 상에 기록하는 단계 및 상기 접근 제한 기간이 지난 이후에, 상기 제어 대상 데이터가 제2 블록체인 상에 기록되도록 처리하는 단계를 실행시키기 위하여, 컴퓨터로 판독가능한 기록매체에 저장될 수 있다.The computer program according to another embodiment of the present invention for solving the above-described technical problem, combined with a computing device, recording the control target data given the access restriction period on the first blockchain and the access restriction period Afterwards, the control target data may be stored in a computer-readable recording medium to execute the step of processing the data to be recorded on the second blockchain.

도 1은 본 발명의 몇몇 실시예에서 참조될 수 있는 블록체인의 자료 구조를 나타내는 도면이다.
도 2는 본 발명의 몇몇 실시예들에 따른 접근 제어 방법이 수행될 수 있는 예시적인 시스템의 구성도이다.
도 3 및 도 4는 본 발명의 몇몇 실시예에서 참조될 수 있는 블록체인 네트워크의 구성을 설명하기 위한 도면이다.
도 5는 본 발명의 제1 실시예에 따른 블록체인 기반의 접근 제어 방법을 나타내는 흐름도이다.
도 6은 본 발명의 몇몇 실시예에서 참조될 수 있는 데이터 분할 방법의 예시도이다.
도 7은 본 발명의 몇몇 실시예에서 참조될 수 있는 위변조 방지 정보의 예시도이다.
도 8은 본 발명의 제1 실시예에 따른 블록체인 기반의 접근 제어 방법을 설명하기 위한 예시도이다.
도 9 및 도 10은 본 발명의 제2 실시예에 따른 블록체인 기반의 접근 제어 방법을 나타내는 흐름도이다.
도 11은 본 발명의 제1 활용예에 따른 접근 제어 방법을 설명하기 위한 예시도이다.
도 12는 본 발명의 제2 활용예에 따른 접근 제어 방법을 설명하기 위한 예시도이다.
도 13은 본 발명의 제3 활용예에 따른 접근 제어 방법을 설명하기 위한 예시도이다.
도 14는 본 발명의 일 실시예에 따른 블록체인 기반의 접근 제어 장치를 나타내는 블록도이다.
도 15는 본 발명의 일 실시예에 따른 블록체인 기반의 접근 제어 장치의 하드웨어 구성도이다.
1 is a diagram illustrating a data structure of a blockchain that may be referred to in some embodiments of the present invention.
2 is a block diagram of an exemplary system in which an access control method according to some embodiments of the present invention may be performed.
3 and 4 are diagrams for explaining the configuration of a blockchain network that can be referred to in some embodiments of the present invention.
5 is a flowchart illustrating a blockchain-based access control method according to a first embodiment of the present invention.
6 is an exemplary diagram of a data partitioning method that may be referred to in some embodiments of the present invention.
7 is an exemplary diagram of anti-forgery information that may be referred to in some embodiments of the present invention.
8 is an exemplary view for explaining a blockchain-based access control method according to a first embodiment of the present invention.
9 and 10 are flowcharts illustrating a blockchain-based access control method according to a second embodiment of the present invention.
11 is an exemplary view for explaining an access control method according to a first use example of the present invention.
12 is an exemplary view for explaining an access control method according to a second application example of the present invention.
13 is an exemplary view for explaining an access control method according to a third application example of the present invention.
14 is a block diagram illustrating a blockchain-based access control device according to an embodiment of the present invention.
15 is a hardware block diagram of a blockchain-based access control device according to an embodiment of the present invention.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예들을 상세히 설명한다. 본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. Advantages and features of the present invention and methods for achieving them will be apparent with reference to the embodiments described below in detail with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but can be implemented in various different forms, and only the embodiments make the disclosure of the present invention complete, and the general knowledge in the art to which the present invention belongs. It is provided to fully inform the person having the scope of the invention, which is defined only by the scope of the claims.

각 도면의 구성요소들에 참조부호를 부가함에 있어서, 동일한 구성요소들에 대해서는 비록 다른 도면상에 표시되더라도 가능한 한 동일한 부호를 가지도록 하고 있음에 유의해야 한다. 또한, 본 발명을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략한다.In adding reference numerals to the components of each drawing, it should be noted that the same reference numerals are assigned to the same components as much as possible even though they are shown in different drawings. In addition, in describing the present invention, when it is determined that the detailed description of the related well-known configuration or function may obscure the gist of the present invention, the detailed description thereof will be omitted.

다른 정의가 없다면, 본 명세서에서 사용되는 모든 용어(기술 및 과학적 용어를 포함)는 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 공통적으로 이해될 수 있는 의미로 사용될 수 있다. 또 일반적으로 사용되는 사전에 정의되어 있는 용어들은 명백하게 특별히 정의되어 있지 않는 한 이상적으로 또는 과도하게 해석되지 않는다. 본 명세서에서 사용된 용어는 실시예들을 설명하기 위한 것이며 본 발명을 제한하고자 하는 것은 아니다. 본 명세서에서, 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다.Unless otherwise defined, all terms used in the present specification (including technical and scientific terms) may be used in a sense that can be commonly understood by those skilled in the art. In addition, the terms defined in the commonly used dictionaries are not ideally or excessively interpreted unless they are specifically defined clearly. The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. In this specification, the singular also includes the plural unless specifically stated otherwise in the phrase.

또한, 본 발명의 구성 요소를 설명하는 데 있어서, 제 1, 제 2, A, B, (a), (b) 등의 용어를 사용할 수 있다. 이러한 용어는 그 구성 요소를 다른 구성 요소와 구별하기 위한 것일 뿐, 그 용어에 의해 해당 구성 요소의 본질이나 차례 또는 순서 등이 한정되지 않는다. 어떤 구성 요소가 다른 구성요소에 "연결", "결합" 또는 "접속"된다고 기재된 경우, 그 구성 요소는 그 다른 구성요소에 직접적으로 연결되거나 또는 접속될 수 있지만, 각 구성 요소 사이에 또 다른 구성 요소가 "연결", "결합" 또는 "접속"될 수도 있다고 이해되어야 할 것이다.In addition, in describing the component of this invention, terms, such as 1st, 2nd, A, B, (a), (b), can be used. These terms are only for distinguishing the components from other components, and the nature, order or order of the components are not limited by the terms. If a component is described as being "connected", "coupled" or "connected" to another component, that component may be directly connected to or connected to that other component, but there may be another configuration between each component. It is to be understood that the elements may be "connected", "coupled" or "connected".

명세서에서 사용되는 "포함한다 (comprises)" 및/또는 "포함하는 (comprising)"은 언급된 구성 요소, 단계, 동작 및/또는 소자는 하나 이상의 다른 구성 요소, 단계, 동작 및/또는 소자의 존재 또는 추가를 배제하지 않는다.As used herein, “comprises” and / or “comprising” refers to a component, step, operation and / or element that is mentioned in the presence of one or more other components, steps, operations and / or elements. Or does not exclude additions.

본 명세서에 대한 설명에 앞서, 본 명세서에서 사용되는 몇몇 용어들에 대하여 명확하게 하기로 한다.Prior to the description herein, some terms used herein will be clarified.

본 명세서에서, 블록체인 네트워크(blockchain network)란, 블록체인 알고리즘/프로토콜에 따라 동작하는 복수의 블록체인 노드로 구성된 P2P 구조의 네트워크를 의미한다.In the present specification, a blockchain network refers to a P2P structured network composed of a plurality of blockchain nodes operating according to a blockchain algorithm / protocol.

본 명세서에서, 블록체인 노드란, 블록체인 네트워크를 구성하고 블록체인 알고리즘/프로토콜에 기초하여 블록체인을 유지하고 관리하는 컴퓨팅 노드를 의미한다. 상기 컴퓨팅 노드는 물리적 컴퓨팅 장치 또는 가상 머신(virtual machine)과 같이 논리적 컴퓨팅 장치로 구현될 수도 있다. 상기 컴퓨팅 노드가 가상 머신으로 구현되는 경우, 하나의 물리적 컴퓨팅 장치에 복수의 블록체인 노드가 포함될 수도 있다.In the present specification, a blockchain node refers to a computing node that forms a blockchain network and maintains and manages a blockchain based on a blockchain algorithm / protocol. The computing node may be implemented as a logical computing device, such as a physical computing device or a virtual machine. When the computing node is implemented as a virtual machine, a plurality of blockchain nodes may be included in one physical computing device.

본 명세서에서, 스마트 컨트랙트(smart contract)란, 블록체인 환경에서 각종 트랜잭션 처리에 이용되는 스크립트 또는 소프트웨어 코드를 의미한다. 보다 구체적으로, 상기 스마트 컨트랙트는 트랜잭션 처리에 이용되는 각종 조건, 상태, 상기 조건에 따른 행위를 프로그래밍 방식으로 작성한 코드로, 예를 들어, 이더리움의 스마트 컨트랙트, 하이퍼레져 패브릭(hyper ledger fabric)의 체인코드(chain code) 등을 포함할 수 있다. 블록체인 환경에서, 블록체인 노드는 블록체인 상에 등록된 스마트 컨트랙트를 공유한다.In the present specification, a smart contract refers to a script or software code used for processing various transactions in a blockchain environment. More specifically, the smart contract is a code that programmatically writes various conditions, states, and behaviors according to the conditions used for transaction processing, for example, a smart contract of Ethereum, a hyper ledger fabric. Chain code and the like. In a blockchain environment, blockchain nodes share smart contracts registered on the blockchain.

본 명세서에서, 데이터 조각은 원본 데이터의 일부분 또는 원본 데이터를 기초로 생성된 데이터의 일부분을 지칭한다. 따라서, 상기 데이터 조각이 원본 데이터 자체의 물리적인 일부분만을 지칭하는 것만은 아님에 유의한다. "조각"이라는 용어는 당해 기술 분야에서 청크(chunk), 세그먼트(segment), 부분(part) 등의 용어와 혼용되어 사용될 수 있다.In this specification, a data fragment refers to a portion of original data or a portion of data generated based on the original data. Thus, it is noted that the data fragment does not only refer to the physical portion of the original data itself. The term " fragment " may be used interchangeably with the terms chunk, segment, part, and the like in the art.

본 명세서에서, 인스트럭션(instruction)은 기능을 기준으로 묶인 일련의 명령어들로서 컴퓨터 프로그램의 구성 요소이자 프로세서에 의해 실행되는 것을 가리킨다.In this specification, an instruction is a series of instructions grouped by function and refers to a component of a computer program and executed by a processor.

이하, 본 발명의 몇몇 실시예들에 대하여 첨부된 도면에 따라 상세하게 설명한다.Hereinafter, some embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명의 몇몇 실시예들에 따른 블록체인 기반 접근 제어 방법이 수행될 수 있는 예시적인 시스템의 구성도이다.2 is a block diagram of an exemplary system in which a blockchain based access control method according to some embodiments of the present invention may be performed.

도 2를 참조하면, 상기 예시적인 시스템은 접근 제어 장치(100) 및 복수의 블록체인 노드로 구성된 블록체인 네트워크(200)를 포함할 수 있다. 단, 이는 본 발명의 목적을 달성하기 위한 바람직한 실시예일뿐이며, 필요에 따라 일부 구성 요소가 추가되거나 삭제될 수 있음은 물론이다. 또한, 도 2에 도시된 시스템을 구성하는 각각의 구성 요소들은 기능적으로 구분되는 기능 요소들을 나타낸 것으로서, 적어도 하나의 구성 요소가 실제 물리적 환경에서는 서로 통합되는 형태로 구현될 수도 있음에 유의한다. 예를 들어, 접근 제어 장치(100)와 블록체인 네트워크(200)를 구성하는 적어도 하나의 블록체인 노드는 동일한 물리적 컴퓨팅 장치 내의 서로 다른 로직(logic)으로 구현될 수도 있다.Referring to FIG. 2, the exemplary system may include an access control device 100 and a blockchain network 200 composed of a plurality of blockchain nodes. However, this is only a preferred embodiment for achieving the object of the present invention, of course, some components may be added or deleted as necessary. In addition, each component constituting the system illustrated in FIG. 2 represents functionally distinct functional elements, and it may be noted that at least one component may be embodied in an integrated form in an actual physical environment. For example, the access control device 100 and the at least one blockchain node constituting the blockchain network 200 may be implemented with different logic in the same physical computing device.

상기 예시적인 시스템에서, 접근 제어 장치(100)는 제어 대상 데이터에 대한 접근 제어를 수행하는 컴퓨팅 장치이다. 여기서, 상기 컴퓨팅 장치는, 노트북, 데스크톱(desktop), 랩탑(laptop) 등이 될 수 있으나, 이에 국한되는 것은 아니며 컴퓨팅 기능 및 통신 기능이 구비된 모든 종류의 장치를 포함할 수 있다.In the exemplary system, the access control device 100 is a computing device that performs access control on the data to be controlled. Here, the computing device may be a laptop, a desktop, a laptop, and the like, but is not limited thereto and may include all kinds of devices equipped with a computing function and a communication function.

상기 제어 대상 데이터는 소정의 접근 제한 기간이 주어진 데이터를 의미한다. 예를 들어, 상기 제어 대상 데이터는 일정 기간 동안 비밀 유지가 요구되는 데이터일 수 있다. 본 발명의 몇몇 실시예들에 따르면, 상기 접근 제한 기간은 사용자별 및/또는 접근 권한별로 설정될 수 있다. 또한, 상기 접근 제한 기간은 접근 제한이 요구되는 두 시점 사이의 기간으로 설정될 수 있고, 접근 제한이 해제되는 특정 시점으로 설정될 수도 있다.The control target data means data given a predetermined access restriction period. For example, the control target data may be data that requires confidentiality for a certain period of time. According to some embodiments of the present invention, the access restriction period may be set per user and / or per access right. In addition, the access restriction period may be set to a period between two time points at which access restriction is required, or may be set to a specific time point at which the access restriction is released.

본 발명의 실시예에 따르면, 접근 제어 장치(100)는 블록체인 기반 하에 상기 제어 대상 데이터에 대한 접근 제어를 수행한다. 이때, 제어 대상 데이터는 블록체인 상에 기록된다. 따라서, 본 실시예에 따르면, 접근 제한 기간 동안 제어 대상 데이터의 기밀성(confidentiality)이 보장됨과 동시에 제어 대상 데이터의 무결성(integrity) 또한 보장될 수 있다. 접근 제어 장치(100)에 의해 수행되는 접근 제어 방법에 대한 자세한 설명은 도 5 이하의 도면을 참조하여 상세하게 설명하도록 한다.According to an embodiment of the present invention, the access control device 100 performs an access control on the control target data on a blockchain basis. At this time, the control target data is recorded on the blockchain. Therefore, according to the present embodiment, the confidentiality of the data to be controlled may be guaranteed during the access restriction period and the integrity of the data to be controlled may also be guaranteed. A detailed description of the access control method performed by the access control apparatus 100 will be described in detail with reference to the drawings of FIG. 5.

상기 예시적인 시스템에서, 블록체인 네트워크(200)는 복수의 블록체인 노드에 의해 구성되는 P2P(peer-to-peer) 네트워크이다. 이때, 상기 블록체인 노드는 블록체인 알고리즘(또는 프로토콜)에 따라 동작하는 노드이고, 블록체인 알고리즘에 의해 각각의 블록체인 노드는 동일한 블록체인 데이터를 유지한다.In the example system, blockchain network 200 is a peer-to-peer network comprised by a plurality of blockchain nodes. In this case, the blockchain node is a node operating according to a blockchain algorithm (or protocol), and each blockchain node maintains the same blockchain data by the blockchain algorithm.

본 발명의 몇몇 실시예에 따르면, 블록체인 네트워크(200)는 복수의 블록체인을 유지할 수 있다. 이때, 제1 블록체인은 접근 권한이 있는 특정 사용자의 접근만이 허용되도록 구현된 블록체인이고, 제2 블록체인은 접근 권한과 관계없이 사용자의 접근이 허용되도록 구현된 블록체인일 수 있다. 이와 같은 경우, 접근 제어 장치(100)는 접근 제한 기간이 경과된 이후 상기 제1 블록체인 상에 기록된 제어 대상 데이터를 상기 제2 블록체인에 등록시킴으로써 제2 블록체인을 이용하는 다수의 사용자에 대한 접근 제어를 수행할 수 있다.According to some embodiments of the invention, blockchain network 200 may maintain a plurality of blockchains. In this case, the first blockchain may be a blockchain implemented to allow access only of a specific user with access authority, and the second blockchain may be a blockchain implemented to allow access of a user regardless of access authority. In such a case, the access control apparatus 100 registers the control target data recorded on the first blockchain after the access restriction period has elapsed to the plurality of users who use the second blockchain. Access control can be performed.

상기 복수의 블록체인을 구현하는 방식은 실시예에 따라 달라질 수 있다.The manner of implementing the plurality of blockchains may vary depending on the embodiment.

예를 들어, 도 3에 도시된 바와 같이, 블록체인 네트워크(200)는 서로 다른 복수의 블록체인 네트워크(211, 213)로 구성되고, 각 블록체인 네트워크(211, 213)가 상호 독립된 블록체인을 유지하도록 구현될 수 있다.For example, as shown in FIG. 3, the blockchain network 200 is composed of a plurality of different blockchain networks 211 and 213, and each blockchain network 211 and 213 is formed of independent blockchains. It can be implemented to maintain.

다른 예를 들어, 도 4에 도시된 바와 같이, 블록체인 네트워크(200)는 멀티 채널(multi-channel)로 운영되는 네트워크로 구성되고, 각각의 채널이 하나의 블록체인에 대응되도록 구현될 수 있다. 즉, 도 4에 도시된 예에서, 동일한 블록체인 네트워크(200)에서 제1 채널(221)에 소속된 블록체인 노드들이 제1 블록체인을 유지하고, 제2 채널(223)에 소속된 블록체인 노드들이 제2 블록체인을 유지하도록 구현될 수 있다.For another example, as shown in FIG. 4, the blockchain network 200 may be configured as a network operated by a multi-channel, and each channel may be implemented to correspond to one blockchain. . That is, in the example shown in FIG. 4, blockchain nodes belonging to the first channel 221 in the same blockchain network 200 maintain the first blockchain, and blockchains belonging to the second channel 223. Nodes can be implemented to maintain a second blockchain.

다만, 상기 열거된 예시는 본 발명의 일부 실시예를 설명하기 위한 것으로, 본 발명의 범위가 상기 열거된 예시에 한정되는 것은 아니며, 복수의 블록체인은 얼마든지 다양한 방식으로 구현될 수 있다.However, the examples listed above are intended to describe some embodiments of the present invention, and the scope of the present invention is not limited to the examples listed above, and the plurality of blockchains may be implemented in various ways.

상기 예시적인 시스템에서, 사용자 단말(300)은 데이터를 블록체인에 등록하거나, 블록체인에 등록된 데이터를 조회하는 등의 용도로 사용자에 의해 이용되는 단말이다. 사용자 단말(300)은 어떠한 컴퓨팅 장치로 구현되더라도 무방하다.In the exemplary system, the user terminal 300 is a terminal used by the user for the purpose of registering data in the blockchain or inquiring data registered in the blockchain. The user terminal 300 may be implemented in any computing device.

도 2에 도시된 시스템의 구성 요소는 네트워크를 통해 통신할 수 있다. 여기서, 상기 네트워크는 근거리 통신망(Local Area Network; LAN), 광역 통신망(Wide Area Network; WAN), 이동 통신망(mobile radio communication network), Wibro(Wireless Broadband Internet) 등과 같은 모든 종류의 유/무선 네트워크로 구현될 수 있다.The components of the system shown in FIG. 2 can communicate via a network. The network may be any type of wired / wireless network such as a local area network (LAN), a wide area network (WAN), a mobile radio communication network, a wireless broadband Internet (Wibro), or the like. Can be implemented.

지금까지 도 2 내지 도 4를 참조하여 본 발명의 몇몇 실시예에 따른 접근 제어 방법이 수행될 수 있는 예시적인 시스템에 대하여 설명하였다. 이하에서는, 본 발명의 몇몇 실시예에 따른 접근 제어 방법에 대하여 도 5 내지 도 14를 참조하여 설명하도록 한다.So far, the exemplary system in which the access control method according to some embodiments of the present invention can be performed has been described with reference to FIGS. 2 to 4. Hereinafter, an access control method according to some embodiments of the present invention will be described with reference to FIGS. 5 through 14.

이하에서 후술될 본 발명의 실시예들에 따른 블록체인 기반의 접근 제어 방법의 각 단계는, 컴퓨팅 장치에 의해 수행될 수 있다. 예를 들어, 상기 접근 제어 방법이 도 2에 도시된 환경에서 수행되는 경우, 상기 컴퓨팅 장치는 접근 제어 장치(100)일 수 있다. 다만, 설명의 편의를 위해, 상기 블록체인 기반의 접근 제어 방법에 포함되는 각 단계의 동작 주체는 그 기재가 생략될 수도 있다. 또한, 상기 접근 제어 방법의 각 단계는 메모리에 로드(load)되어 프로세서에 의해 실행되는 컴퓨터 프로그램의 인스트럭션으로 구현될 수 있다.Each step of the blockchain-based access control method according to embodiments of the present invention to be described below may be performed by a computing device. For example, when the access control method is performed in the environment shown in FIG. 2, the computing device may be an access control device 100. However, for convenience of description, the description of the operation subject of each step included in the blockchain-based access control method may be omitted. In addition, each step of the access control method may be implemented by instructions of a computer program loaded in a memory and executed by a processor.

먼저, 도 5 내지 도 8을 참조하여 본 발명의 제1 실시예에 따른 접근 제어 방법에 대하여 설명한다.First, the access control method according to the first embodiment of the present invention will be described with reference to FIGS. 5 to 8.

도 5는 본 발명의 제1 실시예에 따른 접근 제어 방법을 나타내는 흐름도이다. 상기 제1 실시예에 따른 접근 제어 방법은 1개의 블록체인 기반 하에서 수행된다. 이하, 도 5를 참조하여 설명한다.5 is a flowchart illustrating an access control method according to a first embodiment of the present invention. The access control method according to the first embodiment is performed on one blockchain basis. A description with reference to FIG. 5 is as follows.

도 5를 참조하면, 상기 제1 실시예에 따른 접근 제어 방법은 사용자 단말(300)로부터 제어 대상 데이터의 등록 요청을 받는 단계(S10)에서 시작된다. 전술한 바와 같이, 상기 제어 대상 데이터는 소정의 접근 제한 기간이 주어진 데이터이다.Referring to FIG. 5, the access control method according to the first embodiment starts at step S10 of receiving a request for registration of control target data from the user terminal 300. As described above, the control target data is data given a predetermined access restriction period.

일 실시예에서, 상기 접근 제한 기간은 사용자에 의해 설정될 수 있다.In one embodiment, the access restriction period may be set by a user.

다른 실시예에서, 상기 접근 제한 기간은 접근 제어 장치(100) 또는 다른 장치(e.g. 사용자 단말 300)에 의해 자동으로 설정될 수 있다. 예를 들어, 제어 대상 데이터의 중요도 등급에 기초하여 접근 제한 기간이 자동으로 설정될 수 있다. 다만, 접근 제한 기간이 설정되는 방식은 얼마든지 다른 방식으로 수행되더라도 무방하다.In another embodiment, the access restriction period may be automatically set by the access control device 100 or another device (e. G., User terminal 300). For example, the access restriction period may be automatically set based on the importance level of the data to be controlled. However, the manner in which the access restriction period is set may be performed in any other way.

단계(S20)에서, 상기 등록 요청에 응답하여 제어 대상 데이터에 대한 등록 절차가 시작된다. 상기 등록 절차의 첫 단계(S20)로, 접근 제어 장치(100)는 기 설정된 분할 규칙에 따라 상기 제어 대상 데이터로부터 복수의 데이터 조각을 생성한다. 예를 들어, 접근 제어 장치(100)는 도 6에 도시된 바와 같이 제어 대상 데이터(241)에 지정된 분할 규칙(243)을 적용하여 복수의 데이터 조각(245, 247)를 생성할 수 있다. 이하에서는, 이해의 편의를 제공하기 위해, 분할 규칙에 따라 생성된 데이터 조각의 개수는 2개인 것으로 가정하여 설명을 이어가도록 한다. 다만, 데이터 조각의 개수에 의해 본 발명의 범위가 제한되는 것은 아니다.In step S20, the registration procedure for the control target data is started in response to the registration request. In the first step S20 of the registration procedure, the access control apparatus 100 generates a plurality of data pieces from the control target data according to a preset division rule. For example, the access control apparatus 100 may generate a plurality of data pieces 245 and 247 by applying the division rule 243 specified to the control target data 241 as shown in FIG. 6. In the following description, it is assumed that the number of data fragments generated according to the partitioning rule is two for convenience of understanding. However, the scope of the present invention is not limited by the number of data fragments.

상기 분할 규칙은 다양한 종류의 규칙을 포함할 수 있다. 예를 들어, 도 6에 도시된 바와 같이 데이터 조각이 원본 데이터의 물리적인 일부분이 되도록 분할하는 제1 규칙, 원본 데이터를 압축하고 압축된 원본 데이터를 기초로 데이터를 분할하는 제2 규칙, 원본 데이터를 암호화하고 암호화된 원본 데이터를 기초로 데이터를 분할하는 제3 규칙 등을 포함할 수 있다. 이외에도, 상기 분할 규칙은 원본 데이터를 기초로 복수의 데이터 조각을 생성할 수 있는 모든 종류의 규칙을 포함할 수 있다. 또한, 상기 분할 규칙은 역으로 복수의 데이터 조각으로부터 해당 데이터를 재생성하는 규칙 또한 포함할 수 있다.The division rule may include various kinds of rules. For example, as shown in FIG. 6, a first rule of dividing the data fragment into a physical part of the original data, a second rule of compressing the original data and dividing the data based on the compressed original data, and the original data And a third rule of dividing the data based on the encrypted original data. In addition, the division rule may include all kinds of rules for generating a plurality of pieces of data based on the original data. In addition, the partitioning rule may also include a rule for regenerating corresponding data from a plurality of pieces of data.

참고로, 상기 제2 규칙에 따라 데이터 조각이 생성되는 경우, 압축 과정에 따라 일정한 암호화 효과가 획득될 수 있다. 또한, 압축에 따른 데이터의 용량 감소로 인해, 블록체인 환경의 민감한 문제 중 하나인 저장소 용량 문제가 저감될 수 있다.For reference, when a data fragment is generated according to the second rule, a constant encryption effect may be obtained according to the compression process. In addition, due to the reduction in data capacity due to compression, the storage capacity problem, which is one of the sensitive problems of the blockchain environment, may be reduced.

본 발명의 몇몇 실시예에 따르면, 제어 대상 데이터에 적용되는 분할 규칙은 상기 제어 대상 데이터의 중요도에 따라 달라질 수 있다. 예를 들어, 중요도 등급(e.g. 기밀 등급, 보안 등급 등)이 높은 제어 대상 데이터의 경우, 보다 강도 높은 분할 규칙이 적용될 수 있다. 여기서, "강도가 높다"는 것의 의미는 분할되는 데이터 조각의 개수를 늘리거나, 데이터 믹싱(mixing)/셔플링(shuffling) 등의 변화 처리, 압축/암호화 등의 추가적인 프로세싱을 더 수행함으로써, 데이터 분할/재생성의 난이도가 향상되는 것을 의미한다. 본 실시예에 따르면, 중요도가 높은 데이터에 대한 보안성이 더욱 향상될 수 있다.According to some embodiments of the present disclosure, the division rule applied to the control target data may vary depending on the importance of the control target data. For example, for controlled data with a high degree of importance (e.g. confidentiality level, security level, etc.), a stronger segmentation rule may be applied. Here, the term "high intensity" means that the data is increased by increasing the number of pieces of data to be divided, or performing further processing such as data mixing / shuffling, additional processing such as compression / encryption, and the like. This means that the difficulty of splitting / reproducing is improved. According to the present embodiment, security of data with high importance may be further improved.

또한, 본 발명의 몇몇 실시예에 따르면, 접근 제어 장치(100)는 제어 대상 데이터에 대한 데이터 키(즉, 식별 값)를 생성할 수 있다. 본 실시예에서, 단계(S20)에서 생성된 데이터 조각에 상기 데이터 키에 매칭되어 블록체인(230) 상에 기록되고, 제어 대상 데이터를 조회하는 용도로 이용된다. 다만, 실시예에 따라, 데이터 키는 사용자 단말(300)로부터 제공받을 수도 있다.In addition, according to some embodiments of the present disclosure, the access control apparatus 100 may generate a data key (ie, an identification value) for the data to be controlled. In the present embodiment, the data fragment generated in step S20 is matched with the data key, recorded on the blockchain 230, and used for inquiring control target data. However, in some embodiments, the data key may be provided from the user terminal 300.

또한, 본 발명의 몇몇 실시예에 따르면, 접근 제어 장치(100)는 제어 대상 데이터의 위변조를 방지하기 위한 정보를 생성할 수 있다. 상기 위변조 방지 정보는 전체 제어 대상 데이터에 대한 해시(hash) 값 및/또는 각 데이터 조각에 대한 해시 값 등으로 구성될 수 있으나, 제어 대상 데이터의 위변조를 검증할 수 있다면 어떠한 방식으로 구성되더라도 무방하다. 일 예로, 도 7에 도시된 바와 같이, 상기 위변조 방지 정보는 각 데이터 조각(251 내지 259)의 해시 값에 대한 머클 트리(merkle tree or hash tree)로 구성될 수 있다. 이를 통해, 제어 대상 데이터에 대한 무결성이 더욱 강화될 수 있다. 상기 머클 트리는 당해 기술 분야에서 이미 널리 알려진 개념인 바, 이에 대한 설명은 생략하도록 한다.In addition, according to some embodiments of the present disclosure, the access control apparatus 100 may generate information for preventing forgery of the control target data. The forgery prevention information may include a hash value for the entire control target data and / or a hash value for each piece of data, but may be configured in any manner as long as the forgery of the control target data can be verified. . For example, as illustrated in FIG. 7, the forgery prevention information may be configured as a merkle tree or hash tree for hash values of the respective data pieces 251 to 259. Through this, the integrity of the data to be controlled may be further strengthened. Since the Merkle tree is a concept well known in the art, a description thereof will be omitted.

다시 도 5를 참조하면, 단계(S30)에서, 접근 제어 장치(100)는 먼저 일부 데이터 조각을 블록체인(230)에 등록한다. 예를 들어, 접근 제어 장치(100)는 데이터 키와 매칭하여 제1 데이터 조각 및 위변조 방지 정보를 블록체인(230) 상에 기록할 수 있다. 본 단계(S30)에서, 일부 데이터 조각이 먼저 블록체인(230)에 기록됨에 따라, 제어 대상 데이터의 등록 여부 및/또는 등록 시점이 보증될 수 있다.Referring back to FIG. 5, in step S30, the access control apparatus 100 first registers some data pieces in the blockchain 230. For example, the access control apparatus 100 may record the first data fragment and the forgery prevention information on the blockchain 230 by matching the data key. In this step (S30), as some data pieces are first recorded in the blockchain 230, whether the control target data is registered and / or the time of registration can be guaranteed.

단계(S40)에서, 접근 제어 장치(100)는 나머지 데이터 조각을 블록체인(230)에 등록한다. 예를 들어, 접근 제어 장치(100)는 데이터 키와 매칭하여 제2 데이터 조각 및 분할 규칙을 블록체인(230)에 기록할 수 있다.In operation S40, the access control apparatus 100 registers the remaining data pieces in the blockchain 230. For example, the access control apparatus 100 may record the second data fragment and the division rule in the blockchain 230 by matching the data key.

본 단계(S40)는 제어 대상 데이터의 접근 제한 기간이 경과된 이후에 수행된다. 즉, 도 8에 도시된 바와 같이, 접근 제어 장치(100)는 제어 대상 데이터의 접근 제한 기간이 경과되었는지 여부를 판정하고, 경과 판정에 응답하여 본 단계(S40)를 수행한다. 따라서, 접근 제한 기간 동안 제어 대상 데이터의 일부 데이터가 블록체인의 사용자에게 노출되지 않고, 이로 인해 제어 대상 데이터에 대한 사용자의 접근이 제한될 수 있다.This step S40 is performed after the access restriction period of the control target data has elapsed. That is, as shown in FIG. 8, the access control apparatus 100 determines whether the access restriction period of the control target data has elapsed, and performs this step S40 in response to the elapsed determination. Therefore, some data of the control target data is not exposed to the user of the blockchain during the access restriction period, and thus the user's access to the control target data may be restricted.

접근 제한 시간이 경과한 이후, 사용자 단말(300)로부터 해당 제어 대상 데이터에 대한 조회 요청이 수신되면, 데이터 재생성 절차가 수행될 수 있다. 구체적으로, 상기 데이터 재생성 절차에서, 블록체인 상에 기록된 모든 데이터 조각, 분할 규칙 및 위변조 방지 정보가 조회되고, 상기 분할 규칙에 기초하여 해당 제어 대상 데이터가 재생성되며, 상기 위변조 방지 정보에 기초하여 해당 제어 대상 데이터에 대한 검증이 수행될 수 있다. 또한, 재생성된 제어 대상 데이터가 상기 조회 요청에 대한 응답으로 제공될 수 있다. 상기와 같은 데이터 재생성 절차는 접근 제어 장치(100)에 의해 수행될 수 있으나, 다른 장치에서 수행되더라도 무방하다.After the access time limit has elapsed, if an inquiry request for the corresponding control target data is received from the user terminal 300, a data regeneration procedure may be performed. Specifically, in the data regeneration procedure, all data fragments, division rules, and anti-forgery information recorded on the blockchain are inquired, the corresponding control target data is regenerated based on the division rules, and based on the forgery prevention information. Verification on the data to be controlled may be performed. In addition, regenerated control target data may be provided in response to the inquiry request. The data regeneration procedure as described above may be performed by the access control apparatus 100, but may be performed by another apparatus.

한편, 도 8에서, 제1 시점(T1)에 제1 데이터 조각(261) 및 위변조 방지 정보(267)가 먼저 블록체인(230)에 등록되고, 접근 제한 기간 경과된 제2 시점(T2)에 제2 데이터 조각(263) 및 분할 규칙(265)은 등록되는 것으로 도시되었다. 그러나, 제1 시점(T1) 및 제2 시점(T2)에 등록되는 데이터의 종류 및 개수는 얼마든지 달라질 수 있다. 예컨대, 제1 시점(T1)에 제1 데이터 조각(261)만이 블록체인에 등록되고, 나머지 데이터(263 내지 267)는 제2 시점(T2)에 블록체인에 등록될 수도 있다.On the other hand, in Figure 8, the second time point (T 1) the first data piece 261 and the tamper protection information (267) on the first and registered on a block chain 230, the term access control lapse (T 2 The second data piece 263 and partition rule 265 are shown as being registered. However, the type and number of data registered at the first time point T 1 and the second time point T 2 may vary. For example, only the first data piece 261 may be registered in the blockchain at the first time point T 1 , and the remaining data 263 to 267 may be registered in the blockchain at the second time point T 2 .

지금까지, 도 5 내지 도 8을 참조하여, 본 발명의 제1 실시예에 따른 접근 제어 방법에 대하여 설명하였다. 상술한 방법에 따르면, 일부 데이터를 블록체인에 등록하고 접근 제한 기간이 지난 이후의 시점에 나머지 데이터를 블록체인에 등록함으로써, 제어 대상 데이터의 등록 시점과 제어 대상 데이터의 무결성이 블록체인을 통해 보증될 수 있다. 아울러, 종래에는 기밀 유지 기간이 주어진 데이터라 하더라도 퍼블릭 기반 블록체인에 등록된 이후에는, 데이터 열람 등의 접근 행위를 방지하는 것이 불가능하였다. 그러나, 상술한 방법에 따르면, 분할된 일부 데이터를 기밀 유지 기간이 경과한 이후에 등록함으로써 퍼블릭 기반 블록체인 환경 하에서도 접근 제어가 수행될 수 있기 때문에, 기밀 유지 기간 동안 해당 데이터의 비밀성 또한 보장될 수 있다. 아울러, 별도의 접근 제어 리스트(access control list)를 관리할 필요가 없는 바 효율적인 접근 제어가 가능하다. 또한, 접근 제어를 위해 퍼블릭 기반의 블록체인을 프라이빗 기반의 블록체인으로 재구축할 필요가 없는 바, 재구축에 소요되는 인적 비용, 시간 비용 및 컴퓨팅 비용 등이 크게 절감될 수 있다.So far, the access control method according to the first embodiment of the present invention has been described with reference to FIGS. According to the above-described method, by registering some data on the blockchain and registering the remaining data on the blockchain at the time after the access restriction period has passed, the blockchain ensures the registration timing of the control data and the integrity of the control data. Can be. In addition, conventionally, even if data is given a confidentiality period, it is impossible to prevent access behavior such as data viewing after being registered in the public-based blockchain. However, according to the above method, since the access control can be performed even in a public-based blockchain environment by registering some divided data after the confidentiality period has elapsed, the confidentiality of the data is also guaranteed during the confidentiality period. Can be. In addition, since there is no need to manage a separate access control list (access control list) it is possible to efficiently access control. In addition, since the public-based blockchain does not need to be rebuilt as a private-based blockchain for access control, human costs, time costs, and computing costs for rebuilding can be greatly reduced.

이하에서는, 도 9 및 도 10을 참조하여 본 발명의 제2 실시예에 따른 접근 제어 방법에 대하여 설명하도록 한다. 이하, 도 9 이하의 도면을 참조하여 설명하며, 전술한 실시예와 동일한 내용에 대한 설명은 생략하도록 한다.Hereinafter, an access control method according to a second embodiment of the present invention will be described with reference to FIGS. 9 and 10. Hereinafter, a description will be given with reference to the drawings below with reference to FIG. 9, and descriptions of the same contents as the above-described embodiments will be omitted.

도 9는 본 발명의 제2 실시예에 따른 접근 제어 방법을 나타내는 흐름도이다.9 is a flowchart illustrating an access control method according to a second embodiment of the present invention.

도 9에 도시된 바와 같이, 상기 제2 실시예에 따른 접근 제어 방법은 복수의 블록체인(271, 273) 기반 하에서 수행된다. 이때, 제1 블록체인(271)은 접근 권한이 없는 사용자(또는 접근 제한 기간이 지난 이후에 해당 데이터에 접근이 가능한 사용자)도 접근이 허용되도록 구현된 블록체인을 가리킨다. 예컨대, 제1 블록체인(271)은 사용자에 대한 접근 제어가 수행되지 않는 퍼블릭 블록체인 네트워크(public blockchain network)에서 구현될 수 있다. 제2 블록체인(273)은 접근 권한이 있는 사용자(또는 접근 제한 기간 동안에도 접근이 가능한 사용자)만이 접근할 수 있는 블록체인을 가리킨다. 예컨대, 제2 블록체인(273)은 특정 사용자에 대한 접근 제어가 허용되는 프라이빗 블록체인 네트워크(private blockchain network)에서 구현될 수 있다. 다만, 제1 블록체인(271) 및 제2 블록체인(271) 모두 프라이빗 블록체인 네트워크에서 구현될 수 있음은 물론이며, 이는 실시예에 따라 얼마든지 달라질 수 있는 것이다.As shown in FIG. 9, the access control method according to the second embodiment is performed based on a plurality of blockchains 271 and 273. In this case, the first blockchain 271 refers to a blockchain implemented such that even an unauthorized user (or a user who has access to the data after an access restriction period) is allowed to access. For example, the first blockchain 271 may be implemented in a public blockchain network in which access control for a user is not performed. The second blockchain 273 indicates a blockchain accessible only by a user who has access authority (or a user who can access even during an access restriction period). For example, the second blockchain 273 may be implemented in a private blockchain network that allows access control for a specific user. However, both the first blockchain 271 and the second blockchain 271 may be implemented in a private blockchain network, which may vary depending on the embodiment.

구체적인 접근 제어 방법에 대하여 살펴보면, 상기 제2 실시예에 따른 접근 제어 방법 또한 제어 대상 데이터에 대한 등록 요청을 받는 단계(S100)에서 시작된다.In more detail with respect to the access control method, the access control method according to the second embodiment also begins in step S100 of receiving a registration request for the control target data.

단계(S110)에서, 접근 제어 장치(100)는 기 설정된 분할 규칙에 따라 접근 제어 대상 데이터를 기초로 복수의 데이터 조각을 생성한다. 본 단계(S110)에 대한 설명은 전술한 바와 동일하므로 생략하도록 한다.In operation S110, the access control apparatus 100 generates a plurality of pieces of data based on the access control target data according to a preset division rule. Description of this step (S110) is the same as described above, so it will be omitted.

단계(S120)에서, 접근 제어 장치(100)는 생성된 복수의 데이터 조각과 함께 데이터 키 등의 메타 정보를 제2 블록체인(273)에 등록한다. 제2 블록체인(273)은 접근 권한이 있는 사용자만이 접근할 수 있으므로, 모든 데이터가 등록되더라도 접근 권한이 없는 사용자에게 제어 대상 데이터가 노출되는 것은 아니다.In operation S120, the access control apparatus 100 registers meta information such as a data key in the second blockchain 273 together with the generated plurality of pieces of data. Since the second blockchain 273 can be accessed only by a user having access authority, even though all data are registered, the control target data is not exposed to a user without access authority.

단계(S130)에서, 접근 제어 장치(100)는 일부 데이터 조각을 제1 블록체인(271)에 등록한다. 본 단계(S130)에서, 비록 일부 데이터 조각이 제1 블록체인(271) 상에 기록되더라도, 제어 대상 데이터의 재성성은 불가하기 때문에, 접근 권한이 없는 사용자에게 상기 제어 대상 데이터가 노출되는 것은 아니다.In operation S130, the access control apparatus 100 registers some data pieces in the first blockchain 271. In this step S130, even if some pieces of data are recorded on the first blockchain 271, since the regeneration of the control target data is impossible, the control target data is not exposed to a user without access authority.

단계(S140)에서, 접근 제한 기간이 경과한 이후에 접근 제어 장치(100)는 나머지 데이터 조각을 제1 블록체인(271)에 등록한다. 예를 들어, 접근 제어 장치(100)는 상기 제어 대상 데이터의 접근 제한 기간이 경과했는지 여부를 판정하고, 경과 판정에 응답하여 상기 나머지 데이터 조각을 제1 블록체인(271) 상에 기록할 수 있다. 이에 따라, 상기 제어 대상 데이터의 노출 시점이 접근 제한 기간이 경과한 이후의 시점으로 결정되는 바, 접근 제한 기간 동안 상기 제어 대상 데이터에 대한 접근 제어가 수행될 수 있다.In step S140, after the access restriction period has elapsed, the access control device 100 registers the remaining pieces of data in the first blockchain 271. For example, the access control apparatus 100 may determine whether an access restriction period of the control target data has elapsed, and record the remaining pieces of data on the first blockchain 271 in response to the elapsed determination. . Accordingly, since the exposure time point of the control target data is determined to be a time point after the access restriction period elapses, the access control to the control target data may be performed during the access restriction period.

한편, 본 발명의 다른 실시예에 따르면, 본 단계(S140)는 스마트 컨트랙트에 의해 수행될 수도 있다. 구체적으로, 도 10에 도시된 바와 같이, 접근 제어 장치(100)는 제2 블록체인(273)에 소정의 스마트 컨트랙트를 미리 등록한다. 상기 스마트 컨트랙트는 접근 제한 기간의 경과 판정에 응답하여 실행되고, 제2 블록체인(273) 상에 기록된 일부 데이터 조각을 제1 블록체인(271) 상에 기록되도록 처리하는 루틴(routine)을 포함하는 스마트 컨트랙트이다. 따라서, 접근 제한 기간이 경과하면 스마트 컨트랙트가 실행되고(S240), 상기 스마트 컨트랙트에 의해 나머지 데이터 조각이 제1 블록체인(270) 상에 기록될 수 있다(S250). 본 실시예에 따르면, 블록체인 상에 공유되는 스마트 컨트랙트를 이용하여 블록체인 상에서 해당 단계(S140)가 자동으로 수행된다. 따라서, 접근 제어 장치(100)의 부하가 감소되며, 트랜잭션 처리를 안전성을 보장하는 블록체인 기술을 통해 해당 단계(S140)의 안전한 처리가 보장될 수 있다. 또한, 제어 대상 데이터의 재생성에 요구되는 모든 데이터들(e.g. 데이터 조각들, 위변조 방지 정보, 분할 규칙)이 블록체인 상에 바로 기록되어 접근 제어 장치(100)가 상기 데이터들을 보관하고 있는 기간이 최소화되는 바, 제어 대상 데이터의 무결성 및 보안성이 더욱 향상될 수 있다.Meanwhile, according to another embodiment of the present invention, the step S140 may be performed by a smart contract. Specifically, as shown in FIG. 10, the access control apparatus 100 registers a predetermined smart contract in advance in the second blockchain 273. The smart contract is executed in response to the determination of the elapse of the access restriction period, and includes a routine for processing some pieces of data recorded on the second blockchain 273 to be recorded on the first blockchain 271. It's a smart contract. Therefore, when the access restriction period elapses, the smart contract is executed (S240), and the remaining data pieces may be recorded on the first blockchain 270 by the smart contract (S250). According to the present embodiment, the step S140 is automatically performed on the blockchain using the smart contract shared on the blockchain. Therefore, the load of the access control apparatus 100 is reduced, and the secure processing of the step S140 may be guaranteed through a blockchain technology that guarantees the safety of transaction processing. In addition, all data (eg data fragments, anti-forgery information, and division rules) required for the regeneration of the data to be controlled are recorded directly on the blockchain, thereby minimizing the period in which the access control device 100 stores the data. As such, the integrity and security of the data to be controlled may be further improved.

참고로, 도 10에서, 상기 스마트 컨트랙트는 제2 블록체인(273)에 생성된 데이터 조각과 함께 제2 블록체인(273)에 등록되는 것으로 도시되었으나, 상기 스마트 컨트랙트가 제2 블록체인(273)에 등록되는 시점은 실시예에 따라 얼마든지 달라질 수 있다.For reference, in FIG. 10, the smart contract is shown to be registered in the second blockchain 273 together with the data fragments generated in the second blockchain 273, but the smart contract is registered in the second blockchain 273. The time to be registered in may vary depending on the embodiment.

또한, 도 9 및 도 10에서, 복수의 데이터 조각을 생성하는 단계(S110, S210)는 실시예에 따라 생략될 수도 있다. 이와 같은 경우, 전체 제어 대상 데이터가 먼저 제2 블록체인(273)에 등록되고, 접근 제한 기간이 경과한 시점에 전체 제어 대상 데이터가 제1 블록체인(271)에 등록되도록 동작될 수 있다.In addition, in FIGS. 9 and 10, steps S110 and S210 of generating a plurality of data pieces may be omitted according to an exemplary embodiment. In this case, the entire control target data may first be registered in the second blockchain 273, and the entire control target data may be registered in the first blockchain 271 when the access restriction period has elapsed.

지금까지, 도 9 및 도 10을 참조하여 본 발명의 제2 실시예에 따른 접근 제어 방법에 대하여 설명하였다. 상술한 방법에 따르면, 다수의 사용자가 이용하는 블록체인 상에 제어 대상 데이터가 등록되는 시점을 접근 제한 기간 동안 지연함으로써, 다수의 사용자에 대하여 효과적으로 접근 제어가 수행될 수 있다. 따라서, 종래와는 달리 접근 제어를 수행하기 위해 암호화와 같은 별도의 프로세싱이 수행될 필요가 없고, 접근 제어 리스트를 별도로 관리할 필요도 없는 바, 효율적으로 접근 제어가 수행될 수 있다. 또한, 종래와는 달리 제1 블록체인(271)이 퍼블릭 블록체인으로 구현되는 경우라도, 사용자에 대한 접근 제어가 수행될 수 있다.So far, the access control method according to the second embodiment of the present invention has been described with reference to FIGS. 9 and 10. According to the above-described method, the access control can be effectively performed for a plurality of users by delaying the time when the control target data is registered on the blockchain used by the plurality of users for the access restriction period. Accordingly, unlike the related art, separate processing such as encryption does not need to be performed to perform access control, and access control list can be efficiently performed since there is no need to separately manage the access control list. In addition, unlike the related art, even when the first blockchain 271 is implemented as a public blockchain, access control to a user may be performed.

이하에서는, 보다 이해의 편의를 제공하기 위해, 전술한 내용을 바탕으로 본 발명의 구체적인 활용예에 대하여 설명하도록 한다.In the following, in order to provide a more convenient understanding, it will be described with respect to specific application examples of the present invention based on the above-described contents.

먼저, 도 11을 참조하여 본 발명의 제1 활용예에 대하여 설명한다.First, with reference to FIG. 11, the 1st utilization example of this invention is demonstrated.

상기 제1 활용예에서, 제1 블록체인(281)은 모든 사용자(A, B)의 접근이 허용되도록 구현된 블록체인이다. 제1 블록체인(281)은 퍼블릭 블록체인 네트워크에서 구현될 수 있고, 프라이빗 블록체인 네트워크에서 모든 사용자(A, B)에 대한 접근을 허용하는 방식으로 구현될 수도 있다.In the first use case, the first blockchain 281 is a blockchain implemented to allow access of all users A and B. The first blockchain 281 may be implemented in a public blockchain network, or may be implemented in a manner that allows access to all users A and B in a private blockchain network.

제2 블록체인(283)은 접근 권한이 있는 특정 사용자(A)에 대한 접근만이 허용되도록 구현된 블록체인이다. 제2 블록체인(283)은 프라이빗 블록체인 네트워크에서 특정 사용자(A)에게만 접근 권한을 부여하는 방식으로 구현될 수 있다.The second blockchain 283 is a blockchain implemented such that only access to a specific user A with access permission is allowed. The second blockchain 283 may be implemented in a manner of granting access rights only to a specific user A in the private blockchain network.

제1 블록체인(281) 및 제2 블록체인(283)이 도 11에 도시된 바와 같이 구현되는 경우, 접근 권한이 있는 사용자(A)는 접근 제한 기간 동안에도 제2 블록체인(283)을 통해 제어 대상 데이터를 이용할 수 있다.When the first blockchain 281 and the second blockchain 283 are implemented as shown in FIG. 11, the user A having access rights can access the second blockchain 283 even during the access restriction period. Control target data can be used.

또한, 사용자(B)는 접근 제한 기간 동안 제어 대상 데이터에 접근할 수 없고, 전체 데이터(261 내지 267)가 제1 블록체인(281)에 등록된 이후에 제1 블록체인(281)을 통해 상기 제어 대상 데이터를 이용할 수 있다.In addition, the user B cannot access the data to be controlled during the access restriction period, and after the entire data 261 to 267 are registered in the first blockchain 281, the user B may access the data through the first blockchain 281. Control target data can be used.

이와 같이, 상기 제1 활용예에 따르면, 블록체인(281, 283) 기반 하에서 사용자(A, B) 별(또는 접근 권한별)로 접근 제어가 수행될 수 있다. 예컨대, 사용자(A)가 제어 대상 데이터의 생성자 또는 등록자라면, 접근 제한 기간 동안 상기 생성자 또는 등록자만이 해당 데이터에 접근할 수 있고, 다른 사용자는 접근할 수 없도록 접근 제어가 수행될 수 있다.As such, according to the first application example, access control may be performed for each user (A, B) (or for each access right) based on the blockchains 281 and 283. For example, if the user A is the creator or registrant of the control target data, the access control may be performed such that only the creator or registrant can access the data and other users cannot access the data during the access restriction period.

다음으로, 도 12를 참조하여 본 발명의 제2 활용예에 대하여 설명한다.Next, with reference to FIG. 12, the 2nd utilization example of this invention is demonstrated.

도 12에 도시된 바와 같이, 상기 제2 활용예에서, 4개 이상의 블록체인(291, 293, 295, 297)을 이용하여 접근 제어가 수행되고, 접근 권한별로 서로 다른 접근 제한 기간이 적용된다. 구체적으로, 제1 접근 권한이 있는 사용자(A)에게는 제1 접근 제한 기간이 적용되고, 제2 접근 권한이 있는 사용자(B)에게는 제2 접근 제한 기간이 적용되며, 접근 권한이 없는 사용자에게는 제3 접근 제한 기간이 적용된다. 또한, 제어 대상 데이터의 등록자는 접근 제한 기간에 관계 없이 상기 제어 대상 데이터에 대한 접근할 수 있도록 접근 제어가 수행된다.As shown in FIG. 12, in the second application example, access control is performed using four or more blockchains 291, 293, 295, and 297, and different access restriction periods are applied for each access right. Specifically, the first access restriction period is applied to the user A having the first access right, the second access restriction period is applied to the user B having the second access right, and the first access restriction period is applied to the user A without the access right. 3 Access restriction periods apply. In addition, access control is performed so that the registrant of the control target data can access the control target data regardless of the access restriction period.

상기 제2 활용예에서, 제1 블록체인(291)은 모든 사용자에 대한 접근이 허용되도록 구현된 블록체인이다. 따라서, 제3 접근 제한 기간이 경과한 이후에 나머지 데이터(265, 267)가 제1 블록체인(291)에 등록되고, 상기 제3 접근 제한 기간이 경과한 이후에 제어 대상 데이터가 모든 사용자에게 노출된다. 전술한 바와 같이, 나머지 데이터(265, 267)의 등록은 접근 제어 장치(100)에 의해 직접 수행될 수 있고, 스마트 컨트랙트에 의해 수행될 수도 있다.In the second use case, the first blockchain 291 is a blockchain implemented to allow access to all users. Therefore, after the third access restriction period has elapsed, the remaining data 265 and 267 are registered in the first blockchain 291, and the control target data is exposed to all users after the third access restriction period has elapsed. do. As described above, the registration of the remaining data 265 and 267 may be directly performed by the access control apparatus 100 or may be performed by the smart contract.

제2 블록체인(293)은 특정 사용자(B)(또는 제2 접근 권한이 있는 사용자)만이 접근이 허용되도록 구현된 블록체인이다. 따라서, 제2 접근 제한 기간이 경과한 이후에 나머지 데이터(265, 267)가 제2 블록체인(293)에 등록된다. 도 12는 제4 블록체인(297) 상에 기록된 데이터(265, 267)가 제2 블록체인(293)에 등록된 것을 예로써 도시하고 있으나, 제3 블록체인(295) 상에 기록된 데이터(265, 267)가 제2 블록체인(295)에 등록되도록 동작할 수 있음은 물론이다.The second blockchain 293 is a blockchain implemented such that only a specific user B (or a user having a second access right) is allowed to access. Therefore, after the second access restriction period has elapsed, the remaining data 265 and 267 are registered in the second blockchain 293. 12 illustrates that data 265 and 267 recorded on the fourth blockchain 297 are registered in the second blockchain 293, but the data recorded on the third blockchain 295 is illustrated. It goes without saying that 265 and 267 may operate to be registered in the second blockchain 295.

제3 블록체인(295)은 특정 사용자(A)(또는 제1 접근 권한이 있는 사용자)만이 접근이 허용되도록 구현된 블록체인이다. 따라서, 제1 접근 제한 기간이 경과한 이후에 나머지 데이터(265, 267)가 제3 블록체인(295)에 등록된다.The third blockchain 295 is a blockchain implemented such that only a specific user A (or a user having a first access right) is allowed to access. Therefore, after the first access restriction period has elapsed, the remaining data 265 and 267 are registered in the third blockchain 295.

제4 블록체인(297)은 상기 등록자만이 접근이 허용되도록 구현된 블록체인이다. 모든 데이터(261 내지 267)는 데이터 등록 시점에 제4 블록체인(297)에 등록되므로, 상기 등록자는 접근 제한 기간에 관계 없이 제어 대상 데이터를 이용할 수 있다.The fourth blockchain 297 is a blockchain implemented such that only the registrant is allowed access. Since all data 261 to 267 are registered in the fourth blockchain 297 at the time of data registration, the registrant can use the control target data regardless of the access restriction period.

이와 같이, 상기 제2 활용예에 따르면, 접근 권한별(또는 사용자별)로 일부 데이터(265, 267)의 등록 시점을 지연시킴으로써, 접근 권한별(또는 사용자별)로 접근 제어가 수행될 수 있다. 종래에는 접근 권한별 및/또는 사용자별로 접근 제어를 수행하기 위해서는 복잡한 형태의 접근 제어 리스트를 유지하고 관리해야 하는 부담이 있었다. 그러나, 전술한 활용예들에 따르면, 별도의 접근 제어 리스트를 관리할 필요가 없는 바, 효율적으로 접근 제어가 수행될 수 있으며, 블록체인 환경 하에서도 사용자별 및/또는 접근 권한별로 복잡한 접근 제어 기능이 제공될 수 있다.As described above, according to the second use example, access control may be performed by access authority (or by user) by delaying the registration time of some data 265 and 267 by access authority (or by user). . Conventionally, in order to perform access control by access authority and / or user, there has been a burden of maintaining and managing a complicated access control list. However, according to the above-described applications, since there is no need to manage a separate access control list, access control can be efficiently performed, and a complex access control function for each user and / or access authority even in a blockchain environment. This may be provided.

다음으로, 도 13을 참조하여 본 발명의 제3 활용예에 대하여 설명한다.Next, a third application example of the present invention will be described with reference to FIG.

도 13에 도시된 바와 같이, 상기 제3 활용예는 전술한 제2 활용예와 동일하게 접근 권한별(또는 사용자별) 접근 제어를 수행하나, 3개의 블록체인(301, 303, 305)만을 이용한다.As shown in FIG. 13, the third use example performs access control by access authority (or user) in the same manner as the second use example, but uses only three blockchains 301, 303, and 305. .

상기 제3 활용예에서, 제1 블록체인(301)은 모든 사용자에 대한 접근이 허용되도록 구현된 블록체인으로 전술한 제2 활용예와 동일하다.In the third use example, the first blockchain 301 is a blockchain implemented to allow access to all users, which is the same as the second use example described above.

제2 블록체인(301)은 등록자와 특정 사용자(B)(또는 제2 접근 권한이 있는 사용자)만이 접근이 허용되도록 구현된 블록체인이다. 따라서, 제2 접근 제한 기간이 경과한 이후에 나머지 데이터(265, 267)가 제2 블록체인(293)에 등록된다.The second blockchain 301 is a blockchain implemented so that only a registrant and a specific user B (or a user having a second access right) are allowed to access. Therefore, after the second access restriction period has elapsed, the remaining data 265 and 267 are registered in the second blockchain 293.

제3 블록체인(305)은 등록자와 특정 사용자(A)(또는 제1 접근 권한이 있는 사용자)만이 접근이 허용되도록 구현된 블록체인이다. 따라서, 제1 접근 제한 기간이 경과한 이후에 나머지 데이터(265, 267)가 제3 블록체인(305)에 등록된다.The third blockchain 305 is a blockchain implemented such that only a registrant and a specific user A (or a user having a first access right) are allowed to access. Therefore, after the first access restriction period has elapsed, the remaining data 265 and 267 are registered in the third blockchain 305.

상기 제4 활용예에서, 제어 대상 데이터로부터 생성된 데이터 중 일부(265, 267)는 제2 블록체인(303)에 바로 등록되고, 나머지 일부(261, 267)는 제3 블록체인(305)에 바로 등록된다. 따라서, 2개의 블록체인(303, 305)에 접근이 가능한 등록자만이 접근 제한 기간에 관계 없이 제어 대상 데이터를 이용할 수 있다. 또한, 사용자(A, B)는 사용자별로 설정된 접근 제한 기간이 경과하기 전까지 제어 대상 데이터를 이용할 수 없다.In the fourth application example, some of the data generated from the data to be controlled 265 and 267 are directly registered in the second blockchain 303, and the remaining parts 261 and 267 are stored in the third blockchain 305. It is registered immediately. Therefore, only registrants who have access to the two blockchains 303 and 305 can use the control target data regardless of the access restriction period. In addition, the users A and B cannot use the control target data until the access restriction period set for each user elapses.

지금까지, 도 11 내지 도 13을 참조하여 본 발명의 몇몇 활용예에 대하여 설명하였다. 다만, 상술한 몇몇 활용예들은 본 발명에 대한 이해의 편의를 제공하기 위한 것일 뿐이며, 본 발명의 범위가 전술한 활용예에 의해 제한되는 것은 아님에 유의하여야 한다.So far, some applications of the present invention have been described with reference to FIGS. 11 to 13. However, it should be noted that some of the above-described applications are merely provided for convenience of understanding of the present invention, and the scope of the present invention is not limited by the above-described applications.

상술한 몇몇 활용예들에 따르면, 기밀 문서에 대하여 사용자별로 접근 제어를 수행하는 기밀 문서 관리 시스템이 용이하게 구축될 수 있다. 이때, 상기 기밀 문서 관리 시스템은 일정 기간 동안 기밀 유지가 필요한 문서에 대하여 관리를 수행하는 시스템이다. 기밀 문서의 경우 기밀 유지 기간 동안 해당 문서에 대한 기밀성이 보장되어야 할 뿐만 아니라 해당 문서의 무결성도 보장되어야 한다. 또한, 기밀 문서의 경우, 사용자별로 서로 다른 접근 권한이 부여될 수도 있다. 상술한 활용예들에 따르면, 복수의 블록체인을 이용하여 접근 제어 리스트 없이도 사용자별 및/또는 접근 권한별로 유연한 접근 제어 기능이 제공될 수 있고, 블록체인의 특성으로 인해 기밀 문서의 무결성 또한 보장될 수 있다. 아울러, 기밀 문서 관리를 위해 통상적으로 이용되는 DRM(digital rights management) 솔루션과는 달리 암호화 작업이 요구되지 않기 때문에, 상술한 활용예들에 따라 구축되는 기밀 문서 관리 시스템은 암호화 키에 대한 관리 문제와 컴퓨팅 기술의 발전에 따라 암호화 기술의 안정성이 떨어지는 문제로부터 자유롭다.According to some applications described above, a confidential document management system for performing access control on a user-by-user basis for a confidential document can be easily constructed. At this time, the confidential document management system is a system for managing a document that needs to be kept confidential for a certain period of time. In the case of confidential documents, the confidentiality of the documents must be ensured during the confidentiality period, as well as the integrity of the documents. In addition, in the case of confidential documents, different access rights may be granted for each user. According to the above-described applications, a flexible access control function can be provided for each user and / or access authority without an access control list using a plurality of blockchains, and the integrity of confidential documents can also be guaranteed due to the characteristics of the blockchain. Can be. In addition, unlike the digital rights management (DRM) solution commonly used for managing confidential documents, no encryption is required. Therefore, the confidential document management system constructed in accordance with the above-described applications has a problem of managing encryption keys. With the development of computing technology, the stability of encryption technology is free from problems.

이하에서는, 전술한 몇몇 실시예들에 따른 접근 제어 방법을 수행하는 접근 제어 장치(100)의 구성 및 동작에 대하여 도 14 및 도 15를 참조하여 설명한다.Hereinafter, the configuration and operation of the access control apparatus 100 that performs the access control method according to some embodiments described above will be described with reference to FIGS. 14 and 15.

도 14는 본 발명의 일 실시예에 따른 접근 제어 장치(100)를 나타내는 블록도이다.14 is a block diagram illustrating an access control apparatus 100 according to an embodiment of the present invention.

도 14를 참조하면, 접근 제어 장치(100)는 데이터 분할부(110), 데이터 등록부(130), 블록체인 연동부(140), 데이터 요청 처리부(150) 및 데이터 재생성부(160)를 포함할 수 있다. 다만, 도 14에는 본 발명의 실시예와 관련 있는 구성요소들만이 도시되어 있다. 따라서, 본 발명이 속한 기술분야의 통상의 기술자라면 도 14에 도시된 구성요소들 외에 다른 범용적인 구성 요소들이 더 포함될 수 있음을 알 수 있다. 또한, 도 14에 도시된 접근 제어 장치(100)의 각각의 구성 요소들은 기능적으로 구분되는 기능 요소들을 나타낸 것으로서, 적어도 하나의 구성 요소가 실제 물리적 환경에서는 서로 통합되는 형태로 구현될 수도 있음에 유의한다.Referring to FIG. 14, the access control apparatus 100 may include a data divider 110, a data register 130, a blockchain interworking unit 140, a data request processor 150, and a data regenerator 160. Can be. However, FIG. 14 shows only the components related to the embodiment of the present invention. Accordingly, it will be appreciated by those skilled in the art that other general purpose components may be further included in addition to the components illustrated in FIG. 14. In addition, each component of the access control apparatus 100 illustrated in FIG. 14 represents functionally divided functional elements, and may be implemented in a form in which at least one component is integrated with each other in an actual physical environment. do.

각 구성 요소를 살펴보면, 데이터 분할부(110)는 등록 요청에 응답하여 분할 규칙(120)에 따라 제어 대상 데이터를 분할한다. 전술한 몇몇 실시예들에서 언급한 바와 같이, 데이터 분할부(110)는 분할 규칙(120)에 따라 제어 대상 데이터로부터 복수의 데이터 조각, 데이터 키, 위변조 방지 정보 등을 생성할 수 있다.Looking at each component, the data dividing unit 110 divides the control target data according to the dividing rule 120 in response to the registration request. As mentioned in some embodiments described above, the data dividing unit 110 may generate a plurality of data fragments, data keys, anti-forgery information, and the like from the control target data according to the dividing rule 120.

데이터 등록부(130)는 블록체인 상에 데이터 분할부(110)에 의해 생성된 데이터(e.g. 복수의 데이터 조각, 데이터 키, 위변조 방지 정보)와 이용된 분할 규칙을 등록한다. 상기 등록 과정은 블록체인 연동부(140)를 통해 수행될 수 있다.The data registration unit 130 registers the data generated by the data division unit 110 (e.g. a plurality of data fragments, data keys, anti-forgery information) and the division rule used on the blockchain. The registration process may be performed through the blockchain interworking unit 140.

전술한 몇몇 실시예들에서 언급한 바와 같이, 데이터 등록부(130)는 일부 데이터 조각은 제1 시점에 블록체인 상에 등록하고, 나머지 데이터 조각은 설정된 접근 제한 기간이 경과한 제2 시점에 상기 블록체인 상에 등록한다. 이와 같이, 블록체인 상에 일부 데이터가 등록되는 시점을 제어함으로써 접근 권한별 및/또는 사용자별로 접근 제어가 수행될 수 있다. 이에 대한 자세한 설명은 전술한 바와 같으므로 생략하도록 한다.As mentioned in some of the above-described embodiments, the data register 130 registers some data pieces on the blockchain at a first time point, and the remaining data pieces at the second time point when a set access restriction period has elapsed. Register on the chain. As such, access control by access authority and / or user may be performed by controlling the timing at which some data is registered on the blockchain. Detailed description thereof is as described above and will be omitted.

블록체인 연동부(140)는 블록체인 네트워크(200)와 접근 제어 장치(100) 간의 통신, 메시지 변환 등의 각종 연동 기능을 수행한다.The blockchain interworking unit 140 performs various interworking functions such as communication and message conversion between the blockchain network 200 and the access control device 100.

데이터 요청 처리부(150)는 제어 대상 데이터의 조회 요청에 응답하여 블록체인 상에 기록된 복수의 데이터 조각, 분할 규칙, 위변조 방지 정보 등의 데이터를 얻어온다. 예를 들어, 데이터 요청 처리부(150)는 해당 제어 대상 데이터의 데이터 키로 블록체인을 조회하여 상기 데이터를 얻어올 수 있다.The data request processing unit 150 obtains data such as a plurality of pieces of data, division rules, and forgery and alteration information recorded on the blockchain in response to an inquiry request for control data. For example, the data request processing unit 150 may obtain the data by querying the blockchain with the data key of the corresponding control target data.

데이터 재생성부(160)는 상기 복수의 데이터 조각으로부터 요청한 제어 대상 데이터를 재생성한다. 예를 들어, 데이터 재생성부(160)는 위변조 방지 정보를 이용하여 상기 복수의 데이터 조각을 검증하고, 유효하다는 판정에 응답하여 상기 복수의 데이터 조각을 조합함으로써 요청한 제어 대상 데이터를 재생성한다. 상기 조합 과정은 상기 분할 규칙을 이용하여 수행될 수 있고, 이에 대한 설명은 본 발명의 논지를 흐릴 수도 있으므로 생략하도록 한다.The data regeneration unit 160 regenerates the control target data requested from the plurality of data pieces. For example, the data regenerating unit 160 regenerates the requested control target data by verifying the plurality of pieces of data by using forgery and alteration prevention information, and combining the plurality of pieces of data in response to the determination that the pieces of data are valid. The combining process may be performed using the division rule, and a description thereof will be omitted since it may obscure the subject matter of the present invention.

한편, 본 발명의 다른 실시예에 따르면, 데이터 요청 처리부(150) 및 데이터 재생성부(160)는 접근 제어 장치(100)의 구성 요소에서 제외될 수도 있다. 예를 들어, 데이터 요청 처리부(150) 및 데이터 재생성부(160)의 기능은 데이터 조회 요청을 처리하는 다른 장치에서 구현될 수도 있다. 또는, 사용자 단말(300)이 직접 블록체인을 조회하여 복수의 데이터 조각을 획득하고, 분할 규칙을 참조하여 제어 대상 데이터를 재생성할 수도 있다.Meanwhile, according to another exemplary embodiment of the present invention, the data request processor 150 and the data regenerator 160 may be excluded from the components of the access control apparatus 100. For example, the functions of the data request processor 150 and the data regenerator 160 may be implemented in other devices that process the data inquiry request. Alternatively, the user terminal 300 may directly query the blockchain to obtain a plurality of pieces of data, and regenerate the control target data with reference to the division rule.

도 14에 도시된 접근 제어 장치(100)의 각 구성 요소는 소프트웨어(Software) 또는, FPGA(Field Programmable Gate Array)나 ASIC(Application-Specific Integrated Circuit)과 같은 하드웨어(Hardware)를 의미할 수 있다. 그렇지만, 상기 구성 요소들은 소프트웨어 또는 하드웨어에 한정되는 의미는 아니며, 어드레싱(Addressing)할 수 있는 저장 매체에 있도록 구성될 수도 있고, 하나 또는 그 이상의 프로세서들을 실행시키도록 구성될 수도 있다. 상기 구성 요소들 안에서 제공되는 기능은 더 세분화된 구성 요소에 의하여 구현될 수 있으며, 복수의 구성 요소들을 합하여 특정한 기능을 수행하는 하나의 구성 요소로 구현될 수도 있다.Each component of the access control apparatus 100 illustrated in FIG. 14 may refer to software or hardware such as a field programmable gate array (FPGA) or an application-specific integrated circuit (ASIC). However, the components are not limited to software or hardware, and may be configured to be in an addressable storage medium, or may be configured to execute one or more processors. The functions provided in the above components may be implemented by more detailed components, or may be implemented as one component that performs a specific function by combining a plurality of components.

도 15는 본 발명의 일 실시예에 따른 블록체인 기반의 접근 제어 장치(100)의 하드웨어 구성도이다.15 is a block diagram illustrating a hardware configuration of a blockchain-based access control device 100 according to an embodiment of the present invention.

도 15를 참조하면, 접근 제어 장치(100)는 하나 이상의 프로세서(101), 버스(105), 네트워크 인터페이스(107), 프로세서(101)에 의하여 수행되는 컴퓨터 프로그램을 로드(load)하는 메모리(103)와, 컴퓨터 프로그램(109a)을 저장하는 스토리지(109)를 포함할 수 있다. 다만, 도 15에는 본 발명의 실시예와 관련 있는 구성요소들만이 도시되어 있다. 따라서, 본 발명이 속한 기술분야의 통상의 기술자라면 도 15에 도시된 구성요소들 외에 다른 범용적인 구성 요소들이 더 포함될 수 있음을 알 수 있다.Referring to FIG. 15, the access control apparatus 100 may include a memory 103 that loads one or more processors 101, a bus 105, a network interface 107, and a computer program executed by the processor 101. And a storage 109 for storing the computer program 109a. However, FIG. 15 shows only the components related to the embodiment of the present invention. Therefore, it will be appreciated by those skilled in the art that the present invention may further include other general purpose components in addition to the components illustrated in FIG. 15.

프로세서(101)는 접근 제어 장치(100)의 각 구성의 전반적인 동작을 제어한다. 프로세서(101)는 CPU(Central Processing Unit), MPU(Micro Processor Unit), MCU(Micro Controller Unit), GPU(Graphic Processing Unit) 또는 본 발명의 기술 분야에 잘 알려진 임의의 형태의 프로세서를 포함하여 구성될 수 있다. 또한, 프로세서(101)는 본 발명의 실시예들에 따른 방법을 실행하기 위한 적어도 하나의 애플리케이션 또는 프로그램에 대한 연산을 수행할 수 있다. 접근 제어 장치(100)는 하나 이상의 프로세서를 구비할 수 있다.The processor 101 controls the overall operation of each component of the access control device 100. The processor 101 includes a central processing unit (CPU), a micro processor unit (MPU), a micro controller unit (MCU), a graphics processing unit (GPU), or any type of processor well known in the art. Can be. In addition, the processor 101 may perform an operation on at least one application or program for executing a method according to embodiments of the present invention. The access control device 100 may include one or more processors.

메모리(103)는 각종 데이터, 명령 및/또는 정보를 저장한다. 메모리(103)는 본 발명의 실시예들에 따른 블록체인 기반의 접근 제어 방법을 실행하기 위하여 스토리지(109)로부터 하나 이상의 프로그램(109a)을 로드할 수 있다. 도 15에서 메모리(103)의 예시로 RAM이 도시되었다.The memory 103 stores various data, commands and / or information. The memory 103 may load one or more programs 109a from the storage 109 to execute a blockchain-based access control method according to embodiments of the present invention. In FIG. 15, RAM is illustrated as an example of the memory 103.

버스(105)는 접근 제어 장치(100)의 구성 요소 간 통신 기능을 제공한다. 버스(105)는 주소 버스(Address Bus), 데이터 버스(Data Bus) 및 제어 버스(Control Bus) 등 다양한 형태의 버스로 구현될 수 있다.The bus 105 provides a communication function between the components of the access control apparatus 100. The bus 105 may be implemented as various types of buses such as an address bus, a data bus, and a control bus.

네트워크 인터페이스(107)는 접근 제어 장치(100)의 유무선 인터넷 통신을 지원한다. 또한, 네트워크 인터페이스(107)는 인터넷 통신 외의 다양한 통신 방식을 지원할 수도 있다. 이를 위해, 네트워크 인터페이스(107)는 본 발명의 기술 분야에 잘 알려진 통신 모듈을 포함하여 구성될 수 있다.The network interface 107 supports wired and wireless Internet communication of the access control device 100. In addition, the network interface 107 may support various communication methods other than Internet communication. To this end, the network interface 107 may be configured to include a communication module well known in the art.

스토리지(109)는 상기 하나 이상의 프로그램(109a)을 비임시적으로 저장할 수 있다.The storage 109 may non-temporarily store the one or more programs 109a.

스토리지(109)는 ROM(Read Only Memory), EPROM(Erasable Programmable ROM), EEPROM(Electrically Erasable Programmable ROM), 플래시 메모리 등과 같은 비휘발성 메모리, 하드 디스크, 착탈형 디스크, 또는 본 발명이 속하는 기술 분야에서 잘 알려진 임의의 형태의 컴퓨터로 읽을 수 있는 기록 매체를 포함하여 구성될 수 있다.The storage 109 is well-known in the technical field to which a non-volatile memory such as a read only memory (ROM), erasable programmable ROM (EPROM), electrically erasable programmable ROM (EPROM), flash memory, or the like, a hard disk, a removable disk, or the present invention. It may comprise any known type of computer readable recording medium.

컴퓨터 프로그램(109a)은 메모리(103)에 로드되어, 하나 이상의 프로세서(101)로 하여금, 전술한 본 발명의 몇몇 실시예들에 따른 블록체인 기반의 접근 제어 방법이 실행되도록 하는 일련의 인스트럭션을 포함할 수 있다. 즉, 컴퓨터 프로그램(109a)은 접근 제어 장치(100)가 전술한 본 발명의 몇몇 실시예들에 따른 블록체인 기반의 접근 제어 방법의 각 단계에 대응되는 동작을 수행하도록 하는 인스트럭션들을 포함할 수 있다.The computer program 109a is loaded into the memory 103 and includes a series of instructions that cause the one or more processors 101 to execute the blockchain based access control method according to some embodiments of the invention described above. can do. That is, the computer program 109a may include instructions for causing the access control apparatus 100 to perform operations corresponding to each step of the blockchain-based access control method according to some embodiments of the present invention described above. .

제1 예를 들어, 컴퓨터 프로그램(109a)은 접근 제한 기간이 주어진 제어 대상 데이터를 기초로 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작, 상기 제1 데이터 조각을 제1 블록체인 상에 기록하는 동작 및 상기 접근 제한 기간이 지난 이후에, 상기 제2 데이터 조각이 상기 제1 블록체인 상에 기록되도록 처리하는 동작을 수행하도록 하는 인스트럭션들을 포함할 수 있다.For example, the computer program 109a generates an first data fragment and a second data fragment based on the control target data given the access restriction period, and records the first data fragment on the first blockchain. And after the access restriction period, instructions for performing the operation of processing the second data piece to be written on the first blockchain.

제2 예를 들어, 컴퓨터 프로그램(109a)은 접근 제한 기간이 주어진 제어 대상 데이터를 제1 블록체인 상에 기록하는 동작 및 상기 접근 제한 기간이 지난 이후에, 상기 제어 대상 데이터가 제2 블록체인 상에 기록되도록 처리하는 동작을 수행하도록 하는 인스트럭션들을 포함할 수 있다.For example, in a second example, the computer program 109a writes the control target data given the access restriction period on the first blockchain, and after the access restriction period passes, the control target data is stored on the second blockchain. Instructions to perform an operation for processing to be recorded in the.

이외에도, 컴퓨터 프로그램(109a)은 전술한 몇몇 실시예에 따른 동작을 수행하도록 하는 인스트럭션들을 포함할 수 있다.In addition, the computer program 109a may include instructions for performing an operation according to some embodiments described above.

지금까지 도 2 내지 도 15을 참조하여 본 발명의 몇몇 실시예들에 대하여 설명하고 상기 실시예들에 따른 효과를 언급하였다. 본 발명의 효과들은 이상에서 언급한 효과들로 제한되지 않으며, 언급되지 않은 또 다른 효과들은 아래의 기재로부터 통상의 기술자에게 명확하게 이해될 수 있을 것이다.So far, some embodiments of the present invention have been described with reference to FIGS. 2 to 15 and the effects according to the above embodiments have been mentioned. Effects of the present invention are not limited to the above-mentioned effects, and other effects not mentioned will be clearly understood by those skilled in the art from the following description.

지금까지 도 2 내지 도 15를 참조하여 설명된 본 발명의 개념은 컴퓨터가 읽을 수 있는 매체 상에 컴퓨터가 읽을 수 있는 코드로 구현될 수 있다. 상기 컴퓨터로 읽을 수 있는 기록 매체는, 예를 들어 이동형 기록 매체(CD, DVD, 블루레이 디스크, USB 저장 장치, 이동식 하드 디스크)이거나, 고정식 기록 매체(ROM, RAM, 컴퓨터 구비 형 하드 디스크)일 수 있다. 상기 컴퓨터로 읽을 수 있는 기록 매체에 기록된 상기 컴퓨터 프로그램은 인터넷 등의 네트워크를 통하여 다른 컴퓨팅 장치에 전송되어 상기 다른 컴퓨팅 장치에 설치될 수 있고, 이로써 상기 다른 컴퓨팅 장치에서 사용될 수 있다.The concepts of the present invention described above with reference to FIGS. 2 through 15 may be implemented in computer readable code on a computer readable medium. The computer-readable recording medium may be, for example, a removable recording medium (CD, DVD, Blu-ray disc, USB storage device, removable hard disk) or a fixed recording medium (ROM, RAM, computer equipped hard disk). Can be. The computer program recorded on the computer-readable recording medium may be transmitted to another computing device and installed in the other computing device through a network such as the Internet, thereby being used in the other computing device.

이상에서, 본 발명의 실시예를 구성하는 모든 구성 요소들이 하나로 결합되거나 결합되어 동작하는 것으로 설명되었다고 해서, 본 발명이 반드시 이러한 실시예에 한정되는 것은 아니다. 즉, 본 발명의 목적 범위 안에서라면, 그 모든 구성요소들이 하나 이상으로 선택적으로 결합하여 동작할 수도 있다.In the above description, all elements constituting the embodiments of the present invention are described as being combined or operating in combination, but the present invention is not necessarily limited to the embodiments. In other words, within the scope of the present invention, all of the components may be selectively operated in combination with one or more.

도면에서 동작들이 특정한 순서로 도시되어 있지만, 반드시 동작들이 도시된 특정한 순서로 또는 순차적 순서로 실행되어야만 하거나 또는 모든 도시 된 동작들이 실행되어야만 원하는 결과를 얻을 수 있는 것으로 이해되어서는 안 된다. 특정 상황에서는, 멀티태스킹 및 병렬 처리가 유리할 수도 있다. 더욱이, 위에 설명한 실시예들에서 다양한 구성들의 분리는 그러한 분리가 반드시 필요한 것으로 이해되어서는 안 되고, 설명된 프로그램 컴포넌트들 및 시스템들은 일반적으로 단일 소프트웨어 제품으로 함께 통합되거나 다수의 소프트웨어 제품으로 패키지 될 수 있음을 이해하여야 한다.Although the operations are shown in a specific order in the drawings, it should not be understood that the operations must be performed in the specific order or sequential order shown or that all the illustrated operations must be executed to achieve the desired results. In certain circumstances, multitasking and parallel processing may be advantageous. Moreover, the separation of the various configurations in the embodiments described above should not be understood as such separation being necessary, and the described program components and systems may generally be integrated together into a single software product or packaged into multiple software products. Should be understood.

이상 첨부된 도면을 참조하여 본 발명의 실시예들을 설명하였지만, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명이 그 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적인 것이 아닌 것으로 이해해야만 한다. 본 발명의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.Although embodiments of the present invention have been described above with reference to the accompanying drawings, those skilled in the art to which the present invention pertains may implement the present invention in other specific forms without changing the technical spirit or essential features thereof. I can understand that. Therefore, it is to be understood that the embodiments described above are exemplary in all respects and not restrictive. The protection scope of the present invention should be interpreted by the following claims, and all technical ideas within the equivalent scope should be interpreted as being included in the scope of the present invention.

Claims (20)

프로세서;
네트워크 인터페이스;
메모리; 및
상기 메모리에 로드(load)되고, 상기 프로세서에 의해 실행되는 적어도 하나의 프로그램을 포함하되,
상기 적어도 하나의 프로그램은,
접근 제한 기간이 주어진 제어 대상 데이터를 기초로 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작,
상기 제1 데이터 조각을 제1 블록체인 상에 기록하는 동작 및
상기 접근 제한 기간이 지난 이후에, 상기 제2 데이터 조각이 상기 제1 블록체인 상에 기록되도록 처리하는 동작을 수행하도록 하는 인스트럭션들(instructions)을 포함하고,
상기 제어 대상 데이터는 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 기초로 재생성 가능한 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
A processor;
Network interface;
Memory; And
At least one program loaded in the memory and executed by the processor,
The at least one program,
Generating a first data piece and a second data piece based on the controlled object data given the access restriction period;
Writing the first piece of data onto a first blockchain; and
Instructions for causing the second data piece to be written on the first blockchain after the access restriction period,
The control object data may be reproducible based on the first data piece and the second data piece.
Blockchain based access control device.
제1 항에 있어서,
상기 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작은,
기 설정된 규칙에 따라 상기 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작을 포함하고,
상기 제1 블록체인 상에 기록되도록 처리하는 동작은,
상기 제2 데이터 조각 및 상기 기 설정된 규칙을 상기 제1 블록체인 상에 기록되도록 처리하는 동작을 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
According to claim 1,
Generating the first data piece and the second data piece,
Generating the first data piece and the second data piece according to a preset rule;
The operation of processing to be recorded on the first blockchain,
And processing the second data piece and the preset rule to be recorded on the first blockchain.
Blockchain based access control device.
제1 항에 있어서,
상기 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작은,
기 설정된 규칙에 따라 상기 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작을 포함하되,
상기 기 설정된 규칙은 상기 제어 대상 데이터의 중요도에 기초하여 결정되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
According to claim 1,
Generating the first data piece and the second data piece,
Generating the first data piece and the second data piece according to a preset rule;
The predetermined rule is characterized in that it is determined based on the importance of the control target data,
Blockchain based access control device.
제1 항에 있어서,
상기 제1 데이터 조각 및 제2 데이터 조각을 생성하는 동작은,
상기 제어 대상 데이터를 압축하는 동작; 및
상기 압축된 제어 대상 데이터를 기초로 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 생성하는 동작을 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
According to claim 1,
Generating the first data piece and the second data piece,
Compressing the control target data; And
And generating the first data piece and the second data piece based on the compressed control target data.
Blockchain based access control device.
제1 항에 있어서,
상기 적어도 하나의 프로그램은,
상기 제어 대상 데이터에 대한 위변조 방지 정보를 생성하는 동작 및
상기 위변조 방지 정보를 상기 제1 블록체인 상에 기록하는 동작을 수행하도록 하는 인스트럭션들을 더 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
According to claim 1,
The at least one program,
Generating forgery prevention information on the control target data; and
Further comprising instructions for performing the operation of recording the forgery prevention information on the first blockchain,
Blockchain based access control device.
제5 항에 있어서,
상기 위변조 방지 정보는,
상기 제1 데이터 조각의 위변조를 방지하는 제1 정보 및 상기 제2 데이터 조각의 위변조를 방지하는 제2 정보를 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 5,
The forgery and alteration prevention information,
And first information that prevents forgery of the first data piece and second information that prevents forgery of the second data piece.
Blockchain based access control device.
제6 항에 있어서,
상기 위변조 방지 정보는 머클 트리(merkle tree)로 구성되고,
상기 제1 정보 및 상기 제2 정보는 상기 머클 트리의 하위 노드에 대응되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 6,
The forgery and alteration prevention information is composed of a merkle tree,
The first information and the second information, characterized in that corresponding to the lower node of the Merkle tree,
Blockchain based access control device.
제1 항에 있어서,
상기 제1 블록체인 상에 기록되도록 처리하는 동작은,
상기 접근 제한 기간의 경과 여부를 판정하는 동작 및
경과 판정에 응답하여, 상기 제2 데이터 조각을 상기 제1 블록체인 상에 기록하는 동작을 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
According to claim 1,
The operation of processing to be recorded on the first blockchain,
Determining whether the access restriction period has elapsed; and
And in response to the progress determination, writing the second piece of data onto the first blockchain.
Blockchain based access control device.
제1 항에 있어서,
상기 제1 블록체인 상에 기록되도록 처리하는 동작은,
상기 제2 데이터 조각을 제2 블록체인 상에 기록하는 동작 및
상기 접근 제한 기간의 경과 판정에 응답하여 실행되는 스마트 컨트랙트(smart contract)를 상기 제2 블록체인 상에 등록하는 동작을 포함하되,
상기 스마트 컨트랙트는,
상기 제2 블록체인 상에 기록된 상기 제2 데이터 조각을 상기 제1 블록체인 상에 기록되도록 처리하는 루틴(routine)을 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
According to claim 1,
The operation of processing to be recorded on the first blockchain,
Writing the second piece of data onto a second blockchain; and
Registering a smart contract executed in response to the elapse of the access restriction period on the second blockchain,
The smart contract,
And a routine for processing the second piece of data written on the second blockchain to be written on the first blockchain.
Blockchain based access control device.
제9 항에 있어서,
상기 제2 블록체인은 특정 접근 권한이 있는 사용자의 접근만이 허용되도록 구현되고,
상기 제1 블록체인은 상기 특정 접근 권한이 없는 사용자의 접근이 허용되도록 구현되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 9,
The second blockchain is implemented such that only a user having a specific access right is allowed.
The first blockchain is characterized in that it is implemented to allow access of a user without the specific access rights,
Blockchain based access control device.
제1 항에 있어서,
상기 제1 데이터 조각 및 상기 데이터 조각은,
식별 값에 매칭되어 상기 제1 블록체인 상에 기록되고,
상기 식별 값을 통해 조회되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
According to claim 1,
The first data piece and the data piece,
Matched to an identification value and written on the first blockchain,
Characterized in that the inquiry through the identification value,
Blockchain based access control device.
제11 항에 있어서,
상기 적어도 하나의 프로그램은,
상기 접근 제한 기간이 지난 이후에, 상기 식별 값과 함께 상기 제어 대상 데이터에 대한 조회 요청을 수신하는 동작,
상기 조회 요청에 응답하여, 상기 식별 값으로 상기 제1 블록체인 상에 기록된 데이터를 조회하고, 상기 조회의 결과로 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 획득하는 동작,
상기 제1 데이터 조각 및 상기 제2 데이터 조각을 기초로 상기 제어 대상 데이터를 재생성하는 동작 및
상기 재생성된 제어 대상 데이터를 제공하는 동작을 수행하도록 하는 인스트럭션들을 더 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 11, wherein
The at least one program,
Receiving an inquiry request for the control target data together with the identification value after the access restriction period,
In response to the inquiry request, querying the data written on the first blockchain with the identification value, and obtaining the first data fragment and the second data fragment as a result of the inquiry;
Regenerating the control object data based on the first data piece and the second data piece; and
And instructions for performing the operation of providing the regenerated control target data.
Blockchain based access control device.
프로세서;
네트워크 인터페이스;
메모리; 및
상기 메모리에 로드(load)되고, 상기 프로세서에 의해 실행되는 적어도 하나의 프로그램을 포함하되,
상기 적어도 하나의 프로그램은,
접근 제한 기간이 주어진 제어 대상 데이터를 제1 블록체인 상에 기록하는 동작 및
상기 접근 제한 기간이 지난 이후에, 상기 제어 대상 데이터가 제2 블록체인 상에 기록되도록 처리하는 동작을 수행하도록 하는 인스트럭션들(instructions)을 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
A processor;
Network interface;
Memory; And
At least one program loaded in the memory and executed by the processor,
The at least one program,
Recording the controlled data on the first blockchain given the access restriction period; and
And after the access restriction period, instructions for performing an operation of processing the data to be controlled to be written on the second blockchain.
Blockchain based access control device.
제13 항에 있어서,
상기 제1 블록체인은 특정 접근 권한이 있는 사용자의 접근만이 허용되도록 구현되고,
상기 제2 블록체인은 상기 특정 접근 권한이 없는 사용자의 접근이 허용되도록 구현되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 13,
The first blockchain is implemented so that only a user with a specific access right is allowed.
The second blockchain is characterized in that it is implemented to allow access of a user without the specific access rights,
Blockchain based access control device.
제13 항에 있어서,
상기 제1 블록체인은 프라이빗 블록체인 네트워크(private blockchain network)에서 구현되고,
상기 제2 블록체인은 퍼블릭 블록체인 네트워크(public blockchain network)에서 구현되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 13,
The first blockchain is implemented in a private blockchain network,
The second blockchain is characterized in that implemented in a public blockchain network (public blockchain network),
Blockchain based access control device.
제13 항에 있어서,
상기 제1 블록체인은 멀티 채널(multi-channel) 기반의 블록체인 네트워크에서 운영되는 제1 채널에 대응되고,
상기 제2 블록체인은 상기 블록체인 네트워크에서 운영되는 제2 채널에 대응되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 13,
The first blockchain corresponds to a first channel operated in a multi-channel based blockchain network,
The second blockchain is characterized in that corresponding to the second channel operated in the blockchain network,
Blockchain based access control device.
제13 항에 있어서,
상기 제2 블록체인 상에 기록되도록 처리하는 동작은,
상기 접근 제한 기간의 경과 여부를 판정하는 동작 및
경과 판정에 응답하여, 상기 제어 대상 데이터를 상기 제2 블록체인 상에 기록하는 동작을 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 13,
The operation of processing to be recorded on the second blockchain,
Determining whether the access restriction period has elapsed; and
And in response to the progress determination, recording the control target data on the second blockchain.
Blockchain based access control device.
제13 항에 있어서,
상기 제2 블록체인 상에 기록되도록 처리하는 동작은,
상기 접근 제한 기간의 경과 판정에 응답하여 실행되는 스마트 컨트랙트(smart contract)를 상기 제1 블록체인 상에 등록하는 동작을 포함하되,
상기 스마트 컨트랙트는,
상기 제1 블록체인 상에 기록된 상기 제어 대상 데이터를 상기 제2 블록체인 상에 기록되도록 처리하는 루틴(routine)을 포함하는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 13,
The operation of processing to be recorded on the second blockchain,
Registering a smart contract executed in response to the elapse of the access restriction period on the first blockchain,
The smart contract,
And a routine for processing the control target data recorded on the first blockchain to be recorded on the second blockchain.
Blockchain based access control device.
제13 항에 있어서,
상기 제어 대상 데이터는 원본 제어 대상 데이터를 기초로 생성된 제1 데이터 조각 및 제2 데이터 조각 중 상기 제1 데이터 조각을 포함하고,
상기 적어도 하나의 프로그램은,
상기 접근 제한 기간이 지나기 전에, 상기 제2 데이터 조각을 상기 제2 블록체인 상에 기록하는 동작을 수행하도록 하는 인스트럭션들을 더 포함하되,
상기 원본 제어 대상 데이터는 상기 제1 데이터 조각 및 상기 제2 데이터 조각을 기초로 재생성 가능한 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 13,
The control object data includes the first data piece of the first data piece and the second data piece generated based on the original control object data;
The at least one program,
Further comprising instructions to perform an operation of writing the second piece of data onto the second blockchain before the access restriction period has elapsed,
The original control target data is reproducible based on the first data piece and the second data piece,
Blockchain based access control device.
제19 항에 있어서,
상기 제1 데이터 조각 및 상기 제2 데이터 조각은 기 설정된 규칙에 따라 생성된 것이고,
상기 기 설정된 규칙은 상기 제2 블록체인 상에 기록되는 것을 특징으로 하는,
블록체인 기반의 접근 제어 장치.
The method of claim 19,
The first data piece and the second data piece are generated according to a preset rule.
The predetermined rule is recorded on the second blockchain.
Blockchain based access control device.
KR1020180028187A 2018-03-09 2018-03-09 Apparatus for performing access control based on blockchain and method thereof KR102500497B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180028187A KR102500497B1 (en) 2018-03-09 2018-03-09 Apparatus for performing access control based on blockchain and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180028187A KR102500497B1 (en) 2018-03-09 2018-03-09 Apparatus for performing access control based on blockchain and method thereof

Publications (2)

Publication Number Publication Date
KR20190106551A true KR20190106551A (en) 2019-09-18
KR102500497B1 KR102500497B1 (en) 2023-02-15

Family

ID=68070872

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180028187A KR102500497B1 (en) 2018-03-09 2018-03-09 Apparatus for performing access control based on blockchain and method thereof

Country Status (1)

Country Link
KR (1) KR102500497B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210057642A (en) * 2019-11-12 2021-05-21 주식회사 코스콤 Method for managing information of unlisted stocks and trading platform apparatus therefor
KR102286016B1 (en) * 2020-12-23 2021-08-04 주식회사 지에이치비 System Providing Cloud Service Based on Blockchain
CN114117507A (en) * 2020-08-28 2022-03-01 中国电信股份有限公司 Object storage system, access control method and device thereof, and storage medium
KR20220053400A (en) * 2020-10-22 2022-04-29 서울여자대학교 산학협력단 A decision tree-based covert channel generation method, apparatus and system therefor
WO2024096639A1 (en) * 2022-11-03 2024-05-10 삼성전자 주식회사 Electronic device and method by which electronic device verifies data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170085021A (en) * 2016-01-13 2017-07-21 젠무테크 가부시키가이샤 Computer programs, secret management methods and systems
KR20170137388A (en) 2016-06-03 2017-12-13 (주) 블록체인오에스 A method for ensuring integrity by using a blockchain technology
KR101816652B1 (en) * 2017-02-14 2018-01-09 주식회사 코인플러그 Method for providing login flow via authentication based on public key infrastructure in response to user’s login request for using service provided by service provider server in use of merkle tree structure on the basis of unspent transaction output protocol and server using the same

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170085021A (en) * 2016-01-13 2017-07-21 젠무테크 가부시키가이샤 Computer programs, secret management methods and systems
KR20170137388A (en) 2016-06-03 2017-12-13 (주) 블록체인오에스 A method for ensuring integrity by using a blockchain technology
KR101816652B1 (en) * 2017-02-14 2018-01-09 주식회사 코인플러그 Method for providing login flow via authentication based on public key infrastructure in response to user’s login request for using service provided by service provider server in use of merkle tree structure on the basis of unspent transaction output protocol and server using the same

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210057642A (en) * 2019-11-12 2021-05-21 주식회사 코스콤 Method for managing information of unlisted stocks and trading platform apparatus therefor
CN114117507A (en) * 2020-08-28 2022-03-01 中国电信股份有限公司 Object storage system, access control method and device thereof, and storage medium
CN114117507B (en) * 2020-08-28 2024-01-30 中国电信股份有限公司 Object storage system, access control method and device thereof, and storage medium
KR20220053400A (en) * 2020-10-22 2022-04-29 서울여자대학교 산학협력단 A decision tree-based covert channel generation method, apparatus and system therefor
KR102286016B1 (en) * 2020-12-23 2021-08-04 주식회사 지에이치비 System Providing Cloud Service Based on Blockchain
WO2024096639A1 (en) * 2022-11-03 2024-05-10 삼성전자 주식회사 Electronic device and method by which electronic device verifies data

Also Published As

Publication number Publication date
KR102500497B1 (en) 2023-02-15

Similar Documents

Publication Publication Date Title
KR102500497B1 (en) Apparatus for performing access control based on blockchain and method thereof
US10708051B2 (en) Controlled access to data in a sandboxed environment
US10409990B2 (en) Encryption and decryption method and apparatus in virtualization system, and system
US8799651B2 (en) Method and system for encrypted file access
TWI540453B (en) Sector map-based rapid data encryption policy compliance
US10742633B2 (en) Method and system for securing data
TWI544332B (en) Methods and computer storage media for encrypted chunk-based rapid data encryption policy compliance
US10726137B2 (en) Copy protection for secured files
CN111538996A (en) Trusted starting method and device of block chain all-in-one machine
JP6073320B2 (en) Authority-dependent platform secret to digitally sign
JP2008524753A5 (en)
US11121876B2 (en) Distributed access control
CN104361291B (en) Data processing method and device
US20190171841A1 (en) Method and system for encrypting files and storing the encrypted files in a storage file system
US20050081065A1 (en) Method for securely delegating trusted platform module ownership
WO2022116761A1 (en) Self auditing blockchain
CN113923235A (en) Data distributed storage system based on cloud computing platform
CN110851851B (en) Authority management method, device and equipment in block chain type account book
KR20200048676A (en) Method for managing data based on blockchain, apparatus and system for the same
WO2021172050A1 (en) Secondary use management device, secondary use management method, and computer-readable recording medium
CN115079960B (en) Data processing method, accelerator card and data processing system
KR20210141188A (en) Decentrialized key management system and method
CN116127500A (en) File management and control method, system and medium for mobile storage medium under Linux
CN117786722A (en) Hierarchical encryption and decryption processing method, device and medium for container mirror image

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant