JP6931337B2 - Registration device, management system, registration method and registration program - Google Patents

Registration device, management system, registration method and registration program Download PDF

Info

Publication number
JP6931337B2
JP6931337B2 JP2018060664A JP2018060664A JP6931337B2 JP 6931337 B2 JP6931337 B2 JP 6931337B2 JP 2018060664 A JP2018060664 A JP 2018060664A JP 2018060664 A JP2018060664 A JP 2018060664A JP 6931337 B2 JP6931337 B2 JP 6931337B2
Authority
JP
Japan
Prior art keywords
transaction
registration
blockchain
terminal
electronic signature
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.)
Active
Application number
JP2018060664A
Other languages
Japanese (ja)
Other versions
JP2019176264A (en
Inventor
有登 仲野
有登 仲野
バス オニバン
バス オニバン
清本 晋作
晋作 清本
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 JP2018060664A priority Critical patent/JP6931337B2/en
Publication of JP2019176264A publication Critical patent/JP2019176264A/en
Application granted granted Critical
Publication of JP6931337B2 publication Critical patent/JP6931337B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、トランザクションの登録装置、管理システム、登録方法及び登録プログラムに関する。 The present invention relates to a transaction registration device, a management system, a registration method and a registration program.

従来、ブロックチェーンを利用したトランザクションの管理方法が提案されている。
ブロックチェーンには、一度登録されたトランザクションを取り消すことができない性質があるため、改竄に対して高い耐性を持っている。
また、実際の取引において、ある条件のもとに取り消しが必要な契約の場合、例えば、HTLC(Hashed Time Lock Contract)を利用した取り消し方法が提案されている(例えば、非特許文献1及び2参照)。
Conventionally, a transaction management method using a blockchain has been proposed.
Since the blockchain has the property that once registered transactions cannot be canceled, it is highly resistant to tampering.
Further, in the case of a contract that needs to be canceled under certain conditions in an actual transaction, for example, a cancellation method using HTLC (Hashed Time Lock Control) has been proposed (see, for example, Non-Patent Documents 1 and 2). ).

Bitcoin Wiki、「Hashed Timelock Contracts」、[online]、2017年9月26日、[平成30年3月27日検索]、インターネット<https://en.bitcoin.it/wiki/Hashed_Timelock_Contracts>Bitcoin Wiki, "Hashed Timelock Contracts", [online], September 26, 2017, [Search March 27, 2018], Internet <https: // en. bitcoin. it / wiki / Hashed_Timelock_Controls> Rusty Russell’s Coding Blog、「Lightning Networks Part II: Hashed Timelock Contracts (HTLCs)」、[online]、2015年4月1日、[平成30年3月27日検索]、インターネット<https://rusty.ozlabs.org/?p=462>Rusty Russell's Coding Blog, "Lightning Networks Part II: Hashes Timelock Contracts (HTLCs)", [online], April 1, 2015, [Search March 27, 2018], Internet <https / https: .. ozlabs. org /? p = 462>

しかしながら、HTLCでは、取引における受信者が秘密の乱数を生成する必要があり、この乱数が第三者に漏洩した場合、又は第三者がこの乱数を自ら生成できた場合に、取引が確定され、取り消しができないという課題があった。 However, in HTLC, the transaction is confirmed when the recipient in the transaction needs to generate a secret random number and the random number is leaked to a third party or the third party can generate this random number by itself. , There was a problem that it could not be canceled.

本発明は、ブロックチェーンを利用しつつも、取り消しが可能なトランザクションの登録装置、管理システム、登録方法及び登録プログラムを提供することを目的とする。 An object of the present invention is to provide a transaction registration device, a management system, a registration method, and a registration program that can be canceled while using a blockchain.

本発明に係るトランザクションの登録装置は、トランザクションのハッシュ値を生成し、ブロックチェーンに登録する第1登録部と、前記トランザクションを、当該トランザクションの当事者の端末に送信し、承認の要求をする送信部と、前記当事者の端末から、前記トランザクションを承認したことを示す電子署名を受信する受信部と、前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録部と、を備える。 The transaction registration device according to the present invention is a first registration unit that generates a hash value of a transaction and registers it in a blockchain, and a transmission unit that transmits the transaction to the terminals of the parties to the transaction and requests approval. A receiving unit that receives an electronic signature indicating that the transaction has been approved from the terminal of the party concerned, and a second registration unit that registers the transaction and the electronic signature in the blockchain.

前記第2登録部は、前記ハッシュ値へのポインタを、前記トランザクション及び前記電子署名と共に登録してもよい。 The second registration unit may register a pointer to the hash value together with the transaction and the electronic signature.

前記送信部は、前記ハッシュ値を格納したブロックを特定するための情報を、前記トランザクションと共に前記当事者の端末に送信してもよい。 The transmitting unit may transmit information for identifying a block storing the hash value to the terminal of the party together with the transaction.

本発明に係る管理システムは、トランザクションの送信端末及び受信端末と、ブロックチェーンの管理装置と、を備えるシステムであって、前記送信端末は、前記トランザクションを、前記管理装置及び前記受信端末へ送信する送信部と、前記受信端末から、前記トランザクションを承認したことを示す電子署名を受信する受信部と、前記電子署名を伴って、前記トランザクションの登録を前記管理装置に指示する指示部と、を備え、前記受信端末は、前記送信端末から受信した前記トランザクションに対する電子署名を生成し、前記送信端末に返信する承認部を備え、前記管理装置は、前記トランザクションのハッシュ値を生成し、ブロックチェーンに登録する第1登録部と、前記送信端末からの指示に応じて、前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録部と、を備える。 The management system according to the present invention is a system including a transaction transmission terminal and a reception terminal, and a blockchain management device, and the transmission terminal transmits the transaction to the management device and the reception terminal. It includes a transmitting unit, a receiving unit that receives an electronic signature indicating that the transaction has been approved from the receiving terminal, and an instruction unit that instructs the management device to register the transaction with the electronic signature. The receiving terminal includes an approval unit that generates an electronic signature for the transaction received from the transmitting terminal and returns it to the transmitting terminal, and the management device generates a hash value of the transaction and registers it in the blockchain. A first registration unit for registering the transaction and the electronic signature in the blockchain in response to an instruction from the transmission terminal is provided.

本発明に係る登録方法は、ブロックチェーンへのトランザクションの登録装置が、前記トランザクションのハッシュ値を生成し、前記ブロックチェーンに登録する第1登録ステップと、前記トランザクションを、当該トランザクションの当事者の端末に送信し、承認の要求をする送信ステップと、前記当事者の端末から、前記トランザクションを承認したことを示す電子署名を受信する受信ステップと、前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録ステップと、を実行する。 In the registration method according to the present invention, a first registration step in which a transaction registration device in a blockchain generates a hash value of the transaction and registers the transaction in the blockchain, and the transaction is transferred to a terminal of a party to the transaction. A transmission step of transmitting and requesting approval, a receiving step of receiving an electronic signature indicating that the transaction has been approved from the terminal of the party, and registration of the transaction and the electronic signature in the blockchain. 2 Perform the registration step and.

本発明に係る登録プログラムは、ブロックチェーンへのトランザクションの登録装置に、前記トランザクションのハッシュ値を生成し、前記ブロックチェーンに登録する第1登録ステップと、前記トランザクションを、当該トランザクションの当事者の端末に送信し、承認の要求をする送信ステップと、前記当事者の端末から、前記トランザクションを承認したことを示す電子署名を受信する受信ステップと、前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録ステップと、を実行させるためのものである。 The registration program according to the present invention has a first registration step of generating a hash value of the transaction in a device for registering a transaction in the blockchain and registering the transaction in the blockchain, and transmitting the transaction to a terminal of a party to the transaction. A transmission step of transmitting and requesting approval, a receiving step of receiving an electronic signature indicating that the transaction has been approved from the terminal of the party, and registration of the transaction and the electronic signature in the blockchain. 2 The registration step is to be executed.

本発明によれば、ブロックチェーンを利用しつつも、トランザクションの取り消しが可能となる。 According to the present invention, it is possible to cancel a transaction while using a blockchain.

第1実施形態に係る管理システムの機能構成を示す図である。It is a figure which shows the functional structure of the management system which concerns on 1st Embodiment. 第1実施形態に係るブロックチェーンへのトランザクションの登録方法を示す概要図である。It is a schematic diagram which shows the method of registering a transaction in a blockchain which concerns on 1st Embodiment. 第1実施形態に係る管理システムにおける処理を示すシーケンス図である。It is a sequence diagram which shows the process in the management system which concerns on 1st Embodiment. 第2実施形態に係る管理システムの機能構成を示す図である。It is a figure which shows the functional structure of the management system which concerns on 2nd Embodiment. 第2実施形態に係る管理システムにおける処理を示すシーケンス図である。It is a sequence diagram which shows the process in the management system which concerns on 2nd Embodiment.

[第1実施形態]
以下、本発明の第1実施形態について説明する。
[First Embodiment]
Hereinafter, the first embodiment of the present invention will be described.

図1は、本実施形態に係る管理システム1の機能構成を示す図である。
管理システム1は、ブロックチェーン10に対してトランザクションを登録する端末群で構成され、トランザクションの当事者として、送信端末20(登録装置)と、受信端末30とを備える。
なお、受信端末30は、トランザクションの種類に応じて複数存在してもよいが、本実施形態では、送信端末20と受信端末30とが1台ずつである場合を例示する。
FIG. 1 is a diagram showing a functional configuration of the management system 1 according to the present embodiment.
The management system 1 is composed of a group of terminals that register transactions with respect to the blockchain 10, and includes a transmitting terminal 20 (registration device) and a receiving terminal 30 as parties to the transaction.
There may be a plurality of receiving terminals 30 depending on the type of transaction, but in the present embodiment, the case where the transmitting terminal 20 and the receiving terminal 30 are one by one is illustrated.

送信端末20は、制御部及び記憶部の他、各種の入出力インタフェースを備えた情報処理装置(コンピュータ)である。制御部は、記憶部に格納されたソフトウェア(登録プログラム)を読み出し実行することにより、次の各部として機能する。
すなわち、送信端末20は、第1登録部21と、送信部22と、受信部23と、第2登録部24とを備える。
The transmission terminal 20 is an information processing device (computer) provided with various input / output interfaces in addition to a control unit and a storage unit. The control unit functions as the following units by reading and executing the software (registered program) stored in the storage unit.
That is, the transmission terminal 20 includes a first registration unit 21, a transmission unit 22, a reception unit 23, and a second registration unit 24.

第1登録部21は、トランザクションのハッシュ値を生成し、ブロックチェーン10に登録する。 The first registration unit 21 generates a hash value of the transaction and registers it in the blockchain 10.

送信部22は、トランザクションを、このトランザクションの当事者である受信端末30に送信し、承認の要求をする。
このとき、送信部22は、ブロックチェーン10においてトランザクションのハッシュ値を格納したブロックを特定するための情報を、トランザクションと共に受信端末30に送信する。
なお、ブロックを特定するための情報は、例えば、ブロック番号又は登録日時等であってよい。
The transmission unit 22 transmits the transaction to the receiving terminal 30, which is a party to the transaction, and requests approval.
At this time, the transmission unit 22 transmits information for identifying the block in which the hash value of the transaction is stored in the block chain 10 to the receiving terminal 30 together with the transaction.
The information for identifying the block may be, for example, a block number, a registration date and time, or the like.

受信部23は、受信端末30から、トランザクションの受信者がトランザクションの内容を承認したことを示す電子署名を受信する。 The receiving unit 23 receives from the receiving terminal 30 an electronic signature indicating that the recipient of the transaction has approved the contents of the transaction.

第2登録部24は、トランザクション及び電子署名を、ブロックチェーン10に登録する。
このとき、第2登録部24は、第1登録部21により登録されたハッシュ値へのポインタを、トランザクション及び前記電子署名と共に登録することで、トランザクションとハッシュ値との対応付けを明確にする。
The second registration unit 24 registers the transaction and the electronic signature in the blockchain 10.
At this time, the second registration unit 24 clarifies the correspondence between the transaction and the hash value by registering the pointer to the hash value registered by the first registration unit 21 together with the transaction and the electronic signature.

受信端末30は、送信端末20と同様に、制御部及び記憶部の他、各種の入出力インタフェースを備えた情報処理装置(コンピュータ)である。制御部は、記憶部に格納されたソフトウェアを読み出し実行することにより、承認部31として機能する。 Like the transmitting terminal 20, the receiving terminal 30 is an information processing device (computer) provided with various input / output interfaces in addition to a control unit and a storage unit. The control unit functions as the approval unit 31 by reading and executing the software stored in the storage unit.

承認部31は、送信端末20から受信したトランザクションのハッシュ値がブロックチェーン10に登録されていることを確認し、トランザクションの正当性を検証する。
さらに、承認部31は、受信したトランザクションの内容を受信者が確認すると、このトランザクションに対して、受信者の秘密鍵により電子署名を生成し、送信端末20へ送信する。
The approval unit 31 confirms that the hash value of the transaction received from the transmitting terminal 20 is registered in the blockchain 10, and verifies the validity of the transaction.
Further, when the receiver confirms the content of the received transaction, the approval unit 31 generates an electronic signature for this transaction using the receiver's private key and transmits the electronic signature to the transmitting terminal 20.

図2は、本実施形態に係る管理システム1によるブロックチェーン10へのトランザクションの登録方法を示す概要図である。
送信端末20が生成したトランザクションをブロックチェーン10に登録する場合、まず、トランザクションのハッシュ値が算出され、ブロックチェーン10のブロック11に格納される。これにより、取引等の契約が発生した事実が記録される。
FIG. 2 is a schematic diagram showing a method of registering a transaction in the blockchain 10 by the management system 1 according to the present embodiment.
When registering the transaction generated by the transmitting terminal 20 in the blockchain 10, the hash value of the transaction is first calculated and stored in the block 11 of the blockchain 10. As a result, the fact that a contract such as a transaction has occurred is recorded.

次に、トランザクションが受信端末30において承認されると、承認の印として受信者の電子署名が送信端末20に送信される。
すると、トランザクション及び電子署名の組がブロックチェーン10のブロック12に格納される。このとき、ハッシュ値が格納されたブロック11へのポインタをブロック12に含めることで、契約の事実を示すハッシュ値と実体を示すトランザクションとが関連付けられる。
Next, when the transaction is approved by the receiving terminal 30, the receiver's electronic signature is transmitted to the transmitting terminal 20 as a sign of approval.
Then, the transaction and the digital signature set are stored in the block 12 of the blockchain 10. At this time, by including the pointer to the block 11 in which the hash value is stored in the block 12, the hash value indicating the fact of the contract and the transaction indicating the entity are associated with each other.

ここで、受信者がトランザクションを承認しない、又は送信者が承認結果を無視することで、ブロックチェーン10には、ハッシュ値の格納後に実際のトランザクションが格納されず、取り消しされたことが確認できる。 Here, if the receiver does not approve the transaction or the sender ignores the approval result, it can be confirmed that the actual transaction is not stored in the blockchain 10 after the hash value is stored and is canceled.

図3は、本実施形態に係る管理システム1における処理を示すシーケンス図である。
ステップS1において、送信端末20は、トランザクションを生成する。
ステップS2において、送信端末20は、生成したトランザクションのハッシュ値を算出する。
ステップS3において、送信端末20は、算出したハッシュ値をブロックチェーン10に登録する。
ステップS4において、送信端末20は、トランザクションを受信端末30に送信する。
FIG. 3 is a sequence diagram showing processing in the management system 1 according to the present embodiment.
In step S1, the transmitting terminal 20 generates a transaction.
In step S2, the transmitting terminal 20 calculates the hash value of the generated transaction.
In step S3, the transmitting terminal 20 registers the calculated hash value in the blockchain 10.
In step S4, the transmitting terminal 20 transmits the transaction to the receiving terminal 30.

ステップS5において、受信端末30は、トランザクションの内容が正しいことを受信者からの入力により確認し、さらに、トランザクションのハッシュ値がブロックチェーン10に登録されていることを確認する。
ステップS6において、受信端末30は、受信者の秘密鍵を用いて、トランザクションに対する電子署名を生成する。
ステップS7において、受信端末30は、生成した電子署名を送信端末20に送信する。
In step S5, the receiving terminal 30 confirms that the transaction content is correct by input from the receiver, and further confirms that the hash value of the transaction is registered in the blockchain 10.
In step S6, the receiving terminal 30 uses the recipient's private key to generate a digital signature for the transaction.
In step S7, the receiving terminal 30 transmits the generated electronic signature to the transmitting terminal 20.

ステップS8において、送信端末20は、トランザクション及び電子署名をブロックチェーン10に登録する。 In step S8, the transmitting terminal 20 registers the transaction and the electronic signature in the blockchain 10.

本実施形態によれば、管理システム1は、トランザクションのハッシュ値をブロックチェーンに登録し、受信者の承認を得た後、トランザクションの実体をブロックチェーンに登録する。
したがって、管理システム1は、トランザクションを2回に分けてブロックチェーン10に登録することで、改竄が困難なブロックチェーン10を利用しつつも、契約の事実を示すトランザクションのハッシュ値が登録された後に、各種の手続きの間、トランザクションの取り消しが可能となる。
According to the present embodiment, the management system 1 registers the hash value of the transaction in the blockchain, and after obtaining the approval of the receiver, registers the transaction entity in the blockchain.
Therefore, the management system 1 registers the transaction in the blockchain 10 in two steps, so that the hash value of the transaction indicating the fact of the contract is registered while using the blockchain 10 which is difficult to tamper with. , Transactions can be canceled during various procedures.

この結果、管理システム1は、各種の手続きの開始時点で即座にトランザクションの発生の事実を登録することができるので、手続きが完了するまでの待ち時間がなくなる。
また、管理システム1は、トランザクションのハッシュ値を前もって登録することにより、トランザクションの実体が登録されるまでに改竄される可能性に対して、正当性の検証を可能にする。
As a result, the management system 1 can immediately register the fact that a transaction has occurred at the start of various procedures, so that there is no waiting time until the procedures are completed.
Further, the management system 1 makes it possible to verify the validity of the possibility of falsification by the time the transaction entity is registered by registering the hash value of the transaction in advance.

管理システム1は、ハッシュ値が格納されたブロックへのポインタを、トランザクションの実体と共に登録することで、2回に分けて登録されたブロック間の関連付けを明確にでき、利便性を向上できる。 By registering the pointer to the block in which the hash value is stored together with the transaction entity, the management system 1 can clarify the association between the blocks registered in two steps, and can improve convenience.

管理システム1は、ハッシュ値を格納したブロックを特定するための情報を、トランザクションと共に受信端末30に送信するので、受信端末30において、トランザクションの正当性確認のためにハッシュ値を検索する処理負荷が低減される。 Since the management system 1 transmits information for identifying the block in which the hash value is stored to the receiving terminal 30 together with the transaction, the processing load of searching the hash value at the receiving terminal 30 for confirming the validity of the transaction is increased. It will be reduced.

[第2実施形態]
以下、本発明の第2実施形態について説明する。
本実施形態では、ブロックチェーン10の管理装置100が設けられ、各端末は、管理装置100を介してブロックチェーン10にアクセスする。
なお、第1実施形態と同様の構成に対しては同一の符号を付し、説明を省略又は簡略化する。
[Second Embodiment]
Hereinafter, a second embodiment of the present invention will be described.
In the present embodiment, the management device 100 of the blockchain 10 is provided, and each terminal accesses the blockchain 10 via the management device 100.
The same reference numerals are given to the same configurations as those in the first embodiment, and the description thereof will be omitted or simplified.

図4は、本実施形態に係る管理システム1Aの機能構成を示す図である。
管理システム1Aは、送信端末20A及び受信端末30に加えて、管理装置100を備える。
送信端末20Aは、送信部22と、受信部23と、指示部25とを備える。
送信部22は、トランザクションを、管理装置100及び受信端末30へ送信する。
受信部23は、受信端末30から、トランザクションを承認したことを示す電子署名を受信する。
指示部25は、電子署名を伴って、トランザクションの登録を管理装置100に指示する。
FIG. 4 is a diagram showing a functional configuration of the management system 1A according to the present embodiment.
The management system 1A includes a management device 100 in addition to the transmission terminal 20A and the reception terminal 30.
The transmission terminal 20A includes a transmission unit 22, a reception unit 23, and an instruction unit 25.
The transmission unit 22 transmits the transaction to the management device 100 and the receiving terminal 30.
The receiving unit 23 receives an electronic signature indicating that the transaction has been approved from the receiving terminal 30.
The instruction unit 25 instructs the management device 100 to register the transaction with an electronic signature.

受信端末30は、第1実施形態と同様に、送信端末20Aから受信したトランザクションに対する電子署名を生成し、送信端末20Aに返信する承認部31を備える。 Similar to the first embodiment, the receiving terminal 30 includes an approval unit 31 that generates an electronic signature for a transaction received from the transmitting terminal 20A and returns it to the transmitting terminal 20A.

管理装置100は、第1登録部21と、第2登録部24とを備える。
第1登録部21は、送信端末20Aから受信したトランザクションのハッシュ値を生成し、ブロックチェーン10に登録する。
第2登録部24は、送信端末20Aからの指示に応じて、トランザクション及び電子署名を、ブロックチェーン10に登録する。
The management device 100 includes a first registration unit 21 and a second registration unit 24.
The first registration unit 21 generates a hash value of the transaction received from the transmission terminal 20A and registers it in the blockchain 10.
The second registration unit 24 registers the transaction and the electronic signature in the blockchain 10 in response to the instruction from the transmission terminal 20A.

図5は、本実施形態に係る管理システム1Aにおける処理を示すシーケンス図である。
ステップS11において、送信端末20Aは、トランザクションを生成する。
ステップS12において、送信端末20は、生成したトランザクションを管理装置100に送信する。
FIG. 5 is a sequence diagram showing processing in the management system 1A according to the present embodiment.
In step S11, the transmitting terminal 20A generates a transaction.
In step S12, the transmitting terminal 20 transmits the generated transaction to the management device 100.

ステップS13において、管理装置100は、送信端末20Aから受信したトランザクションのハッシュ値を算出する。
ステップS14において、管理装置100は、算出したハッシュ値をブロックチェーン10に登録する。
In step S13, the management device 100 calculates the hash value of the transaction received from the transmitting terminal 20A.
In step S14, the management device 100 registers the calculated hash value in the blockchain 10.

ステップS15において、送信端末20Aは、トランザクションを受信端末30に送信する。 In step S15, the transmitting terminal 20A transmits the transaction to the receiving terminal 30.

ステップS16において、受信端末30は、トランザクションの内容が正しいことを受信者からの入力により確認し、さらに、トランザクションのハッシュ値がブロックチェーン10に登録されていることを、管理装置100を介して確認する。
ステップS17において、受信端末30は、受信者の秘密鍵を用いて、トランザクションに対する電子署名を生成する。
ステップS18において、受信端末30は、生成した電子署名を送信端末20Aに送信する。
In step S16, the receiving terminal 30 confirms that the transaction content is correct by input from the receiver, and further confirms that the hash value of the transaction is registered in the blockchain 10 via the management device 100. do.
In step S17, the receiving terminal 30 uses the recipient's private key to generate a digital signature for the transaction.
In step S18, the receiving terminal 30 transmits the generated electronic signature to the transmitting terminal 20A.

ステップS19において、送信端末20Aは、受信端末30から受信した電子署名を管理装置100に送信する。
ステップS20において、管理装置100は、トランザクション及び電子署名をブロックチェーン10に登録する。
In step S19, the transmitting terminal 20A transmits the electronic signature received from the receiving terminal 30 to the management device 100.
In step S20, the management device 100 registers the transaction and the electronic signature in the blockchain 10.

本実施形態によれば、ブロックチェーン10の管理装置100が設けられることにより、利用者の端末である送信端末20Aにおける処理負荷が低減される。 According to the present embodiment, by providing the management device 100 of the blockchain 10, the processing load on the transmission terminal 20A, which is the user's terminal, is reduced.

以上、本発明の実施形態について説明したが、本発明は前述した実施形態に限るものではない。また、前述した実施形態に記載された効果は、本発明から生じる最も好適な効果を列挙したに過ぎず、本発明による効果は、実施形態に記載されたものに限定されるものではない。 Although the embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments. Moreover, the effects described in the above-described embodiments are merely a list of the most preferable effects arising from the present invention, and the effects according to the present invention are not limited to those described in the embodiments.

管理システム1によるトランザクションの登録方法は、ソフトウェアにより実現される。ソフトウェアによって実現される場合には、このソフトウェアを構成するプログラムが、情報処理装置(コンピュータ)にインストールされる。また、これらのプログラムは、CD−ROMのようなリムーバブルメディアに記録されてユーザに配布されてもよいし、ネットワークを介してユーザのコンピュータにダウンロードされることにより配布されてもよい。さらに、これらのプログラムは、ダウンロードされることなくネットワークを介したWebサービスとしてユーザのコンピュータに提供されてもよい。 The transaction registration method by the management system 1 is realized by software. When realized by software, the programs that make up this software are installed in the information processing device (computer). Further, these programs may be recorded on a removable medium such as a CD-ROM and distributed to the user, or may be distributed by being downloaded to the user's computer via a network. Further, these programs may be provided to the user's computer as a Web service via a network without being downloaded.

1、1A 管理システム
10 ブロックチェーン
20 受信端末
20、20A 送信端末(登録装置)
21 第1登録部
22 送信部
23 受信部
24 第2登録部
25 指示部
30 受信端末
31 承認部
100 管理装置
1,1A management system 10 blockchain 20 receiving terminal 20, 20A transmitting terminal (registration device)
21 1st registration unit 22 Transmission unit 23 Reception unit 24 2nd registration unit 25 Instruction unit 30 Reception terminal 31 Approval unit 100 Management device

Claims (6)

トランザクションの発生時に、当該トランザクションのハッシュ値を生成し、ブロックチェーンに登録する第1登録部と、
前記トランザクションを、当該トランザクションの当事者の端末に送信し、承認の要求をする送信部と、
前記当事者の端末から、前記トランザクションの正当性を前記ハッシュ値により検証し、かつ、当該トランザクションの内容を承認したことを示す電子署名を受信する受信部と、
承認された前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録部と、を備えるトランザクションの登録装置。
When a transaction occurs, the first registration unit that generates the hash value of the transaction and registers it in the blockchain,
A transmitter that sends the transaction to the terminals of the parties to the transaction and requests approval.
A receiving unit that receives an electronic signature indicating that the validity of the transaction is verified by the hash value and the content of the transaction is approved from the terminal of the party concerned.
A transaction registration device including a second registration unit that registers the approved transaction and the electronic signature in the blockchain.
前記第2登録部は、前記ハッシュ値へのポインタを、前記トランザクション及び前記電子署名と共に登録する請求項1に記載の登録装置。 The registration device according to claim 1, wherein the second registration unit registers a pointer to the hash value together with the transaction and the electronic signature. 前記送信部は、前記ハッシュ値を格納したブロックを特定するための情報を、前記トランザクションと共に前記当事者の端末に送信する請求項1又は請求項2に記載の登録装置。 The registration device according to claim 1 or 2, wherein the transmission unit transmits information for identifying a block storing the hash value to the terminal of the party together with the transaction. トランザクションの送信端末及び受信端末と、ブロックチェーンの管理装置と、を備える管理システムであって、
前記送信端末は、
前記トランザクションを、前記管理装置及び前記受信端末へ送信する送信部と、
前記受信端末から、前記トランザクションを承認したことを示す電子署名を受信する受信部と、
前記電子署名を伴って、前記トランザクションの登録を前記管理装置に指示する指示部と、を備え、
前記管理装置は、
前記トランザクションの発生時に、当該トランザクションのハッシュ値を生成し、ブロックチェーンに登録する第1登録部と、
前記送信端末からの指示に応じて、承認された前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録部と、を備え、
前記受信端末は、
前記送信端末から受信した前記トランザクションに対する正当性を前記ハッシュ値により検証し、かつ、当該トランザクションの内容を承認したことを示す電子署名を生成し、前記送信端末に返信する承認部を備える管理システム。
A management system including a transaction transmission terminal and a reception terminal, and a blockchain management device.
The transmitting terminal is
A transmission unit that transmits the transaction to the management device and the receiving terminal, and
A receiving unit that receives an electronic signature indicating that the transaction has been approved from the receiving terminal.
An instruction unit that instructs the management device to register the transaction with the electronic signature is provided.
The management device is
When the transaction occurs, the first registration unit that generates the hash value of the transaction and registers it in the blockchain,
A second registration unit that registers the approved transaction and the electronic signature in the blockchain in response to an instruction from the transmission terminal is provided.
The receiving terminal is
The validity for the transaction received from the transmitting terminal and verified by the hash value, and, Bei obtain management system authorization unit generates an electronic signature indicates its acceptance of the contents of the transaction, and returns to the transmission terminal ..
ブロックチェーンへのトランザクションの登録装置が、
前記トランザクションの発生時に、当該トランザクションのハッシュ値を生成し、前記ブロックチェーンに登録する第1登録ステップと、
前記トランザクションを、当該トランザクションの当事者の端末に送信し、承認の要求をする送信ステップと、
前記当事者の端末から、前記トランザクションの正当性を前記ハッシュ値により検証し、かつ、当該トランザクションの内容を承認したことを示す電子署名を受信する受信ステップと、
承認された前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録ステップと、を実行する登録方法。
The transaction registration device in the blockchain
When the transaction occurs, the first registration step of generating the hash value of the transaction and registering it in the blockchain, and
A transmission step of transmitting the transaction to the terminals of the parties to the transaction and requesting approval, and
A receiving step of receiving an electronic signature indicating that the validity of the transaction is verified by the hash value and the content of the transaction is approved from the terminal of the party concerned.
A registration method for executing a second registration step of registering the approved transaction and the electronic signature in the blockchain.
ブロックチェーンへのトランザクションの登録装置に、
前記トランザクションの発生時に、当該トランザクションのハッシュ値を生成し、前記ブロックチェーンに登録する第1登録ステップと、
前記トランザクションを、当該トランザクションの当事者の端末に送信し、承認の要求をする送信ステップと、
前記当事者の端末から、前記トランザクションの正当性を前記ハッシュ値により検証し、かつ、当該トランザクションの内容を承認したことを示す電子署名を受信する受信ステップと、
承認された前記トランザクション及び前記電子署名を、前記ブロックチェーンに登録する第2登録ステップと、を実行させるための登録プログラム。
In the device for registering transactions in the blockchain,
When the transaction occurs, the first registration step of generating the hash value of the transaction and registering it in the blockchain, and
A transmission step of transmitting the transaction to the terminals of the parties to the transaction and requesting approval, and
A receiving step of receiving an electronic signature indicating that the validity of the transaction is verified by the hash value and the content of the transaction is approved from the terminal of the party concerned.
A registration program for executing a second registration step of registering the approved transaction and the electronic signature in the blockchain.
JP2018060664A 2018-03-27 2018-03-27 Registration device, management system, registration method and registration program Active JP6931337B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018060664A JP6931337B2 (en) 2018-03-27 2018-03-27 Registration device, management system, registration method and registration program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018060664A JP6931337B2 (en) 2018-03-27 2018-03-27 Registration device, management system, registration method and registration program

Publications (2)

Publication Number Publication Date
JP2019176264A JP2019176264A (en) 2019-10-10
JP6931337B2 true JP6931337B2 (en) 2021-09-01

Family

ID=68169741

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018060664A Active JP6931337B2 (en) 2018-03-27 2018-03-27 Registration device, management system, registration method and registration program

Country Status (1)

Country Link
JP (1) JP6931337B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111222165B (en) 2020-01-10 2022-09-23 北京百度网讯科技有限公司 Multi-party computing method, device, equipment and medium based on block chain

Also Published As

Publication number Publication date
JP2019176264A (en) 2019-10-10

Similar Documents

Publication Publication Date Title
US10700851B2 (en) System and method for implementing a resolver service for decentralized identifiers
EP3296913B1 (en) Method and system for secure communication of a token and aggregation of the same
US20200145373A1 (en) System for blockchain based domain name and ip number register
US11734259B2 (en) Anonymous database rating update
KR20200096790A (en) System and method for authenticating off-chain data based on proof verification
CN109784870B (en) Contract management method, contract management device, computer equipment and computer readable storage medium
KR20240023688A (en) Computer-implemented methods and systems for validating tokens for blockchain-based cryptocurrencies
US20200382301A1 (en) Anonymous rating structure for database
CN109995776B (en) Internet data verification method and system
JP2003283491A (en) Digital signature system, digital signature processor, program and recording medium
EP3966998A1 (en) Hash function attacks
CN111753014B (en) Identity authentication method and device based on block chain
KR102151746B1 (en) Data storage method using block chain based IoT platform
US11151123B2 (en) Offline verification with document filter
JP2024507908A (en) Blockchain network identity management using SSI
EP4055775A1 (en) Data block modification
US11507535B2 (en) Probabilistic verification of linked data
US20230403154A1 (en) Verifier credential determination by a registrant
US10397198B2 (en) Information communication system, information communication program, and information communication method
EP4018348A1 (en) Sharing data via transactions of a blockchain
CN111241586B (en) Anonymous processing method and system for block link address, terminal and storage medium
Perez et al. Improving end-to-end verifiable voting systems with blockchain technologies
JP2022548264A (en) cryptographically linked identities
CN112365252A (en) Account model-based privacy transaction method and device and related equipment
CN115174099A (en) Copyright asset authorization method and device based on block chain and electronic equipment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210106

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210212

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: 20210720

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210813

R150 Certificate of patent or registration of utility model

Ref document number: 6931337

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150