JP2018157432A - Generation device, verification device, and program - Google Patents

Generation device, verification device, and program Download PDF

Info

Publication number
JP2018157432A
JP2018157432A JP2017053635A JP2017053635A JP2018157432A JP 2018157432 A JP2018157432 A JP 2018157432A JP 2017053635 A JP2017053635 A JP 2017053635A JP 2017053635 A JP2017053635 A JP 2017053635A JP 2018157432 A JP2018157432 A JP 2018157432A
Authority
JP
Japan
Prior art keywords
transaction
identification information
block
trader
hash value
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2017053635A
Other languages
Japanese (ja)
Other versions
JP6719410B2 (en
Inventor
清本 晋作
Shinsaku Kiyomoto
晋作 清本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2017053635A priority Critical patent/JP6719410B2/en
Publication of JP2018157432A publication Critical patent/JP2018157432A/en
Application granted granted Critical
Publication of JP6719410B2 publication Critical patent/JP6719410B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a mechanism for enhancing confidentiality of dealer identification information on transaction between a plurality of terminals connected to a network.SOLUTION: A generation device is a generation device that generates a transaction identification information used for a block chain for assuring propriety of transaction between a plurality of terminals connected to a network. The generation device comprises: a calculation part that calculates a hush value of the block just before the block in an open state from a plurality of blocks included in the block chain as a block hush value; and an identification information generation part that generates dealer identification information used for the transaction on the basis of the block hush value calculated by the calculation part, secret key information which is different in each dealer who executes the transaction, and the dealer identification information that is different in each dealer.SELECTED DRAWING: Figure 1

Description

本発明は、生成装置、検証装置及びプログラムに関する。   The present invention relates to a generation device, a verification device, and a program.

従来、ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに関する技術が知られている。   2. Description of the Related Art Conventionally, a technique related to a block chain for ensuring the validity of a transaction between a plurality of terminals connected to a network is known.

Satoshi Nakamoto. Bitcoin: A peer-to-peer electronic cash system, 2008.Satoshi Nakamoto. Bitcoin: A peer-to-peer electronic cash system, 2008. Sompolinsky, Y., Zohar, A.: Accelerating bitcoin's transaction processing. Fast money grows on trees, not chains. IACR Cryptology ePrint Archive 2013 (2013)881.Sompolinsky, Y., Zohar, A .: Accelerating bitcoin's transaction processing.Fast money grows on trees, not chains.IACR Cryptology ePrint Archive 2013 (2013) 881. Lewenberg, Y., Sompolinsky, Y., Zohar, A.: Inclusive block chain protocols. In:Financial Cryptography and Data Security - 19th International Conference, FC2015, San Juan, Puerto Rico, January 26-30, 2015, Revised Selected Papers. (2015)528-547Lewenberg, Y., Sompolinsky, Y., Zohar, A .: Inclusive block chain protocols.In:Financial Cryptography and Data Security-19th International Conference, FC2015, San Juan, Puerto Rico, January 26-30, 2015, Revised Selected Papers (2015) 528-547

ブロックチェーンを構成する各ブロックには、取引を行う取引者の識別情報が含まれる。ここで、取引者の取引の秘匿性を高めるためには、取引者の識別情報が匿名であることが好ましい。
本発明は、上記問題に鑑みて為されたものであり、ネットワークに接続する複数の端末の間における取引の取引者識別情報の秘匿性を高める仕組みを提供することを目的とする。
Each block constituting the block chain includes identification information of a trader who conducts the trade. Here, in order to improve the confidentiality of the transaction of the trader, it is preferable that the identification information of the trader is anonymous.
The present invention has been made in view of the above problems, and an object of the present invention is to provide a mechanism for improving the confidentiality of transaction identification information of a transaction among a plurality of terminals connected to a network.

(1)本発明の一態様は、ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を生成する生成装置であって、前記ブロックチェーンに含まれる複数のブロックのうち、オープン状態であるブロックの1つ前のブロックのハッシュ値をブロックハッシュ値として算出する算出部と、前記算出部が算出する前記ブロックハッシュ値と、前記取引を行う取引者毎に異なる秘密鍵情報と、前記取引者毎に異なる取引者識別情報とに基づいて、前記取引に用いられる取引識別情報を生成する識別情報生成部と、を備える生成装置である。   (1) One aspect of the present invention is a generation device that generates transaction identification information used for a block chain for guaranteeing the legitimacy of a transaction between a plurality of terminals connected to a network. Among a plurality of included blocks, a calculation unit that calculates a hash value of a block immediately before a block in an open state as a block hash value, the block hash value calculated by the calculation unit, and a transaction that performs the transaction And an identification information generating unit that generates transaction identification information used for the transaction based on different secret key information for each transaction and different transaction identification information for each transaction.

(2)本発明の一態様は、上記(1)に記載の生成装置は、前記算出部が算出する前記ブロックハッシュ値と、前記秘密鍵情報とに基づいて、電子署名を生成する電子署名生成部を更に備え、前記算出部は、前記電子署名生成部が生成する前記電子署名のハッシュ値を署名ハッシュ値として算出し、前記識別情報生成部は、前記署名ハッシュ値と、前記取引者識別情報とに基づいて、前記取引識別情報を生成する。   (2) According to one aspect of the present invention, in the generation device described in (1), an electronic signature generation that generates an electronic signature based on the block hash value calculated by the calculation unit and the secret key information The electronic signature generation unit generates a hash value of the electronic signature generated by the electronic signature generation unit as a signature hash value, and the identification information generation unit includes the signature hash value and the trader identification information. Based on the above, the transaction identification information is generated.

(3)本発明の一態様は、上記(1)、又は(2)に記載の生成装置において、前記算出部は、オープン状態であるブロックの1つ前のブロックが複数存在する場合、当該複数のブロックの各ハッシュ値に基づいて、前記ブロックハッシュ値を算出する。   (3) According to one aspect of the present invention, in the generation device according to (1) or (2), the calculation unit includes a plurality of blocks in a case where there are a plurality of blocks immediately before a block in an open state. The block hash value is calculated based on each hash value of the block.

(4)本発明の一態様は、ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を検証する検証装置であって、取引者が前記取引を行う際に用いる取引識別情報を取得する取引者識別情報取得部と、前記取引者の電子署名を取得する電子署名取得部と、前記電子署名取得部が取得する前記電子署名のハッシュ値を算出する算出部と、前記算出部が算出する前記ハッシュ値に基づいて、前記取引識別情報を復号する復号部と、前記復号部が前記取引識別情報を復号した結果の復号情報と、前記取引者を識別する取引者識別情報とが一致するか否かを判定する判定部と、を備える検証装置である。   (4) One aspect of the present invention is a verification device that verifies transaction identification information used in a block chain for guaranteeing the validity of a transaction between a plurality of terminals connected to a network. A trader identification information acquisition unit that acquires transaction identification information used when performing a transaction, an electronic signature acquisition unit that acquires an electronic signature of the trader, and a hash value of the electronic signature acquired by the electronic signature acquisition unit A calculation unit that calculates, a decryption unit that decrypts the transaction identification information based on the hash value calculated by the calculation unit, decryption information that is a result of the decryption unit decrypting the transaction identification information, and the trader It is a verification apparatus provided with the determination part which determines whether the trader identification information which identifies is equal.

(5)本発明の一態様は、ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を生成するコンピュータに、前記ブロックチェーンに含まれる複数のブロックのうち、オープン状態であるブロックの1つ前のブロックのハッシュ値をブロックハッシュ値として算出する算出ステップと、前記算出ステップが算出する前記ブロックハッシュ値と、前記取引を行う取引者毎に異なる秘密鍵情報と、前記取引者毎に異なる取引者識別情報とに基づいて、前記取引に用いられる取引識別情報を生成する識別情報生成ステップと、実行させるためのプログラムである。   (5) According to one aspect of the present invention, a computer that generates transaction identification information used for a block chain for guaranteeing the legitimacy of a transaction between a plurality of terminals connected to a network is included in the plurality of blocks included in the block chain. Among the blocks, the calculation step of calculating the hash value of the block immediately before the block in the open state as the block hash value, the block hash value calculated by the calculation step, and each trader performing the transaction An identification information generating step for generating transaction identification information used for the transaction based on different secret key information and different transaction identification information for each of the transactions, and a program for execution.

(6)本発明の一態様は、ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を検証するコンピュータに、前記取引を行う取引者の取引識別情報を取得する取引識別情報取得ステップと、前記取引者の電子署名を取得する電子署名取得ステップと、前記電子署名取得ステップが取得する前記電子署名のハッシュ値を算出する算出ステップと、前記算出ステップが算出する前記ハッシュ値に基づいて、前記取引識別情報を復号する復号ステップと、前記復号ステップが前記取引識別情報を復号する復号情報と、前記取引者を識別する取引者識別情報とが一致するか否かを判定する判定ステップと、実行させるプログラムである。   (6) According to one aspect of the present invention, a computer that verifies transaction identification information used in a block chain for guaranteeing the legitimacy of a transaction between a plurality of terminals connected to a network is connected to a computer that performs the transaction. A transaction identification information acquisition step for acquiring transaction identification information; an electronic signature acquisition step for acquiring the electronic signature of the trader; a calculation step for calculating a hash value of the electronic signature acquired by the electronic signature acquisition step; Based on the hash value calculated by the calculation step, a decryption step for decrypting the transaction identification information, a decryption information for the decryption step to decrypt the transaction identification information, and a trader identification information for identifying the trader. A determination step for determining whether or not they match, and a program to be executed.

本発明によれば、ネットワークに接続する複数の端末の間における取引の取引者識別情報の秘匿性を高める仕組みを提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the mechanism which improves the secrecy of the transaction identification information of the transaction between several terminals connected to a network can be provided.

第1実施形態のネットワークの一例を示す図である。It is a figure which shows an example of the network of 1st Embodiment. 第1実施形態におけるブロックチェーンの一例を示す図である。It is a figure which shows an example of the block chain in 1st Embodiment. 第1実施形態に係る生成装置の構成の一例を示す図である。It is a figure which shows an example of a structure of the production | generation apparatus which concerns on 1st Embodiment. 第1実施形態に係る生成装置の動作の一例を示す流れ図である。It is a flowchart which shows an example of operation | movement of the production | generation apparatus which concerns on 1st Embodiment. 第2実施形態に係る検証装置の構成の一例を示す図である。It is a figure which shows an example of a structure of the verification apparatus which concerns on 2nd Embodiment. 第2実施形態に係る検証装置の動作の一例を示す流れ図である。It is a flowchart which shows an example of operation | movement of the verification apparatus which concerns on 2nd Embodiment. 変形例に係るブロックチェーンの一例を示す図である。It is a figure which shows an example of the block chain which concerns on a modification.

[第1実施形態]
以下、図を参照して本発明の第1実施形態について説明する。
[First Embodiment]
The first embodiment of the present invention will be described below with reference to the drawings.

<ネットワーク構成について>
まず、図1を参照して、第1実施形態のネットワークNWの構成、及び概要について説明する。
図1は、第1実施形態のネットワークNWの一例を示す図である。図1に示すネットワークNWには、クライアント端末T(図示する、クライアント端末T1〜クライアント端末T10)、及びサーバSA(図示する、サーバSA1〜サーバSA4)が接続される。以降の説明において、クライアント端末T1〜クライアント端末T10を区別しない場合には、総称してクライアント端末Tと記載する。また、サーバSA1〜サーバSA4を区別しない場合には、総称してサーバSAと記載する。
<About network configuration>
First, with reference to FIG. 1, the structure and outline | summary of the network NW of 1st Embodiment are demonstrated.
FIG. 1 is a diagram illustrating an example of a network NW according to the first embodiment. A client terminal T (shown, client terminal T1 to client terminal T10) and a server SA (shown, server SA1 to server SA4) are connected to the network NW shown in FIG. In the following description, when the client terminals T1 to T10 are not distinguished, they are collectively referred to as the client terminal T. When the servers SA1 to SA4 are not distinguished, they are collectively referred to as a server SA.

ネットワークNWは、例えば、インターネット、専用通信回線(例えば、CATV(Community Antenna Television)回線)、移動体通信網(基地局等を含む)、及びゲートウェイ等により構成される。サーバSAは、例えば、Webサーバの機能を有するサーバコンピュータである。クライアント端末Tは、例えば、パーソナルコンピュータ、通信端末装置(スマートフォンやタブレット等)等である。   The network NW includes, for example, the Internet, a dedicated communication line (for example, a CATV (Community Antenna Television) line), a mobile communication network (including a base station), a gateway, and the like. The server SA is, for example, a server computer having a Web server function. The client terminal T is, for example, a personal computer, a communication terminal device (such as a smartphone or a tablet), or the like.

クライアント端末T、及びサーバSAは、ネットワークNWを介して仮想取引通信を行う。仮想取引通信とは、取引対象の取引を行う取引者同士がネットワークNWを介して当該取引を行う通信である。仮想取引通信は、例えば、Peer to Peer(以下、P2P)通信方式によって行われる。また、取引対象とは、例えば、仮想通貨、著作物の証明書等である。図1に示す一例、クライアント端末T1〜T7、及びサーバSA1〜SA3が、それぞれ、ノードN1〜N10として仮想取引通信を行う。   The client terminal T and the server SA perform virtual transaction communication via the network NW. Virtual transaction communication is communication in which traders who conduct a transaction to be traded perform the transaction via the network NW. The virtual transaction communication is performed by, for example, a Peer to Peer (hereinafter, P2P) communication method. The transaction object is, for example, a virtual currency, a certificate of a copyrighted work, or the like. The example shown in FIG. 1, client terminals T1 to T7, and servers SA1 to SA3 perform virtual transaction communication as nodes N1 to N10, respectively.

以下、仮想取引通信によって行われる取引の取引対象が仮想通貨(例えば、ビットコイン)である場合について説明する。仮想通貨は、仮想取引通信によって取引者同士が取引することにより、金融機関を介さずに交換可能なデジタル通貨として機能する。
ここで、仮想通貨は、二重使用されていないこと、及びデータの改竄等によって生成されていないこと等が求められる。これらは、取引される仮想通貨の出処を保証するブロックチェーンを用いた分散型台帳技術によって実現することが可能である。
Hereinafter, the case where the transaction object of the transaction performed by the virtual transaction communication is a virtual currency (for example, bit coin) will be described. The virtual currency functions as a digital currency that can be exchanged without going through a financial institution when traders trade with each other through virtual transaction communication.
Here, it is required that the virtual currency is not used twice and is not generated by falsification of data. These can be realized by a distributed ledger technology using a block chain that guarantees the origin of the virtual currency to be traded.

<ブロックチェーンについて>
以下、図を参照してブロックチェーンについて説明する。
図2は、第1実施形態におけるブロックチェーンの一例を示す図である。
仮想通貨の取引は、ある取引者が行う取引の取引データ(以下、トランザクション)が、仮想取引通信によって全てのノードN(取引者)にブロードキャスト伝送されることによって行われる。トランザクションには、当該取引の取引者を識別する情報(以下、個人ID)と、取引される仮想通貨の金額等を示す情報とが含まれる。ブロックには、当該ブロックの1つ前のブロックのハッシュ値と、当該ブロックにまとめられた複数のトランザクションを示す情報と、ナンス値とが含まれる。ナンス値とは、ブロックの生成者が算出する値であって、当該ブロックのハッシュ値が予め設定された値以下となる値である。ブロックの生成者は、仮想取引通信によって接続されるクライアント端末T、又はサーバSAを用いて、ナンス値を算出し、ブロックを生成する。
<About blockchain>
Hereinafter, the block chain will be described with reference to the drawings.
FIG. 2 is a diagram illustrating an example of a block chain in the first embodiment.
The virtual currency transaction is performed by broadcasting transaction data (hereinafter referred to as a transaction) of a transaction performed by a certain trader to all nodes N (traders) by virtual trade communication. The transaction includes information for identifying the trader of the transaction (hereinafter, personal ID) and information indicating the amount of virtual currency to be traded. The block includes a hash value of the block immediately before the block, information indicating a plurality of transactions collected in the block, and a nonce value. The nonce value is a value calculated by the creator of the block, and is a value in which the hash value of the block is not more than a preset value. The creator of the block calculates the nonce value using the client terminal T or the server SA connected by virtual transaction communication, and creates a block.

上述した仕組みによって、ブロックを参照し、仮想通貨の取引を全ての取引者が参照可能である。換言すると、ブロックチェーンを用いた仮想通貨の取引において、取引者の取引履歴の秘匿性を高めることが困難である場合があった。
本実施形態に係る生成装置1は、取引者の個人IDに基づいて、匿名IDを生成し、当該匿名IDを取引に用いることによって、取引者の取引の秘匿性を高めることを支援する。
以下、生成装置1の具体的な機能構成について説明する。
With the mechanism described above, all traders can refer to the virtual currency transaction by referring to the block. In other words, in the virtual currency transaction using the block chain, it may be difficult to increase the confidentiality of the transaction history of the transaction.
The generation device 1 according to the present embodiment supports increasing the confidentiality of the transaction of the transaction by generating an anonymous ID based on the personal ID of the transaction and using the anonymous ID for the transaction.
Hereinafter, a specific functional configuration of the generation device 1 will be described.

<生成装置の構成>
図3は、第1実施形態に係る生成装置1の構成の一例を示す図である。
生成装置1は、例えば、取引者が仮想通貨の取引に用いるサーバSAや、クライアント端末Tに備えられる装置である。
図3に示す通り、生成装置1は、制御部100と、記憶部500とを備える。記憶部500には、取引者が仮想通貨の取引に用いる鍵情報であって、公開鍵暗号方式に用いられる秘密鍵情報SKが記憶される。また、記憶部500には、取引者の個人IDを示す個人ID情報PIDが記憶される。
<Configuration of generating device>
FIG. 3 is a diagram illustrating an example of the configuration of the generation device 1 according to the first embodiment.
The generation device 1 is, for example, a device provided in a server SA or a client terminal T used by a trader for virtual currency transactions.
As illustrated in FIG. 3, the generation device 1 includes a control unit 100 and a storage unit 500. The storage unit 500 stores secret key information SK that is used by a trader for virtual currency transactions and is used for a public key cryptosystem. In addition, the storage unit 500 stores personal ID information PID indicating a trader's personal ID.

制御部100は、CPU(Central Processing Unit)を備えており、受信部110と、算出部120と、電子署名生成部130と、匿名ID生成部140と、取引情報取得部150と、送信部160とをその機能部として備える。
受信部110は、取引が行われる際にオープン状態であるブロックの1つ前のブロック(以下、前ブロック)を示す情報(以下、ブロック情報BK)を仮想取引通信によって受信する。ブロック情報BKには、前ブロックの1つ前のブロックのハッシュ値と、ナンス値と、トランザクションを示す情報とが含まれる。
算出部120は、受信部110が受信するブロック情報BKに基づいて、前ブロックのハッシュ値(以下、ブロックハッシュ値BHA)を算出する。
The control unit 100 includes a CPU (Central Processing Unit), a reception unit 110, a calculation unit 120, an electronic signature generation unit 130, an anonymous ID generation unit 140, a transaction information acquisition unit 150, and a transmission unit 160. Are provided as functional parts thereof.
The receiving unit 110 receives information (hereinafter, block information BK) indicating a block immediately before the block that is in an open state (hereinafter, the previous block) when a transaction is performed by virtual transaction communication. The block information BK includes a hash value, a nonce value, and information indicating a transaction of the block immediately before the previous block.
The calculation unit 120 calculates the hash value of the previous block (hereinafter, block hash value BHA) based on the block information BK received by the reception unit 110.

電子署名生成部130は、算出部120が算出するブロックハッシュ値BHAと、秘密鍵情報SKとに基づいて、当該ブロックハッシュ値BHAの電子署名を生成する。
算出部120は、電子署名生成部130が生成する電子署名を示す情報(以下、電子署名情報DS)に基づいて、当該電子署名情報DSのハッシュ値(以下、署名ハッシュ値SHA)を算出する。
匿名ID生成部140は、算出部120が算出する署名ハッシュ値SHAに基づいて、個人ID情報PIDを暗号化し、匿名ID情報AIDを生成する。具体的には、匿名ID生成部140は、署名ハッシュ値SHAを共通鍵暗号方式の共通鍵情報(以下、共通鍵情報CK)として、個人ID情報PIDを暗号化し、匿名ID情報AIDを生成する。換言すると、署名ハッシュ値SHAは、個人ID情報PIDを共通暗号化方式によって暗号化する際に用いられる共通鍵情報CKである。
The electronic signature generation unit 130 generates an electronic signature of the block hash value BHA based on the block hash value BHA calculated by the calculation unit 120 and the secret key information SK.
The calculation unit 120 calculates a hash value (hereinafter, signature hash value SHA) of the electronic signature information DS based on information indicating the electronic signature generated by the electronic signature generation unit 130 (hereinafter, electronic signature information DS).
The anonymous ID generation unit 140 encrypts the personal ID information PID based on the signature hash value SHA calculated by the calculation unit 120, and generates anonymous ID information AID. Specifically, the anonymous ID generation unit 140 encrypts the personal ID information PID using the signature hash value SHA as common key information (hereinafter, common key information CK) of the common key cryptosystem, and generates anonymous ID information AID. . In other words, the signature hash value SHA is the common key information CK used when encrypting the personal ID information PID by the common encryption method.

取引情報取得部150は、取引者が行う取引に関する情報(以下、取引情報TR)を取得する。取引情報取得部150は、例えば、取引者が使用するサーバSAやクライアント端末Tに入力される操作であって、仮想通貨の取引に関する操作を取引情報TRとして取得する。取引情報TRには、仮想通貨の送金額を示す情報と、送金先の取引者の個人IDを示す情報とが含まれる。
送信部160は、匿名ID生成部140が生成する匿名ID情報AIDと、取引情報TRとに基づくトランザクションを、全てのノードNに仮想取引通信によって送信する。具体的には、送信部160は、匿名ID情報AIDが示す匿名IDと、取引情報TRが示す仮想通貨の送金額と、送金先の取引者の個人IDとを含むトランザクションを送信する。
The transaction information acquisition unit 150 acquires information (hereinafter referred to as transaction information TR) related to the transaction performed by the transaction. The transaction information acquisition unit 150 acquires, for example, an operation that is input to the server SA or the client terminal T used by the trader and that is related to a virtual currency transaction as the transaction information TR. The transaction information TR includes information indicating the remittance amount of the virtual currency and information indicating the personal ID of the remittance destination trader.
The transmission unit 160 transmits a transaction based on the anonymous ID information AID generated by the anonymous ID generation unit 140 and the transaction information TR to all the nodes N by virtual transaction communication. Specifically, the transmission unit 160 transmits a transaction including the anonymous ID indicated by the anonymous ID information AID, the remittance amount of the virtual currency indicated by the transaction information TR, and the personal ID of the remittance destination trader.

<生成装置の動作>
以下、図を参照して生成装置1の動作の詳細について説明する。
図4は、第1実施形態に係る生成装置1の動作の一例を示す流れ図である。
受信部110は、仮想取引通信によってブロック情報BKを受信する(ステップS110)。算出部120は、受信部110が受信したブロック情報BKに基づいて、ブロックハッシュ値BHAを算出する(ステップS120)。電子署名生成部130は、秘密鍵情報SKと、ブロックハッシュ値BHAとに基づいて、電子署名情報DSを生成する(ステップS130)。算出部120は、電子署名生成部130が生成する電子署名情報DSに基づいて、署名ハッシュ値SHAを算出する(ステップS140)。匿名ID生成部140は、個人ID情報PIDと、署名ハッシュ値SHAとに基づいて、匿名ID情報AIDを生成する(ステップS150)。送信部160は、取引情報TRと、匿名ID情報AIDとに基づいて、トランザクションを送信する(ステップS160)。
<Operation of generating device>
Hereinafter, the details of the operation of the generation apparatus 1 will be described with reference to the drawings.
FIG. 4 is a flowchart illustrating an example of the operation of the generation device 1 according to the first embodiment.
The receiving unit 110 receives the block information BK through virtual transaction communication (step S110). The calculating unit 120 calculates a block hash value BHA based on the block information BK received by the receiving unit 110 (step S120). The electronic signature generation unit 130 generates the electronic signature information DS based on the secret key information SK and the block hash value BHA (Step S130). The calculation unit 120 calculates a signature hash value SHA based on the digital signature information DS generated by the digital signature generation unit 130 (step S140). The anonymous ID generation unit 140 generates anonymous ID information AID based on the personal ID information PID and the signature hash value SHA (step S150). The transmission unit 160 transmits a transaction based on the transaction information TR and the anonymous ID information AID (step S160).

<第1実施形態のまとめ>
以上説明したように、本実施形態の生成装置1は、前ブロックのハッシュ値(本実施形態の一例では、ブロックハッシュ値BHA)と、個人ID情報PIDとに基づいて、匿名ID情報AIDを生成する。ここで、ブロックハッシュ値BHAは、前ブロックとなるブロック毎に異なる値である。したがって、本実施形態の生成装置1によれば、同一ブロックに含まれないトランザクション毎に異なる匿名IDを用いて取引を行うことができる。つまり、本実施形態の生成装置1によれば、取引者は、匿名IDを仮想通貨の取引に用いることによって、取引の秘匿性を高めることができる。
<Summary of First Embodiment>
As described above, the generation apparatus 1 of the present embodiment generates anonymous ID information AID based on the hash value of the previous block (in the example of the present embodiment, the block hash value BHA) and the personal ID information PID. To do. Here, the block hash value BHA is different for each block that is the previous block. Therefore, according to the generation device 1 of the present embodiment, it is possible to perform a transaction using a different anonymous ID for each transaction not included in the same block. That is, according to the generating apparatus 1 of the present embodiment, the trader can increase the confidentiality of the transaction by using the anonymous ID for the virtual currency transaction.

[第2実施形態]
以下、本発明の実施形態に係る第2実施形態について説明する。
第1実施形態では、取引者の個人IDに応じて、匿名IDを生成する生成装置1について説明した。
ここで、取引者が匿名IDを用いて取引を行う場合、当該取引者の取引相手(送金先の取引者)は、当該取引者が正当な取引者であるか否かを検証可能であることが好ましい。
第2実施形態では、取引者が使用する匿名IDと、電子署名情報DSとに基づいて、取引者が正当な取引者であるか否かを検証する検証装置2について説明する。
なお、上述した実施形態と同様の構成については、同一の符号を付して説明を省略する。
[Second Embodiment]
Hereinafter, a second embodiment according to an embodiment of the present invention will be described.
1st Embodiment demonstrated the production | generation apparatus 1 which produces | generates anonymous ID according to a transaction person's personal ID.
Here, when a trader conducts a transaction using an anonymous ID, the counterparty of the trader (the remittance trader) can verify whether or not the trader is a legitimate trader. Is preferred.
2nd Embodiment demonstrates the verification apparatus 2 which verifies whether a trader is a valid trader based on the anonymous ID which a trader uses, and electronic signature information DS.
In addition, about the structure similar to embodiment mentioned above, the same code | symbol is attached | subjected and description is abbreviate | omitted.

<検証装置の構成>
以下、図5を参照して検証装置2の構成について説明する。
図5は、第2実施形態に係る検証装置2の構成の一例を示す図である。
検証装置2は、例えば、匿名IDを使用する取引者の取引相手が、仮想通貨の取引に用いるサーバSAや、クライアント端末Tに備えられる装置である。以降の説明において、匿名IDを使用する取引者を単に取引者と記載し、取引者の取引相手を、検証者と記載する。
図5に示す通り、検証装置2は、制御部200を備える。制御部200は、CPUを備えており、電子署名情報取得部210と、匿名ID情報取得部220と、個人ID情報取得部230と、算出部240と、復号部250と、判定部260とをその機能部として備える。
<Configuration of verification device>
Hereinafter, the configuration of the verification apparatus 2 will be described with reference to FIG.
FIG. 5 is a diagram illustrating an example of the configuration of the verification apparatus 2 according to the second embodiment.
The verification device 2 is, for example, a device provided in a server SA or a client terminal T used by a trading partner of an anonymous ID for a virtual currency transaction. In the following description, a trader who uses an anonymous ID is simply described as a trader, and a trade partner of the trader is described as a verifier.
As illustrated in FIG. 5, the verification device 2 includes a control unit 200. The control unit 200 includes a CPU, and includes an electronic signature information acquisition unit 210, an anonymous ID information acquisition unit 220, a personal ID information acquisition unit 230, a calculation unit 240, a decryption unit 250, and a determination unit 260. It is provided as a functional part.

電子署名情報取得部210は、取引者から、電子署名情報DSを取得する。また、匿名ID情報取得部220は、取引者から、匿名ID情報AIDを取得する。ここで、取引者と、検証者とは、それぞれが取引に用いるサーバSAやクライアント端末Tの間に暗号通信経路を構築し、当該暗号通信経路を介して電子署名情報DS、及び匿名ID情報AIDを取得する。
個人ID情報取得部230は、取引者から当該取引者の個人ID情報PIDを取得する。ここで、個人ID情報PIDは、仮想取引通信を行うノードNに周知されている情報であるため、暗号化通信経路を用いて取得されてもよく、ネットワークNWを介した通信によって取得されてもよい。
The electronic signature information acquisition unit 210 acquires electronic signature information DS from the trader. Moreover, the anonymous ID information acquisition part 220 acquires anonymous ID information AID from a trader. Here, the trader and the verifier establish an encrypted communication path between the server SA and the client terminal T used for the transaction, respectively, and the electronic signature information DS and the anonymous ID information AID via the encrypted communication path. To get.
The personal ID information acquisition unit 230 acquires the personal ID information PID of the trader from the trader. Here, since the personal ID information PID is information that is known to the node N that performs virtual transaction communication, the personal ID information PID may be acquired using an encrypted communication path, or may be acquired through communication via the network NW. Good.

算出部240は、電子署名情報取得部210が取得した電子署名情報DSに基づいて、署名ハッシュ値SHAを算出する。復号部250は、署名ハッシュ値SHAを共通鍵暗号方式の共通鍵情報CKとして、匿名ID情報AIDを復号化し、復号情報DCDを生成する。ここで、匿名ID情報AIDが、上述した生成装置1によって生成された共通鍵情報CK(署名ハッシュ値SHA)によって暗号化された個人ID情報PIDである場合、復号情報DCDと、個人ID情報PIDとは、合致する。   The calculation unit 240 calculates a signature hash value SHA based on the electronic signature information DS acquired by the electronic signature information acquisition unit 210. The decryption unit 250 decrypts the anonymous ID information AID using the signature hash value SHA as the common key information CK of the common key cryptosystem, and generates decryption information DCD. Here, when the anonymous ID information AID is the personal ID information PID encrypted by the common key information CK (signature hash value SHA) generated by the generation device 1 described above, the decryption information DCD and the personal ID information PID Matches.

判定部260は、復号部250が生成した復号情報DCDと、個人ID情報取得部230が取得した個人ID情報PIDとが一致するか否かを判定する。判定部260は、復号情報DCDと、個人ID情報PIDとが一致する場合、匿名IDによって示される取引者が不正な個人IDを使用していない取引者(正当な取引者)であると判定する。また、判定部260は、復号情報DCDと、個人ID情報PIDとが一致しない場合、匿名IDによって示される取引者が不正な個人IDを使用している取引者(不正な取引者)であると判定する。   The determination unit 260 determines whether or not the decryption information DCD generated by the decryption unit 250 matches the personal ID information PID acquired by the personal ID information acquisition unit 230. When the decryption information DCD and the personal ID information PID match, the determination unit 260 determines that the trader indicated by the anonymous ID is a trader who does not use an illegal personal ID (a legitimate trader). . Further, in the case where the decryption information DCD and the personal ID information PID do not match, the determination unit 260 indicates that the trader indicated by the anonymous ID is a trader (unauthorized trader) using an invalid personal ID. judge.

<検証装置の動作>
以下、図を参照して検証装置2の動作の詳細について説明する。
図6は、第2実施形態に係る検証装置2の動作の一例を示す流れ図である。
電子署名情報取得部210は、電子署名情報DSを取得する(ステップS210)。匿名ID情報取得部220は、匿名ID情報AIDを取得する(ステップS220)。個人ID情報取得部230は、取引者の個人ID情報PIDを取得する(ステップS230)。算出部240は、電子署名情報DSの署名ハッシュ値SHAを算出する(ステップS240)。復号部250は、署名ハッシュ値SHAを共通鍵情報CKとして、匿名ID情報AIDを復号し、復号情報DCDを生成する(ステップS250)。
<Operation of verification device>
Hereinafter, details of the operation of the verification apparatus 2 will be described with reference to the drawings.
FIG. 6 is a flowchart showing an example of the operation of the verification apparatus 2 according to the second embodiment.
The electronic signature information acquisition unit 210 acquires the electronic signature information DS (step S210). The anonymous ID information acquisition unit 220 acquires anonymous ID information AID (step S220). The personal ID information acquisition unit 230 acquires the personal ID information PID of the trader (step S230). The calculation unit 240 calculates a signature hash value SHA of the electronic signature information DS (Step S240). The decryption unit 250 decrypts the anonymous ID information AID using the signature hash value SHA as the common key information CK, and generates decryption information DCD (step S250).

判定部260は、復号情報DCDと、個人ID情報PIDとが一致するか否かを判定する(ステップS260)。判定部260は、復号情報DCDと、個人ID情報PIDとが一致する場合(ステップS260;YES)、取引者が正当な取引者であると判定する(ステップS270)。また、判定部260は、復号情報DCDと、個人ID情報PIDとが一致しない場合(ステップS260;NO)、取引者が不当な取引者であると判定する(ステップS280)。   The determination unit 260 determines whether or not the decrypted information DCD matches the personal ID information PID (step S260). When the decryption information DCD matches the personal ID information PID (step S260; YES), the determination unit 260 determines that the transaction is a valid transaction (step S270). Further, when the decryption information DCD and the personal ID information PID do not match (step S260; NO), the determination unit 260 determines that the trader is an unjust trader (step S280).

<第2実施形態のまとめ>
以上説明したように、本実施形態の検証装置2は、電子署名情報DSと、匿名ID情報AIDとに基づいて、取引者が正当な取引者であるか否かを判定する。
本実施形態の検証装置2によれば、検証者は、電子署名情報DSと、匿名ID情報AIDとに基づいて、取引者が正当な取引者であるかを検証し、当該取引者と取引を行うことができる。
また、本実施形態の検証装置2によれば、生成装置1によって生成された電子署名情報DSを用いることにより、検証者が簡便に取引者の検証を行うことができる。
<Summary of Second Embodiment>
As described above, the verification device 2 according to the present embodiment determines whether or not the trader is a legitimate trader based on the electronic signature information DS and the anonymous ID information AID.
According to the verification device 2 of the present embodiment, the verifier verifies whether the trader is a legitimate trader based on the electronic signature information DS and the anonymous ID information AID, and performs a transaction with the trader. It can be carried out.
Further, according to the verification device 2 of the present embodiment, by using the electronic signature information DS generated by the generation device 1, the verifier can easily verify the trader.

[変形例]
以下、本発明の第1実施形態に係る変形例について説明する。
第1実施形態では、ブロックチェーンが一列である場合につい説明した。
変形例では、ブロックチェーンが上位層と、下位層とに分岐する場合について説明する。
なお、上述した実施形態と同様の構成については、同一の符号を付して説明を省略する。
[Modification]
Hereinafter, modified examples according to the first embodiment of the present invention will be described.
In the first embodiment, the case where the block chain is in one row has been described.
In the modification, a case where the block chain branches into an upper layer and a lower layer will be described.
In addition, about the structure similar to embodiment mentioned above, the same code | symbol is attached | subjected and description is abbreviate | omitted.

<ブロックチェーンについて>
以下、図を参照して変形例に係るブロックチェーンについて説明する。
図7は、変形例に係るブロックチェーンの一例を示す図である。
ここで、ブロックチェーンは、ネットワークNW構造に合わせて上位チェーンと、下位チェーンとに分岐する場合がある。
変形例の一例では、上位チェーンには、ブロック61と、ブロック62が接続される場合について説明する。また、ブロック61と、ブロック62との間において、上位チェーンは、第1下位チェーンと、第2下位チェーンとに分岐し、第1下位チェーンには、ブロック71と、ブロック72とが接続され、第2下位チェーンには、ブロック81が接続される。
<About blockchain>
Hereinafter, a block chain according to a modification will be described with reference to the drawings.
FIG. 7 is a diagram illustrating an example of a block chain according to a modification.
Here, the block chain may branch into an upper chain and a lower chain according to the network NW structure.
As an example of the modification, a case where the block 61 and the block 62 are connected to the upper chain will be described. Further, between the block 61 and the block 62, the upper chain branches into a first lower chain and a second lower chain, and a block 71 and a block 72 are connected to the first lower chain, A block 81 is connected to the second lower chain.

生成装置1は、例えば、前ブロックが複数あるブロック(この一例では、ブロック62)のトランザクションに含まれる匿名IDを生成する際、前ブロックのブロック情報BKとして当該複数のブロック(この一例では、ブロック61、ブロック72、及びブロック81)のブロック情報BKを取得する。生成装置1は、取得した複数のブロックの各ブロック情報BKに基づいて、ブロック情報BK毎にブロックハッシュ値BHAを算出し、匿名ID情報AIDを生成する。   For example, when generating the anonymous ID included in the transaction of a block having a plurality of previous blocks (in this example, the block 62), the generating device 1 uses the plurality of blocks (in this example, the block as block information BK). 61, block 72, and block 81) are obtained. The generation device 1 calculates the block hash value BHA for each block information BK based on the acquired block information BK of the plurality of blocks, and generates anonymous ID information AID.

以上説明したように、変形例の生成装置1は、前ブロックが複数存在する場合、当該複数のブロックの各ブロックハッシュ値BHAに基づいて、当該ブロックのブロックハッシュ値BHAを算出する。
したがって、変形例の生成装置1によれば、前ブロックが複数存在する場合であっても、匿名ID情報AIDを生成することができる。
As described above, when a plurality of previous blocks exist, the generation device 1 according to the modification calculates the block hash value BHA of the block based on the block hash values BHA of the plurality of blocks.
Therefore, according to the generation device 1 of the modification, anonymous ID information AID can be generated even when there are a plurality of previous blocks.

なお、上述では、仮想取引通信によって行わる取引が仮想通貨の取引である場合について説明したが、これに限られない。仮想取引通信によって行われる取引は、著作物の取引であってもよく、高額物品等の取引に伴う、当該高額物品の保証書の取引であってもよい。   In addition, although the case where the transaction performed by virtual transaction communication is a transaction of virtual currency was demonstrated above, it is not restricted to this. The transaction performed by the virtual transaction communication may be a transaction of a copyrighted work, or a transaction of a guarantee for the expensive item accompanying the transaction of the expensive item or the like.

なお、上記の各実施形態における生成装置1、及び検証装置2が備える各部は、専用のハードウェアにより実現されるものであってもよく、また、メモリおよびマイクロプロセッサにより実現させるものであってもよい。   In addition, each part with which the production | generation apparatus 1 in each said embodiment and the verification apparatus 2 are provided may be implement | achieved by dedicated hardware, and may be implement | achieved by memory and a microprocessor. Good.

なお、生成装置1、及び検証装置2が備える各部は、メモリおよびCPU(中央演算装置)により構成され、生成装置1、及び検証装置2が備える各部の機能を実現するためのプログラムをメモリにロードして実行することによりその機能を実現させるものであってもよい。   Each unit included in the generation device 1 and the verification device 2 includes a memory and a CPU (central processing unit), and a program for realizing the function of each unit included in the generation device 1 and the verification device 2 is loaded into the memory. The function may be realized by executing as described above.

また、生成装置1、及び検証装置2が備える各部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。   Further, a program for realizing the function of each unit included in the generation device 1 and the verification device 2 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into a computer system and executed. Depending on the situation, the processing may be performed. Here, the “computer system” includes an OS and hardware such as peripheral devices.

また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含むものとする。また上記プログラムは、前述した機能の一部を実現するためのものであってもよく、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよい。
Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used.
The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. Furthermore, the “computer-readable recording medium” dynamically holds a program for a short time like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. In this case, a volatile memory in a computer system serving as a server or a client in that case, and a program that holds a program for a certain period of time are also included. The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.

以上、本発明の実施形態を、図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、本発明の趣旨を逸脱しない範囲で適宜変更を加えることができる。上述した各実施形態に記載の構成を組み合わせてもよい。   The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and appropriate modifications may be made without departing from the spirit of the present invention. it can. You may combine the structure as described in each embodiment mentioned above.

1…生成装置、2…検証装置、100…制御部、110…受信部、120…算出部、130…電子署名生成部、140…生成部、150…取引情報取得部、160…送信部、200…制御部、210…電子署名情報取得部、220…匿名ID情報取得部、230…個人ID情報取得部、240…算出部、250…復号部、260…判定部、500…記憶部、AID…匿名ID情報、PID…個人ID情報、BHA…ブロックハッシュ値、SHA…署名ハッシュ値、BK…ブロック情報、DS…電子署名情報、SK…秘密鍵情報、CK…共通鍵情報、TR…取引情報、DCD…復号情報、SA、SA1、SA2、SA3、SA4…サーバ、T、T1、T2、T3、T4、T5、T6、T7、T10…クライアント端末 DESCRIPTION OF SYMBOLS 1 ... Generation apparatus, 2 ... Verification apparatus, 100 ... Control part, 110 ... Reception part, 120 ... Calculation part, 130 ... Digital signature generation part, 140 ... Generation part, 150 ... Transaction information acquisition part, 160 ... Transmission part, 200 ... Control unit 210 ... Electronic signature information acquisition unit 220 ... Anonymous ID information acquisition unit 230 ... Personal ID information acquisition unit 240 ... Calculation unit 250 ... Decryption unit 260 ... Determination unit 500 ... Storage unit AID ... Anonymous ID information, PID ... personal ID information, BHA ... block hash value, SHA ... signature hash value, BK ... block information, DS ... digital signature information, SK ... private key information, CK ... common key information, TR ... transaction information, DCD: Decoding information, SA, SA1, SA2, SA3, SA4 ... Server, T, T1, T2, T3, T4, T5, T6, T7, T10 ... Client terminal

Claims (6)

ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を生成する生成装置であって、
前記ブロックチェーンに含まれる複数のブロックのうち、オープン状態であるブロックの1つ前のブロックのハッシュ値をブロックハッシュ値として算出する算出部と、
前記算出部が算出する前記ブロックハッシュ値と、前記取引を行う取引者毎に異なる秘密鍵情報と、前記取引者毎に異なる取引者識別情報とに基づいて、前記取引に用いられる取引識別情報を生成する識別情報生成部と、
を備える生成装置。
A generation device that generates transaction identification information used in a block chain for guaranteeing the legitimacy of a transaction between a plurality of terminals connected to a network,
A calculation unit that calculates, as a block hash value, a hash value of a block immediately preceding a block in an open state among a plurality of blocks included in the block chain;
Transaction identification information used for the transaction is based on the block hash value calculated by the calculation unit, secret key information different for each trader performing the transaction, and trader identification information different for each trader. An identification information generation unit to generate,
A generating device comprising:
前記算出部が算出する前記ブロックハッシュ値と、前記秘密鍵情報とに基づいて、電子署名を生成する電子署名生成部
を更に備え、
前記算出部は、
前記電子署名生成部が生成する前記電子署名のハッシュ値を署名ハッシュ値として算出し、
前記識別情報生成部は、
前記署名ハッシュ値と、前記取引者識別情報とに基づいて、前記取引識別情報を生成する、
請求項1に記載の生成装置。
An electronic signature generation unit that generates an electronic signature based on the block hash value calculated by the calculation unit and the secret key information;
The calculation unit includes:
Calculating a hash value of the electronic signature generated by the electronic signature generation unit as a signature hash value;
The identification information generation unit
Generating the transaction identification information based on the signature hash value and the transaction identification information;
The generation device according to claim 1.
前記算出部は、
オープン状態であるブロックの1つ前のブロックが複数存在する場合、当該複数のブロックの各ハッシュ値に基づいて、前記ブロックハッシュ値を算出する
請求項1又は請求項2に記載の生成装置。
The calculation unit includes:
The generation device according to claim 1, wherein when there are a plurality of blocks immediately preceding the open block, the block hash value is calculated based on each hash value of the plurality of blocks.
ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を検証する検証装置であって、
取引者が前記取引を行う際に用いる取引識別情報を取得する取引者識別情報取得部と、
前記取引者の電子署名を取得する電子署名取得部と、
前記電子署名取得部が取得する前記電子署名のハッシュ値を算出する算出部と、
前記算出部が算出する前記ハッシュ値に基づいて、前記取引識別情報を復号する復号部と、
前記復号部が前記取引識別情報を復号した結果の復号情報と、前記取引者を識別する取引者識別情報とが一致するか否かを判定する判定部と、
を備える検証装置。
A verification device for verifying transaction identification information used in a block chain for guaranteeing the validity of a transaction between a plurality of terminals connected to a network,
A trader identification information acquisition unit for acquiring transaction identification information used when a trader performs the transaction;
An electronic signature acquisition unit for acquiring an electronic signature of the trader;
A calculation unit that calculates a hash value of the electronic signature acquired by the electronic signature acquisition unit;
A decryption unit that decrypts the transaction identification information based on the hash value calculated by the calculation unit;
A determination unit that determines whether or not the decryption information obtained by decrypting the transaction identification information by the decryption unit matches the trader identification information that identifies the trader;
A verification apparatus comprising:
ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を生成するコンピュータに、
前記ブロックチェーンに含まれる複数のブロックのうち、オープン状態であるブロックの1つ前のブロックのハッシュ値をブロックハッシュ値として算出する算出ステップと、
前記算出ステップが算出する前記ブロックハッシュ値と、前記取引を行う取引者毎に異なる秘密鍵情報と、前記取引者毎に異なる取引者識別情報とに基づいて、前記取引に用いられる取引識別情報を生成する識別情報生成ステップと、
実行させるためのプログラム。
A computer that generates transaction identification information used in a block chain for ensuring the validity of a transaction between a plurality of terminals connected to a network,
A calculation step of calculating a hash value of a block immediately before a block in an open state among a plurality of blocks included in the block chain as a block hash value;
Based on the block hash value calculated by the calculating step, secret key information different for each trader performing the transaction, and trader identification information different for each trader, transaction identification information used for the transaction is obtained. An identification information generation step to generate,
A program to be executed.
ネットワークに接続する複数の端末の間における取引の正当性を保証するためのブロックチェーンに用いられる取引識別情報を検証するコンピュータに、
前記取引を行う取引者の取引識別情報を取得する取引識別情報取得ステップと、
前記取引者の電子署名を取得する電子署名取得ステップと、
前記電子署名取得ステップが取得する前記電子署名のハッシュ値を算出する算出ステップと、
前記算出ステップが算出する前記ハッシュ値に基づいて、前記取引識別情報を復号する復号ステップと、
前記復号ステップが前記取引識別情報を復号する復号情報と、前記取引者を識別する取引者識別情報とが一致するか否かを判定する判定ステップと、
実行させるプログラム。
A computer that verifies transaction identification information used in a block chain for ensuring the validity of a transaction between a plurality of terminals connected to a network,
A transaction identification information acquisition step of acquiring transaction identification information of a trader performing the transaction;
An electronic signature acquisition step of acquiring an electronic signature of the trader;
A calculation step of calculating a hash value of the electronic signature acquired by the electronic signature acquisition step;
A decrypting step of decrypting the transaction identification information based on the hash value calculated by the calculating step;
A determination step for determining whether or not the decryption information for decrypting the transaction identification information and the trader identification information for identifying the trader match in the decryption step;
The program to be executed.
JP2017053635A 2017-03-17 2017-03-17 Generation device, verification device, and program Active JP6719410B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017053635A JP6719410B2 (en) 2017-03-17 2017-03-17 Generation device, verification device, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017053635A JP6719410B2 (en) 2017-03-17 2017-03-17 Generation device, verification device, and program

Publications (2)

Publication Number Publication Date
JP2018157432A true JP2018157432A (en) 2018-10-04
JP6719410B2 JP6719410B2 (en) 2020-07-08

Family

ID=63716835

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017053635A Active JP6719410B2 (en) 2017-03-17 2017-03-17 Generation device, verification device, and program

Country Status (1)

Country Link
JP (1) JP6719410B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020500458A (en) * 2018-11-27 2020-01-09 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Information protection system and method
US10700850B2 (en) 2018-11-27 2020-06-30 Alibaba Group Holding Limited System and method for information protection
US10715500B2 (en) 2018-11-27 2020-07-14 Alibaba Group Holding Limited System and method for information protection
US10726657B2 (en) 2018-11-27 2020-07-28 Alibaba Group Holding Limited System and method for information protection
US11080694B2 (en) 2018-11-27 2021-08-03 Advanced New Technologies Co., Ltd. System and method for information protection
US11102184B2 (en) 2018-11-27 2021-08-24 Advanced New Technologies Co., Ltd. System and method for information protection
US11144918B2 (en) 2018-08-06 2021-10-12 Advanced New Technologies Co., Ltd. Method, apparatus and electronic device for blockchain transactions

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7413231B2 (en) 2020-11-04 2024-01-15 株式会社東芝 Information processing method, information processing system, and information processing device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160095720A (en) * 2015-02-03 2016-08-12 한양대학교 에리카산학협력단 Method and apparatus for protecting transasction of encrypted currency
US20160292672A1 (en) * 2015-03-31 2016-10-06 Nasdaq, Inc. Systems and methods of blockchain transaction recordation

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160095720A (en) * 2015-02-03 2016-08-12 한양대학교 에리카산학협력단 Method and apparatus for protecting transasction of encrypted currency
US20160292672A1 (en) * 2015-03-31 2016-10-06 Nasdaq, Inc. Systems and methods of blockchain transaction recordation

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
INA MIERS ET AL.: "Zerocoin: Anonymous Distributed E-Cash from Bitcoin", 2013 IEEE SYMPOSIUM ON SECURITY AND PRIVACY, JPN6020001494, 19 May 2013 (2013-05-19), US, pages 397 - 411, XP032431337, ISSN: 0004267534, DOI: 10.1109/SP.2013.34 *
淵田 康之: "特集:イノベーションと金融 ブロックチェーンと金融取引の革新", 野村資本市場クォータリー, vol. 第19巻第2号(通巻74号), JPN6016047552, 1 November 2015 (2015-11-01), JP, pages 11 - 35, ISSN: 0004267533 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11144918B2 (en) 2018-08-06 2021-10-12 Advanced New Technologies Co., Ltd. Method, apparatus and electronic device for blockchain transactions
US11295303B2 (en) 2018-08-06 2022-04-05 Advanced New Technologies Co., Ltd. Method, apparatus and electronic device for blockchain transactions
US11080694B2 (en) 2018-11-27 2021-08-03 Advanced New Technologies Co., Ltd. System and method for information protection
US11102184B2 (en) 2018-11-27 2021-08-24 Advanced New Technologies Co., Ltd. System and method for information protection
US10748370B2 (en) 2018-11-27 2020-08-18 Alibaba Group Holding Limited System and method for information protection
US10885735B2 (en) 2018-11-27 2021-01-05 Advanced New Technologies Co., Ltd. System and method for information protection
US10892888B2 (en) 2018-11-27 2021-01-12 Advanced New Technologies Co., Ltd. System and method for information protection
US10938549B2 (en) 2018-11-27 2021-03-02 Advanced New Technologies Co., Ltd. System and method for information protection
JP2020500458A (en) * 2018-11-27 2020-01-09 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Information protection system and method
US10726657B2 (en) 2018-11-27 2020-07-28 Alibaba Group Holding Limited System and method for information protection
US11127002B2 (en) 2018-11-27 2021-09-21 Advanced New Technologies Co., Ltd. System and method for information protection
US10715500B2 (en) 2018-11-27 2020-07-14 Alibaba Group Holding Limited System and method for information protection
US11218455B2 (en) 2018-11-27 2022-01-04 Advanced New Technologies Co., Ltd. System and method for information protection
US11277389B2 (en) 2018-11-27 2022-03-15 Advanced New Technologies Co., Ltd. System and method for information protection
US11282325B2 (en) 2018-11-27 2022-03-22 Advanced New Technologies Co., Ltd. System and method for information protection
US10700850B2 (en) 2018-11-27 2020-06-30 Alibaba Group Holding Limited System and method for information protection

Also Published As

Publication number Publication date
JP6719410B2 (en) 2020-07-08

Similar Documents

Publication Publication Date Title
JP6719410B2 (en) Generation device, verification device, and program
US11032086B2 (en) Certificate authority master key tracking on distributed ledger
JP6841911B2 (en) Information protection systems and methods
CN109845220B (en) Method and apparatus for providing blockchain participant identity binding
TWI721122B (en) Data secure transmission method, client and server method, device and system
JP6515246B2 (en) Determination of common secrets for the secure exchange of information and hierarchical and deterministic encryption keys
JP6528008B2 (en) Personal Device Security Using Elliptic Curve Cryptography for Secret Sharing
JP6452156B2 (en) License information management system, user terminal, rights holder terminal, license information management method, and license information management program
US10079682B2 (en) Method for managing a trusted identity
CN114651421B (en) Forward security in transport layer security using temporary keys
JP6663809B2 (en) Audit device, anonymous remittance method with audit function and program
US10116445B2 (en) Method and system for protected exchange of data
WO2020119258A1 (en) Data processing method and device
CN111431713B (en) Private key storage method and device and related equipment
JP2009529832A (en) Undiscoverable, ie secure data communication using black data
KR20050089802A (en) Methods, apparatus and computer programs for generating and/or using conditional electronic signatures for reporting status changes
JP2023504535A (en) Identity (ID) based public key generation protocol
JP2010148098A (en) Method and system for transient key digital stamp
JPWO2019093478A1 (en) Key exchange device, key exchange system, key exchange method, and key exchange program
CN113225302A (en) Data sharing system and method based on proxy re-encryption
CN116830523A (en) threshold key exchange
KR102139008B1 (en) Transaction Methods for Protecting Personal Information in a Public Block Chain Environment
KR100785275B1 (en) Method and system for providing contents using coupon
CN111314059B (en) Processing method, device and equipment for account authority proxy and readable storage medium
JP2010028689A (en) Server, method, and program for providing open parameter, apparatus, method, and program for performing encoding process, and apparatus, method, and program for executing signature process

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20170321

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190220

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200128

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200330

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200526

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200616

R150 Certificate of patent or registration of utility model

Ref document number: 6719410

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150