JP7133589B2 - NFT Access Restriction System and NFT Access Restriction Program - Google Patents

NFT Access Restriction System and NFT Access Restriction Program Download PDF

Info

Publication number
JP7133589B2
JP7133589B2 JP2020133318A JP2020133318A JP7133589B2 JP 7133589 B2 JP7133589 B2 JP 7133589B2 JP 2020133318 A JP2020133318 A JP 2020133318A JP 2020133318 A JP2020133318 A JP 2020133318A JP 7133589 B2 JP7133589 B2 JP 7133589B2
Authority
JP
Japan
Prior art keywords
nft
data
access
access restriction
recorded
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
JP2020133318A
Other languages
Japanese (ja)
Other versions
JP2021166028A (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.)
Sbinft
Original Assignee
Sbinft
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 Sbinft filed Critical Sbinft
Priority to JP2020133318A priority Critical patent/JP7133589B2/en
Publication of JP2021166028A publication Critical patent/JP2021166028A/en
Application granted granted Critical
Publication of JP7133589B2 publication Critical patent/JP7133589B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限システムおよびNFTアクセス制限プログラムに関する。 The present invention relates to an NFT access restriction system and an NFT access restriction program that set access restrictions on NFTs (Non-Fungible Tokens) recorded in a blockchain.

ブロックチェーンとは、分散型ネットワークを構成する複数のコンピュータに暗号技術適用して、データを同期して記録する技術である。一定の期間内に生成されたデータを、ブロックごとにまとめ、コンピュータ間で相互に検証して正しい記録をチェーン(鎖)のように連結させて蓄積する。このようなブロックチェーンにおいては、一部のコンピュータでデータが改竄されたとしても、他のコンピュータとの間で、多数決によって正しいデータが選択されるため、データの改竄や不正な取引を防止することができる。 Blockchain is a technology that applies cryptographic technology to multiple computers that make up a distributed network to synchronize and record data. Data generated within a certain period of time is grouped into blocks, mutually verified between computers, and correct records are connected like a chain and stored. In such a blockchain, even if data is tampered with by some computers, the correct data is selected by majority vote between other computers, preventing data tampering and illegal transactions. can be done.

次に、NFTとは、「Non-Fangible-Token」の頭文字であり、Ethereum(登録商標)の規格であるERC721に基づいて発行される唯一無二の価値を持ったトークンのことである。すなわち、代替不可能な固有のデータを持つことができるトークンであり、ブロックチェーン上に保存される。 Next, NFT is an acronym for "Non-Fangible-Token", and is a token with unique value issued based on ERC721, the Ethereum (registered trademark) standard. In other words, it is a token that can hold unique data that cannot be replaced and is stored on the blockchain.

特許文献1には、ブロックチェーンに登録したデータへのアクセスを制限する技術が開示されている。この技術において、パブリックブロックチェーンに登録された情報へのアクセスを制限するアクセス制限システムは、複数のユーザグループそれぞれに設けられたプライベートブロックチェーンと、データを暗号化して、パブリックブロックチェーンに登録するデータ登録部と、暗号化に利用した鍵を、データの閲覧を許可するユーザグループに設けられたプライベートブロックチェーンに登録する鍵登録部と、を備え、ブロックチェーンに登録したデータへのアクセスを制限する。 Patent Literature 1 discloses a technique for restricting access to data registered in a blockchain. In this technology, an access restriction system that restricts access to information registered in public blockchains consists of private blockchains set up for each of multiple user groups, encrypted data, and registered data in public blockchains. A registration part and a key registration part for registering a key used for encryption in a private blockchain provided for a user group permitted to browse data are provided, and access to the data registered in the blockchain is restricted. .

また、特許文献2には、UTXO(unspent transaction output)基盤プロトコルを使用して、ブロックチェーン基盤で文書を管理するための技術が開示されている。この技術では、スマートコントラクト(smart contract)を利用することによって、文書の発給、閲覧、破棄などのために必要な権限(permission)が厳格に管理され、権限のない者が任意で文書の内容を作成、その内容を閲覧するか破棄する行為を行なうことができなくなる。 In addition, Patent Document 2 discloses a technique for managing documents on a blockchain basis using a UTXO (unspent transaction output)-based protocol. In this technology, by using a smart contract, the permissions required for issuing, viewing, and destroying documents are strictly controlled, and unauthorized persons can arbitrarily change the content of the documents. You will not be able to create, view, or destroy its contents.

特開2019-174995号公報JP 2019-174995 A 特表2020-517200号公報Japanese Patent Publication No. 2020-517200

上述したように、NFTは、代替不可能な固有のデータを持つことができるトークンであることから、これにアクセス制限を加える必要が生じる場合がある。しかし、従来は、NFTにアクセス制限を加えるための具体的な手法については、十分に議論されていなかった。 As described above, since NFTs are tokens that can have unique data that cannot be replaced, it may be necessary to impose access restrictions on them. However, conventionally, a specific method for adding access restrictions to NFTs has not been sufficiently discussed.

本発明は、このような事情に鑑みてなされたものであり、ブロックチェーン上に保存され、固有の価値として発行されるトークンであるNFTについて、アクセス制限を加えることによって、NFTに対してセキュアな制御を行なうことができるNFTアクセス制限システムおよびNFTアクセス制限プログラムを提供することを目的とする。 The present invention has been made in view of such circumstances, and by adding access restrictions to NFT, which is a token stored on the blockchain and issued as a unique value, secures the NFT. It is an object of the present invention to provide an NFT access restriction system and an NFT access restriction program capable of performing control.

(1)上記の目的を達成するために、本発明は、以下のような手段を講じた。すなわち、本発明のNFTアクセス制限システムは、ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限システムであって、アクセス制限を解除するための秘密鍵を用いて、NFTに記録されているデータにアクセス制限を設定し、前記アクセス制限が設定された制限付きNFT記録データをブロックチェーンに書き込むデータサーバと、前記アクセス制限を解除するための秘密鍵を保持するアプリケーションサーバと、を備えることを特徴とする。 (1) In order to achieve the above objects, the present invention takes the following means. That is, the NFT access restriction system of the present invention is an NFT access restriction system that sets access restrictions on NFT (Non-Fungible Token) recorded in the blockchain, and uses a secret key to release the access restrictions. , a data server that sets access restrictions on the data recorded in the NFT and writes the restricted NFT recorded data with the access restrictions set to the blockchain, and an application that holds a secret key for releasing the access restrictions and a server.

(2)また、本発明のNFTアクセス制限システムは、ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限システムであって、前記ブロックチェーンからアクセス制限が設定された制限付きNFT記録データを取得したクライアント装置によるリクエストに基づいて、アクセス制限を解除するための秘密鍵と前記リクエストとを対応付けるアプリケーションサーバと、前記秘密鍵および前記リクエストに基づいて認証を実行し、認証が得られた場合は、前記クライアント装置へNFTの実データの閲覧を可能とするデータサーバと、を備えることを特徴とする。 (2) In addition, the NFT access restriction system of the present invention is an NFT access restriction system that sets access restrictions on NFTs (Non-Fungible Tokens) recorded in a blockchain, and access restrictions are set from the blockchain. Based on a request by a client device that has acquired restricted NFT recorded data, an application server that associates a secret key for releasing access restrictions with the request, and performs authentication based on the secret key and the request, and a data server that enables the actual data of the NFT to be viewed by the client device when authentication is obtained.

(3)また、本発明のNFTアクセス制限システムにおいて、前記データサーバは、前記秘密鍵を動的に生成する秘密鍵生成部と、NFTの実データを記録するデータ記録部と、を備え、前記アプリケーションサーバは、前記動的に生成された秘密鍵を保持する秘密鍵保持部を備えることを特徴とする。 (3) In addition, in the NFT access restriction system of the present invention, the data server includes a secret key generation unit that dynamically generates the secret key and a data recording unit that records actual data of the NFT, The application server is characterized by comprising a private key holding unit that holds the dynamically generated private key.

(4)また、本発明のNFTアクセス制限プログラムは、ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限プログラムであって、アクセス制限を解除するための秘密鍵を用いて、NFTに記録されているデータにアクセス制限を設定する処理と、前記アクセス制限が設定された制限付きNFT記録データをブロックチェーンに書き込む処理と、前記アクセス制限を解除するための秘密鍵を保持する処理と、の一連処理をコンピュータに実行させることを特徴とする。 (4) In addition, the NFT access restriction program of the present invention is an NFT access restriction program that sets access restrictions on NFTs (Non-Fungible Tokens) recorded in the blockchain, and a secret key for releasing access restrictions , a process of setting access restrictions on the data recorded in the NFT, a process of writing the restricted NFT recorded data with the access restrictions set to the blockchain, and a secret key for releasing the access restrictions and a series of processing to be executed by a computer.

(5)また、本発明のNFTアクセス制限プログラムは、ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限プログラムであって、前記ブロックチェーンからアクセス制限が設定された制限付きNFT記録データを取得したクライアント装置によるリクエストを取得する処理と、前記リクエストに基づいて、アクセス制限を解除するための秘密鍵と前記リクエストとを対応付ける処理と、前記秘密鍵および前記リクエストに基づいて認証を実行する処理と、前記認証が得られた場合は、前記クライアント装置へNFTの実データの閲覧を可能とする処理と、の一連処理をコンピュータに実行させることを特徴とする。 (5) In addition, the NFT access restriction program of the present invention is an NFT access restriction program that sets access restrictions on NFTs (Non-Fungible Tokens) recorded in a blockchain, and access restrictions are set from the blockchain. A process of acquiring a request by a client device that has acquired restricted NFT recorded data, a process of associating a secret key for releasing access restrictions with the request based on the request, and the secret key and the request A computer executes a series of processes of performing authentication based on the authentication and, if the authentication is obtained, enabling the client device to view the actual data of the NFT.

(6)また、本発明のNFTアクセス制限プログラムは、前記秘密鍵を動的に生成する処理と、NFTの実データを記録する処理と、前記動的に生成された秘密鍵を保持する処理と、をさらに含むことを特徴とする。 (6) In addition, the NFT access restriction program of the present invention includes a process of dynamically generating the secret key, a process of recording the actual data of the NFT, and a process of holding the dynamically generated secret key. , further comprising:

本発明によれば、NFTに対してセキュアな制御を行なうことが可能となる。 ADVANTAGE OF THE INVENTION According to this invention, it becomes possible to perform secure control with respect to NFT.

本発明の実施形態に係るNFTアクセス制限システムの概略構成を示す図である。1 is a diagram showing a schematic configuration of an NFT access restriction system according to an embodiment of the invention; FIG. データサーバがNFTを発行する様子を示す図である。It is a figure which shows a mode that a data server issues NFT. データサーバがNFTを発行する動作を示すシーケンスチャートである。4 is a sequence chart showing an operation of issuing an NFT by a data server; クライアントAがNFTを取得する様子を示す図である。FIG. 10 is a diagram showing how client A acquires an NFT; クライアントBがデータサーバからNFTの実データを取得する様子を示す図である。FIG. 10 is a diagram showing how a client B acquires actual NFT data from a data server; クライアントBがデータサーバからNFTの実データを取得する動作を示すシーケンスチャートである。4 is a sequence chart showing an operation of client B acquiring actual data of NFT from a data server;

本発明者らは、ブロックチェーン上に保存されるNFTに着目し、「NFT JSON」などのように、NFTに記録されるデータを暗号化することによって、NFTの全部または一部にアクセス制限を加えることができることを見出し、本発明に至った。 The present inventors focus on NFTs stored on the blockchain, and by encrypting the data recorded in the NFTs, such as "NFT JSON", restrict access to all or part of the NFTs. It was found that it can be added, leading to the present invention.

すなわち、本発明のNFTアクセス制限システムは、ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限システムであって、アクセス制限を解除するための秘密鍵を用いて、NFTに記録されているデータにアクセス制限を設定し、前記アクセス制限が設定された制限付きNFT記録データをブロックチェーンに書き込むデータサーバと、前記アクセス制限を解除するための秘密鍵を保持するアプリケーションサーバと、を備えることを特徴とする。また、前記ブロックチェーンからアクセス制限が設定された制限付きNFT記録データを取得したクライアント装置によるリクエストに基づいて、アクセス制限を解除するための秘密鍵と前記リクエストとを対応付けるアプリケーションサーバと、前記秘密鍵および前記リクエストに基づいて認証を実行し、認証が得られた場合は、前記クライアント装置へNFTの実データの閲覧を可能とするデータサーバと、を備えることを特徴とする。 That is, the NFT access restriction system of the present invention is an NFT access restriction system that sets access restrictions on NFT (Non-Fungible Token) recorded in the blockchain, and uses a secret key to release the access restrictions. , a data server that sets access restrictions on the data recorded in the NFT and writes the restricted NFT recorded data with the access restrictions set to the blockchain, and an application that holds a secret key for releasing the access restrictions and a server. Also, an application server that associates a secret key for releasing access restrictions with the request based on a request by a client device that has acquired restricted NFT recorded data with access restrictions set from the blockchain, and the secret key and a data server that executes authentication based on the request, and enables the client device to view the actual data of the NFT when the authentication is obtained.

これにより、本発明者らは、NFTに対してセキュアな制御を行なうことを可能とした。以下、本発明の実施形態について、図面を参照しながら具体的に説明する。 This made it possible for the inventors to securely control the NFT. Hereinafter, embodiments of the present invention will be specifically described with reference to the drawings.

図1は、本発明の実施形態に係るNFTアクセス制限システムの概略構成を示す図である。ブロックチェーン100は、分散型ネットワークを構成する複数のコンピュータで構成され、暗号技術を適用し、データを同期して記録する。NFT102は、「Non-Fangible-Token」であり、Ethereum(登録商標)の規格であるERC721に基づいて発行される唯一無二の価値を持ったトークンである。図1に示すように、NFT102は、ブロックチェーン上に保存される。 FIG. 1 is a diagram showing a schematic configuration of an NFT access restriction system according to an embodiment of the invention. Blockchain 100 is composed of a plurality of computers that form a distributed network, applies encryption technology, and records data in synchronization. NFT102 is a “Non-Fangible-Token” and is a token with unique value issued based on ERC721, which is the standard of Ethereum (registered trademark). As shown in FIG. 1, the NFT 102 is stored on the blockchain.

インターネット200には、アプリケーションサーバ202およびデータサーバ206が接続されている。アプリケーションサーバ202は、NFTに記録するデータ(NFT記録データ)に対してアクセス制限を設定し、または解除するための秘密鍵を保持する秘密鍵保持部204を備えている。この秘密鍵は、オープンソースである。暗号化を解除する機能を有する「アプリケーション」の形式を採り、この「アプリケーション」を保有するクライアント装置(PC、スマートフォン、タブレット等の通信機能を有する電子機器)のみにNFTの実データを閲覧可能とすることができる。また、アプリケーションサーバ202は、アクセス権を有していて、秘密鍵を取得可能なクライアント装置に対して、データサーバ206からNFTの実データを取得するためのツールとなるアプリケーションを、前記クライアント装置へ提供しても良い。なお、「実データ」とは、例えば、著作権で保護されている特定の人の画像、映像または文書などの情報である。 An application server 202 and a data server 206 are connected to the Internet 200 . The application server 202 includes a secret key holding unit 204 that holds a secret key for setting or canceling access restrictions on data recorded in the NFT (NFT recorded data). This private key is open source. It takes the form of an "application" that has the function of decrypting, and the actual data of NFT can be viewed only on client devices (electronic devices with communication functions such as PCs, smartphones, tablets, etc.) that possess this "application". can do. In addition, the application server 202 has an access right and sends an application that is a tool for acquiring the actual data of the NFT from the data server 206 to the client device that can acquire the private key. you can provide. Note that "actual data" is, for example, information such as a specific person's image, video, or document protected by copyright.

また、「ログイン情報」の形式を採り、この「ログイン情報」に基づいてアクセスしたクライアント装置のみにNFTの実データを閲覧可能とすることができる。さらに、「時刻設定」の形式で、特定の時刻または時間帯にアクセスしたクライアント装置のみにNFTの実データを閲覧可能としたり、「他のアプリケーションのアカウントの形式」で、アクセスしたクライアント装置のみにNFTの実データを閲覧可能としたりすることができる。 In addition, it is possible to take the form of "login information" and make it possible to view the actual data of the NFT only by a client device that has accessed based on this "login information". Furthermore, in the form of "time setting", only the client device that accessed at a specific time or time period can view the actual NFT data, and in the "account format of other applications", only the client device that accessed It is possible to make it possible to view the actual data of the NFT.

データサーバ206は、NFTの実データを記録するデータ記録部208および動的に秘密鍵を生成する秘密鍵生成部210を備えている。データサーバ206は、クライアント装置からNFTデータを登録する旨のリクエストを受けると、データ記録部208にNFTの実データを記録すると共に、秘密鍵を動的に生成する。秘密鍵を動的に生成する方法については、本発明では、特に限定されず、例えば、XOR(Exclusive OR)処理とビットの位置転換により暗号化する「秘密鍵暗号方式(DES方式)」や、その他の暗号化方式を採ることが可能である。そして、生成した秘密鍵を用いて、NFT記録データの全部または一部に対してアクセス制限を加えて、ブロックチェーン100に書き込む。 The data server 206 includes a data recording unit 208 that records actual NFT data and a secret key generation unit 210 that dynamically generates a secret key. When the data server 206 receives a request to register the NFT data from the client device, the data server 206 records the actual data of the NFT in the data recording unit 208 and dynamically generates a secret key. The method of dynamically generating a secret key is not particularly limited in the present invention. Other encryption schemes can be used. Then, using the generated private key, access restrictions are applied to all or part of the NFT recorded data, and the data is written to the block chain 100 .

以上の説明では、便宜上、アプリケーションサーバ202とデータサーバ206を分離しているが、本発明は、これに限定されるわけではなく、アプリケーションサーバ202およびデータサーバ206が一体となっている態様を採っても良い。このため、以下の説明では、単に「サーバ」という場合は、アプリケーションサーバ202およびデータサーバ206の両方を意味するものとする。また、本明細書では、NFTに記録され、アクセス制限されたデータを、「制限付きNFT記録データ」と呼称すると共に、NFTに記録され、アクセス制限されていないデータを、「制限無しNFT記録データ」と呼称する。 In the above description, the application server 202 and the data server 206 are separated for convenience, but the present invention is not limited to this, and the application server 202 and the data server 206 are integrated. can be Therefore, in the following description, simply referring to a "server" means both the application server 202 and the data server 206. FIG. In addition, in this specification, data recorded on the NFT and access-restricted is referred to as "restricted NFT recorded data", and data recorded on the NFT and access-restricted is referred to as "unrestricted NFT recorded data. ”.

クライアントAは、インターネットに200を介して、ブロックチェーン100に接続可能であり、NFT記録データを取得することが可能である。ただし、制限付きNFT記録データを閲覧することはできない。一方、クライアントBは、インターネットに200を介して、ブロックチェーン100に接続可能であり、NFT記録データを取得することが可能である。そして、制限付きNFT記録データを取得すると、アプリケーションサーバ202の秘密鍵に基づいて、制限付きNFT記録データのアクセス制限を解除して、制限無しNFT記録データを生成し、制限無しNFT記録データに基づいて、データサーバ206からNFTの実データを取得し、閲覧可能となる。 Client A can connect to the blockchain 100 via the Internet 200 and can obtain NFT recorded data. However, restricted NFT recorded data cannot be viewed. Client B, on the other hand, can connect to the blockchain 100 via the Internet 200 and obtain NFT recorded data. Then, when the restricted NFT recorded data is acquired, the access restriction of the restricted NFT recorded data is released based on the secret key of the application server 202, the unrestricted NFT recorded data is generated, and based on the unrestricted NFT recorded data Then, the actual data of the NFT can be obtained from the data server 206 and viewed.

図2Aは、データサーバがNFTを発行する様子を示す図であり、図2Bは、データサーバがNFTを発行する動作を示すシーケンスチャートである。クライアントX500が、本実施形態に係るNFTアクセス制限システムにログインし(ステップS101)、NFTデータを提供すると(ステップS102)、データサーバ206は、秘密鍵を動的に生成し、生成した秘密鍵に基づいて、NFT記録データを暗号化し、「制限付きNFT記録データ210(例えば、公開URL)」を生成する(ステップS103)。データサーバ206は、「制限付きNFT記録データ210(例えば、公開URL)」を、クライアントX500に発行する(ステップS104)。図2Aでは、制限付きNFT記録データ210として、「Name」、「Description」、「URL」を含む「NFT JSON210」を例示しているが、これは一例であって、本発明は、これに限定されるわけではない。 FIG. 2A is a diagram showing how the data server issues the NFT, and FIG. 2B is a sequence chart showing the operation of the data server issuing the NFT. When the client X500 logs in to the NFT access restriction system according to the present embodiment (step S101) and provides NFT data (step S102), the data server 206 dynamically generates a secret key and uses the generated secret key Based on this, the NFT recorded data is encrypted to generate "restricted NFT recorded data 210 (for example, public URL)" (step S103). The data server 206 issues "restricted NFT recording data 210 (eg, public URL)" to the client X500 (step S104). In FIG. 2A, "NFT JSON 210" including "Name", "Description", and "URL" is illustrated as the restricted NFT recorded data 210, but this is an example and the present invention is limited to this. It is not.

クライアントX500は、データサーバ206から取得した「制限付きNFT記録データ(例えば、公開URL)」をブロックチェーン100に提供し、NFT発行リクエストを行なう(ステップS105)。ブロックチェーン100は、リクエストのあった「制限付きNFT記録データ」を、NFT102として書き込み、クライアントX500に対して、NFT発行済み情報を提供する(ステップS106)。 The client X 500 provides the “restricted NFT recording data (for example, public URL)” obtained from the data server 206 to the blockchain 100 and makes an NFT issue request (step S105). Block chain 100 writes the requested “restricted NFT recording data” as NFT 102 and provides NFT issued information to client X 500 (step S106).

ステップS103におけるデータ暗号化処理では、データサーバ206は、NFT記録データの全部または一部に対してアクセス制限を加える。例えば、データサーバ206が、秘密鍵によってアクセス制限した「制限付きNFT JSON URLと制限付きImage URL」を発行する。そして、「制限付きNFT JSON URLと制限付きImage URL」をブロックチェーン上に書き込むようにしても良い。 In the data encryption process in step S103, the data server 206 imposes access restrictions on all or part of the NFT recorded data. For example, the data server 206 issues a “restricted NFT JSON URL and restricted Image URL” whose access is restricted by a secret key. Then, you can write "restricted NFT JSON URL and restricted Image URL" on the blockchain.

図3は、クライアントAがNFTを取得する様子を示す図である。クライアントA300は、インターネットに200を介して、ブロックチェーン100からNFT記録データを取得することができる。このNFT記録データが、「制限付きNFT記録データ302」である場合、クライアントA300は、秘密鍵を入手することができないため、NFT記録データのすべてを閲覧することはできない。図3では、クライアントA300が取得したNFT記録データは、制限付きNFT記録データ302であり、「Name」、「Description」については閲覧可能であるが、「URL」にアクセス制限が加えられているため、クライアントA300が、NFT記録データのURLに基づいて、データサーバ206へアクセスしようとしても、エラーメッセージのみが返ってきて、NFTの実データを閲覧することはできない。 FIG. 3 is a diagram showing how client A acquires an NFT. Client A 300 can obtain NFT recorded data from blockchain 100 via Internet 200 . If this NFT recorded data is the "restricted NFT recorded data 302", the client A300 cannot obtain the secret key and therefore cannot view all of the NFT recorded data. In FIG. 3, the NFT recorded data acquired by the client A 300 is restricted NFT recorded data 302, and although "Name" and "Description" can be viewed, access to "URL" is restricted. , even if the client A 300 tries to access the data server 206 based on the URL of the NFT recorded data, only an error message is returned and the actual data of the NFT cannot be browsed.

図4Aは、クライアントBがデータサーバからNFTの実データを取得する様子を示す図であり、図4Bは、クライアントBがデータサーバからNFTの実データを取得する動作を示すシーケンスチャートである。クライアントB400が、本実施形態に係るNFTアクセス制限システムにログインし(ステップS201)、ブロックチェーン100に対して、NFTリクエストを行なうと(ステップS202)、ブロックチェーン100は、クライアントB400に対して、NFT(制限付きNFT記録データ)102を提供する(ステップS203)。クライアントB400が、アプリケーションサーバ202に制限解除リクエストを行なうと(ステップS204)、アプリケーションサーバ202は、リクエストに基づいて、アクセス制限を解除するための秘密鍵とリクエストとを対応付け、データサーバ206は、秘密鍵およびリクエストに基づいて認証を実行する。認証が得られた場合は、データ復号化を実行し(ステップS205)、「制限無しNFT記録データ」を得る。 FIG. 4A is a diagram showing how the client B acquires the actual NFT data from the data server, and FIG. 4B is a sequence chart showing the operation of the client B acquiring the NFT actual data from the data server. When the client B400 logs into the NFT access restriction system according to the present embodiment (step S201) and makes an NFT request to the blockchain 100 (step S202), the blockchain 100 sends an NFT request to the client B400 (Restricted NFT recording data) 102 is provided (step S203). When the client B 400 issues a restriction release request to the application server 202 (step S204), the application server 202 associates the secret key for releasing the access restriction with the request based on the request, and the data server 206: Performs authentication based on private keys and requests. If authentication is obtained, data decryption is performed (step S205) to obtain "unrestricted NFT recording data".

ここで、上述したように、秘密鍵の形式については、「アプリケーション」の形式、「ログイン情報」の形式、「時刻設定」の形式、または「他のアプリケーションのアカウントの形式」を採ることができる。また、ステップS204におけるクライアントB400からの制限解除リクエストに基づいて、アプリケーションサーバ202が秘密鍵(鍵データそのもの)をクライアントB400へ提供し、クライアントB400が秘密鍵を用いて復号化するようにしても良い。クライアントB400が制限付きNFT記録データを、秘密鍵を用いて符号化し、「制限無しNFT記録データ402」を得て、この「制限無しNFT記録データ」に基づいて、NFTの実データをデータサーバ206にリクエストしても良い。 Here, as described above, the format of the private key can be the "application" format, the "login information" format, the "time setting" format, or the "other application account format". . Alternatively, the application server 202 may provide the private key (the key data itself) to the client B400 based on the restriction release request from the client B400 in step S204, and the client B400 may decrypt using the private key. . The client B 400 encodes the restricted NFT recorded data using a secret key to obtain "unrestricted NFT recorded data 402", and based on this "unrestricted NFT recorded data", the actual NFT data is sent to the data server 206. You can request to

図4Bにおいて、データ復号化がされると(ステップS205)、データサーバ206は、「制限無しNFT記録データ」に基づいて、NFTの実データをクライアントB400へ提供する(ステップS206)。これにより、クライアントB400では、制限無しNFT記録データ402に対応する実データを表示したり、再生したりすることが可能となる(ステップS207)。これらの動作は、例えば、クライアントB400が、「制限付きNFT JSONと制限付きImage URL」を取得すると共に、アプリケーションサーバ202から秘密鍵を取得し、「制限付きNFT JSONと制限付きImage URL」を解除して得られた「制限無しNFT JSONと制限無しImage URL」に基づいて、データサーバ206から所望のデータを取得するように構成することも可能である。 In FIG. 4B, when the data is decrypted (step S205), the data server 206 provides the actual NFT data to the client B400 based on the "unrestricted NFT recorded data" (step S206). As a result, the client B 400 can display or reproduce the actual data corresponding to the unrestricted NFT recording data 402 (step S207). For example, the client B 400 acquires "restricted NFT JSON and restricted Image URL", acquires a secret key from the application server 202, and releases "restricted NFT JSON and restricted Image URL". It is also possible to obtain desired data from the data server 206 based on the obtained “unrestricted NFT JSON and unrestricted Image URL”.

以上説明したように、本実施形態によれば、NFTの全部または一部に閲覧制限を設定し、セキュリティを高めることが可能となる。 As described above, according to the present embodiment, it is possible to set access restrictions on all or part of NFTs, thereby enhancing security.

以上、本発明の実施形態について説明したが、本発明は、上述した実施形態に限るものではない。また、前述した実施形態に記載された効果は、本発明から生じる最も好適な効果を列挙したに過ぎず、本発明による効果は、実施形態に記載されたものに限定されるものではない。本実施形態に係るアクセス制限システムは、コンピュータプログラムを実行することによって実現される。コンピュータプログラムによって実現される場合には、このコンピュータプログラムが、コンピュータにインストールされ、実行される。また、このプログラムは、DVD-ROMのようなリムーバブルメディアに記録されてユーザに配布されてもよいし、ネットワークを介してユーザのコンピュータにダウンロードされることにより配布されてもよい。さらに、これらのプログラムは、ダウンロードされることなくネットワークを介したWebサービスとして、ユーザのコンピュータに提供されても良い。 Although the embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments. Moreover, the effects described in the above-described embodiments are merely enumerations of the most suitable effects produced by the present invention, and the effects of the present invention are not limited to those described in the embodiments. The access restriction system according to this embodiment is implemented by executing a computer program. When implemented by a computer program, this computer program is installed and executed on a computer. Also, this program may be recorded on a removable medium such as a DVD-ROM and distributed to the user, or may be distributed by being downloaded to the user's computer via a network. Furthermore, these programs may be provided to the user's computer as a web service via a network without being downloaded.

100…ブロックチェーン
102…制限付きNFT記録データ
200…インターネット
202…アプリケーションサーバ
204…秘密鍵保持部
206…データサーバ
208…データ記録部
210…秘密鍵生成部
210…NFT JSON(制限付きNFT記録データ)
300…クライアントA
302…制限付きNFT記録データ
400…クライアントB
402…制限無しNFT記録データ
500…クライアントX
100...Block chain 102...Restricted NFT recorded data 200...Internet 202...Application server 204...Secret key holding unit 206...Data server 208...Data recording unit 210...Secret key generating unit 210...NFT JSON (restricted NFT recorded data)
300 Client A
302... Restricted NFT recording data 400... Client B
402... Unrestricted NFT recorded data 500... Client X

Claims (4)

ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限システムであって、
アクセス制限を解除するための秘密鍵を用いて、NFTに記録されているデータにアクセス制限を設定し、前記アクセス制限が設定された制限付きNFT記録データをブロックチェーンに書き込むデータサーバと、
前記アクセス制限を解除するための秘密鍵を保持するアプリケーションサーバと、を備え
前記アプリケーションサーバは、前記ブロックチェーンからアクセス制限が設定された制限付きNFT記録データを取得したクライアント装置によるリクエストに基づいて、アクセス制限を解除するための秘密鍵と前記リクエストとを対応付け、
前記データサーバは、前記秘密鍵および前記リクエストに基づいて、前記クライアント装置に対する認証を実行し、認証が得られた場合は、前記クライアント装置へNFTの実データの閲覧を可能とすることを特徴とするNFTアクセス制限システム。
An NFT access restriction system that sets access restrictions on NFTs (Non-Fungible Tokens) recorded in a blockchain,
A data server that sets access restrictions on the data recorded in the NFT using a private key for releasing the access restrictions, and writes the restricted NFT recorded data with the access restrictions set to the blockchain;
an application server holding a private key for releasing the access restriction ,
The application server associates a secret key for releasing access restriction with the request based on a request by a client device that has acquired restricted NFT recorded data with access restriction set from the blockchain,
The data server authenticates the client device based on the secret key and the request, and when authentication is obtained, allows the client device to view the actual data of the NFT. NFT access restriction system.
前記データサーバは、
前記秘密鍵を動的に生成する秘密鍵生成部と、
NFTの実データを記録するデータ記録部と、を備え、
前記アプリケーションサーバは、
前記動的に生成された秘密鍵を保持する秘密鍵保持部を備えることを特徴とする請求項1記載のNFTアクセス制限システム。
The data server is
a secret key generation unit that dynamically generates the secret key;
A data recording unit that records the actual data of NFT,
The application server is
2. The NFT access restriction system according to claim 1, further comprising a private key holding unit that holds said dynamically generated private key .
ブロックチェーンに記録されるNFT(Non-Fungible Token)にアクセス制限を設定するNFTアクセス制限プログラムであって、
アクセス制限を解除するための秘密鍵を用いて、NFTに記録されているデータにアクセス制限を設定する処理と、
前記アクセス制限が設定された制限付きNFT記録データをブロックチェーンに書き込む処理と、
前記アクセス制限を解除するための秘密鍵を保持する処理と、
前記ブロックチェーンからアクセス制限が設定された制限付きNFT記録データを取得したクライアント装置によるリクエストを取得する処理と、
前記リクエストに基づいて、アクセス制限を解除するための秘密鍵と前記リクエストとを対応付ける処理と、
前記秘密鍵および前記リクエストに基づいて、前記クライアント装置に対する認証を実行する処理と、
前記認証が得られた場合は、前記クライアント装置へNFTの実データの閲覧を可能とする処理と、の一連処理をコンピュータに実行させることを特徴とするNFTアクセス制限プログラム
An NFT access restriction program that sets access restrictions on NFTs (Non-Fungible Tokens) recorded in the blockchain,
A process of setting access restrictions on data recorded in the NFT using a private key for releasing access restrictions;
A process of writing the restricted NFT recorded data with the access restriction set to the blockchain;
a process of holding a private key for releasing the access restriction;
A process of acquiring a request by a client device that has acquired restricted NFT recorded data with access restrictions set from the blockchain;
a process of associating a private key for releasing access restrictions with the request based on the request;
a process of performing authentication to the client device based on the private key and the request;
An NFT access restriction program for causing a computer to execute a series of processes of enabling the client device to view actual data of the NFT when the authentication is obtained .
前記秘密鍵を動的に生成する処理と、
NFTの実データを記録する処理と、
前記動的に生成された秘密鍵を保持する処理と、をさらに含むことを特徴とする請求項3記載のNFTアクセス制限プログラム。

a process of dynamically generating the private key;
A process of recording the actual data of the NFT;
4. The NFT access restriction program according to claim 3, further comprising a process of holding said dynamically generated secret key .

JP2020133318A 2020-08-05 2020-08-05 NFT Access Restriction System and NFT Access Restriction Program Active JP7133589B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020133318A JP7133589B2 (en) 2020-08-05 2020-08-05 NFT Access Restriction System and NFT Access Restriction Program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020133318A JP7133589B2 (en) 2020-08-05 2020-08-05 NFT Access Restriction System and NFT Access Restriction Program

Publications (2)

Publication Number Publication Date
JP2021166028A JP2021166028A (en) 2021-10-14
JP7133589B2 true JP7133589B2 (en) 2022-09-08

Family

ID=78022150

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020133318A Active JP7133589B2 (en) 2020-08-05 2020-08-05 NFT Access Restriction System and NFT Access Restriction Program

Country Status (1)

Country Link
JP (1) JP7133589B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102381499B1 (en) * 2021-11-12 2022-04-01 주식회사 블록오디세이 Method for product information management using private blockchain and public blockchain and apparatus for performing the method
KR102443019B1 (en) 2022-02-16 2022-09-15 주식회사 클리노믹스 System for searching digital information based on blockchain
TW202349303A (en) * 2022-04-19 2023-12-16 日商佩克爾股份有限公司 Information processing system, information processing method, and program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011172099A (en) 2010-02-19 2011-09-01 Nippon Telegr & Teleph Corp <Ntt> Data transfer method, data transfer system, data transmitting apparatus, data management apparatus, data decrypting apparatus and computer program
US20160306982A1 (en) 2015-04-14 2016-10-20 Manifold Technology, Inc. System and method for providing a cryptographic platform for exchanging information
JP2019174995A (en) 2018-03-27 2019-10-10 Kddi株式会社 Access restriction system, access restriction method and access restriction program
US20190366475A1 (en) 2018-06-02 2019-12-05 Bruno Scarselli Asset Identification, Registration, Tracking and Commercialization Apparatuses and Methods
US20200186338A1 (en) 2018-12-07 2020-06-11 Nike, Inc. System and method for providing cryptographically secured digital assets

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7274198B2 (en) * 2018-11-19 2023-05-16 株式会社A.L.I.Technologies Asset information registration method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011172099A (en) 2010-02-19 2011-09-01 Nippon Telegr & Teleph Corp <Ntt> Data transfer method, data transfer system, data transmitting apparatus, data management apparatus, data decrypting apparatus and computer program
US20160306982A1 (en) 2015-04-14 2016-10-20 Manifold Technology, Inc. System and method for providing a cryptographic platform for exchanging information
JP2019174995A (en) 2018-03-27 2019-10-10 Kddi株式会社 Access restriction system, access restriction method and access restriction program
US20190366475A1 (en) 2018-06-02 2019-12-05 Bruno Scarselli Asset Identification, Registration, Tracking and Commercialization Apparatuses and Methods
US20200186338A1 (en) 2018-12-07 2020-06-11 Nike, Inc. System and method for providing cryptographically secured digital assets

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
MINACORI, V.,Using NFTs to build a CryptoGift market,[online],2018年11月25日,URL:https://vittominacori.medium.com/using-nfts-to-build-a-cryptogift-market-c0663e851301
MINE, A.,ERC721とは?NFT(代替不可能で唯一無二なトークン)を作る標準,[onleine],2018年10月22日,URL:https://gaiax-blockchain.com/erc721

Also Published As

Publication number Publication date
JP2021166028A (en) 2021-10-14

Similar Documents

Publication Publication Date Title
US7792300B1 (en) Method and apparatus for re-encrypting data in a transaction-based secure storage system
KR100971854B1 (en) Systems and methods for providing secure server key operations
US7320076B2 (en) Method and apparatus for a transaction-based secure storage file system
US9070112B2 (en) Method and system for securing documents on a remote shared storage resource
JP7133589B2 (en) NFT Access Restriction System and NFT Access Restriction Program
RU2347266C2 (en) Method and device for reception and removal of information concerning objects of digital rights
US9805350B2 (en) System and method for providing access of digital contents to offline DRM users
JP5033916B2 (en) Digital copyright management method for compressed files
US20110185179A1 (en) System And Method For Digital Rights Management With A Lightweight Digital Watermarking Component
JPWO2004109972A1 (en) User terminal for license reception
JP2004046856A (en) Method for obtaining digital license corresponding to digital content
JP2003531447A5 (en)
MXPA04001292A (en) Publishing digital content within a defined universe such as an organization in accordance with a digital rights management (drm) system.
WO2002023797A1 (en) System for establishing an audit trail to protect objects distributed over a network
NO329299B1 (en) Domain-based trust models for content rights management
TW200423673A (en) Tying a digital license to a user and tying the user to multiple computing devices in a digital rights management (DRM) system
JP2004054937A (en) Method for obtaining signed right label (srl) for digital content in digital right management system by using right template
MXPA04001293A (en) Publishing digital content within a defined universe such as an organization in accordance with a digital rights management (drm) system.
RU2003118755A (en) WAYS OF CREATION, SYSTEM AND ARCHITECTURE OF PROTECTED MEDIA CHANNELS
JP2011521584A (en) Encryption based on data item identification for secure access
WO2007086015A2 (en) Secure transfer of content ownership
TW201502850A (en) Document authority management system, terminal device, document authority management method, and computer-readable recording medium
JP2022542095A (en) Hardened secure encryption and decryption system
JP2007011643A (en) Digital content distribution system and token device
US20220086000A1 (en) Cryptographic systems

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211110

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20211217

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220329

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220516

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220829

R150 Certificate of patent or registration of utility model

Ref document number: 7133589

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150