KR102617135B1 - Method for connecting block chain blocks - Google Patents

Method for connecting block chain blocks Download PDF

Info

Publication number
KR102617135B1
KR102617135B1 KR1020180038298A KR20180038298A KR102617135B1 KR 102617135 B1 KR102617135 B1 KR 102617135B1 KR 1020180038298 A KR1020180038298 A KR 1020180038298A KR 20180038298 A KR20180038298 A KR 20180038298A KR 102617135 B1 KR102617135 B1 KR 102617135B1
Authority
KR
South Korea
Prior art keywords
blocks
connection relationship
block
multiplexing
blockchain
Prior art date
Application number
KR1020180038298A
Other languages
Korean (ko)
Other versions
KR20190115354A (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 KR1020180038298A priority Critical patent/KR102617135B1/en
Publication of KR20190115354A publication Critical patent/KR20190115354A/en
Application granted granted Critical
Publication of KR102617135B1 publication Critical patent/KR102617135B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0643Hash functions, e.g. MD5, SHA, HMAC or f9 MAC
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Abstract

본 발명의 실시 예에 따른 블록체인의 블록들의 연결 방법은, 데이터를 포함하고 있는 복수개의 블록을 암호화 하는 1차 암호화 과정, 상기 1차 암호화 과정을 수행한 상기 복수개의 블록을 소정의 서로 다른 연결 패턴을 가지고 상호 연결하여 상기 복수개의 블록의 연결 관계를 다중화하는 연결 관계 다중화 과정 및 상기 연결 관계 다중화 과정으로 생성된 다중화된 상기 복수개의 블록의 연결관계 전체에 대해 암호화 하는 2차 암호화 과정을 포함하여 구성될 수 있다.A method of connecting blocks of a blockchain according to an embodiment of the present invention involves a primary encryption process of encrypting a plurality of blocks containing data, and connecting the plurality of blocks that have performed the primary encryption process to different predetermined numbers. A connection relationship multiplexing process of multiplexing the connection relationships of the plurality of blocks by interconnecting them with a pattern, and a secondary encryption process of encrypting the entire connection relationship of the multiplexed blocks created through the connection relationship multiplexing process. It can be configured.

Description

블록 체인 블록들의 연결 방법{Method for connecting block chain blocks}Method for connecting block chain blocks}

본 발명은 블록체인을 구성하는 각각의 블록들을 연결하는 방법에 관한 것이다.The present invention relates to a method of connecting each block that constitutes a blockchain.

보다 구체적으로, 블록들을 병렬 관계로 연결하여 블록들의 연결을 다중화하는 방법에 관한 것이다.More specifically, it relates to a method of multiplexing the connections of blocks by connecting them in parallel.

블록체인은 데이터를 일정한 시간단위로 모아 데이터 블록을 생성하고, 블록을 암호화한 해시(hash)값을 통해 데이터를 검증하는 암호화 시스템이다.Blockchain is an encryption system that collects data in regular time units, creates data blocks, and verifies the data through the hash value that encrypts the blocks.

이러한 블록체인은 거래내역이 공개된 기록장부 또는 공공 거래 장부라고도 불리며 암호화 화폐를 거래할 때 발생할 수 있는 해킹을 막는 용도로 사용된다. 특히 블록체인은 중앙관리 기관 없이 거래 정보를 기록한 데이터를 P2P(Peer to Peer) 네트워크에 분산하여 참가자가 공동으로 기록하고 관리하는 구조이다.This blockchain is also called a record book or public transaction ledger in which transaction details are disclosed, and is used to prevent hacking that can occur when trading cryptocurrency. In particular, blockchain is a structure in which data recording transaction information is distributed to a P2P (Peer to Peer) network without a central management agency, and participants jointly record and manage it.

이와 같은 블록체인은 P2P 네트워크를 통해 모든 블록이 모든 거래 장부를 복사해 독립적으로 가지며, 각각의 블록이 거래 장부를 검증하기 때문에 사실상 위변조가 불가능한 장점이 있다.This kind of blockchain has the advantage that it is virtually impossible to forge or modify because every block independently copies all transaction ledgers through a P2P network, and each block verifies the transaction ledger.

한편, 종래의 블록체인은 n번째 블록이 업데이트되어 n+1 번째 블록을 생성하고, n+1 블록을 n번째 블록에 선형적으로 연결하였다. 이와 같이 선형적으로 연결되는 블록체인은 인접한 블록 사이에서만 통신을 수행하므로 병렬로 데이터 처리할 수 없어 데이터 처리 속도가 늦는 단점이 있다.Meanwhile, in the conventional blockchain, the nth block is updated to create the n+1th block, and the n+1 block is linearly connected to the nth block. Since linearly connected blockchains like this only communicate between adjacent blocks, they cannot process data in parallel, which has the disadvantage of slow data processing speed.

따라서 본 발명에서는 블록들 입체적으로 배치하여 블록들 사이의 데이터 처리를 병렬로 수행함으로써 데이터 처리 속도를 향상시키는 방법을 제안한다.Therefore, the present invention proposes a method of improving data processing speed by arranging blocks three-dimensionally and performing data processing between blocks in parallel.

한국 등록특허 10-166193호Korean Patent No. 10-166193 한국 등록특허 10-1827373호Korean Patent No. 10-1827373

본 발명은 블록체인을 구성하는 각각의 블록의 연결을 다중화하는 방법을 제공한다.The present invention provides a method for multiplexing the connections of each block constituting a blockchain.

보다 구체적으로, 블록들을 위상적 관계로 연결하여 블록들의 연결을 입체적으로 구현하는 방법을 제공한다.More specifically, it provides a method of three-dimensionally implementing the connection of blocks by connecting them in a topological relationship.

본 발명의 실시 예에 따른 블록체인 블록들의 연결 방법은, 데이터를 포함하고 있는 복수개의 블록을 암호화 하는 1차 암호화 과정, 상기 1차 암호화 과정을 수행한 상기 복수개의 블록을 소정의 서로 다른 연결 패턴을 가지고 상호 연결하여 상기 복수개의 블록의 연결 관계를 다중화하는 연결 관계 다중화 과정 및 상기 연결 관계 다중화 과정으로 생성된 다중화된 상기 복수개의 블록의 연결관계 전체에 대해 암호화 하는 2차 암호화 과정을 포함하여 구성될 수 있다.The method of connecting blockchain blocks according to an embodiment of the present invention includes a primary encryption process of encrypting a plurality of blocks containing data, and a predetermined different connection pattern of the plurality of blocks that have performed the primary encryption process. It includes a connection relationship multiplexing process of multiplexing the connection relationships of the plurality of blocks by interconnecting them with each other, and a secondary encryption process of encrypting the entire connection relationship of the multiplexed blocks created through the connection relationship multiplexing process. It can be.

상기 1차 암호화 과정은, 상기 복수개의 블록 각각에 대하여 해싱(hashing)을 수행하여 상기 복수개의 블록 각각의 해시 값을 획득할 수 있다.The first encryption process may obtain a hash value of each of the plurality of blocks by performing hashing on each of the plurality of blocks.

상기 소정의 서로 다른 연결 패턴은, 블록에 연결 가능한 다른 블록의 최대 개수에 따라 결정될 수 있다.The predetermined different connection patterns may be determined according to the maximum number of other blocks that can be connected to a block.

상기 2차 암호화 과정은, 상기 연결 관계 다중화 과정에서 생성된 다중화된 복수개의 블록의 연결관계 전체에 대해서 해싱을 수행하여 복수개의 블록의 연결관계 전체에 대한 해시 값을 획득할 수 있다.The secondary encryption process may obtain a hash value for the entire connection relationship of the plurality of blocks by performing hashing on the entire connection relationship of the multiplexed blocks created in the connection relationship multiplexing process.

상기 복수개의 블록의 연결관계는, 상기 소정의 서로 다른 연결 패턴의 개수에 따라 결정될 수 있다.The connection relationship between the plurality of blocks may be determined according to the number of different connection patterns.

본 발명은 블록의 연결을 다중화 함으로써 데이터를 병렬로 처리할 수 있다.The present invention can process data in parallel by multiplexing the connections of blocks.

또한, 본 발명은 데이터를 병렬로 처리함으로써 데이터 처리 속도를 향상시킬 수 있다.Additionally, the present invention can improve data processing speed by processing data in parallel.

도 1은 종래의 블록체인 기술에서 블록들이 연결된 구조를 나타낸 도면이다.
도 2는 본 발명의 실시 예에 따른 블록들을 위상적으로 연결한 입체구조를 나타낸 도면이다.
도 3 내지 도 6은 제1 내지 제4 패턴 각각을 나타낸 도면이다.
Figure 1 is a diagram showing a structure in which blocks are connected in conventional blockchain technology.
Figure 2 is a diagram showing a three-dimensional structure in which blocks are topologically connected according to an embodiment of the present invention.
3 to 6 are diagrams showing the first to fourth patterns, respectively.

아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시 예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시 예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면부호를 붙였다.Below, with reference to the attached drawings, embodiments of the present invention will be described in detail so that those skilled in the art can easily implement the present invention. However, the present invention may be implemented in many different forms and is not limited to the embodiments described herein. In order to clearly explain the present invention in the drawings, parts unrelated to the description are omitted, and similar parts are given similar reference numerals throughout the specification.

제1, 제2 등과 같이 서수를 포함하는 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되지는 않는다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예컨대, 본 발명의 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. 본 출원에서 사용한 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다.Terms containing ordinal numbers, such as first, second, etc., may be used to describe various components, but the components are not limited by the terms. The above terms are used only for the purpose of distinguishing one component from another. For example, a first component may be named a second component without departing from the scope of the present invention, and similarly, the second component may also be named a first component. The terms used in this application are only used to describe specific embodiments and are not intended to limit the invention. Singular expressions include plural expressions unless the context clearly dictates otherwise.

명세서 전체에서, 어떤 부분이 다른 부분과 ““연결””되어 있다고 할 때, 이는 ““직접적으로 연결””되어 있는 경우뿐 아니라, 그 중간에 다른 소자를 사이에 두고 ““전기적으로 연결””되어 있는 경우도 포함한다. 또한 어떤 부분이 어떤 구성요소를 ““포함””한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. 본원 명세서 전체에서 사용되는 정도의 용어 ““~(하는) 단계”” 또는 “~의 단계””는 ““~를 위한 단계””를 의미하지 않는다.Throughout the specification, when a part is said to be ““connected”” to another part, this means not only ““directly connected”” but also ““electrically connected”” with another element in between. Also includes cases where it is. Additionally, when a part is said to ““include”” a certain component, this does not mean that other components are excluded, but that it can further include other components, unless specifically stated to the contrary. As used throughout the specification, the term ““step of”” or “step of” does not mean “step for”.

본 발명에서 사용되는 용어는 본 발명에서의 기능을 고려하면서 가능한 현재 널리 사용되는 일반적인 용어들을 선택하였으나, 이는 당 분야에 종사하는 기술자의 의도 또는 판례, 새로운 기술의 출현 등에 따라 달라질 수 있다. 또한, 특정한 경우는 출원인이 임의로 선정한 용어도 있으며, 이 경우 해당되는 발명의 설명 부분에서 상세히 그 의미를 기재할 것이다. 따라서 본 발명에서 사용되는 용어는 단순한 용어의 명칭이 아닌, 그 용어가 가지는 의미와 본 발명의 전반에 걸친 내용을 토대로 정의되어야 한다. The terms used in the present invention are general terms that are currently widely used as much as possible while considering the function in the present invention, but this may vary depending on the intention or precedent of a person working in the art, the emergence of new technology, etc. In addition, in certain cases, there are terms arbitrarily selected by the applicant, and in this case, the meaning will be described in detail in the description of the relevant invention. Therefore, the terms used in the present invention should be defined based on the meaning of the term and the overall content of the present invention, rather than simply the name of the term.

1. 블록체인 블록들의 연결 방법1. How to connect blockchain blocks

도 1은 종래의 블록체인 기술에서 블록들이 연결된 구조를 나타낸 도면이다.Figure 1 is a diagram showing a structure in which blocks are connected in conventional blockchain technology.

종래의 블록체인 기술은 하나의 블록에 새로운 데이터가 추가될 때, 블록들이 선형적으로 연결되어 있는 구조였다. 이로 인해, 다수의 네트워크가 하나의 데이터를 생산함으로 처리 속도가 늦는 문제점이 있다.Conventional blockchain technology had a structure in which blocks were linearly connected when new data was added to one block. Because of this, there is a problem that processing speed is slow because multiple networks produce one data.

이러한 문제점을 해결하기 위해, 본 발명은 블록들의 연결을 다중화하고 블록들을 동시에 생산함으로 데이터 처리 속도를 향상 시키고자 한다.To solve this problem, the present invention seeks to improve data processing speed by multiplexing the connections of blocks and producing blocks simultaneously.

또한, 본 발명은 데이터를 유형에 따라 분류 하고 데이터의 유형 별로 각 블록에 별로 분류 저장하여 이를 기반으로 데이터 검색을 빠르게 수행할 수도 있다.In addition, the present invention classifies data according to type and stores it in each block for each type of data, so that data search can be quickly performed based on this.

본 발명의 실시 예에 따른 블록체인 블록들의 연결 방법은 데이터를 포함하고 있는 복수개의 블록을 암호화 하는 1차 암호화 과정, 상기 1차 암호화 과정을 수행한 상기 복수개의 블록을 소정의 서로 다른 연결 패턴을 가지고 상호 연결하여 상기 복수개의 블록의 연결 관계를 다중화하는 연결 관계 다중화 과정 및 상기 연결 관계 다중화 과정으로 생성된 다중화된 상기 복수개의 블록의 연결관계 전체에 대해 암호화 하는 2차 암호화 과정을 포함하여 구성될 수 있다.The method of connecting blockchain blocks according to an embodiment of the present invention involves a primary encryption process of encrypting a plurality of blocks containing data, and a predetermined different connection pattern for the plurality of blocks that have performed the primary encryption process. It will be comprised of a connection relationship multiplexing process of multiplexing the connection relationships of the plurality of blocks by interconnecting them, and a secondary encryption process of encrypting the entire connection relationship of the multiplexed blocks created through the connection relationship multiplexing process. You can.

구체적으로, 상기 1차 암호화 과정과 2차 암호화 과정은 해싱(hashing)이라는 통상적인 과정을 통해 해시 값을 획득하는 블록체인의 암호화 기술을 통해 암호화 될 수 있다.Specifically, the first and second encryption processes can be encrypted through blockchain encryption technology that obtains the hash value through a typical process called hashing.

이와 같이 1차 및 2차 암호화 과정을 수행하므로, 블록들만 해싱하여 해시 값을 획득하는 종래의 블록체인 기술보다 보안성이 높아질 수 있다.Since the first and second encryption processes are performed in this way, security can be improved compared to the conventional blockchain technology that obtains the hash value by hashing only blocks.

한편, 상기 연결 관계 다중화 과정은, 블록들을 하나 이상 블록들과 상호 연결하는 과정이다. 더욱 바람직하게는 둘 이상의 블록들과 상호 연결하는 과정이다.Meanwhile, the connection relationship multiplexing process is a process of interconnecting blocks with one or more blocks. More preferably, it is a process of interconnecting two or more blocks.

한편, 상기 연결 다중화 과정에서 사용되는 소정의 서로 다른 연결 패턴은 블록에서 연결 가능한 블록의 최대 개수에 따라서 결정될 수 있으며, 최종적으로 생성되는 상기 다중화된 블록의 연결 관계는, 상기 소정의 서로 다른 연결 패턴의 개수에 따라서 결정될 수 있다.Meanwhile, the predetermined different connection patterns used in the connection multiplexing process may be determined according to the maximum number of connectable blocks in the block, and the connection relationship of the finally generated multiplexed block may be determined based on the predetermined different connection patterns. It can be determined depending on the number of.

이하에서는 구체적인 실시 예를 들어서 본 발명의 블록체인들의 연결 방법을 설명한다.Below, the method of connecting blockchains of the present invention will be described using specific examples.

2.블록체인 블록들의 연결방법의 구체적인 실시 예2. Specific example of how to connect blockchain blocks

이하에서는 본 발명의 이해를 돕기 위해서 복수개의 블록의 연결 관계를 다중화 하는 연결 관계 다중화 과정으로 생성된 연결관계를 가상의 구조(이하에서는 입체구조라 한다)를 예로 들어서 설명한다.Hereinafter, to aid understanding of the present invention, the connection relationship created through the connection relationship multiplexing process of multiplexing the connection relationship of a plurality of blocks will be explained using a virtual structure (hereinafter referred to as a three-dimensional structure) as an example.

본 발명에 따른 입체구조는 블록들이 소정의 서로 다른 연결 패턴을 가지고 상호 연결되며, 상기 블록들 각각은 해시 값으로 암호화되어 연결될 수 있다.In the three-dimensional structure according to the present invention, blocks are interconnected with predetermined different connection patterns, and each of the blocks can be encrypted and connected with a hash value.

한편, 상기 블록이 연결되는 소정의 서로 다른 연결 패턴은 입체구조 내에서 연결 가능한 블록의 개수에 따라서 결정될 수 있다.Meanwhile, a predetermined different connection pattern in which the blocks are connected may be determined according to the number of blocks that can be connected in the three-dimensional structure.

이와 같이 형성되는 입체구조는 해싱을 통해 다시 한번 암호화된다.The three-dimensional structure formed in this way is encrypted again through hashing.

즉, 본 발명은 종래의 블록체인에 비해 한번 더 암호화되므로 보안성이 증대될 수 있다.In other words, the security of the present invention can be increased because it is encrypted once more than the conventional blockchain.

한편, 이하에서는 본 발명의 이해를 돕기 위해서 입체구조가 27개의 블록들로 구성되는 육면체 입체구조인 경우를 예로 들어 설명하기로 한다. 본 발명에서는 27개의 블록들로 구성되는 육면체 입체구조에 대해서만 설명하지만 블록의 개수는 27개보다 많거나 적을 수 있으며, 입체구조 또한 육면체로 한정되는 것은 아니다.Meanwhile, hereinafter, to help understand the present invention, the case where the three-dimensional structure is a hexahedral three-dimensional structure composed of 27 blocks will be described as an example. In the present invention, only a hexahedral structure composed of 27 blocks is described, but the number of blocks may be more or less than 27, and the three-dimensional structure is not limited to a hexahedron.

도 2는 본 발명의 실시 예에 따른 블록들을 위상적으로 연결한 입체구조를 나타낸 도면이다.Figure 2 is a diagram showing a three-dimensional structure in which blocks are topologically connected according to an embodiment of the present invention.

도 2를 살펴보면, 27개의 블록들은 3개씩 3열로 9개의 블록이 하나의 평면에 배열되고, 이와 같이 배열되는 9개의 블록이 3층으로 쌓여서 육면체 입체구조를 형성할 수 있다. 그리고, 각각의 블록들은 인접한 블록들과 해시 값으로 연결되어 있다.Looking at Figure 2, 27 blocks are arranged in 3 rows of 3, with 9 blocks arranged in one plane, and the 9 blocks arranged in this way can be stacked in 3 layers to form a hexahedral three-dimensional structure. And, each block is connected to adjacent blocks with a hash value.

한편, 상기 27개의 블록 각각은 4 종류의 연결 패턴 중 어느 하나를 가지고 있다.Meanwhile, each of the 27 blocks has one of four types of connection patterns.

상기 4 종류의 패턴은 인접한 6개의 블록과 연결되는 제1 패턴, 인접한 5개의 블록과 연결되는 제2 패턴, 인접한 4개의 블록과 연결되는 제3 패턴, 인접한 3개의 블록과 연결되는 제4 패턴이 이다.The four types of patterns include a first pattern connected to six adjacent blocks, a second pattern connected to five adjacent blocks, a third pattern connected to four adjacent blocks, and a fourth pattern connected to three adjacent blocks. am.

도 3 내지 도 6은 제1 내지 제4 패턴 각각을 나타낸 도면이다.3 to 6 are diagrams showing the first to fourth patterns, respectively.

도 3을 살펴보면, 제1 패턴을 가지는 블록은, 27개로 구성되는 육면체 입체구조에서 가운데 있는 블록(14)으로, 하나만 존재하며, 5,11,13,15,17,23 블록들과 연결될 수 있다. Looking at Figure 3, the block with the first pattern is the central block 14 in the 27-membered hexahedral structure, and there is only one block, and it can be connected to blocks 5, 11, 13, 15, 17, and 23. .

도 4를 살펴보면 제2 패턴을 가지는 블록은 27개로 구성되는 육면체 입체구조에서 육면체의 각 면의 가운데에 위치하는 블록으로 5,11,13,15,17,23 블록이다. 상기 제2 패턴을 가지는 블록은 인접한 5개의 블록과 연결되며, 제2 패턴을 가지는 블록 각각에 연결되는 블록은 아래 표 1과 같다.Looking at FIG. 4, the blocks with the second pattern are blocks located in the center of each face of the hexahedron in a hexahedral three-dimensional structure consisting of 27 blocks, and are blocks 5, 11, 13, 15, 17, and 23. The block with the second pattern is connected to five adjacent blocks, and the blocks connected to each block with the second pattern are shown in Table 1 below.

제2 패턴 블록2nd pattern block 제2 패턴 블록과 연결되는 블록Block connected to the second pattern block 55 2,4,6,8,142,4,6,8,14 1111 2,10,12,14,202,10,12,14,20 1313 4,10,16,14,224,10,16,14,22 1515 6,12,14,18,246,12,14,18,24 1717 8,14,16,18,268,14,16,18,26 2323 14,20,22,24,2614,20,22,24,26

도 5는 27개로 구성되는 육면체 입체구조에서 제3 패턴을 가지는 12개의 블록을 나타낸 도면이다. 구체적으로 제3 패턴을 가지는 12개의 블록 각각은 인접한 4개의 블록과 연결되며, 제3 패턴을 가지는 블록 각각에 연결되는 블록은 아래 표 2와 같다.Figure 5 is a diagram showing 12 blocks having a third pattern in a hexahedral three-dimensional structure consisting of 27 blocks. Specifically, each of the 12 blocks with the third pattern is connected to four adjacent blocks, and the blocks connected to each block with the third pattern are shown in Table 2 below.

제3 패턴 블록Third pattern block 제3 패턴 블록과 연결되는 블록Block connected to the third pattern block 22 1,3,5,111,3,5,11 44 1,5,7,131,5,7,13 66 3,5,9,153,5,9,15 88 5,7,9,175,7,9,17 1010 1,11,13,191,11,13,19 1212 3,11,15,213,11,15,21 1616 7,13,17,257,13,17,25 1818 9,15,17,279,15,17,27 2020 11,19,21,2311,19,21,23 2222 15,21,23,2715,21,23,27 2424 13,19,23,2513,19,23,25 2626 17,23,25,2717,23,25,27

도 6은 27개로 구성되는 육면체 입체구조에서 제4 패턴을 가지는 8개의 블록을 나타낸 도면이다. 구체적으로 제4 패턴을 가지는 8개의 블록 각각은 인접한 3개의 블록과 연결되며, 제4 패턴을 가지는 블록 각각에 연결되는 블록은 아래 표 3과 같다.Figure 6 is a diagram showing 8 blocks having the fourth pattern in a hexahedral three-dimensional structure consisting of 27 blocks. Specifically, each of the eight blocks with the fourth pattern is connected to three adjacent blocks, and the blocks connected to each block with the fourth pattern are shown in Table 3 below.

제4 패턴 블록4th pattern block 제4 패턴 블록과 연결되는 블록Block connected to the 4th pattern block 1One 2,4,102,4,10 33 2,6,122,6,12 77 4,8,164,8,16 99 6,8,186,8,18 1919 10,20,2210,20,22 2121 12,20,2412,20,24 2525 16,22,2616,22,26 2727 18,24,2618,24,26

한편, 상기 육면체 입체구조에서 블록과 블록 간에 연결될 때에는 통상의 블록체인에서와 같이 해시(hash) 값을 통해 연결되어 있다. 즉, 예를 들어 상기 표 3의 제4 패턴 블록에서, 블록 1은 블록 2, 4, 10의 해시값을 포함하여 해시화된다.Meanwhile, when blocks are connected in the six-sided three-dimensional structure, they are connected through hash values as in a typical blockchain. That is, for example, in the fourth pattern block of Table 3 above, block 1 is hashed including the hash values of blocks 2, 4, and 10.

해시 값은, 데이터가 저장된 블록을 블록에 저장된 데이터의 내용 및 크기에 상관 없이 소정의 정해진 비트(크기)를 가지는 무작위로 이루어진 문자열로 치환하는 해싱(hashing)과정의 결과 값이다.The hash value is the result of a hashing process that replaces the block in which data is stored with a random string with a predetermined number of bits (size) regardless of the content and size of the data stored in the block.

종래에서는 이와 같이 블록을 해시 값으로 치환하는 한번의 암호화 방식으로 블록체인을 구성하였다.Conventionally, a blockchain was constructed using a one-time encryption method that replaces blocks with hash values.

그러나 본 발명에서는 이와 같이 해시 값으로 치환하여 한번 암호화된 27개의 블록들이 연결되어 형성되는 육면체 입체구조 전체를 하나의 해시 값을 치환하여 한번 더 암호화할 수 있다.However, in the present invention, the entire hexahedral three-dimensional structure formed by connecting 27 blocks that have been encrypted once by replacing a hash value can be encrypted once again by replacing one hash value.

다시 말해, 본 발명의 블록체인 기술은 해시 값으로 암호화 되어 연결된 블록들 전체를 하나의 해시 값으로 다시 한번 암호화하므로 한번 암호화하는 종래의 블록체인 기술에 비해 본 발명의 블록체인 기술은 우수한 보안성을 가질 수 있다.In other words, the blockchain technology of the present invention is encrypted with a hash value and encrypts all connected blocks again with one hash value, so compared to the conventional blockchain technology that encrypts once, the blockchain technology of the present invention has excellent security. You can have it.

한편, 본 발명의 기술적 사상은 상기 실시 예에 따라 구체적으로 기술되었으나, 상기 실시 예는 그 설명을 위한 것이며, 그 제한을 위한 것이 아님을 주지해야 한다. 또한, 본 발명의 기술분야에서 당업자는 본 발명의 기술 사상의 범위 내에서 다양한 실시 예가 가능함을 이해할 수 있을 것이다.Meanwhile, the technical idea of the present invention has been described in detail according to the above embodiments, but it should be noted that the above embodiments are for explanation and not limitation. Additionally, those skilled in the art will understand that various embodiments are possible within the scope of the technical idea of the present invention.

1 내지 27 : 블록체인 블록 각각의 번호1 to 27: Number of each blockchain block

Claims (5)

데이터를 포함하고 있는 복수개의 블록을 암호화 하는 1차 암호화 과정;
상기 1차 암호화 과정을 수행한 상기 복수개의 블록을 소정의 서로 다른 연결 패턴을 가지고 상호 연결하여 상기 복수개의 블록의 연결 관계를 다중화하는 연결 관계 다중화 과정; 및
상기 연결 관계 다중화 과정으로 생성된 다중화된 상기 복수개의 블록의 연결관계 전체에 대해 암호화 하는 2차 암호화 과정;
을 포함하여 구성되는 것을 특징으로 하는 블록체인 블록들의 연결 방법.
A primary encryption process that encrypts a plurality of blocks containing data;
A connection relationship multiplexing process of multiplexing the connection relationship of the plurality of blocks by interconnecting the plurality of blocks that have undergone the first encryption process with predetermined different connection patterns; and
A secondary encryption process of encrypting the entire connection relationship of the multiplexed blocks created through the connection relationship multiplexing process;
A method of connecting blockchain blocks, comprising:
청구항 1에 있어서,
상기 1차 암호화 과정은
상기 복수개의 블록 각각에 대하여 해싱(hashing)을 수행하여 상기 복수개의 블록 각각의 해시 값을 획득하는 것을 특징으로 하는 블록체인 블록들의 연결 방법.
In claim 1,
The first encryption process is
A method of connecting blockchain blocks, characterized in that hashing is performed on each of the plurality of blocks to obtain a hash value of each of the plurality of blocks.
청구항 1에 있어서,
상기 소정의 서로 다른 연결 패턴은,
블록에 연결 가능한 다른 블록의 최대 개수에 따라 결정되는 것을 특징으로 하는 블록체인 블록들의 연결 방법.
In claim 1,
The predetermined different connection patterns are,
A method of connecting blockchain blocks, characterized in that it is determined according to the maximum number of other blocks that can be connected to the block.
청구항 1에 있어서,
상기 2차 암호화 과정은,
상기 연결 관계 다중화 과정에서 생성된 다중화된 복수개의 블록의 연결관계 전체에 대해서 해싱을 수행하여 복수개의 블록의 연결관계 전체에 대한 해시 값을 획득하는 것을 특징으로 하는 블록체인 블록들의 연결 방법.
In claim 1,
The secondary encryption process is,
A method of connecting blockchain blocks, characterized in that hashing is performed on the entire connection relationship of the multiplexed blocks created in the connection relationship multiplexing process to obtain a hash value for the entire connection relationship of the plurality of blocks.
청구항 1에 있어서,
상기 복수개의 블록의 연결관계는
상기 소정의 서로 다른 연결 패턴의 개수에 따라 결정되는 것을 특징으로 하는 블록들의 연결 방법.
In claim 1,
The connection relationship between the plurality of blocks is
A method of connecting blocks, characterized in that determined according to the number of the predetermined different connection patterns.
KR1020180038298A 2018-04-02 2018-04-02 Method for connecting block chain blocks KR102617135B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180038298A KR102617135B1 (en) 2018-04-02 2018-04-02 Method for connecting block chain blocks

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180038298A KR102617135B1 (en) 2018-04-02 2018-04-02 Method for connecting block chain blocks

Publications (2)

Publication Number Publication Date
KR20190115354A KR20190115354A (en) 2019-10-11
KR102617135B1 true KR102617135B1 (en) 2023-12-26

Family

ID=68210308

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180038298A KR102617135B1 (en) 2018-04-02 2018-04-02 Method for connecting block chain blocks

Country Status (1)

Country Link
KR (1) KR102617135B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000330835A (en) 1999-05-20 2000-11-30 Fujitsu Ltd Storage device and data storage structure
US20160028552A1 (en) 2014-07-25 2016-01-28 Blockchain Technologies Corporation System and method for creating a multi-branched blockchain with configurable protocol rules
US20170346833A1 (en) 2016-05-27 2017-11-30 Sony Corporation Blockchain-based system, and electronic apparatus and method in the system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR0166193B1 (en) 1995-12-30 1999-02-18 석진철 Apparatus for increasing the power of arm in an excavator
KR20180022507A (en) * 2016-08-24 2018-03-06 김보석 Method for providing document delivery service that is based on the block chain
KR101827373B1 (en) 2017-08-29 2018-02-08 주식회사 더블체인 Block window module having agreement algorithm for limiting mining, managing server and virtual money exchange system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000330835A (en) 1999-05-20 2000-11-30 Fujitsu Ltd Storage device and data storage structure
US20160028552A1 (en) 2014-07-25 2016-01-28 Blockchain Technologies Corporation System and method for creating a multi-branched blockchain with configurable protocol rules
US20170346833A1 (en) 2016-05-27 2017-11-30 Sony Corporation Blockchain-based system, and electronic apparatus and method in the system

Also Published As

Publication number Publication date
KR20190115354A (en) 2019-10-11

Similar Documents

Publication Publication Date Title
CN106453435B (en) Data sharing authorization method based on block chain
CN109872156A (en) A kind of alliance's chain common recognition system and method
CN102201986A (en) Zonal routing method for non-relational database Cassandra
US11121855B2 (en) System and method for secure exchange
KR102617135B1 (en) Method for connecting block chain blocks
CN111767342A (en) Multi-block chain based evidence storage method
WO2022065016A1 (en) Automatic authentication ic chip
CN106302236A (en) A kind of method of data distribution and access device
Valerio et al. Recursively scalable fat-trees as interconnection networks
US11500986B2 (en) Side-channel attack protected gates having low-latency and reduced complexity
CN110278087B (en) File encryption and de-duplication method based on secondary hash and zero knowledge verification method
JP6012078B2 (en) Information distribution system and information distribution storage system
KR20210100865A (en) Method and system for building fast synchronizable decentralized distributed database
CN106056527A (en) Image encryption method based on hybrid balanced second-order reversible two-dimensional cellular automata
CN108063686B (en) Data center network topology structure based on cube structure and construction method
KR19990047119A (en) Node independent path generation method in hypercube with damaged node
CN113708963B (en) Optimized topology recursion method and system meeting alliance chain partition tolerance
Mishra et al. A zero-hacking protocol for secure multiparty computation using multiple TTP
KR102532791B1 (en) Blockchain platform with Helix-Pyramid structure for faster data transfer and improved security and scalability
EP4221066A1 (en) System and method for exchanging private data among nodes in blockchain network
Lipton Fingerprinting sets
CN113591050A (en) Multi-node user authentication method based on block chain technology
CN109388639A (en) Storage based on block chain technology records mould group
JP2022051661A (en) Automatic authentication IC chip
CN113836147A (en) Chain identifier generation method and device, chain cluster management method, system and medium

Legal Events

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