KR20230112364A - Blockchain system and method for data deletion - Google Patents

Blockchain system and method for data deletion Download PDF

Info

Publication number
KR20230112364A
KR20230112364A KR1020220008527A KR20220008527A KR20230112364A KR 20230112364 A KR20230112364 A KR 20230112364A KR 1020220008527 A KR1020220008527 A KR 1020220008527A KR 20220008527 A KR20220008527 A KR 20220008527A KR 20230112364 A KR20230112364 A KR 20230112364A
Authority
KR
South Korea
Prior art keywords
data
block chain
data block
block
head
Prior art date
Application number
KR1020220008527A
Other languages
Korean (ko)
Inventor
표원일
Original Assignee
주식회사 코스콤
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 코스콤 filed Critical 주식회사 코스콤
Priority to KR1020220008527A priority Critical patent/KR20230112364A/en
Publication of KR20230112364A publication Critical patent/KR20230112364A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1834Distributed file systems implemented based on peer-to-peer networks, e.g. gnutella
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2358Change logging, detection, and notification

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A blockchain system and method capable of deleting data are disclosed. The blockchain system includes a data blockchain which stores data, and a head blockchain which generates and stores a head block containing starting block information of the data blockchain through the agreement of multiple nodes participating in the generation of the data blockchain.

Description

데이터 삭제가 가능한 블록체인 시스템 및 그 방법{Blockchain system and method for data deletion}Blockchain system and method for data deletion

본 발명의 실시 예는 블록체인에 관한 것으로, 보다 상세하게는 데이터 삭제가 가능한 블록체인 시스템 및 그 방법에 관한 것이다. An embodiment of the present invention relates to a blockchain, and more particularly, to a blockchain system and method capable of deleting data.

블록체인(blockchain)은 분산 컴퓨팅 기술 기반의 데이터 위변조 방지 기술이다. 블록체인은 데이터을 포함하는 블록을 체인 형태로 연결하여 복수의 노드에 분산 저장하므로 임의로 삭제, 수정 또는 변경이 불가능하다. 따라서 블록체인에 저장되는 데이터의 신뢰성을 보장할 수 있다. 그러나 삭제가 불가능한 특성으로 인하여 개인정보 등의 삭제가 필요한 데이터 처리에는 사용할 수 없는 단점이 존재한다. 현재 개인정보보호규정(GDPR, General Data Protection Regulation) 등의 준수를 위하여 금융권 블록체인은 개인정보를 블록체인 외부에 저장하고 개인정보 해쉬값을 블록체인에 저장하고 있다.Blockchain is a data forgery prevention technology based on distributed computing technology. Blockchain connects blocks containing data in the form of a chain and stores them distributedly on multiple nodes, so it is impossible to delete, modify or change arbitrarily. Therefore, the reliability of the data stored in the blockchain can be guaranteed. However, there is a disadvantage that it cannot be used for data processing that needs to be deleted, such as personal information, due to its non-deletable nature. Currently, in order to comply with the General Data Protection Regulation (GDPR), the financial block chain stores personal information outside the block chain and stores the hash value of personal information in the block chain.

본 발명의 실시 예가 이루고자 하는 기술적 과제는, 일정 기간이 지난 데이터를 삭제할 수 있는 블록체인 시스템 및 그 방법을 제공하는 데 있다. A technical problem to be achieved by an embodiment of the present invention is to provide a blockchain system and method capable of deleting data after a certain period of time.

상기의 기술적 과제를 달성하기 위한, 본 발명의 실시 예에 따른 데이터 삭제가 가능한 블록체인 시스템의 일 예는, 데이터를 저장하는 데이터블록체인; 및 상기 데이터블록체인의 생성에 참여하는 복수의 노드의 합의를 통해 상기 데이터블록체인의 시작블록정보를 포함하는 헤드블록을 생성하여 저장하는 헤드블록체인;을 포함한다.An example of a block chain system capable of deleting data according to an embodiment of the present invention for achieving the above technical problem is a data block chain for storing data; and a head block chain that generates and stores a head block including start block information of the data block chain through an agreement of a plurality of nodes participating in the creation of the data block chain.

상기의 기술적 과제를 달성하기 위한, 본 발명의 실시 예에 따른 블록체인의 데이터 삭제 방법의 일 예는, 데이터블록체인과 헤드블록체인을 포함하는 블록체인 시스템에서 데이터를 삭제하는 방법에 있어서, 데이터블록체인에서 삭제 대상 데이터블록을 선택받는 단계; 상기 삭제 대상 데이터블록의 다음 데이터블록을 가리키는 시작블록정보를 포함하는 헤드블록을 상기 헤드블록체인에 생성하는 단계; 및 상기 데이터블록체인에서 상기 삭제 대상 데이터블록을 삭제하는 단계;를 포함한다.An example of a method for deleting data in a block chain according to an embodiment of the present invention to achieve the above technical problem is a method for deleting data in a block chain system including a data block chain and a head block chain. Selecting a data block to be deleted from the data block chain; generating a head block including start block information indicating a next data block of the data block to be deleted in the head block chain; and deleting the data block to be deleted from the data block chain.

본 발명의 실시 예에 따르면, 일정 기간이 지난 데이터를 블록체인에서 삭제할 수 있다. 따라서 개인 정보 등과 같이 삭제 의무가 있는 데이터를 블록체인에 저장 관리하여 데이터의 신뢰성을 보장할 수 있으며, 일정 기간이 지나면 개인 정보 등을 삭제할 수 있다.According to an embodiment of the present invention, data after a certain period of time can be deleted from the blockchain. Therefore, the reliability of the data can be guaranteed by storing and managing the data subject to deletion, such as personal information, in the blockchain, and the personal information can be deleted after a certain period of time.

도 1은 본 발명의 실시 예가 적용되는 블록체인의 일 예를 도시한 도면,
도 2는 본 발명의 실시 예에 따른 데이터 삭제가 가능한 블록체인 시스템의 일 예를 도시한 도면,
도 3은 본 발명의 실시 예에 따른 헤드블록체인의 블록 생성의 개념을 도시한 도면,
도 4는 본 발명의 실시 예에 따른 블록체인 시스템의 일 예의 구성을 도시한 도면, 그리고,
도 5는 본 발명의 실시 예에 따른 블록체인의 데이터 삭제 방법의 일 예를 도시한 흐름도이다.
1 is a diagram showing an example of a block chain to which an embodiment of the present invention is applied;
2 is a diagram showing an example of a blockchain system capable of deleting data according to an embodiment of the present invention;
3 is a diagram showing the concept of block generation of the head block chain according to an embodiment of the present invention;
4 is a diagram showing the configuration of an example of a blockchain system according to an embodiment of the present invention, and
5 is a flowchart illustrating an example of a method for deleting data in a block chain according to an embodiment of the present invention.

이하에서, 첨부된 도면들을 참조하여 본 발명의 실시 예에 따른 데이터 삭제가 가능한 블록체인 시스템 및 그 방법에 대해 상세히 살펴본다.Hereinafter, a blockchain system and method capable of deleting data according to an embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 실시 예가 적용되는 블록체인의 일 예를 도시한 도면이다.1 is a diagram showing an example of a block chain to which an embodiment of the present invention is applied.

도 1을 참조하면, 블록체인은 체인 형태로 연결된 블록(100,110,120,130)으로 구성된다. 각 블록(100,110,120,130)은 블록식별정보(101,111,121,131), 이전 블록을 가리키는 블록헤더(102,112,122,132)와 데이터(104,114,124,134)를 포함한다. 블록체인의 시작위치(150)(genesis)는 첫 번째 블록(100)이며, 현위치(160)(current)는 가장 최근에 생성된 블록(160)이다. 블록체인은 복수의 노드의 합의를 통해 블록을 생성하므로 일반적으로 임의로 블록을 삭제, 수정 또는 변경이 불가능하다. 복수의 노드가 합의를 통해 블록체인을 관리하고 블록을 생성하는 방법 그 자체는 이미 널리 알려진 구성이므로 이에 대한 상세한 설명은 생략한다.Referring to FIG. 1, a block chain is composed of blocks 100, 110, 120, and 130 connected in a chain form. Each block 100, 110, 120, and 130 includes block identification information 101, 111, 121, and 131, block headers 102, 112, 122, and 132 indicating the previous block, and data 104, 114, 124, and 134. The start position 150 (genesis) of the blockchain is the first block 100, and the current position 160 (current) is the most recently created block 160. Blocks are created through the consensus of multiple nodes in a blockchain, so it is generally impossible to delete, modify or change blocks arbitrarily. A method for managing a block chain and generating a block through consensus among multiple nodes itself is a well-known configuration, so a detailed description thereof will be omitted.

도 2는 본 발명의 실시 예에 따른 데이터 삭제가 가능한 블록체인 시스템의 일 예를 도시한 도면이다.2 is a diagram showing an example of a blockchain system capable of deleting data according to an embodiment of the present invention.

도 2를 참조하면, 블록체인 시스템은 헤드블록체인(200)과 데이터블록체인(250)을 포함한다. 헤드블록체인(200)과 데이터블록체인(250)은 모두 도 1과 같이 시작위치 및 현위치를 가지는 일반적인 블록체인 형태이다. 헤드블록체인(200) 및 데이터블록체인(250)은 모두 최초 생성된 블록(210,262)을 시작위치로 가지며, 가장 최근에 생성된 블록(220,280)을 현 위치로 가진다. Referring to FIG. 2, the blockchain system includes a head blockchain 200 and a data blockchain 250. Both the head block chain 200 and the data block chain 250 are in the form of a general block chain having a starting position and a current position as shown in FIG. Both the head block chain 200 and the data block chain 250 have the first created blocks 210 and 262 as their starting positions, and the most recently created blocks 220 and 280 as their current positions.

데이터블록체인(250)은 데이터를 저장하는 블록체인다. 예를 들어, 데이터블록체인(250)은 개인정보 등의 데이터가 저장되는 블록(262,264,270,280)(이하, '데이터블록'이라 함)을 포함한다. 데이터블록체인의 데이터블록(262,264,270,280)은 노드들의 합의를 통해 생성되고 관리되므로 일반적으로 삭제는 불가능하다. 데이터 삭제가 가능한 블록체인의 구현을 위하여 본 실시 예는 헤드블록체인(200)을 제시한다.The data block chain 250 is a block chain that stores data. For example, the data block chain 250 includes blocks 262, 264, 270, and 280 (hereinafter referred to as 'data blocks') in which data such as personal information is stored. Since the data blocks (262, 264, 270, 280) of the data block chain are created and managed through the agreement of nodes, it is generally impossible to delete them. In order to implement a block chain capable of deleting data, this embodiment presents a head block chain 200.

헤드블록체인(200)의 각 블록(210,220)(이하, '헤드블록'이라 함)은 데이터블록체인의 시작위치를 가리키는 정보(214,224)(이하, '시작블록정보'라 함)를 포함한다. 헤드블록체인(200)의 현 위치의 헤드블록(220)에 저장된 시작블록정보(224)는 데이터블록체인(250)의 시작위치에 존재하는 블록의 식별정보이다. 예를 들어, 데이터블록체인(250)에 첫 번째 데이터블록(262)이 생성되면, 데이터블록체인(250)의 첫 번째 데이터블록이 데이터블록체인(250)의 시작위치가 된다. 이 경우 헤드블록체인(200)의 첫 번째 헤드블록(210)의 데이터에는 데이터블록체인(250)의 첫 번째 데이터블록(262)의 식별정보가 저장된다. Each block 210 and 220 (hereinafter referred to as 'head block') of the head block chain 200 includes information 214 and 224 (hereinafter referred to as 'start block information') indicating the start position of the data block chain. The start block information 224 stored in the head block 220 at the current location of the head block chain 200 is identification information of a block existing at the start location of the data block chain 250. For example, when the first data block 262 is created in the data block chain 250, the first data block of the data block chain 250 becomes the starting position of the data block chain 250. In this case, the identification information of the first data block 262 of the data block chain 250 is stored in the data of the first head block 210 of the head block chain 200.

헤드블록체인(200)에는 데이터블록체인(250)의 시작위치가 변경될 때 새로운 헤드블록이 추가된다. 예를 들어, 데이터블록체인(250)이 4개의 데이터블록으로 생성되어 있다고 하자. 시작위치를 세 번째 데이터블록(270)으로 변경하고자 한다면, 세 번째 데이터블록(270)의 식별정보를 포함하는 헤드블록(220)을 헤드블록체인(200)에 생성한다. 즉, 헤드블록체인(200)의 현 위치의 헤드블록(200)은 데이터블록체인(250)의 현 시작위치의 데이터블록(270)에 대한 정보를 포함한다.A new head block is added to the head block chain 200 when the starting position of the data block chain 250 is changed. For example, suppose that the data block chain 250 is created with 4 data blocks. If it is desired to change the starting position to the third data block 270, the head block 220 including the identification information of the third data block 270 is created in the head block chain 200. That is, the head block 200 at the current location of the head block chain 200 includes information about the data block 270 at the current start location of the data block chain 250.

헤드블록체인(200)은 노드들의 합의를 통해 생성된 헤드블록을 포함하는 블록체인이므로 데이터블록체인(250)의 시작위치의 변경은 임의로 수행되는 것이 아니라 노드들의 합의를 통해 수행될 수 있으며, 이러한 합의의 내용(즉, 데이터블록체인의 시작위치)이 헤드블록체인(200)의 헤드블록(210,220)에 저장된다. 즉, 헤드블록(210,220)의 생성을 통해 데이터블록체인(250)의 데이터블록(262,264)의 삭제(260)의 합의가 가능하다.Since the head block chain 200 is a block chain that includes a head block created through the consensus of nodes, the change of the start position of the data block chain 250 is not arbitrarily performed but can be performed through the consensus of the nodes, and the contents of this agreement (i.e., the start position of the data block chain) are stored in the head blocks 210 and 220 of the head block chain 200. That is, it is possible to reach an agreement on the deletion 260 of the data blocks 262 and 264 of the data block chain 250 through the creation of the head blocks 210 and 220 .

헤드블록체인(200)을 통해 데이터블록체인(250)의 시작위치가 변경되면, 블록체인 시스템은 데이터블록체인(250)의 시작위치 이전의 데이터블록(262,264)을 삭제(260)할 수 있다. 여기서 삭제라고 함은 새로운 시작위치의 데이터블록(270)의 블록헤더(272)를 통해 이전 데이터블록(264)의 접근이 불가능하도록 하는 것 또는 데이터블록(262,264) 그 자체를 블록체인 시스템을 구성하는 각 노드의 저장소에서 제거하는 것을 의미할 수 있다.When the start position of the data block chain 250 is changed through the head block chain 200, the block chain system can delete (260) the data blocks 262 and 264 prior to the start position of the data block chain 250. Deletion here means making access to the previous data block 264 impossible through the block header 272 of the data block 270 at the new starting position, or removing the data blocks 262 and 264 themselves from the storage of each node constituting the blockchain system.

도 3은 본 발명의 실시 예에 따른 헤드블록체인의 블록 생성의 개념을 도시한 도면이다.3 is a diagram illustrating the concept of block generation of the head block chain according to an embodiment of the present invention.

도 3을 참조하면, 헤드블록체인(200)의 첫 번째 헤드블록(210)은 데이터블록체인(250)의 첫 번째 데이터블록(262)을 가리킨다. 데이터블록체인(250)은 체인 형태로 연결된 복수의 데이터블록(262,264,270,280,300,310)을 포함한다. 이때 데이터블록체인(250)의 첫 번째 및 두 번째 데이터블록(262,264)에 저장된 데이터(예를 들어, 개인 정보 등)의 삭제가 필요하다면, 블록체인 시스템은 데이터블록체인(250)의 새로운 시작위치를 가리키는 헤드블록(220)을 헤드블록체인(200)에 생성한다. 즉, 헤드블록체인(200)의 두 번째 헤드블록(220)은 데이터블록체인(250)의 세 번째 데이터블록(270)을 가리킨다. 블록체인 시스템은 데이터블록체인(250)의 첫 번째 및 두 번째 데이터블록(262,264)을 삭제한다.Referring to FIG. 3 , the first head block 210 of the head block chain 200 points to the first data block 262 of the data block chain 250 . The data block chain 250 includes a plurality of data blocks 262 , 264 , 270 , 280 , 300 , and 310 connected in a chain form. At this time, if it is necessary to delete data (e.g., personal information) stored in the first and second data blocks 262 and 264 of the data block chain 250, the block chain system creates a head block 220 pointing to the new starting position of the data block chain 250 in the head block chain 200. That is, the second head block 220 of the head block chain 200 points to the third data block 270 of the data block chain 250. The blockchain system deletes the first and second data blocks 262 and 264 of the data block chain 250.

이후에 다시 데이터블록체인(250)의 세 번째 및 네 번째 데이터블록(270,280)의 데이터 삭제가 필요하다면, 블록체인 시스템은 데이터블록체인(250)의 다섯 번째 데이터블록(300)을 시작위치로 가리키는 헤드블록(230)을 헤드블록체인(200)에 생성한다. 즉, 헤드블록체인(200)의 세 번째 헤드블록(230)은 데이터블록체인(250)의 다섯 번째 데이터블록(300)을 가리킨다. 블록체인 시스템은 데이터블록체인(250)의 새로운 시작위치인 다섯 번째 데이터블록(300) 이전의 데이터블록(330)을 삭제할 수 있다.Afterwards, if it is necessary to delete the data of the third and fourth data blocks 270 and 280 of the data block chain 250 again, the block chain system creates a head block 230 pointing to the fifth data block 300 of the data block chain 250 as the starting position in the head block chain 200. That is, the third head block 230 of the head block chain 200 points to the fifth data block 300 of the data block chain 250. The blockchain system can delete the data block 330 before the fifth data block 300, which is the new starting position of the data block chain 250.

도 4는 본 발명의 실시 예에 따른 블록체인 시스템의 일 예의 구성을 도시한 도면이다.4 is a diagram showing the configuration of an example of a blockchain system according to an embodiment of the present invention.

도 4를 참조하면, 블록체인 시스템(410)은 헤드블록체인(420)과 데이터블록체인(430)을 포함한다. 블록체인 시스템(410)은 헤드블록체인(420)과 데이터블록체인(430)의 관리 및 생성 권한을 가진 복수의 노드 중 어느 하나일 수 있다. 노드는 컴퓨팅장치(예를 들어, 서버 등)로 구현될 수 있다. Referring to FIG. 4 , the blockchain system 410 includes a head blockchain 420 and a data blockchain 430 . The block chain system 410 may be any one of a plurality of nodes having authority to manage and create the head block chain 420 and the data block chain 430. A node may be implemented as a computing device (eg, a server, etc.).

블록체인 시스템(410)은 통신망을 통해 사용자단말(400)과 연결된다. 일 실시 예로, 헤드블록체인(420)과 데이터블록체인(430)은 단일 블록체인으로 구성될 수 있으며, 이 경우에 사용자단말(400)은 단일 블록체인에 질의하는 방법으로 블록체인에 접근할 수 있다. 이 외에도 헤드블록체인(420)과 데이터블록체인(430)은 다양한 형태로 구현될 수 있으며 특정한 방법으로 한정되는 것은 아니다.Blockchain system 410 is connected to the user terminal 400 through a communication network. As an example, the head block chain 420 and the data block chain 430 may be composed of a single block chain, and in this case, the user terminal 400 may access the block chain by querying the single block chain. In addition to this, the head block chain 420 and the data block chain 430 can be implemented in various forms and are not limited to a specific method.

사용자단말(400)은 데이터의 삭제를 요청할 수 있다. 예를 들어, 사용자단말(400)은 데이터블록체인(430)의 첫 번째 데이터블록과 두 번째 데이터블록의 삭제요청을 사용자로부터 입력받아 블록체인 시스템(410)에 전송할 수 있다. 삭제요청을 받은 블록체인 시스템(410)은 헤드블록체인(420)의 헤드블록을 생성하여 데이터블록체인(430)의 시작위치를 변경한 후 데이터블록체인(430)의 첫 번째 및 두 번째 데이터블록을 삭제(260)할 수 있다. The user terminal 400 may request deletion of data. For example, the user terminal 400 may receive a deletion request of the first data block and the second data block of the data block chain 430 from the user and transmit it to the block chain system 410. The block chain system 410 receiving the deletion request creates a head block of the head block chain 420, changes the starting position of the data block chain 430, and then deletes the first and second data blocks of the data block chain 430 (260).

다른 실시 예로, 사용자단말(400)은 삭제할 데이터의 범위를 기간 등으로 설정할 수 있다. 예를 들어, 사용자단말(400)은 일정 기간(예를 들어, ~2021.12.31)에 생성된 데이터의 삭제를 블록체인 시스템(410)에 요청할 수 있다. 블록체인 시스템(410)은 데이터블록체인(430)의 일정 기간 내의 데이터를 포함하는 데이터블록을 삭제 대상 데이터블록으로 파악하여 새로운 시작위치를 도 2 및 도 3의 방법으로 설정할 수 있다.As another embodiment, the user terminal 400 may set the range of data to be deleted as a period or the like. For example, the user terminal 400 may request the blockchain system 410 to delete data generated for a certain period of time (eg, ~ 2021.12.31). The blockchain system 410 may identify a data block including data within a certain period of the data block chain 430 as a data block to be deleted and set a new start position in the method of FIGS. 2 and 3 .

도 5는 본 발명의 실시 예에 따른 블록체인의 데이터 삭제 방법의 일 예를 도시한 흐름도이다.5 is a flowchart illustrating an example of a method for deleting data in a block chain according to an embodiment of the present invention.

도 5를 참조하면, 블록체인 시스템은 데이터블록체인에서 삭제 대상 데이터블록을 선택한다(S500). 삭제 대상 데이터블록은 데이터블록체인의 시작위치로부터 순차적으로 연결되는 적어도 하나 이상의 데이터블록이다. 삭제 대상 데이터블록은 저장된 데이터의 생성시기나 블록의 식별정보 등 다양한 방법으로 선택될 수 있다.Referring to FIG. 5, the blockchain system selects a data block to be deleted from the data block chain (S500). The data block to be deleted is at least one data block sequentially connected from the start of the data block chain. A data block to be deleted can be selected in various ways, such as generation time of stored data or block identification information.

블록체인 시스템은 데이터블록체인의 삭제 대상 데이터블록의 다음에 위치한 데이터블록을 새로운 시작위치로 가리키는 헤드블록을 헤드블록체인에 생성한다(S510). 헤드블록의 데이터에는 데이터블록체인의 새로운 시작위치의 데이터블록의 식별정보가 저장된다. The block chain system creates a head block in the head block chain that points to the data block next to the data block to be deleted in the data block chain as a new start position (S510). In the data of the head block, the identification information of the data block of the new start position of the data block chain is stored.

블록체인 시스템은 데이터블록체인에서 삭제 대상 데이터블록을 삭제한다(S520). The blockchain system deletes the data block to be deleted from the data block chain (S520).

본 발명은 또한 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 프로그램 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피디스크, 광데이터 저장장치 등이 있다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The present invention can also be implemented as computer readable program codes on a computer readable recording medium. A computer-readable recording medium includes all types of recording devices in which data that can be read by a computer system is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, and optical data storage devices. In addition, the computer-readable recording medium may be distributed to computer systems connected through a network to store and execute computer-readable codes in a distributed manner.

이제까지 본 발명에 대하여 그 바람직한 실시 예들을 중심으로 살펴보았다. 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 본 발명이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 개시된 실시 예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 한다. 본 발명의 범위는 전술한 설명이 아니라 특허청구범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다.So far, the present invention has been looked at mainly with its preferred embodiments. Those skilled in the art to which the present invention pertains will be able to understand that the present invention can be implemented in a modified form without departing from the essential characteristics of the present invention. Therefore, the disclosed embodiments should be considered from a descriptive point of view rather than a limiting point of view. The scope of the present invention is shown in the claims rather than the foregoing description, and all differences within the equivalent scope will be construed as being included in the present invention.

Claims (4)

데이터를 저장하는 데이터블록체인; 및
상기 데이터블록체인의 생성에 참여하는 복수의 노드의 합의를 통해 상기 데이터블록체인의 시작블록정보를 포함하는 헤드블록을 생성하여 저장하는 헤드블록체인;을 포함하는 것을 특징으로 하는 데이터 삭제가 가능한 블록체인 시스템.
Data block chain that stores data; and
A block chain system capable of deleting data, comprising: a head block chain that generates and stores a head block including start block information of the data block chain through an agreement of a plurality of nodes participating in the creation of the data block chain.
제 1항에 있어서,
상기 시작블록정보가 가리키는 상기 데이터블록체인의 데이터블록의 이전 데이터블록을 삭제하는 것을 특징으로 하는 데이터 삭제가 가능한 블록체인 시스템.
According to claim 1,
A block chain system capable of deleting data, characterized in that for deleting a previous data block of the data block of the data block chain indicated by the start block information.
데이터블록체인과 헤드블록체인을 포함하는 블록체인 시스템에서 데이터를 삭제하는 방법에 있어서,
데이터블록체인에서 삭제 대상 데이터블록을 선택받는 단계;
상기 삭제 대상 데이터블록의 다음 데이터블록을 가리키는 시작블록정보를 포함하는 헤드블록을 상기 헤드블록체인에 생성하는 단계; 및
상기 데이터블록체인에서 상기 삭제 대상 데이터블록을 삭제하는 단계;를 포함하는 것을 특징으로 하는 데이터 삭제 방법.
A method for deleting data in a blockchain system including a data blockchain and a head blockchain,
Selecting a data block to be deleted from the data block chain;
generating a head block including start block information indicating a next data block of the data block to be deleted in the head block chain; and
and deleting the data block to be deleted from the data block chain.
제 3항에 기재된 방법을 수행하기 위한 컴퓨터 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium recording a computer program for performing the method according to claim 3.
KR1020220008527A 2022-01-20 2022-01-20 Blockchain system and method for data deletion KR20230112364A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020220008527A KR20230112364A (en) 2022-01-20 2022-01-20 Blockchain system and method for data deletion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020220008527A KR20230112364A (en) 2022-01-20 2022-01-20 Blockchain system and method for data deletion

Publications (1)

Publication Number Publication Date
KR20230112364A true KR20230112364A (en) 2023-07-27

Family

ID=87433200

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220008527A KR20230112364A (en) 2022-01-20 2022-01-20 Blockchain system and method for data deletion

Country Status (1)

Country Link
KR (1) KR20230112364A (en)

Similar Documents

Publication Publication Date Title
CN110275884B (en) Data storage method and node
KR100974149B1 (en) Methods, systems and programs for maintaining a namespace of filesets accessible to clients over a network
CN109766341B (en) Method, device and storage medium for establishing Hash mapping
CN103119550B (en) Store the digital content with time-varying characteristics
JP2008305094A (en) Documentation management method and its apparatus
EP3076307A1 (en) Method and device for responding to a request, and distributed file system
US20200169402A1 (en) Data storage on tree nodes
JP2008003846A (en) Document use management system and method, document management server and program therefor
CN106326239A (en) Distributed file system and file meta-information management method thereof
US11080344B2 (en) Cloud-native documents integrated with legacy tools
CN101103331B (en) Implementing application specific management policies on a content addressed storage device
WO2020133963A1 (en) Blockchain-based data storage method, related device and storage medium
WO2018235132A1 (en) Distributed storage system
US10095706B2 (en) Data access system and data access method
CN107241312B (en) A kind of right management method and device
CN116663042B (en) Access control method, device, equipment and storage medium of multi-user-level directory
KR20230112364A (en) Blockchain system and method for data deletion
EP2362317A1 (en) Information processing device
US10909077B2 (en) File slack leveraging
JP2008250864A (en) Data storing method, data storing system and information processor
US20130218851A1 (en) Storage system, data management device, method and program
US20020078205A1 (en) Resource control facility
CN110688664B (en) Authority management method, device and equipment in block chain type account book
JP4213430B2 (en) File system integrity guarantee method, computer system capable of realizing integrity guaranteeable file system, file system
JP2020194385A (en) Update device, update method, update program, and data structure

Legal Events

Date Code Title Description
E902 Notification of reason for refusal