KR20190115354A - Method for connecting block chain blocks - Google Patents

Method for connecting block chain blocks Download PDF

Info

Publication number
KR20190115354A
KR20190115354A KR1020180038298A KR20180038298A KR20190115354A KR 20190115354 A KR20190115354 A KR 20190115354A KR 1020180038298 A KR1020180038298 A KR 1020180038298A KR 20180038298 A KR20180038298 A KR 20180038298A KR 20190115354 A KR20190115354 A KR 20190115354A
Authority
KR
South Korea
Prior art keywords
blocks
connection
block
multiplexing
present
Prior art date
Application number
KR1020180038298A
Other languages
Korean (ko)
Other versions
KR102617135B1 (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
    • H04L2209/38

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Power Engineering (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

According to an embodiment of the present invention, a connection method of blocks of a blockchain can be configured by comprising: a primary encryption process for encrypting a plurality of blocks containing data; a connection relationship multiplexing process of multiplexing connection relationships of the plurality of blocks by interconnecting the plurality of blocks that have performed the primary encryption process with predetermined different connection patterns; and a secondary encryption process for encrypting the entire connection relationships of the multiplexed plurality of blocks generated by the connection relationship multiplexing process.

Description

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

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

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

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

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

이와 같은 블록체인은 P2P 네트워크를 통해 모든 블록이 모든 거래 장부를 복사해 독립적으로 가지며, 각각의 블록이 거래 장부를 검증하기 때문에 사실상 위변조가 불가능한 장점이 있다.Such a blockchain has the advantage that every block has its own copy of all transaction books independently through the P2P network, and since each block verifies the transaction book, counterfeiting is virtually impossible.

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

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

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

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

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

본 발명의 실시 예에 따른 블록체인 블록들의 연결 방법은, 데이터를 포함하고 있는 복수개의 블록을 암호화 하는 1차 암호화 과정, 상기 1차 암호화 과정을 수행한 상기 복수개의 블록을 소정의 서로 다른 연결 패턴을 가지고 상호 연결하여 상기 복수개의 블록의 연결 관계를 다중화하는 연결 관계 다중화 과정 및 상기 연결 관계 다중화 과정으로 생성된 다중화된 상기 복수개의 블록의 연결관계 전체에 대해 암호화 하는 2차 암호화 과정을 포함하여 구성될 수 있다.In a method of connecting blockchain blocks according to an embodiment of the present invention, a first encryption process for encrypting a plurality of blocks including data and a plurality of predetermined connection patterns for the plurality of blocks on which the first encryption process is performed are performed. And a second encryption process for encrypting the entire connection relationships of the multiplexed blocks generated by the connection relationship multiplexing process and a connection relationship multiplexing process for multiplexing the connection relationships of the plurality of blocks by interconnecting each other. Can be.

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

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

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

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

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

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

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

아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시 예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시 예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면부호를 붙였다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention. As those skilled in the art would realize, the described embodiments may be modified in various different ways, all without departing from the spirit or scope of the present invention. In the drawings, parts irrelevant to the description are omitted for simplicity of explanation, and like reference numerals designate like parts throughout the specification.

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

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

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

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

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

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

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

또한, 본 발명은 데이터를 유형에 따라 분류 하고 데이터의 유형 별로 각 블록에 별로 분류 저장하여 이를 기반으로 데이터 검색을 빠르게 수행할 수도 있다.In addition, the present invention may classify the data according to the type and store the data in each block for each type of data to quickly perform a data retrieval based thereon.

본 발명의 실시 예에 따른 블록체인 블록들의 연결 방법은 데이터를 포함하고 있는 복수개의 블록을 암호화 하는 1차 암호화 과정, 상기 1차 암호화 과정을 수행한 상기 복수개의 블록을 소정의 서로 다른 연결 패턴을 가지고 상호 연결하여 상기 복수개의 블록의 연결 관계를 다중화하는 연결 관계 다중화 과정 및 상기 연결 관계 다중화 과정으로 생성된 다중화된 상기 복수개의 블록의 연결관계 전체에 대해 암호화 하는 2차 암호화 과정을 포함하여 구성될 수 있다.In a method of connecting blockchain blocks according to an embodiment of the present invention, a first encryption process for encrypting a plurality of blocks including data and a plurality of predetermined connection patterns may be performed on the plurality of blocks on which the first encryption process is performed. And a secondary encryption process for encrypting the entire connection relationships of the multiplexed blocks generated by the connection relationship multiplexing process and a connection relationship multiplexing process for multiplexing the connection relationships of the plurality of blocks by interconnecting each other. Can be.

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

이와 같이 1차 및 2차 암호화 과정을 수행하므로, 블록들만 해싱하여 해시 값을 획득하는 종래의 블록체인 기술보다 보안성이 높아질 수 있다.As described above, since the first and second encryption processes are performed, security may be higher than that of the conventional blockchain technology of hashing only blocks to obtain hash values.

한편, 상기 연결 관계 다중화 과정은, 블록들을 하나 이상 블록들과 상호 연결하는 과정이다. 더욱 바람직하게는 둘 이상의 블록들과 상호 연결하는 과정이다.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, predetermined different connection patterns used in the connection multiplexing process may be determined according to the maximum number of blocks connectable in a block, and the connection relationship of the finally generated multiplexed blocks may be determined by the predetermined different connection patterns. It may be determined according to the number of.

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

2.블록체인 블록들의 연결방법의 구체적인 실시 예2. Specific embodiment of the method of connecting blockchain blocks

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

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

한편, 상기 블록이 연결되는 소정의 서로 다른 연결 패턴은 입체구조 내에서 연결 가능한 블록의 개수에 따라서 결정될 수 있다.Meanwhile, predetermined different connection patterns to 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 thus formed is encrypted once again via hashing.

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

한편, 이하에서는 본 발명의 이해를 돕기 위해서 입체구조가 27개의 블록들로 구성되는 육면체 입체구조인 경우를 예로 들어 설명하기로 한다. 본 발명에서는 27개의 블록들로 구성되는 육면체 입체구조에 대해서만 설명하지만 블록의 개수는 27개보다 많거나 적을 수 있으며, 입체구조 또한 육면체로 한정되는 것은 아니다.In the following description, a three-dimensional structure is hexahedral three-dimensional structure composed of 27 blocks to help understand the present invention. In the present invention, only a hexahedral solid 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는 본 발명의 실시 예에 따른 블록들을 위상적으로 연결한 입체구조를 나타낸 도면이다.2 is a diagram illustrating 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층으로 쌓여서 육면체 입체구조를 형성할 수 있다. 그리고, 각각의 블록들은 인접한 블록들과 해시 값으로 연결되어 있다.Referring to FIG. 2, 27 blocks may be arranged in one plane in three blocks of three, and nine blocks arranged in this manner may be stacked in three layers to form a hexahedral solid structure. Each block is connected to adjacent blocks by a hash value.

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

상기 4 종류의 패턴은 인접한 6개의 블록과 연결되는 제1 패턴, 인접한 5개의 블록과 연결되는 제2 패턴, 인접한 4개의 블록과 연결되는 제3 패턴, 인접한 3개의 블록과 연결되는 제4 패턴이 이다.The four types of patterns may 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. to be.

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

도 3을 살펴보면, 제1 패턴을 가지는 블록은, 27개로 구성되는 육면체 입체구조에서 가운데 있는 블록(14)으로, 하나만 존재하며, 5,11,13,15,17,23 블록들과 연결될 수 있다. Referring to FIG. 3, a block having a first pattern is a block 14 in the middle of a hexahedral solid structure consisting of 27, and only one block exists and may be connected to 5, 11, 13, 15, 17, 23 blocks. .

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

제2 패턴 블록Second pattern block 제2 패턴 블록과 연결되는 블록Block connected with 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와 같다.FIG. 5 is a diagram illustrating twelve blocks having a third pattern in a hexahedral solid structure consisting of 27 pieces. In detail, each of the 12 blocks having the third pattern is connected to four adjacent blocks, and the blocks connected to each of the blocks having the third pattern are shown in Table 2 below.

제3 패턴 블록Third pattern block 제3 패턴 블록과 연결되는 블록Block connected with 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과 같다.FIG. 6 is a diagram showing eight blocks having a fourth pattern in a hexahedral solid structure consisting of 27 pieces. In detail, each of the eight blocks having the fourth pattern is connected to three adjacent blocks, and the blocks connected to each of the blocks having the fourth pattern are shown in Table 3 below.

제4 패턴 블록4th pattern block 제4 패턴 블록과 연결되는 블록Block connected with the fourth 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) 값을 통해 연결되어 있다. On the other hand, when the block and the block is connected in the hexahedral structure is connected through a hash (hash) as in the conventional block chain.

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

종래에서는 이와 같이 블록을 해시 값으로 치환하는 한번의 암호화 방식으로 블록체인을 구성하였다.In the related art, a blockchain is constructed by a single encryption method in which a block is replaced with a hash value.

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

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

한편, 본 발명의 기술적 사상은 상기 실시 예에 따라 구체적으로 기술되었으나, 상기 실시 예는 그 설명을 위한 것이며, 그 제한을 위한 것이 아님을 주지해야 한다. 또한, 본 발명의 기술분야에서 당업자는 본 발명의 기술 사상의 범위 내에서 다양한 실시 예가 가능함을 이해할 수 있을 것이다.On the other hand, the technical idea of the present invention has been described in detail according to the embodiment, it should be noted that the embodiment is for the purpose of illustration, not for the limitation. In addition, 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 for encrypting a plurality of blocks containing data;
A connection relationship multiplexing step of multiplexing the connection relationships of the plurality of blocks by interconnecting the plurality of blocks that have performed the first encryption process with predetermined different connection patterns; And
A second encryption process of encrypting the entire connection relationships of the multiplexed blocks generated by the connection relationship multiplexing process;
Method of connecting blockchain blocks, characterized in that comprises a.
청구항 1에 있어서,
상기 1차 암호화 과정은
상기 복수개의 블록 각각에 대하여 해싱(hashing)을 수행하여 상기 복수개의 블록 각각의 해시 값을 획득하는 것을 특징으로 하는 블록체인 블록들의 연결 방법.
The method according to claim 1,
The first encryption process
And a hash value of each of the plurality of blocks is obtained by performing hashing on each of the plurality of blocks.
청구항 1에 있어서,
상기 소정의 서로 다른 연결 패턴은,
블록에 연결 가능한 다른 블록의 최대 개수에 따라 결정되는 것을 특징으로 하는 블록체인 블록들의 연결 방법.
The method according to claim 1,
The predetermined different connection pattern,
Method of connecting blockchain blocks, characterized in that determined according to the maximum number of other blocks connectable to the block.
청구항 1에 있어서,
상기 2차 암호화 과정은,
상기 연결 관계 다중화 과정에서 생성된 다중화된 복수개의 블록의 연결관계 전체에 대해서 해싱을 수행하여 복수개의 블록의 연결관계 전체에 대한 해시 값을 획득하는 것을 특징으로 하는 블록체인 블록들의 연결 방법.
The method according to claim 1,
The secondary encryption process,
And a hash value of the entire connection relationships of the plurality of blocks by hashing the entire connection relationships of the multiplexed blocks generated in the connection relationship multiplexing process.
청구항 1에 있어서,
상기 복수개의 블록의 연결관계는
상기 소정의 서로 다른 연결 패턴의 개수에 따라 결정되는 것을 특징으로 하는 블록들의 연결 방법.
The method according to claim 1,
The connection relationship of the plurality of blocks is
The connection method of the block, characterized in that determined according to the predetermined number of 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 true KR20190115354A (en) 2019-10-11
KR102617135B1 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 (6)

* 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
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
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
KR20180022507A (en) * 2016-08-24 2018-03-06 김보석 Method for providing document delivery service that is based on the block chain

Patent Citations (6)

* 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
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
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

Also Published As

Publication number Publication date
KR102617135B1 (en) 2023-12-26

Similar Documents

Publication Publication Date Title
CN107766542B (en) Partitioned block chain network and method for realizing partitioned query thereof
Wang et al. Sok: Sharding on blockchain
Baird The swirlds hashgraph consensus algorithm: Fair, fast, byzantine fault tolerance
KR102065315B1 (en) System and method for keeping and sharing a file based on block chain network
Wu et al. ServeDB: Secure, verifiable, and efficient range queries on outsourced database
CN108470265B (en) Multi-warehouse data management method based on block chain and related equipment
Etemad et al. Transparent, distributed, and replicated dynamic provable data possession
CN113572618B (en) Fabric and IPFS combined decentralized storage system and data storage method thereof
CN107786555B (en) Big data-based information steganography method and system and information extraction method and system
US11121855B2 (en) System and method for secure exchange
CN115664682A (en) Consensus method for sharing medical data based on alliance chain master-slave multi-chain
KR20190115354A (en) Method for connecting block chain blocks
Zhang et al. Efficient auditing scheme for secure data storage in fog-to-cloud computing
CN110278087B (en) File encryption and de-duplication method based on secondary hash and zero knowledge verification method
CN115563591A (en) Data access method, node and cascade center
Quisquater et al. Chinese lotto as an exhaustive code-breaking machine
Xu et al. Blockchain‐based access control for enterprise blockchain applications
US20230275759A1 (en) Method and system of encoding data over distributed networks and method of assuring integrity of data transmission between sender and receiver in a communication system
CN115348274A (en) Offshore data distributed storage system based on changeable block chain technology
JP6012078B2 (en) Information distribution system and information distribution storage system
WO2008014004A2 (en) Load-balanced distributed authentication structures
Swapna et al. An efficient distributive framework for preserving data privacy through block chain
Heydari et al. A Review of Blockchain
Pimenidis et al. Secure social media spaces for communities of vulnerable people
Kwon Towards anonymous and metadata private communication at Internet scale

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