JP7260093B2 - Information processing system - Google Patents

Information processing system Download PDF

Info

Publication number
JP7260093B2
JP7260093B2 JP2019085601A JP2019085601A JP7260093B2 JP 7260093 B2 JP7260093 B2 JP 7260093B2 JP 2019085601 A JP2019085601 A JP 2019085601A JP 2019085601 A JP2019085601 A JP 2019085601A JP 7260093 B2 JP7260093 B2 JP 7260093B2
Authority
JP
Japan
Prior art keywords
transaction
blockchain
image data
data
information
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
JP2019085601A
Other languages
Japanese (ja)
Other versions
JP2020182167A (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.)
Nexpoint KK
Original Assignee
Nexpoint KK
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 Nexpoint KK filed Critical Nexpoint KK
Priority to JP2019085601A priority Critical patent/JP7260093B2/en
Publication of JP2020182167A publication Critical patent/JP2020182167A/en
Application granted granted Critical
Publication of JP7260093B2 publication Critical patent/JP7260093B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Closed-Circuit Television Systems (AREA)

Description

本発明は、情報処理システムに関する。 The present invention relates to an information processing system.

現在、監視カメラの録画装置において、録画したデータが改変されていないことを保証する仕組みは存在しない。 Currently, there is no mechanism for guaranteeing that recorded data has not been altered in recording devices for surveillance cameras.

一方、スマートフォンやパーソナルコンピュータの普及により、だれでも動画データを編集することが可能になっている。また、深層学習などの新しい人工知能技術を利用することで、人の目では容易に判別できないほど自然な仕上がりで編集することが容易になっている。 On the other hand, with the spread of smartphones and personal computers, anyone can edit video data. In addition, by using new artificial intelligence technologies such as deep learning, it has become easier to edit with a natural finish that cannot be easily distinguished by the human eye.

そのため、監視カメラの録画データが犯罪捜査の証拠として活用されていくことを考慮すると、証拠として提出された録画データが、本当に録画装置で記録された素の状態(未編集の状態)であるかどうかを判断できなければ、その証拠能力は低いと判断される可能性がある。 Therefore, considering that recorded data from surveillance cameras will be used as evidence in criminal investigations, it is important to check whether the recorded data submitted as evidence is in its original state (unedited state) recorded by the recording device. If it cannot be determined, the admissibility of the evidence may be judged to be low.

特許文献1には、レンタカーやカーシェアリングサービスを利用する際に、サービスの利用者が、サービスに供される車両をカメラで撮像し、撮像した画像データを証拠データとしてサーバに送信して保管しておくことで、サービスの利用者と提供者との間でトラブルが発生した時には、当該トラブル解決のための材料としてこの証拠データとしての画像データを利用できるようにしたシステムが提案されている。 In Patent Document 1, when using a rental car or car sharing service, a user of the service takes an image of a vehicle provided for the service with a camera, and transmits the image data as evidence data to a server for storage. A system has been proposed in which the image data as proof data can be used as materials for solving the trouble when a trouble occurs between the service user and the service provider.

特開2018-151825号公報JP 2018-151825 A

しかしながら、特許文献1のシステムには、証拠データとしての画像データが改変されていないことを保証する仕組みが無く、特にサーバの管理者とサービスの提供者とが一致していたり、双方に利害関係がある場合には、サーバ側で証拠データとしての画像データが都合よく改変される可能性を否定できない。 However, the system of Patent Document 1 does not have a mechanism to guarantee that image data as evidence data has not been altered. In such a case, it cannot be denied that the image data as evidence data may be altered at will on the server side.

本発明は、以上のような点を考慮してなされたものである。本発明の目的は、画像データが改変されていないことを保証する仕組みを提供することにある。 The present invention has been made in consideration of the above points. SUMMARY OF THE INVENTION It is an object of the present invention to provide a mechanism for ensuring that image data has not been altered.

本発明の第1の態様に係る情報処理システムは、
画像データを登録する登録装置と、
前記画像データの改変の有無を検証する検証装置と、
を備え、
前記登録装置は、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
を有し、
前記検証装置は、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を有する。
An information processing system according to a first aspect of the present invention includes:
a registration device for registering image data;
a verification device that verifies whether or not the image data has been altered;
with
The registration device
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmitting unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data in which the two-dimensional code is embedded and the first specific information to a blockchain network;
has
The verification device is
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified an alteration-prevented data acquisition unit that determines that data has been altered, and acquires alteration-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
have

このような態様によれば、登録時には、画像情報が格納された第1トランザクションがブロックチェーンに登録されるため、画像情報を事後的に改変することは実質的に不可能となる。また、第1トランザクションの特定情報(第1特定情報)が符号された2次元コードが画像データに埋め込まれるため、画像データと第1トランザクションの特定情報(第1特定情報)とを容易に紐づけて管理することができる。また、2次元コードが埋め込まれた画像データのハッシュ値と第1特定情報とを含む改変防止データが格納された第2トランザクションがブロックチェーンに登録されるため、改変防止データを事後的に改変することも実質的に不可能となる。そして、検証時には、対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上に登録された第1トランザクションを特定し、当該第1トランザクションから取得される画像情報を閲覧して目視で確認することにより、当該画像情報の内容に基づいて、画像データが改変されていないことを閲覧者が直接的に検証することが可能となる。また、対象とする画像データのハッシュ値が、ブロックチェーン上に登録された第2トランザクションから取得される改変防止データに含まれるハッシュ値と一致することを確認することにより、対象とする画像データが改変されていないこと(たとえば、正しい画像情報の2次元コードが悪用されて別の(偽物の)画像データに埋め込まれたものではないこと(2次元コード部分の不正な切り貼りがなされていないこと))を保証できる。 According to this aspect, since the first transaction in which the image information is stored is registered in the blockchain at the time of registration, it is substantially impossible to modify the image information afterwards. In addition, since the two-dimensional code encoded with the specific information (first specific information) of the first transaction is embedded in the image data, the image data and the specific information (first specific information) of the first transaction can be easily linked. can be managed In addition, since the second transaction in which the alteration-prevented data including the hash value of the image data embedded with the two-dimensional code and the first specific information is stored in the block chain, the alteration-prevented data is subsequently altered. is also virtually impossible. Then, at the time of verification, the first transaction registered on the blockchain is specified based on the first specifying information extracted by decoding the two-dimensional code embedded in the target image data, and from the first transaction By viewing and visually confirming the acquired image information, the viewer can directly verify that the image data has not been altered based on the content of the image information. In addition, by confirming that the hash value of the target image data matches the hash value included in the alteration prevention data acquired from the second transaction registered on the blockchain, the target image data Must not be altered (for example, the two-dimensional code of correct image information must not be abused and embedded in other (fake) image data (the two-dimensional code must not be illegally cut and pasted) ) can be guaranteed.

また、このような態様によれば、たとえば画像データをコピーする際にオペレーティングシステム(OS)などの動作によりファイルのプロパティやファイル名が勝手に変更されてしまった場合であっても、検証時に、対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索することにより、ブロックチェーン上に登録された第2トランザクションを特定し、当該第2トランザクションから取得される改変防止データに含まれるハッシュ値に基づいて、対象とする画像データが改変されていないことを保証できる。 Further, according to this aspect, for example, even if the property or file name of the file is arbitrarily changed due to the operation of the operating system (OS) or the like when copying the image data, at the time of verification, The second transaction registered on the blockchain by searching for the second transaction on the blockchain using the first specific information extracted by decoding the two-dimensional code embedded in the target image data as a search key. is specified, and based on the hash value included in the alteration prevention data acquired from the second transaction, it is possible to guarantee that the target image data has not been altered.

本発明の第2の態様に係る情報処理システムは、
画像データを登録する登録装置と、
前記画像データの改変の有無を検証する検証装置と、
を備え、
前記登録装置は、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納部と、
を有し、
前記検証装置は、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データのファイルのプロパティまたはファイル名から抽出される前記第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を有する。
An information processing system according to a second aspect of the present invention includes:
a registration device for registering image data;
a verification device that verifies whether or not the image data has been altered;
with
The registration device
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data embedded with the two-dimensional code to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage unit;
has
The verification device is
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
Modification to identify the second transaction on the blockchain based on the second identification information extracted from the property or file name of the file of the image data to be verified, and to acquire the alteration prevention data from the identified second transaction a prevention data acquisition unit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
have

このような態様によれば、登録時には、画像情報が格納された第1トランザクションがブロックチェーンに登録されるため、画像情報を事後的に改変することは実質的に不可能となる。また、第1トランザクションの特定情報(第1特定情報)が符号された2次元コードが画像データに埋め込まれるため、画像データと第1トランザクションの特定情報(第1特定情報)とを容易に紐づけて管理することができる。また、2次元コードが埋め込まれた画像データのハッシュ値を含む改変防止データが格納された第2トランザクションがブロックチェーンに登録されるため、改変防止データを事後的に改変することも実質的に不可能となる。また、第2トランザクションの特定情報(第2特定情報)が、画像データのファイルのプロパティまたはファイル名に格納されるため、画像データと第2トランザクションの特定情報(第2特定情報)とを容易に紐づけて管理することができる。そして、検証時には、対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上に登録された第1トランザクションを特定し、当該第1トランザクションから取得される画像情報を閲覧して目視で確認することにより、当該画像情報の内容に基づいて、画像データが改変されていないことを閲覧者が直接的に検証することが可能となる。また、対象とする画像データのハッシュ値が、ブロックチェーン上に登録された第2トランザクションから取得される改変防止データに含まれるハッシュ値と一致することを確認することにより、対象とする画像データが改変されていないこと(たとえば、正しい画像情報の2次元コードが悪用されて別の(偽物の)画像データに埋め込まれたものではないこと(2次元コード部分の不正な切り貼りがなされていないこと))を保証できる。 According to this aspect, since the first transaction in which the image information is stored is registered in the blockchain at the time of registration, it is substantially impossible to modify the image information afterwards. In addition, since the two-dimensional code encoded with the specific information (first specific information) of the first transaction is embedded in the image data, the image data and the specific information (first specific information) of the first transaction can be easily linked. can be managed In addition, since the second transaction that stores the tamper-prevented data including the hash value of the image data embedded with the two-dimensional code is registered in the blockchain, it is practically impossible to tamper with the tamper-prevented data afterwards. It becomes possible. Further, since the specific information of the second transaction (second specific information) is stored in the property or file name of the file of the image data, the image data and the specific information of the second transaction (second specific information) can be easily identified. Can be linked and managed. Then, at the time of verification, the first transaction registered on the blockchain is specified based on the first specifying information extracted by decoding the two-dimensional code embedded in the target image data, and from the first transaction By viewing and visually confirming the acquired image information, the viewer can directly verify that the image data has not been altered based on the content of the image information. In addition, by confirming that the hash value of the target image data matches the hash value included in the alteration prevention data acquired from the second transaction registered on the blockchain, the target image data Must not be altered (for example, the two-dimensional code of correct image information must not be abused and embedded in other (fake) image data (the two-dimensional code must not be illegally cut and pasted) ) can be guaranteed.

本発明の第3の態様に係る情報処理システムは、第1または2の態様に係る情報処理システムであって、
前記登録装置は、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信部
をさらに有し、
前記改変防止データ送信部は、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信し、
前記検証装置は、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得部
をさらに有する。
An information processing system according to a third aspect of the present invention is the information processing system according to the first or second aspect,
The registration device
further comprising an image data transmission unit that transmits a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
The alteration-prevented data transmission unit transmits to the blockchain network a second transaction in which alteration-prevented data is stored, further including third identification information for identifying the third transaction registered in the blockchain;
The verification device is
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction It further has a part.

このような態様によれば、登録時には、2次元コードが埋め込まれた画像データが格納された第3トランザクションがブロックチェーンに登録されるため、画像データを事後的に改変することは実質的に不可能となる。そして、検証時には、対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上に登録された第1トランザクションを特定し、当該第1トランザクションから取得される画像情報を閲覧して目視で確認するとともに、ブロックチェーン上に登録された第3トランザクションから取得される画像データを閲覧して目視で確認することにより、当該画像情報および画像データの内容に基づいて、画像データが改変されていないことを閲覧者がより高い確度で直接的に検証することが可能となる。 According to this aspect, at the time of registration, the third transaction in which the image data embedded with the two-dimensional code is stored is registered in the blockchain, so it is substantially impossible to modify the image data afterwards. It becomes possible. Then, at the time of verification, the first transaction registered on the blockchain is specified based on the first specifying information extracted by decoding the two-dimensional code embedded in the target image data, and from the first transaction By browsing and visually confirming the acquired image information, and by browsing and visually confirming the image data acquired from the third transaction registered on the blockchain, the content of the image information and image data Based on this, it is possible for the viewer to directly verify that the image data has not been altered with a higher degree of certainty.

本発明の第4の態様に係る情報処理システムは、第1~3のいずれかの態様に係る情報処理システムであって、
前記登録装置は、秘密鍵を有し、前記検証装置は、前記秘密鍵に対応する公開鍵を有し、
前記画像情報送信部は、前記秘密鍵で符号化された前記画像情報を格納した第1トランザクションをブロックチェーンのネットワークに送信し、
前記画像情報取得部は、ブロックチェーン上の第1トランザクションに格納された前記画像情報を、前記公開鍵で復号化して取得する。
An information processing system according to a fourth aspect of the present invention is the information processing system according to any one of the first to third aspects,
The registration device has a private key, the verification device has a public key corresponding to the private key,
The image information transmission unit transmits a first transaction storing the image information encoded with the private key to a blockchain network,
The image information acquisition unit acquires the image information stored in the first transaction on the blockchain by decrypting it with the public key.

このような態様によれば、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された画像情報の閲覧を、公開鍵を有する特定の閲覧者のみに限定することができる。 According to this aspect, even when using a public blockchain, viewing of image information registered on the blockchain can be limited to specific viewers who have public keys.

本発明の第5の態様に係る情報処理システムは、第1~3のいずれかの態様に係る情報処理システムであって、
前記登録装置は、秘密鍵を有し、前記検証装置は、前記秘密鍵に対応する公開鍵を有し、
前記改変防止データ送信部は、前記秘密鍵で符号化された前記改変防止データを格納した第2トランザクションをブロックチェーンのネットワークに送信し、
前記改変防止データ取得部は、ブロックチェーン上の第2トランザクションに格納された前記改変防止データを、前記公開鍵で復号化して取得する。
An information processing system according to a fifth aspect of the present invention is the information processing system according to any one of the first to third aspects,
The registration device has a private key, the verification device has a public key corresponding to the private key,
The alteration-prevented data transmission unit transmits a second transaction storing the alteration-prevented data encoded with the private key to a blockchain network,
The alteration-prevented data acquisition unit decrypts and acquires the alteration-prevented data stored in the second transaction on the blockchain with the public key.

このような態様によれば、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された改変防止データの閲覧を、公開鍵を有する特定の閲覧者のみに限定することができる。 According to this aspect, even when using a public blockchain, it is possible to restrict viewing of alteration-prevented data registered on the blockchain to only specific viewers who have public keys. .

本発明の第6の態様に係る情報処理システムは、第2の態様または第2の態様を引用する第3の態様に係る情報処理システムであって、
前記登録装置は、秘密鍵を有し、前記検証装置は、前記秘密鍵に対応する公開鍵を有し、
前記第2特定情報格納部は、前記第2特定情報を前記秘密鍵で符号化して前記ファイルのプロパティまたはファイル名に格納し、
前記改変防止データ取得部は、前記ファイルのプロパティまたはファイル名に格納された前記第2特定情報を、前記公開鍵で復号化して抽出する。
An information processing system according to a sixth aspect of the present invention is an information processing system according to the second aspect or a third aspect quoting the second aspect,
The registration device has a private key, the verification device has a public key corresponding to the private key,
The second specific information storage unit encodes the second specific information with the secret key and stores it in the property or file name of the file;
The alteration-prevented data acquisition unit decrypts and extracts the second specific information stored in the property or file name of the file with the public key.

このような態様によれば、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された第2トランザクションの特定を、公開鍵を有する特定の閲覧者のみに限定することができ、これにより、当該第2トランザクションに格納された改変防止データの閲覧を、当該特定の閲覧者のみに限定することができる。 According to this aspect, even when using a public blockchain, it is possible to limit the identification of the second transaction registered on the blockchain to only specific viewers who have the public key. Thus, viewing of the alteration-protected data stored in the second transaction can be restricted only to the specific viewer.

本発明の第7の態様に係る情報処理システムは、第1~3のいずれかの態様に係る情報処理システムであって、
前記検証装置は、秘密鍵を有し、前記登録装置は、前記秘密鍵に対応する公開鍵を有し、
前記画像情報送信部は、前記公開鍵で符号化された前記画像情報を格納した第1トランザクションをブロックチェーンのネットワークに送信し、
前記画像情報取得部は、ブロックチェーン上の第1トランザクションに格納された前記画像情報を、前記秘密鍵で復号化して取得する。
An information processing system according to a seventh aspect of the present invention is the information processing system according to any one of the first to third aspects,
The verification device has a private key, the registration device has a public key corresponding to the private key,
The image information transmission unit transmits a first transaction storing the image information encoded with the public key to a blockchain network;
The image information acquisition unit decrypts and acquires the image information stored in the first transaction on the blockchain with the private key.

このような態様によれば、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された画像情報の閲覧を、秘密鍵を有する特定の閲覧者のみに限定することができる。 According to this aspect, even when using a public blockchain, viewing of image information registered on the blockchain can be limited to specific viewers who have a private key.

本発明の第8の態様に係る情報処理システムは、第1~3のいずれかの態様に係る情報処理システムであって、
前記検証装置は、秘密鍵を有し、前記登録装置は、前記秘密鍵に対応する公開鍵を有し、
前記改変防止データ送信部は、前記公開鍵で符号化された前記改変防止データを格納した第2トランザクションをブロックチェーンのネットワークに送信し、
前記改変防止データ取得部は、ブロックチェーン上の第2トランザクションに格納された前記改変防止データを、前記秘密鍵で復号化して取得する。
An information processing system according to an eighth aspect of the present invention is the information processing system according to any one of the first to third aspects,
The verification device has a private key, the registration device has a public key corresponding to the private key,
The tamper-resistant data transmission unit transmits a second transaction containing the tamper-resistant data encoded with the public key to a blockchain network,
The alteration-prevented data acquisition unit decrypts and acquires the alteration-prevented data stored in the second transaction on the blockchain with the private key.

このような態様によれば、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された改変防止データの閲覧を、秘密鍵を有する特定の閲覧者のみに限定することができる。 According to this aspect, even when using a public blockchain, it is possible to restrict viewing of alteration-prevented data registered on the blockchain to only specific viewers who have a private key. .

本発明の第9の態様に係る情報処理システムは、第2の態様または第2の態様を引用する第3の態様に係る情報処理システムであって、
前記検証装置は、秘密鍵を有し、前記登録装置は、前記秘密鍵に対応する公開鍵を有し、
前記第2特定情報格納部は、前記第2特定情報を前記公開鍵で符号化して前記ファイルのプロパティまたはファイル名に格納し、
前記改変防止データ取得部は、前記ファイルのプロパティまたはファイル名に格納された前記第2特定情報を、前記秘密鍵で復号化して抽出する。
An information processing system according to a ninth aspect of the present invention is an information processing system according to the second aspect or the third aspect quoting the second aspect,
The verification device has a private key, the registration device has a public key corresponding to the private key,
The second specific information storage unit encodes the second specific information with the public key and stores the second specific information in the property or file name of the file;
The alteration-prevented data acquisition unit decrypts and extracts the second specific information stored in the property or file name of the file with the private key.

このような態様によれば、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された第2トランザクションの特定を、秘密鍵を有する特定の閲覧者のみに限定することができ、これにより、当該第2トランザクションに格納された改変防止データの閲覧を、当該特定の閲覧者のみに限定することができる。 According to this aspect, even when using a public blockchain, it is possible to limit the identification of the second transaction registered on the blockchain to only specific viewers who have the private key. Thus, viewing of the alteration-protected data stored in the second transaction can be restricted only to the specific viewer.

本発明の第10の態様に係る登録装置は、
画像データを登録する登録装置であって、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
を備える。
A registration device according to a tenth aspect of the present invention,
A registration device for registering image data,
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmitting unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data in which the two-dimensional code is embedded and the first specific information to a blockchain network;
Prepare.

本発明の第11の態様に係る登録装置は、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納部と、
を備える。
A registration device according to an eleventh aspect of the present invention includes:
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data embedded with the two-dimensional code to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage unit;
Prepare.

本発明の第12の態様に係る登録装置は、第10または11の態様に係る登録装置であって、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信部
をさらに備え、
前記改変防止データ送信部は、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する。
A registration device according to a twelfth aspect of the present invention is the registration device according to the tenth or eleventh aspect,
further comprising an image data transmission unit that transmits a third transaction storing image data embedded with the two-dimensional code to a blockchain network;
The alteration prevention data transmission unit transmits to the blockchain network a second transaction storing alteration prevention data further including third identification information for identifying the third transaction registered in the blockchain.

本発明の第13の態様に係る検証装置は、
画像データの改変の有無を検証する検証装置であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を備える。
A verification device according to a thirteenth aspect of the present invention comprises:
A verification device for verifying whether or not image data has been altered,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified an alteration-prevented data acquisition unit that determines that data has been altered, and acquires alteration-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
Prepare.

本発明の第14の態様に係る検証装置は、
画像データの改変の有無を検証する検証装置であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を備える。
A verification device according to a fourteenth aspect of the present invention comprises:
A verification device for verifying whether or not image data has been altered,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tampering prevention data acquisition unit that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
Prepare.

本発明の第15の態様に係る検証装置は、第13または14の態様に係る検証装置であって、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得部
をさらに備える。
A verification device according to a fifteenth aspect of the present invention is the verification device according to the thirteenth or fourteenth aspect,
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction It further comprises a part.

本発明の第16の態様に係る情報処理方法は、
コンピュータが実行する情報処理方法であって、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
を含む。
An information processing method according to a sixteenth aspect of the present invention comprises:
A computer-executed information processing method comprising:
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code and the first specific information is stored to a blockchain network;
including.

本発明の第17の態様に係る情報処理方法は、
コンピュータが実行する情報処理方法であって、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納ステップと、
を含む。
An information processing method according to a seventeenth aspect of the present invention comprises:
A computer-executed information processing method comprising:
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code is stored to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage step;
including.

本発明の第18の態様に係る情報処理方法は、第16または17の態様に係る情報処理方法であって、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信ステップ
をさらに含み、
前記改変防止データ送信ステップでは、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する。
An information processing method according to an eighteenth aspect of the present invention is the information processing method according to the sixteenth or seventeenth aspect,
further comprising an image data transmission step of transmitting a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
In the alteration prevention data transmission step, a second transaction storing alteration prevention data further including third identification information for identifying the third transaction registered in the blockchain is transmitted to the blockchain network.

本発明の第19の態様に係る情報処理方法は、
コンピュータが実行する情報処理方法であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を含む。
An information processing method according to a nineteenth aspect of the present invention comprises:
A computer-executed information processing method comprising:
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified a tamper-prevented data acquisition step of determining that data has been tampered with, and acquiring tamper-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
including.

本発明の第20の態様に係る情報処理方法は、
コンピュータが実行する情報処理方法であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を含む。
An information processing method according to a twentieth aspect of the present invention comprises:
A computer-executed information processing method comprising:
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tamper-resistant data acquisition step that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
including.

本発明の第21の態様に係る情報処理方法は、第19または20の態様に係る情報処理方法であって、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得ステップ
をさらに含む。
An information processing method according to a twenty-first aspect of the present invention is the information processing method according to the nineteenth or twentieth aspect,
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction Further including steps.

本発明の第22の態様に係る情報処理プログラムは、
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
を実行させる。
An information processing program according to a twenty-second aspect of the present invention comprises
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code and the first specific information is stored to a blockchain network;
to run.

本発明の第23の態様に係る情報処理プログラムは、
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納ステップと、
を実行させる。
An information processing program according to a twenty-third aspect of the present invention comprises
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code is stored to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage step;
to run.

本発明の第24の態様に係る情報処理プログラムは、第22または23の態様に係る情報処理プログラムであって、
前記コンピュータに、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信ステップ
をさらに実行させ、
前記改変防止データ送信ステップでは、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信させる。
An information processing program according to a twenty-fourth aspect of the present invention is an information processing program according to the twenty-second or twenty-third aspect,
to the computer;
further executing an image data transmission step of transmitting a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
In the tamper-prevented data transmission step, a second transaction storing tamper-prevented data further including third identification information for identifying the third transaction registered in the blockchain is transmitted to the blockchain network.

本発明の第25の態様に係る情報処理プログラムは、
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させる。
An information processing program according to a twenty-fifth aspect of the present invention comprises
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified a tamper-prevented data acquisition step of determining that data has been tampered with, and acquiring tamper-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
to run.

本発明の第26の態様に係る情報処理プログラムは、
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させる。
An information processing program according to a twenty-sixth aspect of the present invention comprises
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tamper-resistant data acquisition step that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
to run.

本発明の第27の態様に係る情報処理プログラムは、第25または26の態様に係る情報処理プログラムであって、
前記コンピュータに、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得ステップ
をさらに実行させる。
An information processing program according to a twenty-seventh aspect of the present invention is the information processing program according to the twenty-fifth or twenty-sixth aspect,
to the computer;
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction Execute more steps.

本発明の第28の態様に係るコンピュータ読取可能な記録媒体は、
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
を実行させることを特徴とする情報処理プログラムを記録している。
A computer-readable recording medium according to the twenty-eighth aspect of the present invention comprises
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code and the first specific information is stored to a blockchain network;
An information processing program characterized by executing

本発明の第29の態様に係るコンピュータ読取可能な記録媒体は、
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納ステップと、
を実行させることを特徴とする情報処理プログラムを記録している。
A computer-readable recording medium according to a twenty-ninth aspect of the present invention comprises
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code is stored to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage step;
An information processing program characterized by executing

本発明の第30の態様に係るコンピュータ読取可能な記録媒体は、第28または29の態様に係るコンピュータ読取可能な記録媒体であって、
前記コンピュータに、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信ステップ
をさらに実行させ、
前記改変防止データ送信ステップでは、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信させる、
ことを特徴とする情報処理プログラムを記録している。
A computer-readable recording medium according to a thirtieth aspect of the present invention is the computer-readable recording medium according to the twenty-eighth or twenty-ninth aspect,
to the computer;
further executing an image data transmission step of transmitting a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
In the alteration-prevented data transmission step, a second transaction storing alteration-prevented data further including third identification information for identifying the third transaction registered in the blockchain is transmitted to the blockchain network;
An information processing program characterized by:

本発明の第31の態様に係るコンピュータ読取可能な記録媒体は、
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させることを特徴とする情報処理プログラムを記録している。
A computer-readable recording medium according to a thirty-first aspect of the present invention comprises
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified a tamper-prevented data acquisition step of determining that data has been tampered with, and acquiring tamper-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
An information processing program characterized by executing

本発明の第32の態様に係るコンピュータ読取可能な記録媒体は、
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させることを特徴とする情報処理プログラムを記録している。
A computer-readable recording medium according to a thirty-second aspect of the present invention comprises
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tamper-resistant data acquisition step that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
An information processing program characterized by executing

本発明の第33の態様に係るコンピュータ読取可能な記録媒体は、第31または32の態様に係るコンピュータ読取可能な記録媒体であって、
前記コンピュータに、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得ステップ
をさらに実行させることを特徴とする情報処理プログラムを記録している。
A computer-readable recording medium according to a thirty-third aspect of the present invention is the computer-readable recording medium according to the thirty-first or thirty-second aspect,
to the computer;
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction An information processing program is recorded which is characterized by causing further steps to be executed.

本発明によれば、画像データが改変されていないことを保証する仕組みを提供できる。 According to the present invention, it is possible to provide a mechanism for ensuring that image data has not been altered.

図1は、一実施形態に係る情報処理システムの概略的な構成を示す図である。FIG. 1 is a diagram showing a schematic configuration of an information processing system according to one embodiment. 図2は、登録装置の概略的な構成を示す図である。FIG. 2 is a diagram showing a schematic configuration of a registration device. 図3は、検証装置の概略的な構成を示す図である。FIG. 3 is a diagram showing a schematic configuration of a verification device. 図4は、登録方法の一例を示すフローチャートである。FIG. 4 is a flow chart showing an example of a registration method. 図5は、検証方法の一例を示すフローチャートである。FIG. 5 is a flow chart showing an example of a verification method. 図6は、登録方法の一例における情報の流れを示す図である。FIG. 6 is a diagram showing the flow of information in an example of the registration method. 図7は、検証方法の一例における情報の流れを示す図である。FIG. 7 is a diagram showing the flow of information in an example verification method. 図8は、2次元コードが埋め込まれた画像データの一例を示す図である。FIG. 8 is a diagram showing an example of image data in which a two-dimensional code is embedded. 図9は、画像情報の一例を示す図である。FIG. 9 is a diagram showing an example of image information. 図10は、登録方法の一変形例を示すフローチャートである。FIG. 10 is a flow chart showing a modification of the registration method. 図11は、検証方法の一変形例を示すフローチャートである。FIG. 11 is a flow chart showing a modification of the verification method. 図12は、登録方法の一変形例における情報の流れを示す図である。FIG. 12 is a diagram showing the flow of information in one modification of the registration method. 図13は、検証方法の一変形例における情報の流れを示す図である。FIG. 13 is a diagram showing the flow of information in one modification of the verification method.

以下に、添付の図面を参照して、本発明の実施の形態を詳細に説明する。なお、各図において同等の機能を有する構成要素には同一の符号を付し、同一符号の構成要素の詳しい説明は繰り返さない。 Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. In addition, the same reference numerals are given to components having equivalent functions in each drawing, and detailed description of the components with the same reference numerals will not be repeated.

(情報処理システムの構成)
図1は、一実施の形態に係る情報処理システム1の概略的な構成を示す図である。
(Configuration of information processing system)
FIG. 1 is a diagram showing a schematic configuration of an information processing system 1 according to one embodiment.

図1に示すように、情報処理システム1は、登録装置2と、検証装置3とを有している。登録装置2と検証装置3の少なくとも一部は、コンピュータにより実現される。 As shown in FIG. 1, the information processing system 1 has a registration device 2 and a verification device 3 . At least part of the registration device 2 and the verification device 3 is implemented by a computer.

図1に示すように、登録装置2および検証装置3は、それぞれ、ブロックチェーンのネットワークを構成するノードとして機能するように構成されており、自身以外の複数のノード2~6にPeer to Peer(P2P)方式にて接続されている。各ノード2~6間のネットワークは、有線回線と無線回線のいずれでもよく、回線の種類や形態は問わない。 As shown in FIG. 1, the registration device 2 and the verification device 3 are each configured to function as a node that constitutes a blockchain network. P2P) method. The network between each node 2-6 may be either a wired line or a wireless line, regardless of the type or form of the line.

図示された例では、符号4のノードがマイナーノードであり、未処理のトランザクションを束ねて新たなブロックを生成する(マイニングを行う)。また、ノード2~6のうちの少なくとも1つのノードはフルノードであり、ブロックチェーンのデータの全体を記憶している。なお、ブロックチェーンのネットワークとしては、たとえばイーサリアム・ネットワークなどの既存のブロックチェーンのネットワークを利用することができる。 In the illustrated example, the node numbered 4 is a minor node that bundles unprocessed transactions to generate a new block (performs mining). Also, at least one of the nodes 2-6 is a full node and stores the entire block chain data. As the blockchain network, an existing blockchain network such as the Ethereum network can be used.

図1に示すように、登録装置2には、スマートフォンやタブレット端末などの登録者端末7が、インターネットなどのネットワークを介して通信可能に接続できるようになっており、登録者端末7にて生成された画像データ(たとえばカメラ機能にて撮影した画像データ)および画像情報(画像データに紐づくテキスト情報)が、インターネットなどのネットワークを介して登録装置2へと送信される。 As shown in FIG. 1, a registrant terminal 7 such as a smartphone or a tablet terminal can be connected to the registration device 2 so as to be communicable via a network such as the Internet. The obtained image data (for example, image data captured by the camera function) and image information (text information associated with the image data) are transmitted to the registration device 2 via a network such as the Internet.

図9は、画像情報の一例を示す図である。画像情報には、登録者名(登録者の氏名、ユーザID、ニックネームなど)、登録日、位置情報(たとえば撮影位置の緯度経度情報)など、登録者端末7にて自動的に入力可能な情報(登録者からの入力作業が不要な情報)が含まれていてもよいし、画像データに紐づけるタイトル(図9に示す「備考」の欄)やコメント(図9に示す「情報」の欄)など、登録者からの入力作業が必要な情報が含まれていてもよい。また、画像情報には、画像データの信頼性を閲覧者がチェックするために利用可能な情報(たとえば観光地に設置されたQRコード(登録商標)などを利用して画像データを登録する場合に、その地域の自治体により発行される観光地を訪れたことを証明する証明書)が含まれていてもよい。 FIG. 9 is a diagram showing an example of image information. The image information includes information that can be automatically input at the registrant terminal 7, such as registrant name (registrant name, user ID, nickname, etc.), registration date, location information (for example, latitude and longitude information of shooting location). (Information that does not need to be input by the registrant) may be included, or a title (“Remarks” column shown in FIG. 9) or a comment (“Information” column shown in FIG. 9) linked to the image data may be included. ), etc., which requires input from the registrant. In addition, the image information includes information that can be used by the viewer to check the reliability of the image data (for example, when registering image data using a QR code (registered trademark) installed at a sightseeing spot). , a certificate proving that you have visited a tourist spot issued by the local government).

図2は、登録装置2の概略的な構成を示す図である。図2に示すように、登録装置2は、通信部21と、制御部22と、記憶部23とを有している。各部は、バスやネットワークを介して互いに通信可能に接続されている。 FIG. 2 is a diagram showing a schematic configuration of the registration device 2. As shown in FIG. As shown in FIG. 2 , the registration device 2 has a communication section 21 , a control section 22 and a storage section 23 . Each part is connected so as to be able to communicate with each other via a bus or a network.

このうち通信部21は、登録装置2とブロックチェーンのネットワークやインターネットなどのネットワークとの間の通信インターフェースである。通信部21は、ブロックチェーンのネットワークを介して登録装置2と他のノード3~6との間で情報を送受信する。また、通信部21は、インターネットなどのネットワークを介して登録装置2と登録者端末7との間で情報を送受信する。 Among these, the communication unit 21 is a communication interface between the registration device 2 and a network such as a blockchain network or the Internet. The communication unit 21 transmits and receives information between the registration device 2 and the other nodes 3 to 6 via the blockchain network. The communication unit 21 also transmits and receives information between the registration device 2 and the registrant terminal 7 via a network such as the Internet.

記憶部23は、たとえばフラッシュメモリ等の不揮発性データストレージである。記憶部23には、制御部22が取り扱う各種データが記憶される。たとえば、記憶部23には、登録者端末7から受け取った画像データ23aおよび画像情報23bと、秘密鍵23cとが記憶される。画像データ23aは、静止画像データと動画像データのいずれでもよい。秘密鍵23cは、たとえばRSA暗号方式にて作成され得る。 The storage unit 23 is non-volatile data storage such as flash memory. Various data handled by the control unit 22 are stored in the storage unit 23 . For example, the storage unit 23 stores image data 23a and image information 23b received from the registrant terminal 7, and a secret key 23c. The image data 23a may be still image data or moving image data. The private key 23c can be created by, for example, the RSA cryptosystem.

図2に示すように、制御部22は、画像情報送信部22aと、第1特定情報格納部22bと、改変防止データ送信部22cと、第2特定情報格納部22dと、画像データ送信部22eとを有している。これらの各部は、登録装置2内のプロセッサが所定のプログラムを実行することにより実現されてもよいし、ハードウェアで実装されてもよい。 As shown in FIG. 2, the control unit 22 includes an image information transmission unit 22a, a first specific information storage unit 22b, an alteration prevention data transmission unit 22c, a second specific information storage unit 22d, and an image data transmission unit 22e. and Each of these units may be realized by the processor in the registration device 2 executing a predetermined program, or may be implemented by hardware.

画像情報送信部22aは、画像情報23bが格納された第1トランザクションを生成する。画像情報送信部22aは、画像情報23bを秘密鍵23cで符号化し、符号化された画像情報23bを格納した第1トランザクションを生成してもよい。画像情報23bは、書き換え不可能(読み出しのみ可能)な情報として第1トランザクションに格納される。 The image information transmitter 22a generates a first transaction in which the image information 23b is stored. The image information transmitting unit 22a may encode the image information 23b with the secret key 23c and generate the first transaction storing the encoded image information 23b. The image information 23b is stored in the first transaction as non-rewritable (read-only) information.

画像情報送信部22aは、画像情報23bが格納された第1トランザクションを、通信部21を介してブロックチェーンのネットワークに送信する。ブロックチェーンのネットワークに送信された第1トランザクションは、マイナーノード4にてそのトランザクションを含むブロックがマイニングされることにより、ブロックチェーンに登録され、ブロックチェーン上にて第1トランザクションを特定するための第1特定情報(たとえば、第1トランザクションのハッシュ値やアドレス値)が付加される。画像情報23bが格納された第1トランザクションがブロックチェーンに登録されるため、画像情報23bを事後的に改変することは実質的に不可能となる。 The image information transmission unit 22a transmits the first transaction in which the image information 23b is stored to the blockchain network via the communication unit 21 . The first transaction sent to the blockchain network is registered in the blockchain by mining the block containing the transaction at the minor node 4, and the first transaction is registered on the blockchain to identify the first transaction. 1 specific information (eg, hash value or address value of the first transaction) is added. Since the first transaction in which the image information 23b is stored is registered in the blockchain, it is substantially impossible to alter the image information 23b after the fact.

第1特定情報格納部22bは、ブロックチェーンに登録された第1トランザクションの特定情報(第1特定情報)を取得し、第1特定情報を符号化した2次元コードを生成する。2次元コードは、QRコード(登録商標)であってもよいし、カラーコードであってもよい。第1特定情報格納部22bは、第1特定情報が符号化された2次元コードを、画像データ23aに埋め込んで格納する(図8参照)。第1トランザクションの特定情報(第1特定情報)が符号された2次元コードが画像データ23aに埋め込まれるため、画像データ23aと第1トランザクションの特定情報(第1特定情報)とを容易に紐づけて管理することができる。2次元コードが埋め込まれた画像データ23aは記憶部23に記憶される。 The first specific information storage unit 22b acquires the specific information (first specific information) of the first transaction registered in the blockchain, and generates a two-dimensional code by encoding the first specific information. The two-dimensional code may be a QR code (registered trademark) or a color code. The first specific information storage unit 22b embeds the two-dimensional code in which the first specific information is encoded into the image data 23a and stores the same (see FIG. 8). Since the two-dimensional code in which the specific information (first specific information) of the first transaction is encoded is embedded in the image data 23a, the image data 23a and the specific information (first specific information) of the first transaction can be easily linked. can be managed The image data 23a embedded with the two-dimensional code is stored in the storage unit 23. FIG.

画像データ送信部22eは、2次元コードが埋め込まれた画像データ23aが格納された第3トランザクションを生成する。画像データ送信部22eは、2次元コードが埋め込まれた画像データ23aを秘密鍵23cで符号化し、符号化された画像データ23aを格納した第3トランザクションを生成してもよい。2次元コードが埋め込まれた画像データ23aは、書き換え不可能(読み出しのみ可能)な情報として第3トランザクションに格納される。 The image data transmission unit 22e generates a third transaction in which the image data 23a embedded with the two-dimensional code is stored. The image data transmission unit 22e may encode the image data 23a embedded with the two-dimensional code using the secret key 23c, and generate the third transaction storing the encoded image data 23a. The image data 23a embedded with the two-dimensional code is stored in the third transaction as non-rewritable (read-only) information.

画像データ送信部22eは、2次元コードが埋め込まれた画像データ23aが格納された第3トランザクションを、通信部21を介してブロックチェーンのネットワークに送信する。ブロックチェーンのネットワークに送信された第3トランザクションは、マイナーノード4にてそのトランザクションを含むブロックがマイニングされることにより、ブロックチェーンに登録され、ブロックチェーン上にて第3トランザクションを特定するための第3特定情報(たとえば、第3トランザクションのハッシュ値やアドレス値)が付加される。2次元コードが埋め込まれた画像データ23aが格納された第3トランザクションがブロックチェーンに登録されるため、画像データ23aを事後的に改変することは実質的に不可能となる。 The image data transmission unit 22e transmits the third transaction in which the image data 23a embedded with the two-dimensional code is stored to the blockchain network via the communication unit 21. FIG. The third transaction sent to the blockchain network is registered in the blockchain by mining the block containing the transaction at the minor node 4, and the third transaction is registered on the blockchain to identify the third transaction. 3 specific information (eg, hash value or address value of the third transaction) is added. Since the third transaction in which the image data 23a embedded with the two-dimensional code is stored is registered in the blockchain, it is substantially impossible to modify the image data 23a afterwards.

改変防止データ送信部22cは、2次元コードが埋め込まれた画像データ23aのハッシュ値を生成する。改変防止データ送信部22cは、ブロックチェーンに登録された第3トランザクションの特定情報(第3特定情報)を取得してもよい。 The alteration prevention data transmission unit 22c generates a hash value of the image data 23a in which the two-dimensional code is embedded. The alteration prevention data transmission unit 22c may acquire specific information (third specific information) of the third transaction registered in the blockchain.

改変防止データ送信部22cは、2次元コードが埋め込まれた画像データ23aのハッシュ値と第1特定情報と第3特定情報とを含む改変防止データが格納された第2トランザクションを生成する。改変防止データ送信部22cは、改変防止データを秘密鍵23cで符号化し、符号化された改変防止データを格納した第2トランザクションを生成してもよい。改変防止データは、書き換え不可能(読み出しのみ可能)な情報として第2トランザクションに格納される。 The alteration prevention data transmission unit 22c generates a second transaction in which alteration prevention data including the hash value of the image data 23a embedded with the two-dimensional code, the first specification information, and the third specification information is stored. The alteration-prevented data transmitter 22c may encode the alteration-prevented data with the private key 23c and generate a second transaction containing the encoded alteration-prevented data. The alteration-protected data is stored in the second transaction as non-rewritable (read-only) information.

改変防止データ送信部22cは、改変防止データが格納された第2トランザクションを、通信部21を介してブロックチェーンのネットワークに送信する。ブロックチェーンのネットワークに送信された第2トランザクションは、マイナーノード4にてそのトランザクションを含むブロックがマイニングされることにより、ブロックチェーンに登録され、ブロックチェーン上にて第2トランザクションを特定するための第2特定情報(たとえば、第2トランザクションのハッシュ値やアドレス値)が付加される。改変防止データが格納された第2トランザクションがブロックチェーンに登録されるため、改変防止データを事後的に改変することも実質的に不可能となる。 The tampering prevention data transmission unit 22c transmits the second transaction in which the tampering prevention data is stored to the blockchain network via the communication unit 21 . The second transaction sent to the blockchain network is registered in the blockchain by mining the block containing the transaction at the minor node 4, and the second transaction is registered on the blockchain to identify the second transaction on the blockchain. 2 specific information (eg, hash value or address value of the second transaction) is added. Since the second transaction in which the tamper-proof data is stored is registered in the blockchain, it is virtually impossible to tamper with the tamper-proof data afterwards.

第2特定情報格納部22dは、ブロックチェーンに登録された第2トランザクションを特定するための第2特定情報を、2次元コードが埋め込まれた画像データ23aのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する(たとえば、ファイル名の末尾に付加する)。第2特定情報格納部22dは、第2トランザクションの特定情報(第2特定情報)を秘密鍵23cで符号化し、符号化された第2特定情報を、2次元コードが埋め込まれた画像データ23aのファイルのプロパティまたはファイル名に格納してもよい。 The second specification information storage unit 22d stores the second specification information for specifying the second transaction registered in the block chain as a file property or a file property that does not affect the hash value of the image data 23a in which the two-dimensional code is embedded. stored in the name (for example, appended to the end of the file name). The second specific information storage unit 22d encodes the specific information (second specific information) of the second transaction with the secret key 23c, and stores the encoded second specific information in the image data 23a in which the two-dimensional code is embedded. May be stored in file properties or filename.

図1を参照し、2次元コードが埋め込まれた画像データ23aは、インターネットなどのネットワークを介して登録者端末7へと送信される。登録者端末7は、2次元コードが埋め込まれた画像データ23aを、インターネットなどのネットワークを介して外部サーバ9(たとえばSNSやオークション、フリーマーケットなどのサービスを提供するサーバ)にアップロードしてもよい。外部サーバ9は、アップロードされた画像データ23aを表示するウェブページを生成してもよい。スマートフォンやタブレット端末などの閲覧者端末8は、外部サーバ9にアクセスして、2次元コードが埋め込まれた画像データ23aをダウンロードすることにより、閲覧者は、2次元コードが埋め込まれた画像データ23aを閲覧することが可能となる。 Referring to FIG. 1, image data 23a embedded with a two-dimensional code is transmitted to registrant terminal 7 via a network such as the Internet. The registrant terminal 7 may upload the image data 23a in which the two-dimensional code is embedded to an external server 9 (for example, a server that provides services such as SNS, auctions, and flea markets) via a network such as the Internet. . The external server 9 may generate a web page displaying the uploaded image data 23a. The viewer terminal 8 such as a smart phone or a tablet terminal accesses the external server 9 and downloads the image data 23a embedded with the two-dimensional code. can be viewed.

図1に示すように、検証装置3には、スマートフォンやタブレット端末などの閲覧者端末8が、インターネットなどのネットワークを介して通信可能に接続できるようになっており、検証対象とする画像データ(たとえば閲覧者端末8が外部サーバ9からダウンロードした画像データ)が、インターネットなどのネットワークを介して検証装置3へと送信される。 As shown in FIG. 1, a viewer terminal 8 such as a smartphone or a tablet terminal can be connected to the verification device 3 so as to be communicable via a network such as the Internet. For example, image data downloaded by the viewer terminal 8 from the external server 9) is transmitted to the verification device 3 via a network such as the Internet.

次に、検証装置3の構成について説明する。図3は、検証装置3の概略的な構成を示す図である。図3に示すように、検証装置3は、通信部31と、制御部32と、記憶部33とを有している。各部は、バスやネットワークを介して互いに通信可能に接続されている。 Next, the configuration of the verification device 3 will be described. FIG. 3 is a diagram showing a schematic configuration of the verification device 3. As shown in FIG. As shown in FIG. 3 , the verification device 3 has a communication section 31 , a control section 32 and a storage section 33 . Each part is connected so as to be able to communicate with each other via a bus or a network.

通信部31は、検証装置3とブロックチェーンのネットワークやインターネットなどのネットワークとの間の通信インターフェースである。通信部31は、ブロックチェーンのネットワークを介して検証装置3と他のノード2、4~6との間で情報を送受信する。また、通信部31は、インターネットなどのネットワークを介して検証装置3と閲覧者端末8との間で情報を送受信する。 The communication unit 31 is a communication interface between the verification device 3 and a network such as a blockchain network or the Internet. The communication unit 31 transmits and receives information between the verification device 3 and the other nodes 2, 4 to 6 via the blockchain network. The communication unit 31 also transmits and receives information between the verification device 3 and the viewer terminal 8 via a network such as the Internet.

記憶部33は、たとえばフラッシュメモリ等の不揮発性データストレージである。記憶部33には、制御部32が取り扱う各種データが記憶される。たとえば、記憶部33には、閲覧者端末8から受け取った検証対象とする画像データ33aと、登録装置2に保存された秘密鍵23cに対応する公開鍵33bとが記憶される。公開鍵33bは、たとえばRSA暗号方式にて秘密鍵23cに基づいて作成され得る。 The storage unit 33 is non-volatile data storage such as flash memory. Various data handled by the control unit 32 are stored in the storage unit 33 . For example, the storage unit 33 stores image data 33 a to be verified received from the viewer terminal 8 and a public key 33 b corresponding to the private key 23 c stored in the registration device 2 . Public key 33b may be generated based on private key 23c, for example, in RSA cryptography.

図3に示すように、制御部32は、画像情報取得部32aと、改変防止データ取得部32bと、改変判定部32cと、画像データ取得部32dとを有している。これらの各部は、検証装置3内のプロセッサが所定のプログラムを実行することにより実現されてもよいし、ハードウェアで実装されてもよい。 As shown in FIG. 3, the control unit 32 has an image information acquisition unit 32a, an alteration prevention data acquisition unit 32b, an alteration determination unit 32c, and an image data acquisition unit 32d. Each of these units may be realized by the processor in the verification device 3 executing a predetermined program, or may be implemented by hardware.

画像情報取得部32aは、検証対象とする画像データ33aに埋め込まれた2次元コードを復号化して第1特定情報を抽出する。検証対象とする画像データ33aに埋め込まれた2次元コードから第1特定情報が抽出されない場合には、画像情報取得部32aは、検証対象とする画像データ33aが改変されていると判定する。 The image information acquisition unit 32a decodes the two-dimensional code embedded in the image data 33a to be verified and extracts the first specific information. When the first specific information is not extracted from the two-dimensional code embedded in the image data 33a to be verified, the image information acquiring unit 32a determines that the image data 33a to be verified has been altered.

検証対象とする画像データ33aに埋め込まれた2次元コードから第1特定情報が抽出された場合には、画像情報取得部32aは、抽出された第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報23bを取得する。第1トランザクションに格納された画像情報23bが秘密鍵23cにて符号化されている場合には、画像情報取得部32aは、符号化された画像情報23bを、記憶部33に記憶された公開鍵33bにて復号化して取得する。 When the first specific information is extracted from the two-dimensional code embedded in the image data 33a to be verified, the image information acquisition unit 32a detects the first specific information on the blockchain based on the extracted first specific information. A transaction is identified, and image information 23b is obtained from the identified first transaction. When the image information 23b stored in the first transaction is encoded with the private key 23c, the image information acquisition unit 32a converts the encoded image information 23b into the public key stored in the storage unit 33. 33b decrypts and acquires.

画像情報取得部32aにより取得された画像情報23bは、インターネットなどのネットワークを介して閲覧者端末8へと送信される。閲覧者は、検証装置3から受け取った画像情報23bを閲覧者端末8にて閲覧して目視で確認することにより、当該画像情報23bの内容に基づいて(たとえば登録者名、登録日などが閲覧者の理解とあっているか否か)、検証対象とする画像データ33aが改変されていないことを直接的に検証することができる。 The image information 23b acquired by the image information acquisition section 32a is transmitted to the viewer terminal 8 via a network such as the Internet. The viewer browses the image information 23b received from the verification device 3 at the viewer terminal 8 and visually confirms it. It is possible to directly verify that the image data 33a to be verified has not been altered.

改変防止データ取得部32bは、第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データ33aが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する。第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索することにより、たとえば画像データをコピーする際にオペレーティングシステム(OS)などの動作によりファイルのプロパティやファイル名が勝手に変更されてしまった場合であっても、ブロックチェーン上に登録された第2トランザクションを特定して改変防止データを取得することができる。 The alteration prevention data acquisition unit 32b searches for the second transaction on the blockchain using the first specific information as a search key. If it does, it acquires the alteration prevention data from the hit second transaction. By searching for the second transaction on the blockchain using the first specific information as a search key, for example, when copying image data, the operating system (OS) operates to change the file properties and file name without permission. Even if it is lost, it is possible to identify the second transaction registered on the blockchain and obtain the tamper-proof data.

改変防止データ取得部32bは、検証対象とする画像データ33aのファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得してもよい。 The alteration prevention data acquisition unit 32b identifies the second transaction on the blockchain based on the second identification information extracted from the file property or file name of the image data 33a to be verified, and retrieves the identified second transaction. You may obtain tamper-resistant data from

検証対象とする画像データ33aのファイルのプロパティまたはファイル名に格納された第2トランザクションの特定情報(第2特定情報)が秘密鍵23cにて符号化されている場合には、改変防止データ取得部32bは、符号化された第2特定情報を、記憶部33に記憶された公開鍵33bにて復号化して取得する。 If the second transaction specific information (second specific information) stored in the file property or file name of the image data 33a to be verified is encoded with the private key 23c, the alteration prevention data acquisition unit 32b decodes the encoded second specific information with the public key 33b stored in the storage unit 33 and acquires it.

ブロックチェーン上の第2トランザクションに格納された改変防止データが秘密鍵23cにて符号化されている場合には、改変防止データ取得部32bは、符号化された改変防止データを、記憶部33に記憶された公開鍵33bにて復号化して取得する。 When the alteration-prevented data stored in the second transaction on the blockchain is encoded with the secret key 23c, the alteration-prevented data acquisition unit 32b stores the encoded alteration-prevented data in the storage unit 33. It is obtained by decrypting with the stored public key 33b.

改変判定部32cは、検証対象とする画像データ33aのハッシュ値を、ブロックチェーン上の第2トランザクションから取得した改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する。より詳しくは、改変判定部32cは、検証対象とする画像データ33aのハッシュ値が、ブロックチェーン上の第2トランザクションから取得した改変防止データに含まれるハッシュ値と一致する場合には、検証対象とする画像データが改変されていないと判定し、一致しない場合には、検証対象とする画像データが改変されていると判定する。 The alteration determination unit 32c compares the hash value of the image data 33a to be verified with the hash value included in the alteration prevention data acquired from the second transaction on the blockchain to determine whether the image data to be verified has been altered. Determine presence/absence. More specifically, if the hash value of the image data 33a to be verified matches the hash value included in the alteration prevention data acquired from the second transaction on the blockchain, the alteration determination unit 32c It is determined that the image data to be verified has not been altered, and if they do not match, it is determined that the image data to be verified has been altered.

検証対象とする画像データ33aのハッシュ値が、ブロックチェーン上に登録された第2トランザクションから取得される改変防止データに含まれるハッシュ値と一致することを確認することにより、検証対象とする画像データが改変されていないこと(たとえば、正しい画像情報の2次元コードが悪用されて別の(偽物の)画像データに埋め込まれたものではないこと(2次元コード部分の切り貼りがなされていないこと))を保証できる。 By confirming that the hash value of the image data 33a to be verified matches the hash value included in the alteration prevention data acquired from the second transaction registered on the blockchain, the image data to be verified is verified. has not been altered (for example, the two-dimensional code of correct image information has not been abused and embedded in other (fake) image data (the two-dimensional code portion has not been cut and pasted)) can be guaranteed.

検証対象とする画像データ33aの改変の有無の判定結果は、インターネットなどのネットワークを介して閲覧者端末8へと送信され、閲覧者へと通知される。 The determination result of whether or not the image data 33a to be verified has been altered is transmitted to the viewer terminal 8 via a network such as the Internet, and notified to the viewer.

画像データ取得部32dは、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから2次元コードが埋め込まれた画像データ23aを取得する。ブロックチェーン上の第3トランザクションに格納された画像データ23aが秘密鍵23cにて符号化されている場合には、画像データ取得部32dは、符号化された画像データ23aを、記憶部33に記憶された公開鍵33bにて復号化して取得する。 The image data acquisition unit 32d identifies the third transaction on the blockchain based on the third identification information included in the alteration prevention data obtained from the second transaction on the blockchain, and extracts two data from the identified third transaction. The image data 23a in which the dimension code is embedded is obtained. When the image data 23a stored in the third transaction on the blockchain is encoded with the private key 23c, the image data acquisition unit 32d stores the encoded image data 23a in the storage unit 33. It is obtained by decrypting with the public key 33b.

画像データ取得部32dにより取得された(第3トランザクションに格納されていた)画像データ23aは、インターネットなどのネットワークを介して閲覧者端末8へと送信される。閲覧者は、検証装置3から受け取った画像情報23bと画像データ23aの両方を閲覧者端末8にて閲覧して目視で確認することにより、当該画像情報23bおよび画像データ23aの両方の内容に基づいて、検証対象とする画像データ33aが改変されていないことを閲覧者がより高い確度で直接的に検証することが可能となる。 The image data 23a (stored in the third transaction) acquired by the image data acquisition unit 32d is transmitted to the viewer terminal 8 via a network such as the Internet. The viewer views both the image information 23b and the image data 23a received from the verification device 3 at the viewer terminal 8 and visually confirms the content of both the image information 23b and the image data 23a. Therefore, the viewer can directly verify with higher accuracy that the image data 33a to be verified has not been altered.

(情報処理方法の一例)
次に、図4~図7を参照して、情報処理システム1による情報処理方法の一例について説明する。図4は、登録装置2による登録方法の一例を示すフローチャートであり、図5は、検証装置3による検証方法の一例を示すフローチャートである。図6は、登録装置2による登録方法の一例における情報の流れを示す図であり、図7は、検証装置3による検証方法の一例における情報の流れを示す図である。
(Example of information processing method)
Next, an example of an information processing method by the information processing system 1 will be described with reference to FIGS. 4 to 7. FIG. FIG. 4 is a flow chart showing an example of the registration method by the registration device 2, and FIG. 5 is a flow chart showing an example of the verification method by the verification device 3. As shown in FIG. FIG. 6 is a diagram showing an information flow in an example of the registration method by the registration device 2, and FIG. 7 is a diagram showing an information flow in an example of the verification method by the verification device 3. As shown in FIG.

まず、登録装置2による登録方法の一例を説明する。図6に示すように、登録者端末7にて生成された画像データ(たとえばカメラ機能にて撮影した画像データ)および画像情報(画像データに紐づくテキスト情報)が、インターネットなどのネットワークを介して登録装置2へと送信される。登録装置2が受けとった画像データ23aおよび画像情報23bは記憶部23に記憶される。 First, an example of a registration method by the registration device 2 will be described. As shown in FIG. 6, image data (for example, image data taken with a camera function) and image information (text information associated with the image data) generated by the registrant terminal 7 are transmitted via a network such as the Internet. It is sent to the registration device 2 . The image data 23 a and the image information 23 b received by the registration device 2 are stored in the storage section 23 .

図4および図6に示すように、登録装置2の画像情報送信部22aは、画像情報23bが格納された第1トランザクションを生成する。画像情報送信部22aは、画像情報23bを秘密鍵23cで符号化し、符号化された画像情報23bを格納した第1トランザクションを生成してもよい。 As shown in FIGS. 4 and 6, the image information transmission unit 22a of the registration device 2 generates a first transaction in which the image information 23b is stored. The image information transmitting unit 22a may encode the image information 23b with the secret key 23c and generate the first transaction storing the encoded image information 23b.

そして、画像情報送信部22aは、画像情報23bが格納された第1トランザクションを、通信部21を介してブロックチェーンのネットワークに送信する(ステップS11)。ブロックチェーンのネットワークに送信された第1トランザクションは、マイナーノード4にてそのトランザクションを含むブロックがマイニングされることにより、ブロックチェーンに登録され、ブロックチェーン上にて第1トランザクションを特定するための第1特定情報が付加される。 Then, the image information transmission unit 22a transmits the first transaction in which the image information 23b is stored to the blockchain network via the communication unit 21 (step S11). The first transaction sent to the blockchain network is registered in the blockchain by mining the block containing the transaction at the minor node 4, and the first transaction is registered on the blockchain to identify the first transaction. 1 specific information is added.

第1トランザクションがブロックチェーンに登録された後、第1特定情報格納部22bは、第1トランザクションに付加された特定情報(第1特定情報)を取得し、第1特定情報を符号化した2次元コードを生成する。2次元コードは、QRコード(登録商標)であってもよいし、カラーコードであってもよい。図8に示すように、第1特定情報格納部22bは、第1特定情報が符号化された2次元コードを、画像データ23aに埋め込んで格納する(ステップS12)。2次元コードが埋め込まれた画像データ23aは記憶部23に記憶される。 After the first transaction is registered in the blockchain, the first specific information storage unit 22b acquires the specific information (first specific information) added to the first transaction, and encodes the first specific information into a two-dimensional Generate code. The two-dimensional code may be a QR code (registered trademark) or a color code. As shown in FIG. 8, the first specific information storage unit 22b embeds the two-dimensional code in which the first specific information is encoded into the image data 23a and stores the same (step S12). The image data 23a embedded with the two-dimensional code is stored in the storage unit 23. FIG.

次に、改変防止データ送信部22cは、2次元コードが埋め込まれた画像データ23aのハッシュ値と第1特定情報とを含む改変防止データが格納された第2トランザクションを生成する。改変防止データ送信部22cは、改変防止データを秘密鍵23cで符号化し、符号化された改変防止データを格納した第2トランザクションを生成してもよい。 Next, the alteration prevention data transmission unit 22c generates a second transaction in which alteration prevention data including the hash value of the image data 23a embedded with the two-dimensional code and the first specific information is stored. The alteration-prevented data transmitter 22c may encode the alteration-prevented data with the private key 23c and generate a second transaction containing the encoded alteration-prevented data.

そして、改変防止データ送信部22cは、改変防止データが格納された第2トランザクションを、通信部21を介してブロックチェーンのネットワークに送信する(ステップS13)。ブロックチェーンのネットワークに送信された第2トランザクションは、マイナーノード4にてそのトランザクションを含むブロックがマイニングされることにより、ブロックチェーンに登録され、ブロックチェーン上にて第2トランザクションを特定するための第2特定情報が付加される。 Then, the alteration prevention data transmission unit 22c transmits the second transaction in which the alteration prevention data is stored to the blockchain network via the communication unit 21 (step S13). The second transaction sent to the blockchain network is registered in the blockchain by mining the block containing the transaction at the minor node 4, and the second transaction is registered on the blockchain to identify the second transaction on the blockchain. 2 Specific information is added.

第2トランザクションがブロックチェーンに登録された後、第2特定情報格納部22dは、第2トランザクションに付加された特定情報(第2特定情報)を取得し、2次元コードが埋め込まれた画像データ23aのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する(ステップS14)。第2特定情報格納部22dは、第2トランザクションの特定情報(第2特定情報)を秘密鍵23cで符号化し、符号化された第2特定情報を、2次元コードが埋め込まれた画像データ23aのファイルのプロパティまたはファイル名に格納してもよい。 After the second transaction is registered in the blockchain, the second specific information storage unit 22d acquires the specific information (second specific information) added to the second transaction, and stores the image data 23a embedded with the two-dimensional code. is stored in the file property or file name that does not affect the hash value of (step S14). The second specific information storage unit 22d encodes the specific information (second specific information) of the second transaction with the secret key 23c, and stores the encoded second specific information in the image data 23a in which the two-dimensional code is embedded. May be stored in file properties or filename.

そして、図6に示すように、2次元コードが埋め込まれた画像データ23aは、インターネットなどのネットワークを介して登録者端末7へと送信される。登録者端末7は、2次元コードが埋め込まれた画像データ23aを、インターネットなどのネットワークを介して外部サーバ9(たとえばSNSやオークション、フリーマーケットなどのサービスを提供するサーバ)にアップロードしてもよい。 Then, as shown in FIG. 6, the image data 23a embedded with the two-dimensional code is transmitted to the registrant terminal 7 via a network such as the Internet. The registrant terminal 7 may upload the image data 23a in which the two-dimensional code is embedded to an external server 9 (for example, a server that provides services such as SNS, auctions, and flea markets) via a network such as the Internet. .

次に、検証装置3による検証方法の一例を説明する。図7に示すように、スマートフォンやタブレット端末などの閲覧者端末8が、外部サーバ9にアクセスして、2次元コードが埋め込まれた画像データをダウンロードする。ダウンロードされた画像データは、検証対象の画像データとして、インターネットなどのネットワークを介して検証装置3へと送信される。検証装置3は、受け取った検証対象の画像データ33aを記憶部33に記憶する。 Next, an example of a verification method by the verification device 3 will be described. As shown in FIG. 7, a viewer terminal 8 such as a smart phone or a tablet terminal accesses an external server 9 and downloads image data embedded with a two-dimensional code. The downloaded image data is transmitted to the verification device 3 via a network such as the Internet as image data to be verified. The verification device 3 stores the received verification target image data 33 a in the storage unit 33 .

図5および図7に示すように、画像情報取得部32aは、検証対象とする画像データ33aに埋め込まれた2次元コードを復号化して第1特定情報を抽出する(ステップS21)。検証対象とする画像データ33aに埋め込まれた2次元コードから第1特定情報が抽出されない場合には(ステップS22:NO)、画像情報取得部32aは、検証対象とする画像データ33aが改変されていると判定する(ステップS34)。 As shown in FIGS. 5 and 7, the image information acquisition unit 32a decodes the two-dimensional code embedded in the image data 33a to be verified and extracts the first specific information (step S21). If the first specific information is not extracted from the two-dimensional code embedded in the image data 33a to be verified (step S22: NO), the image information acquiring unit 32a determines whether the image data 33a to be verified has been modified. It is determined that there is (step S34).

検証対象とする画像データ33aに埋め込まれた2次元コードから第1特定情報が抽出された場合には(ステップS22:YES)、画像情報取得部32aは、抽出された第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報23bを取得する(ステップS23)。第1トランザクションに格納された画像情報23bが秘密鍵23cにて符号化されている場合には、画像情報取得部32aは、符号化された画像情報23bを、記憶部33に記憶された公開鍵33bにて復号化して取得する。 When the first specific information is extracted from the two-dimensional code embedded in the image data 33a to be verified (step S22: YES), the image information acquisition unit 32a, based on the extracted first specific information, A first transaction on the blockchain is identified, and image information 23b is obtained from the identified first transaction (step S23). When the image information 23b stored in the first transaction is encoded with the private key 23c, the image information acquisition unit 32a converts the encoded image information 23b into the public key stored in the storage unit 33. 33b decrypts and acquires.

画像情報取得部32aにより取得された画像情報23bは、インターネットなどのネットワークを介して閲覧者端末8へと送信される。 The image information 23b acquired by the image information acquisition section 32a is transmitted to the viewer terminal 8 via a network such as the Internet.

次に、改変防止データ取得部32bは、検証対象とする画像データ33aのファイルのプロパティまたはファイル名から第2特定情報を抽出する(ステップS24)。検証対象とする画像データ33aのファイルのプロパティまたはファイル名に格納された第2特定情報が秘密鍵23cにて符号化されている場合には、改変防止データ取得部32bは、符号化された第2特定情報を、記憶部33に記憶された公開鍵33bにて復号化して取得する。 Next, the alteration prevention data acquisition unit 32b extracts the second specific information from the property or file name of the file of the image data 33a to be verified (step S24). When the second specific information stored in the file property or file name of the image data 33a to be verified is encoded with the secret key 23c, the alteration prevention data acquisition unit 32b retrieves the encoded second specific information. 2 The specific information is decrypted with the public key 33b stored in the storage unit 33 and acquired.

検証対象とする画像データ33aのファイルのプロパティまたはファイル名から第2特定情報が抽出された場合には(ステップS25:YES)、改変防止データ取得部32bは、抽出された第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する(ステップS26)。第2トランザクションに格納された改変防止データが秘密鍵23cにて符号化されている場合には、改変防止データ取得部32bは、符号化された改変防止データを、記憶部33に記憶された公開鍵33bにて復号化して取得する。 If the second specific information is extracted from the file property or file name of the image data 33a to be verified (step S25: YES), the alteration prevention data acquisition unit 32b obtains the second specific information based on the extracted second specific information. to identify the second transaction on the blockchain, and acquire the alteration prevention data from the identified second transaction (step S26). If the alteration-prevented data stored in the second transaction is encoded with the private key 23c, the alteration-prevented data acquisition unit 32b retrieves the encoded alteration-prevented data from the public key stored in the storage unit 33. It is obtained by decrypting with the key 33b.

他方、検証対象とする画像データ33aのファイルのプロパティまたはファイル名から第2特定情報が抽出されない場合には(ステップS25:NO)、改変防止データ取得部32bは、第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索する(ステップS27)。 On the other hand, if the second specific information is not extracted from the file property or file name of the image data 33a to be verified (step S25: NO), the alteration prevention data acquisition unit 32b uses the first specific information as a search key. Search for the second transaction on the blockchain (step S27).

第2トランザクションがヒットしない場合には(ステップS28:NO)、改変防止データ取得部32bは、検証対象とする画像データ33aが改変されていると判定する(ステップS34)。 If the second transaction does not hit (step S28: NO), the alteration prevention data acquisition unit 32b determines that the image data 33a to be verified has been altered (step S34).

第2トランザクションがヒットした場合には(ステップS28:YES)、改変防止データ取得部32bは、ヒットした第2トランザクションから改変防止データを取得する(ステップS29)。第2トランザクションに格納された改変防止データが秘密鍵23cにて符号化されている場合には、改変防止データ取得部32bは、符号化された改変防止データを、記憶部33に記憶された公開鍵33bにて復号化して取得する。 If the second transaction is hit (step S28: YES), the alteration prevention data acquisition unit 32b acquires alteration prevention data from the hit second transaction (step S29). If the alteration-prevented data stored in the second transaction is encoded with the private key 23c, the alteration-prevented data acquisition unit 32b retrieves the encoded alteration-prevented data from the public key stored in the storage unit 33. It is obtained by decrypting with the key 33b.

ステップS26またはステップS29において第2トランザクションに格納された改変防止データが取得された後、改変判定部32cは、検証対象とする画像データ33aのハッシュ値を、ブロックチェーン上の第2トランザクションから取得した改変防止データに含まれるハッシュ値と比較する(ステップS31)。 After the alteration prevention data stored in the second transaction is acquired in step S26 or step S29, the alteration determination unit 32c acquires the hash value of the image data 33a to be verified from the second transaction on the blockchain. It is compared with the hash value contained in the alteration prevention data (step S31).

ハッシュ値が一致する場合には(ステップS32:YES)、改変判定部32cは、検証対象とする画像データ33aが改変されていないと判定する(ステップS33)。 If the hash values match (step S32: YES), the modification determination unit 32c determines that the image data 33a to be verified has not been modified (step S33).

他方、ハッシュ値が一致しない場合には(ステップS32:NO)、改変判定部32cは、検証対象とする画像データ33aが改変されていると判定する(ステップS34)。 On the other hand, if the hash values do not match (step S32: NO), the alteration determination unit 32c determines that the image data 33a to be verified has been altered (step S34).

ステップ33またはステップS34において検証対象とする画像データ33aの改変の有無が判定された後、当該判定結果は、インターネットなどのネットワークを介して閲覧者端末8へと送信され、閲覧者へと通知される。 After the presence or absence of modification of the image data 33a to be verified is determined in step 33 or step S34, the determination result is transmitted to the viewer terminal 8 via a network such as the Internet and notified to the viewer. be.

以上のような本実施の形態によれば、登録時には、画像情報が格納された第1トランザクションがブロックチェーンに登録されるため、画像情報を事後的に改変することは実質的に不可能となる。また、第1トランザクションの特定情報(第1特定情報)が符号された2次元コードが画像データに埋め込まれるため、画像データと第1トランザクションの特定情報(第1特定情報)とを容易に紐づけて管理することができる。また、2次元コードが埋め込まれた画像データのハッシュ値と第1特定情報とを含む改変防止データが格納された第2トランザクションがブロックチェーンに登録されるため、改変防止データを事後的に改変することも実質的に不可能となる。また、第2トランザクションの特定情報(第2特定情報)が、画像データのファイルのプロパティまたはファイル名に格納されるため、画像データと第2トランザクションの特定情報(第2特定情報)とを容易に紐づけて管理することができる。そして、検証時には、対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上に登録された第1トランザクションを特定し、当該第1トランザクションから取得される画像情報を閲覧して目視で確認することにより、当該画像情報の内容に基づいて、画像データが改変されていないことを閲覧者が直接的に検証することが可能となる。また、対象とする画像データのハッシュ値が、ブロックチェーン上に登録された第2トランザクションから取得される改変防止データに含まれるハッシュ値と一致することを確認することにより、対象とする画像データが改変されていないこと(たとえば、正しい画像情報の2次元コードが悪用されて別の(偽物の)画像データに埋め込まれたものではないこと(2次元コード部分の不正な切り貼りがなされていないこと))を保証できる。 According to the present embodiment as described above, since the first transaction in which the image information is stored is registered in the blockchain at the time of registration, it is substantially impossible to modify the image information after the fact. . In addition, since the two-dimensional code encoded with the specific information (first specific information) of the first transaction is embedded in the image data, the image data and the specific information (first specific information) of the first transaction can be easily linked. can be managed In addition, since the second transaction in which the alteration-prevented data including the hash value of the image data embedded with the two-dimensional code and the first specific information is stored in the block chain, the alteration-prevented data is subsequently altered. is also virtually impossible. Further, since the specific information (second specific information) of the second transaction is stored in the property or file name of the image data file, the image data and the specific information (second specific information) of the second transaction can be easily identified. Can be linked and managed. Then, at the time of verification, the first transaction registered on the blockchain is specified based on the first specifying information extracted by decoding the two-dimensional code embedded in the target image data, and from the first transaction By viewing and visually confirming the acquired image information, the viewer can directly verify that the image data has not been altered based on the contents of the image information. In addition, by confirming that the hash value of the target image data matches the hash value included in the alteration prevention data acquired from the second transaction registered on the blockchain, the target image data Must not be altered (for example, the two-dimensional code of correct image information must not be abused and embedded in other (fake) image data (the two-dimensional code must not be illegally cut and pasted) ) can be guaranteed.

また、本実施の形態によれば、たとえば画像データをコピーする際にオペレーティングシステム(OS)などの動作によりファイルのプロパティやファイル名が勝手に変更されてしまった場合であっても、検証時に、対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索することにより、ブロックチェーン上に登録された第2トランザクションを特定し、当該第2トランザクションから取得される改変防止データに含まれるハッシュ値に基づいて、対象とする画像データが改変されていないことを保証できる。 Further, according to the present embodiment, even if the properties and file names of files are changed without permission due to the operation of the operating system (OS) when copying image data, for example, during verification, The second transaction registered on the blockchain by searching for the second transaction on the blockchain using the first specific information extracted by decoding the two-dimensional code embedded in the target image data as a search key. is specified, and based on the hash value included in the alteration prevention data acquired from the second transaction, it is possible to guarantee that the target image data has not been altered.

また、本実施の形態によれば、画像情報送信部22aが、秘密鍵23cで符号化された画像情報23bを格納した第1トランザクションをブロックチェーンのネットワークに送信し、画像情報取得部32aが、ブロックチェーン上の第1トランザクションに格納された画像情報23bを、公開鍵33bで復号化して取得することにより、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された画像情報23bの閲覧を、公開鍵33bを有する特定の閲覧者のみに限定することができる。 Further, according to the present embodiment, the image information transmission unit 22a transmits the first transaction storing the image information 23b encoded with the private key 23c to the blockchain network, and the image information acquisition unit 32a By decrypting the image information 23b stored in the first transaction on the blockchain with the public key 33b and obtaining it, even when using a public blockchain, the image information registered on the blockchain 23b can be restricted to only certain viewers with public key 33b.

また、本実施の形態によれば、改変防止データ送信部22cが、秘密鍵23cで符号化された改変防止データを格納した第2トランザクションをブロックチェーンのネットワークに送信し、改変防止データ取得部32bが、ブロックチェーン上の第2トランザクションに格納された改変防止データを、公開鍵33bで復号化して取得することにより、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された改変防止データの閲覧を、公開鍵33bを有する特定の閲覧者のみに限定することができる。 Further, according to the present embodiment, the alteration-prevented data transmitting unit 22c transmits the second transaction containing the alteration-prevented data encoded with the secret key 23c to the blockchain network, and the alteration-prevented data acquisition unit 32b is registered on the blockchain even when using a public blockchain by decrypting and obtaining the tamper-prevented data stored in the second transaction on the blockchain with the public key 33b. It is possible to restrict viewing of the alteration-protected data to only specific viewers who have the public key 33b.

また、本実施の形態によれば、第2特定情報格納部22dが、第2特定情報を秘密鍵23cで符号化して画像データ23aのファイルのプロパティまたはファイル名に格納し、改変防止データ取得部32bが、検証対象とする画像データ33aのファイルのプロパティまたはファイル名に格納された第2特定情報を、公開鍵33bで復号化して抽出することにより、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された第2トランザクションの特定を、公開鍵33bを有する特定の閲覧者のみに限定することができ、これにより、当該第2トランザクションに格納された改変防止データの閲覧を、当該特定の閲覧者のみに限定することができる。 Further, according to the present embodiment, the second specific information storage unit 22d encodes the second specific information with the secret key 23c, stores it in the file property or file name of the image data 23a, and stores the second specific information in the file property or file name of the image data 23a. 32b decrypts and extracts the second specific information stored in the property or file name of the file of the image data 33a to be verified with the public key 33b, thereby using a public blockchain. Also, the identification of the second transaction registered on the blockchain can be limited to only a specific viewer who has the public key 33b, so that the alteration-protected data stored in the second transaction can be viewed. , may be limited to that particular viewer only.

なお、上述した実施の形態では、登録装置2が秘密鍵23cを有し、検証装置3が秘密鍵23cに対応する公開鍵33bを有していたが、本発明はこれに限定されるものではなく、検証装置3が秘密鍵を有し、登録装置2が秘密鍵に対応する公開鍵を有していてもよい。 In the above embodiment, the registration device 2 has the private key 23c and the verification device 3 has the public key 33b corresponding to the private key 23c, but the present invention is not limited to this. Instead, the verification device 3 may have the private key and the registration device 2 may have the public key corresponding to the private key.

この場合、画像情報送信部22aが、公開鍵で符号化された画像情報23bを格納した第1トランザクションをブロックチェーンのネットワークに送信し、画像情報取得部32aが、ブロックチェーン上の第1トランザクションに格納された画像情報23bを、秘密鍵で復号化して取得してもよい。これにより、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された画像情報23bの閲覧を、秘密鍵を有する特定の閲覧者のみに限定することができる。 In this case, the image information transmission unit 22a transmits the first transaction containing the image information 23b encoded with the public key to the blockchain network, and the image information acquisition unit 32a transmits the first transaction on the blockchain. The stored image information 23b may be obtained by decrypting it with a secret key. As a result, even when using a public blockchain, viewing of the image information 23b registered on the blockchain can be limited to only specific viewers who have a private key.

また、改変防止データ送信部22cが、公開鍵で符号化された改変防止データを格納した第2トランザクションをブロックチェーンのネットワークに送信し、改変防止データ取得部32bが、ブロックチェーン上の第2トランザクションに格納された改変防止データを、秘密鍵で復号化して取得してもよい。これにより、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された改変防止データの閲覧を、秘密鍵を有する特定の閲覧者のみに限定することができる。 Further, the alteration-prevented data transmission unit 22c transmits a second transaction containing the alteration-prevented data encoded with the public key to the blockchain network, and the alteration-prevented data acquisition unit 32b transmits the second transaction on the blockchain. The tamper-protected data stored in can be obtained by decrypting it with a private key. As a result, even when using a public blockchain, it is possible to restrict access to alteration-prevented data registered on the blockchain to only specific viewers who have a private key.

また、第2特定情報格納部22dが、第2特定情報を公開鍵で符号化して画像データ23aのファイルのプロパティまたはファイル名に格納し、改変防止データ取得部32bが、検証対象とする画像データ33aのファイルのプロパティまたはファイル名に格納された第2特定情報を、秘密鍵で復号化して抽出してもよい。これにより、パブリックなブロックチェーンを利用する場合であっても、ブロックチェーン上に登録された第2トランザクションの特定を、秘密鍵を有する特定の閲覧者のみに限定することができ、これにより、当該第2トランザクションに格納された改変防止データの閲覧を、当該特定の閲覧者のみに限定することができる。 The second specific information storage unit 22d encodes the second specific information with a public key and stores it in the file property or file name of the image data 23a. The second specific information stored in the file properties or file name of 33a may be decrypted with the private key and extracted. As a result, even when using a public blockchain, it is possible to limit the identification of the second transaction registered on the blockchain to only specific viewers who have the private key. Viewing of the tamper-resistant data stored in the second transaction can be restricted to only those specific viewers.

(情報処理方法の一変形例)
次に、図10~図13を参照して、情報処理システム1による情報処理方法の一変形例について説明する。図10は、登録装置2による登録方法の一変形例を示すフローチャートであり、図11は、検証装置3による検証方法の一変形例を示すフローチャートである。図12は、登録装置2による登録方法の一変形例における情報の流れを示す図であり、図13は、検証装置3による検証方法の一例における情報の流れを示す図である。
(Modified example of information processing method)
Next, a modified example of the information processing method by the information processing system 1 will be described with reference to FIGS. 10 to 13. FIG. FIG. 10 is a flow chart showing a modified example of the registration method by the registration device 2, and FIG. 11 is a flow chart showing a modified example of the verification method by the verification device 3. As shown in FIG. FIG. 12 is a diagram showing the flow of information in a modified example of the registration method by the registration device 2, and FIG. 13 is a diagram showing the flow of information in an example of the verification method by the verification device 3. As shown in FIG.

まず、登録装置2による登録方法の一変形例を説明する。図10および図12に示すように、登録方法の一変形例において、画像情報23bが格納された第1トランザクションがブロックチェーンのネットワークに送信される工程(ステップS11)から第1特定情報が符号化された2次元コードが画像データ23aに埋め込まれて格納される工程(ステップS12)までは、上述した登録方法の一例(図4および図6参照)と同様であり、説明を省略する。 First, a modified example of the registration method by the registration device 2 will be described. As shown in FIGS. 10 and 12, in one modification of the registration method, the first specific information is encoded from the step (step S11) in which the first transaction in which the image information 23b is stored is transmitted to the blockchain network. Up to the step (step S12) where the two-dimensional code thus obtained is embedded in the image data 23a and stored is the same as the example of the registration method described above (see FIGS. 4 and 6), and a description thereof will be omitted.

図10および図12に示すように、登録方法の一変形例では、第1特定情報が符号化された2次元コードが画像データ23aに埋め込まれて格納された後(ステップS12の後)、画像データ送信部22eが、2次元コードが埋め込まれた画像データ23aが格納された第3トランザクションを生成する。画像データ送信部22eは、2次元コードが埋め込まれた画像データ23aを秘密鍵23cで符号化し、符号化された画像データ23aを格納した第3トランザクションを生成してもよい。 As shown in FIGS. 10 and 12, in one modification of the registration method, after the two-dimensional code in which the first specific information is encoded is embedded in the image data 23a and stored (after step S12), the image The data transmission unit 22e generates a third transaction in which the image data 23a embedded with the two-dimensional code is stored. The image data transmission unit 22e may encode the image data 23a embedded with the two-dimensional code using the secret key 23c, and generate the third transaction storing the encoded image data 23a.

そして、画像データ送信部22eは、2次元コードが埋め込まれた画像データ23aが格納された第3トランザクションを、通信部21を介してブロックチェーンのネットワークに送信する(ステップS112)。ブロックチェーンのネットワークに送信された第3トランザクションは、マイナーノード4にてそのトランザクションを含むブロックがマイニングされることにより、ブロックチェーンに登録され、ブロックチェーン上にて第3トランザクションを特定するための第3特定情報が付加される。 Then, the image data transmission unit 22e transmits the third transaction storing the image data 23a embedded with the two-dimensional code to the blockchain network via the communication unit 21 (step S112). The third transaction sent to the blockchain network is registered in the blockchain by mining the block containing the transaction at the minor node 4, and the third transaction is registered on the blockchain to identify the third transaction. 3 Specific information is added.

第3トランザクションがブロックチェーンに登録された後、改変防止データ送信部22cは、第3トランザクションに付加された特定情報(第3特定情報)を取得し、2次元コードが埋め込まれた画像データ23aのハッシュ値と第1特定情報と第3特定情報とを含む改変防止データが格納された第2トランザクションを生成する。改変防止データ送信部22cは、改変防止データを秘密鍵23cで符号化し、符号化された改変防止データを格納した第2トランザクションを生成してもよい。 After the third transaction is registered in the blockchain, the alteration prevention data transmission unit 22c acquires the specific information (third specific information) added to the third transaction, and converts the image data 23a in which the two-dimensional code is embedded. A second transaction is generated in which alteration prevention data including the hash value, the first identification information, and the third identification information is stored. The alteration-prevented data transmitter 22c may encode the alteration-prevented data with the private key 23c and generate a second transaction containing the encoded alteration-prevented data.

そして、改変防止データ送信部22cは、改変防止データが格納された第2トランザクションを、通信部21を介してブロックチェーンのネットワークに送信する(ステップS113)。ブロックチェーンのネットワークに送信された第2トランザクションは、マイナーノード4にてそのトランザクションを含むブロックがマイニングされることにより、ブロックチェーンに登録され、ブロックチェーン上にて第2トランザクションを特定するための第2特定情報が付加される。 Then, the alteration prevention data transmission unit 22c transmits the second transaction in which the alteration prevention data is stored to the blockchain network via the communication unit 21 (step S113). The second transaction sent to the blockchain network is registered in the blockchain by mining the block containing the transaction at the minor node 4, and the second transaction is registered on the blockchain to identify the second transaction on the blockchain. 2 Specific information is added.

第2トランザクションがブロックチェーンに登録された後、上述した登録方法の一例(図4および図6参照)と同様に、第2特定情報格納部22dは、第2トランザクションに付加された特定情報(第2特定情報)を取得し、2次元コードが埋め込まれた画像データ23aのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する(ステップS14)。第2特定情報格納部22dは、第2トランザクションの特定情報(第2特定情報)を秘密鍵23cで符号化し、符号化された第2特定情報を、2次元コードが埋め込まれた画像データ23aのファイルのプロパティまたはファイル名に格納してもよい。 After the second transaction is registered in the blockchain, the second specific information storage unit 22d stores the specific information (the second 2 specific information) is acquired and stored in the file property or file name that does not affect the hash value of the image data 23a in which the two-dimensional code is embedded (step S14). The second specific information storage unit 22d encodes the specific information (second specific information) of the second transaction with the secret key 23c, and stores the encoded second specific information in the image data 23a in which the two-dimensional code is embedded. May be stored in file properties or filename.

そして、図12に示すように、2次元コードが埋め込まれた画像データ23aは、インターネットなどのネットワークを介して登録者端末7へと送信される。登録者端末7は、2次元コードが埋め込まれた画像データ23aを、インターネットなどのネットワークを介して外部サーバ9(たとえばSNSやオークション、フリーマーケットなどのサービスを提供するサーバ)にアップロードしてもよい。 Then, as shown in FIG. 12, the image data 23a embedded with the two-dimensional code is transmitted to the registrant terminal 7 via a network such as the Internet. The registrant terminal 7 may upload the image data 23a in which the two-dimensional code is embedded to an external server 9 (for example, a server that provides services such as SNS, auctions, and flea markets) via a network such as the Internet. .

次に、検証装置3による検証方法の一変形例を説明する。図11および図13に示すように、検証方法の一変形例において、検証対象とする画像データ33aに埋め込まれた2次元コードが復号化されて第1特定情報が抽出される工程(ステップS21)から第2トランザクションに格納された改変防止データが取得される工程(ステップS26またはステップS29)までは、上述した検証方法の一例(図5および図7参照)と同様であり、説明を省略する。 Next, a modified example of the verification method by the verification device 3 will be described. As shown in FIGS. 11 and 13, in a modification of the verification method, a step of decoding the two-dimensional code embedded in the image data 33a to be verified and extracting the first specific information (step S21). to the step of obtaining the alteration-protected data stored in the second transaction (step S26 or step S29) are the same as the example of the verification method described above (see FIGS. 5 and 7), and the description thereof will be omitted.

図11および図13に示すように、検証方法の一変形例では、第2トランザクションに格納された改変防止データが取得された後(ステップS26またはステップS29の後)、画像データ取得部32dが、第2トランザクションに格納された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから2次元コードが埋め込まれた画像データ23aを取得する(ステップS30)。第3トランザクションに格納された画像データ23aが秘密鍵23cにて符号化されている場合には、画像データ取得部32dは、符号化された画像データ23aを、記憶部33に記憶された公開鍵33bにて復号化して取得する。 As shown in FIGS. 11 and 13, in one modification of the verification method, after the alteration prevention data stored in the second transaction is obtained (after step S26 or step S29), the image data obtaining unit 32d A third transaction on the blockchain is identified based on the third identification information included in the alteration prevention data stored in the second transaction, and the image data 23a embedded with the two-dimensional code is obtained from the identified third transaction. (step S30). When the image data 23a stored in the third transaction is encoded with the private key 23c, the image data acquiring unit 32d converts the encoded image data 23a into the public key stored in the storage unit 33. 33b decrypts and acquires.

画像データ取得部32dにより取得された(第3トランザクションに格納されていた)画像データ23aは、インターネットなどのネットワークを介して閲覧者端末8へと送信される。 The image data 23a (stored in the third transaction) acquired by the image data acquisition unit 32d is transmitted to the viewer terminal 8 via a network such as the Internet.

その後、上述した登録方法の一例(図4および図6参照)と同様に、改変判定部32cは、検証対象とする画像データ33aのハッシュ値を、第2トランザクションに格納された改変防止データに含まれるハッシュ値と比較する(ステップS31)。 After that, as in the example of the registration method described above (see FIGS. 4 and 6), the alteration determination unit 32c includes the hash value of the image data 33a to be verified in the alteration prevention data stored in the second transaction. It is compared with the hash value obtained (step S31).

ハッシュ値が一致する場合には(ステップS32:YES)、改変判定部32cは、検証対象とする画像データ33aが改変されていないと判定する(ステップS33)。他方、ハッシュ値が一致しない場合には(ステップS32:NO)、改変判定部32cは、検証対象とする画像データ33aが改変されていると判定する(ステップS34)。 If the hash values match (step S32: YES), the modification determination unit 32c determines that the image data 33a to be verified has not been modified (step S33). On the other hand, if the hash values do not match (step S32: NO), the alteration determination unit 32c determines that the image data 33a to be verified has been altered (step S34).

ステップ33またはステップS34において検証対象とする画像データ33aの改変の有無が判定された後、当該判定結果は、インターネットなどのネットワークを介して閲覧者端末8へと送信され、閲覧者へと通知される。 After the presence or absence of modification of the image data 33a to be verified is determined in step 33 or step S34, the determination result is transmitted to the viewer terminal 8 via a network such as the Internet and notified to the viewer. be.

以上のような一変形例に係る態様によれば、登録時には、2次元コードが埋め込まれた画像データが格納された第3トランザクションがブロックチェーンに登録されるため、画像データを事後的に改変することは実質的に不可能となる。そして、検証時には、対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上に登録された第1トランザクションを特定し、当該第1トランザクションから取得される画像情報を閲覧して目視で確認するとともに、ブロックチェーン上に登録された第3トランザクションから取得される画像データを閲覧して目視で確認することにより、当該画像情報および画像データの内容に基づいて、画像データが改変されていないことを閲覧者がより高い確度で直接的に検証することが可能となる。 According to the aspect of the modified example as described above, at the time of registration, the third transaction in which the image data embedded with the two-dimensional code is stored is registered in the blockchain. becomes virtually impossible. Then, at the time of verification, the first transaction registered on the blockchain is specified based on the first specifying information extracted by decoding the two-dimensional code embedded in the target image data, and from the first transaction By browsing and visually confirming the acquired image information, and by browsing and visually confirming the image data acquired from the third transaction registered on the blockchain, the content of the image information and image data Based on this, it is possible for the viewer to directly verify that the image data has not been altered with a higher degree of certainty.

なお、上述した実施の形態および個々の変形例の記載ならびに図面の開示は、特許請求の範囲に記載された発明を説明するための一例に過ぎず、上述した実施の形態および個々の変形例の記載または図面の開示によって特許請求の範囲に記載された発明が限定されることはない。上述した実施の形態および個々の変形例の構成要素は、発明の主旨を逸脱しない範囲で任意に組み合わせることが可能である。 It should be noted that the description of the above-described embodiment and individual modifications and the disclosure of the drawings are only examples for explaining the invention described in the claims, and the above-described embodiment and individual modifications are merely examples. The disclosure of the description or drawings does not limit the claimed invention. The constituent elements of the above-described embodiments and individual modifications can be arbitrarily combined without departing from the gist of the invention.

また、上述した実施の形態に係る録画装置および判定装置はコンピュータシステムによって構成され得るが、コンピュータシステムに録画装置および判定装置を実現させるためのプログラム及び当該プログラムを非一時的(non-transitory)に記録したコンピュータ読取可能な記録媒体も、本件の保護対象である。 In addition, although the recording device and the determination device according to the above-described embodiments can be configured by a computer system, a program for realizing the recording device and the determination device in the computer system and the program are non-transitory Recorded computer-readable media are also subject to protection in this case.

1 情報処理システム
2 登録装置
21 通信部
22 制御部
22a 画像情報送信部
22b 第1特定情報格納部
22c 改変防止データ送信部
22d 第2特定情報格納部
22e 画像データ送信部
23 記憶部
23a 画像データ
23b 画像情報
23c 秘密鍵
3 検証装置
31 通信部
32 制御部
32a 画像情報取得部
32b 改変防止データ取得部
32c 改変判定部
32d 画像データ取得部
33 記憶部
33a 検証対象の画像データ
33b 公開鍵
4~6 ノード
7 登録者端末
8 閲覧者端末
9 外部サーバ
1 information processing system 2 registration device 21 communication unit 22 control unit 22a image information transmission unit 22b first specific information storage unit 22c alteration prevention data transmission unit 22d second specific information storage unit 22e image data transmission unit 23 storage unit 23a image data 23b Image information 23c Private key 3 Verification device 31 Communication unit 32 Control unit 32a Image information acquisition unit 32b Alteration prevention data acquisition unit 32c Alteration determination unit 32d Image data acquisition unit 33 Storage unit 33a Verification target image data 33b Public keys 4-6 Nodes 7 Registrant terminal 8 Viewer terminal 9 External server

Claims (33)

画像データを登録する登録装置と、
前記画像データの改変の有無を検証する検証装置と、
を備え、
前記登録装置は、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
を有し、
前記検証装置は、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を有する、
ことを特徴とする情報処理システム。
a registration device for registering image data;
a verification device that verifies whether or not the image data has been altered;
with
The registration device
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmitting unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data in which the two-dimensional code is embedded and the first specific information to a blockchain network;
has
The verification device is
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified an alteration-prevented data acquisition unit that determines that data has been altered, and acquires alteration-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
having
An information processing system characterized by:
画像データを登録する登録装置と、
前記画像データの改変の有無を検証する検証装置と、
を備え、
前記登録装置は、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納部と、
を有し、
前記検証装置は、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データのファイルのプロパティまたはファイル名から抽出される前記第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を有する、
ことを特徴とする情報処理システム。
a registration device for registering image data;
a verification device that verifies whether or not the image data has been altered;
with
The registration device
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data embedded with the two-dimensional code to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage unit;
has
The verification device is
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
Modification to identify the second transaction on the blockchain based on the second identification information extracted from the property or file name of the file of the image data to be verified, and to acquire the alteration prevention data from the identified second transaction a prevention data acquisition unit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
having
An information processing system characterized by:
前記登録装置は、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信部
をさらに有し、
前記改変防止データ送信部は、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信し、
前記検証装置は、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得部
をさらに有する
ことを特徴とする請求項1または2に記載の情報処理システム。
The registration device
further comprising an image data transmission unit that transmits a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
The alteration-prevented data transmission unit transmits to the blockchain network a second transaction in which alteration-prevented data is stored, further including third identification information for identifying the third transaction registered in the blockchain;
The verification device is
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction 3. The information processing system according to claim 1, further comprising a unit.
前記登録装置は、秘密鍵を有し、前記検証装置は、前記秘密鍵に対応する公開鍵を有し、
前記画像情報送信部は、前記秘密鍵で符号化された前記画像情報を格納した第1トランザクションをブロックチェーンのネットワークに送信し、
前記画像情報取得部は、ブロックチェーン上の第1トランザクションに格納された前記画像情報を、前記公開鍵で復号化して取得する、
ことを特徴とする請求項1~3のいずれかに記載の情報処理システム。
The registration device has a private key, the verification device has a public key corresponding to the private key,
The image information transmission unit transmits a first transaction storing the image information encoded with the private key to a blockchain network,
The image information acquisition unit decrypts and acquires the image information stored in the first transaction on the blockchain with the public key.
4. The information processing system according to any one of claims 1 to 3, characterized by:
前記登録装置は、秘密鍵を有し、前記検証装置は、前記秘密鍵に対応する公開鍵を有し、
前記改変防止データ送信部は、前記秘密鍵で符号化された前記改変防止データを格納した第2トランザクションをブロックチェーンのネットワークに送信し、
前記改変防止データ取得部は、ブロックチェーン上の第2トランザクションに格納された前記改変防止データを、前記公開鍵で復号化して取得する、
ことを特徴とする請求項1~3のいずれかに記載の情報処理システム。
The registration device has a private key, the verification device has a public key corresponding to the private key,
The alteration-prevented data transmission unit transmits a second transaction storing the alteration-prevented data encoded with the private key to a blockchain network,
The alteration-prevented data acquisition unit decrypts and acquires the alteration-prevented data stored in the second transaction on the blockchain with the public key,
4. The information processing system according to any one of claims 1 to 3, characterized by:
前記登録装置は、秘密鍵を有し、前記検証装置は、前記秘密鍵に対応する公開鍵を有し、
前記第2特定情報格納部は、前記第2特定情報を前記秘密鍵で符号化して前記ファイルのプロパティまたはファイル名に格納し、
前記改変防止データ取得部は、前記ファイルのプロパティまたはファイル名に格納された前記第2特定情報を、前記公開鍵で復号化して抽出する、
ことを特徴とする請求項2または請求項2を引用する請求項3に記載の情報処理システム。
The registration device has a private key, the verification device has a public key corresponding to the private key,
The second specific information storage unit encodes the second specific information with the secret key and stores it in the property or file name of the file;
The alteration prevention data acquisition unit decrypts and extracts the second specific information stored in the property or file name of the file with the public key.
The information processing system according to claim 2 or claim 3 quoting claim 2, characterized in that:
前記検証装置は、秘密鍵を有し、前記登録装置は、前記秘密鍵に対応する公開鍵を有し、
前記画像情報送信部は、前記公開鍵で符号化された前記画像情報を格納した第1トランザクションをブロックチェーンのネットワークに送信し、
前記画像情報取得部は、ブロックチェーン上の第1トランザクションに格納された前記画像情報を、前記秘密鍵で復号化して取得する、
ことを特徴とする請求項1~3のいずれかに記載の情報処理システム。
The verification device has a private key, the registration device has a public key corresponding to the private key,
The image information transmission unit transmits a first transaction storing the image information encoded with the public key to a blockchain network;
The image information acquisition unit decrypts and acquires the image information stored in the first transaction on the blockchain with the private key.
4. The information processing system according to any one of claims 1 to 3, characterized by:
前記検証装置は、秘密鍵を有し、前記登録装置は、前記秘密鍵に対応する公開鍵を有し、
前記改変防止データ送信部は、前記公開鍵で符号化された前記改変防止データを格納した第2トランザクションをブロックチェーンのネットワークに送信し、
前記改変防止データ取得部は、ブロックチェーン上の第2トランザクションに格納された前記改変防止データを、前記秘密鍵で復号化して取得する、
ことを特徴とする請求項1~3のいずれかに記載の情報処理システム。
The verification device has a private key, the registration device has a public key corresponding to the private key,
The tamper-resistant data transmission unit transmits a second transaction containing the tamper-resistant data encoded with the public key to a blockchain network,
The alteration-prevented data acquisition unit decrypts and acquires the alteration-prevented data stored in the second transaction on the blockchain with the private key,
4. The information processing system according to any one of claims 1 to 3, characterized by:
前記検証装置は、秘密鍵を有し、前記登録装置は、前記秘密鍵に対応する公開鍵を有し、
前記第2特定情報格納部は、前記第2特定情報を前記公開鍵で符号化して前記ファイルのプロパティまたはファイル名に格納し、
前記改変防止データ取得部は、前記ファイルのプロパティまたはファイル名に格納された前記第2特定情報を、前記秘密鍵で復号化して抽出する、
ことを特徴とする請求項2または請求項2を引用する請求項3に記載の情報処理システム。
The verification device has a private key, the registration device has a public key corresponding to the private key,
The second specific information storage unit encodes the second specific information with the public key and stores the second specific information in the property or file name of the file;
The alteration-prevented data acquisition unit decrypts and extracts the second specific information stored in the property or file name of the file with the private key,
The information processing system according to claim 2 or claim 3 quoting claim 2, characterized in that:
画像データを登録する登録装置であって、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
を備えたことを特徴とする登録装置。
A registration device for registering image data,
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmitting unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data in which the two-dimensional code is embedded and the first specific information to a blockchain network;
A registration device comprising:
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信部と、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納部と、
前記2次元コードが埋め込まれた画像データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信部と、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納部と、
を備えたことを特徴とする登録装置。
an image information transmission unit that transmits a first transaction in which image information is stored to a blockchain network;
a first specific information storage unit that embeds and stores in the image data a two-dimensional code in which first specific information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission unit configured to transmit a second transaction storing tampering prevention data including a hash value of the image data embedded with the two-dimensional code to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage unit;
A registration device comprising:
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信部
をさらに備え、
前記改変防止データ送信部は、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する、
ことを特徴とする請求項10または11に記載の登録装置。
further comprising an image data transmission unit that transmits a third transaction storing image data embedded with the two-dimensional code to a blockchain network;
The alteration-prevented data transmission unit transmits to the blockchain network a second transaction in which alteration-prevented data is stored, further including third identification information for identifying the third transaction registered in the blockchain.
12. The registration device according to claim 10 or 11, characterized by:
画像データの改変の有無を検証する検証装置であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を備えたことを特徴とする検証装置。
A verification device for verifying whether or not image data has been altered,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified an alteration-prevented data acquisition unit that determines that data has been altered, and acquires alteration-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
A verification device comprising:
画像データの改変の有無を検証する検証装置であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得部と、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得部と、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定部と、
を備えたことを特徴とする検証装置。
A verification device for verifying whether or not image data has been altered,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition unit;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tampering prevention data acquisition unit that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. Department and
A verification device comprising:
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得部
をさらに備えたことを特徴とする請求項13または14に記載の検証装置。
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction 15. A verification device according to claim 13 or 14, further comprising a unit.
コンピュータが実行する情報処理方法であって、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
を含むことを特徴とする情報処理方法。
A computer-executed information processing method comprising:
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code and the first specific information is stored to a blockchain network;
An information processing method comprising:
コンピュータが実行する情報処理方法であって、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納ステップと、
を含むことを特徴とする情報処理方法。
A computer-executed information processing method comprising:
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code is stored to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage step;
An information processing method comprising:
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信ステップ
をさらに含み、
前記改変防止データ送信ステップでは、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する、
ことを特徴とする請求項16または17に記載の情報処理方法。
further comprising an image data transmission step of transmitting a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
In the alteration-prevented data transmission step, a second transaction storing alteration-prevented data further including third identification information for identifying the third transaction registered in the blockchain is transmitted to the blockchain network.
18. The information processing method according to claim 16 or 17, characterized by:
コンピュータが実行する情報処理方法であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を含むことを特徴とする情報処理方法。
A computer-executed information processing method comprising:
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified a tamper-prevented data acquisition step of determining that data has been tampered with, and acquiring tamper-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
An information processing method comprising:
コンピュータが実行する情報処理方法であって、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を含むことを特徴とする情報処理方法。
A computer-executed information processing method comprising:
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tamper-resistant data acquisition step that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
An information processing method comprising:
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得ステップ
をさらに含むことを特徴とする請求項19または20に記載の情報処理方法。
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction 21. The information processing method according to claim 19 or 20, further comprising steps.
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
を実行させることを特徴とする情報処理プログラム。
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code and the first specific information is stored to a blockchain network;
An information processing program characterized by executing
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納ステップと、
を実行させることを特徴とする情報処理プログラム。
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code is stored to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage step;
An information processing program characterized by executing
前記コンピュータに、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信ステップ
をさらに実行させ、
前記改変防止データ送信ステップでは、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信させる、
ことを特徴とする請求項22または23に記載の情報処理プログラム。
to the computer;
further executing an image data transmission step of transmitting a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
In the alteration-prevented data transmission step, a second transaction storing alteration-prevented data further including third identification information for identifying the third transaction registered in the blockchain is transmitted to the blockchain network;
24. The information processing program according to claim 22 or 23, characterized by:
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させることを特徴とする情報処理プログラム。
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified a tamper-prevented data acquisition step of determining that data has been tampered with, and acquiring tamper-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
An information processing program characterized by executing
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させることを特徴とする情報処理プログラム。
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tamper-resistant data acquisition step that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
An information processing program characterized by executing
前記コンピュータに、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得ステップ
をさらに実行させることを特徴とする請求項25または26に記載の情報処理プログラム。
to the computer;
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction 27. The information processing program according to claim 25 or 26, further causing steps to be executed.
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値と前記第1特定情報とを含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
を実行させることを特徴とする情報処理プログラムを記録したコンピュータ読取可能な記録媒体。
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code and the first specific information is stored to a blockchain network;
A computer-readable recording medium recording an information processing program characterized by executing
コンピュータに、
画像情報が格納された第1トランザクションをブロックチェーンのネットワークに送信する画像情報送信ステップと、
ブロックチェーンに登録された前記第1トランザクションを特定するための第1特定情報が符号化された2次元コードを、前記画像データに埋め込んで格納する第1特定情報格納ステップと、
前記2次元コードが埋め込まれた録画データのハッシュ値を含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信する改変防止データ送信ステップと、
ブロックチェーンに登録された前記第2トランザクションを特定するための第2特定情報を、前記2次元コードが埋め込まれた画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名に格納する第2特定情報格納ステップと、
を実行させることを特徴とする情報処理プログラムを記録したコンピュータ読取可能な記録媒体。
to the computer,
an image information transmission step of transmitting a first transaction in which image information is stored to a blockchain network;
a first specification information storing step of embedding and storing in the image data a two-dimensional code in which first specification information for specifying the first transaction registered in the blockchain is encoded;
a tampering prevention data transmission step of transmitting a second transaction in which tampering prevention data including a hash value of recorded data embedded with the two-dimensional code is stored to a blockchain network;
The second specification information for specifying the second transaction registered in the blockchain is stored in the property or file name of the file that does not affect the hash value of the image data in which the two-dimensional code is embedded. a storage step;
A computer-readable recording medium recording an information processing program characterized by executing
前記コンピュータに、
前記2次元コードが埋め込まれた画像データが格納された第3トランザクションをブロックチェーンのネットワークに送信する画像データ送信ステップ
をさらに実行させ、
前記改変防止データ送信ステップでは、ブロックチェーンに登録にされた前記第3トランザクションを特定するための第3特定情報をさらに含む改変防止データが格納された第2トランザクションをブロックチェーンのネットワークに送信させる、
ことを特徴とする情報処理プログラムを記録した請求項28または29に記載のコンピュータ読取可能な記録媒体。
to the computer;
further executing an image data transmission step of transmitting a third transaction in which the image data embedded with the two-dimensional code is stored to a blockchain network;
In the alteration-prevented data transmission step, a second transaction storing alteration-prevented data further including third identification information for identifying the third transaction registered in the blockchain is transmitted to the blockchain network;
30. The computer-readable recording medium according to claim 28 or 29, which records an information processing program characterized by:
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報を検索キーとしてブロックチェーン上の第2トランザクションを検索し、ヒットしない場合には、検証対象とする画像データが改変されていると判定し、ヒットした場合には、ヒットした第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させることを特徴とする情報処理プログラムを記録したコンピュータ読取可能な記録媒体。
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
The second transaction on the blockchain is searched using the first specific information extracted by decoding the two-dimensional code embedded in the image data to be verified as a search key, and if there is no hit, the image to be verified a tamper-prevented data acquisition step of determining that data has been tampered with, and acquiring tamper-prevented data from the hit second transaction if there is a hit;
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
A computer-readable recording medium recording an information processing program characterized by executing
コンピュータに、
検証対象とする画像データに埋め込まれた2次元コードを復号化して抽出される第1特定情報に基づいてブロックチェーン上の第1トランザクションを特定し、特定された第1トランザクションから画像情報を取得する画像情報取得ステップと、
検証対象とする画像データのハッシュ値に影響しないファイルのプロパティまたはファイル名から抽出される第2特定情報に基づいてブロックチェーン上の第2トランザクションを特定し、特定された第2トランザクションから改変防止データを取得する改変防止データ取得ステップと、
検証対象とする画像データのハッシュ値を、ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれるハッシュ値と比較して、検証対象とする画像データの改変の有無を判定する改変判定ステップと、
を実行させることを特徴とする情報処理プログラムを記録したコンピュータ読取可能な記録媒体。
to the computer,
The first transaction on the blockchain is identified based on the first identification information extracted by decoding the two-dimensional code embedded in the image data to be verified, and the image information is obtained from the identified first transaction. an image information acquisition step;
Identify the second transaction on the blockchain based on the second identification information extracted from the file property or file name that does not affect the hash value of the image data to be verified, and extract the tamper-proof data from the identified second transaction a tamper-resistant data acquisition step that acquires
The hash value of the image data to be verified is compared with the hash value included in the alteration prevention data obtained from the second transaction on the blockchain to determine whether or not the image data to be verified has been altered. a step;
A computer-readable recording medium recording an information processing program characterized by executing
前記コンピュータに、
ブロックチェーン上の第2トランザクションから取得された改変防止データに含まれる第3特定情報に基づいてブロックチェーン上の第3トランザクションを特定し、特定された第3トランザクションから画像データを取得する画像データ取得ステップ
をさらに実行させることを特徴とする情報処理プログラムを記録した請求項31または32に記載のコンピュータ読取可能な記録媒体。
to the computer;
Image data acquisition for identifying a third transaction on the blockchain based on the third identification information included in the tamper-proof data obtained from the second transaction on the blockchain, and obtaining image data from the identified third transaction 33. The computer-readable recording medium according to claim 31 or 32, recording an information processing program characterized by further executing steps.
JP2019085601A 2019-04-26 2019-04-26 Information processing system Active JP7260093B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019085601A JP7260093B2 (en) 2019-04-26 2019-04-26 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019085601A JP7260093B2 (en) 2019-04-26 2019-04-26 Information processing system

Publications (2)

Publication Number Publication Date
JP2020182167A JP2020182167A (en) 2020-11-05
JP7260093B2 true JP7260093B2 (en) 2023-04-18

Family

ID=73024444

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019085601A Active JP7260093B2 (en) 2019-04-26 2019-04-26 Information processing system

Country Status (1)

Country Link
JP (1) JP7260093B2 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009165088A (en) 2008-01-10 2009-07-23 Murata Mach Ltd Image processor
JP2017098806A (en) 2015-11-26 2017-06-01 株式会社bitFlyer Existence proof program and existence proof server for electronic data
JP2017157926A (en) 2016-02-29 2017-09-07 富士ゼロックス株式会社 Information processing unit and program
CN107426170A (en) 2017-05-24 2017-12-01 阿里巴巴集团控股有限公司 A kind of data processing method and equipment based on block chain
JP2018036893A (en) 2016-08-31 2018-03-08 ヤフー株式会社 Generation program, generation device, and generation method
JP2018133080A (en) 2017-12-08 2018-08-23 株式会社Kompath Block chain data management system, program, and data structure
US20190081774A1 (en) 2017-09-08 2019-03-14 FTR Labs Pty Ltd Method and system for verifying a recording

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009165088A (en) 2008-01-10 2009-07-23 Murata Mach Ltd Image processor
JP2017098806A (en) 2015-11-26 2017-06-01 株式会社bitFlyer Existence proof program and existence proof server for electronic data
JP2017157926A (en) 2016-02-29 2017-09-07 富士ゼロックス株式会社 Information processing unit and program
JP2018036893A (en) 2016-08-31 2018-03-08 ヤフー株式会社 Generation program, generation device, and generation method
CN107426170A (en) 2017-05-24 2017-12-01 阿里巴巴集团控股有限公司 A kind of data processing method and equipment based on block chain
US20190081774A1 (en) 2017-09-08 2019-03-14 FTR Labs Pty Ltd Method and system for verifying a recording
JP2018133080A (en) 2017-12-08 2018-08-23 株式会社Kompath Block chain data management system, program, and data structure

Also Published As

Publication number Publication date
JP2020182167A (en) 2020-11-05

Similar Documents

Publication Publication Date Title
US11868509B2 (en) Method and arrangement for detecting digital content tampering
US10885159B2 (en) Content anti-piracy management system and method
CN108985081B (en) Watermark encryption method, device, medium and electronic equipment
CN110351239B (en) Block chain-based electronic contract storage method and device and electronic equipment
KR101583206B1 (en) A system and method to protect user privacy in multimedia uploaded to internet sites
KR102094497B1 (en) System and method for providing storage service based on block chain
CN108712263B (en) Information verification method, device, system and computer readable storage medium
KR102213120B1 (en) System and method for providing smart contract of content sharing for integrity verification based on blockchain
KR20200018159A (en) Method of prevention of forgery and theft of photo
US20210383029A1 (en) Information processing program, information processing device, and information processing method
JP2020080004A (en) Information processing system
US20200278948A1 (en) Method, apparatus and system for managing electronic fingerprint of electronic file
JP2007043321A (en) Authenticity verification method and system of electronic document
KR102256922B1 (en) Method and System for authenticating documents using inquiry history notice
KR101628720B1 (en) Copied image evidence management system for verifying authenticity and integrity
JP7260093B2 (en) Information processing system
CN110955909B (en) Personal data protection method and block link point
US11244415B2 (en) Personal IP protection system and method
KR20200063609A (en) System and method for preventing forgery and alteration of documents
JP2011022641A (en) Privacy protection system and privacy protection method
KR101727582B1 (en) Evidence system and method to determine whether digital file is forged or falsified by using smart phone
US9633228B1 (en) Verifiable media system and method
JP2020201660A (en) Information processing system
Kim Protecting metadata of access indicator and region of interests for image files
KR101602735B1 (en) System and method for authentication of multimedia contents

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20200710

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220420

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230116

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

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20230222

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230327

R150 Certificate of patent or registration of utility model

Ref document number: 7260093

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150