JP2000138667A - Method and system for controlling circulation data reference order - Google Patents

Method and system for controlling circulation data reference order

Info

Publication number
JP2000138667A
JP2000138667A JP11338145A JP33814599A JP2000138667A JP 2000138667 A JP2000138667 A JP 2000138667A JP 11338145 A JP11338145 A JP 11338145A JP 33814599 A JP33814599 A JP 33814599A JP 2000138667 A JP2000138667 A JP 2000138667A
Authority
JP
Japan
Prior art keywords
data
circulation
user
partial data
encrypted
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.)
Pending
Application number
JP11338145A
Other languages
Japanese (ja)
Inventor
Shigeru Tago
滋 多胡
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP11338145A priority Critical patent/JP2000138667A/en
Publication of JP2000138667A publication Critical patent/JP2000138667A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reference circulation data in the order in response to the reference order of data users without making processing by a circulation data server complicated. SOLUTION: A circulation data server side device 101 generates cryptographic keys whose number is the same number as a reference right order number set to a circulation data set consisting of plurality of partial data, transfers the data to the device of a circulation data user, which adds an encrypted partial data set resulting from encrypting all partial data that are referenced by users with next and succeeding ranking reference right by cryptographic key corresponding to the reference right order to specific partial data corresponding to one reference right order, and conducts the processing encrypting a data set consisting of the specific partial data and the encrypted partial data set by using the cryptographic key corresponding to the reference right order for the same number of times as the reference right order number, a user side device 102 acquires the encrypted circulation data set in response to a request from the user, demodulates the corresponding partial data by using the cryptographic key corresponding to the reference right order of the user and provides an output of the decoded data in a form that can be referenced by the data users.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、回覧データ提供者
により提供される回覧データ集合を回覧データ利用者側
で参照するシステムにおける回覧データの参照順の制御
方法およびシステムに係り、特に、回覧データの利用者
が要求する参照権限順位の特定の部分データを当該利用
者よりも上位の参照権限順位を有する全ての利用者が参
照済みであることを条件に参照可能にする回覧データ参
照順の制御方法及びシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and a system for controlling a reference order of circulation data in a system in which a circulation data user refers to a circulation data set provided by the circulation data provider. Control of the circulation data reference order that allows a specific partial data of the reference authority rank required by the user to be referenced on condition that all users having a higher reference authority rank than the user have referred to the partial data Methods and systems are provided.

【0002】[0002]

【従来の技術】あるデータを提供者からデータ利用者に
提供し、逐次参照させるシステムにおいて、データ提供
者側の要求により、そのデータを複数の部分データに分
割し、データ利用者がデータを参照する処理を行う段階
に応じて、複数ある部分データのうち参照可能なものを
限定したい場合がある。例えば、契約上ある時点までは
全データのうち特定の部分だけを参照することをデータ
利用者に許し、その時点を過ぎれば全データの参照を許
す、という場合がある。また、ある有料データを自由に
配布した時、各データ利用者ごとに参照したいデータの
範囲が異なったり、ある範囲まで参照した上でさらに詳
しい範囲のデータを参照したくなったりした際に、利用
するデータをより詳しいデータにするために追加課金を
するが、この追加分だけの課金でより詳しいデータを利
用してしまうことを防ぎたい、という場合がある。ある
いは、最初にデータの提供を受けた第1のデータ利用者
には全データのうち特定の部分だけを参照することを許
し、その全データを次の第2のデータ利用者に中継し、
第2のデータ利用者には全データの参照を許す、という
場合がある。
2. Description of the Related Art In a system in which data is provided from a provider to a data user and sequentially referred to, the data is divided into a plurality of partial data at the request of the data provider, and the data user refers to the data. Depending on the stage at which the process is performed, there may be a case where it is desired to limit what can be referred to among a plurality of partial data. For example, there is a case where a data user is allowed to refer to only a specific part of all data up to a certain point in the contract, and is allowed to refer to all data after that point. In addition, when a certain paid data is freely distributed, when the range of data to be referred to differs for each data user, or when it is desired to refer to a more detailed range of data after referring to a certain range, use it. There is a case where an additional charge is made in order to make the data to be made more detailed, but it is desired to prevent the use of the more detailed data with this additional charge. Alternatively, the first data user who is first provided with the data is allowed to refer to only a specific part of the entire data, and the entire data is relayed to the next second data user.
In some cases, the second data user is allowed to refer to all data.

【0003】このようなことを実現するため、従来、以
下の技術がある。 (1)全データを1回の手続きでデータ利用者に提供せ
ず、データ利用者の要求に応じて、参照可能とする部分
データを順次提供していく。 (2)データを複数の部分データに分割し、それぞれを
異なる暗号鍵で暗号化しデータ利用者に提供する。以
降、データ利用者の要求に応じて、参照可能とする部分
データの復号鍵を順次提供していく。
Conventionally, there is the following technique for realizing such a thing. (1) Instead of providing all data to the data user in one procedure, partial data that can be referred to is sequentially provided according to the request of the data user. (2) Data is divided into a plurality of partial data, each of which is encrypted with a different encryption key and provided to a data user. Thereafter, in accordance with the request of the data user, the decryption key of the partial data which can be referred to is sequentially provided.

【0004】[0004]

【発明が解決しようとする課題】しかし、これらの方法
では次のような問題がある。 (1)ある部分データをデータ提供者からデータ利用者
に提供する段階で、その部分データを参照可能にする条
件として、別の部分データをデータ利用者が参照済みで
あることを要求されている場合、データ利用者がこの条
件を満たしているかどうかをデータ提供者側で管理した
上で、対象となる部分データを提供するかどうかを判断
する必要がある。そのためには、各部分データを過去に
データ利用者に提供したかどうか、あるいは、データ利
用者によって各部分データの参照処理が実行されたかど
うかといった情報を全データ利用者および全部分データ
に関して入手あるいは保持し、管理する必要がある。こ
の結果、データ提供者側の処理が非常に煩雑になる。
However, these methods have the following problems. (1) At the stage of providing a partial data from a data provider to a data user, a condition that the data user has already referred to another partial data is required as a condition that the partial data can be referred to. In this case, it is necessary for the data provider to manage whether or not the data user satisfies this condition, and then determine whether to provide the target partial data. For this purpose, information such as whether or not each partial data has been provided to the data user in the past or whether or not the data user has performed the reference processing of each partial data is obtained or obtained for all the data users and all the partial data. Need to be retained and managed. As a result, processing on the data provider side becomes very complicated.

【0005】(2)特に、複数のデータ利用者によって
異なる部分データの参照を許可する場合、あるデータ利
用者(第1のデータ利用者)が該当する部分データを参
照した後に、別のデータ利用者(第2のデータ利用者)
が該当する部分データを参照することが可能になるとい
う要求のもとでは、データ提供者側で、第1のデータ利
用者が該当する部分データを参照したことを確認した上
で、第2のデータ利用者に対し部分データの提供あるい
は対応する復号鍵の提供を実行しなければならず、デー
タ提供者側の処理が非常に煩雑になる。
(2) In particular, when a plurality of data users are allowed to refer to different partial data, a certain data user (first data user) refers to the relevant partial data and then uses another data user. (Second data user)
In response to the request that it becomes possible to refer to the corresponding partial data, the data provider confirms that the first data user has referred to the corresponding partial data, Provision of partial data or provision of a corresponding decryption key must be performed for the data user, and the processing on the data provider side becomes very complicated.

【0006】本発明の目的は、データ提供者側の処理を
煩雑にすることなく、回覧データの利用者が要求する参
照権限順位の特定の部分データを当該利用者よりも上位
の参照権限順位を有する全ての利用者が参照済みである
ことを条件に参照可能にする回覧データ参照順の制御方
法およびシステムを提供することである。
SUMMARY OF THE INVENTION It is an object of the present invention to specify a specific partial data of the reference authority order requested by a user of the circulation data without complicating the processing on the data provider side, and to set the reference authority order higher than the user. It is an object of the present invention to provide a control method and a system of a circulation data reference order that enables a user to refer to the condition on the condition that all users have already referred to it.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、基本的には、回覧データの利用者が要求
する参照権限順位の特定の部分データを当該利用者より
も上位の参照権限順位を有する全ての利用者が参照済み
であることを条件に参照可能にするために、回覧データ
提供者側装置において複数の部分データから成る回覧デ
ータ集合に対して設定された参照権限順位数と同数の暗
号鍵を生成または設定し、回覧データ利用者側装置に転
送するステップと、1つの参照権限順位に対応した特定
の部分データに対し、次順位以降の参照権限の利用者で
参照する全ての部分データをその参照権限順位に対応す
る暗号鍵で暗号化した暗号化部分データ集合を追加し、
これら特定の部分データと暗号化部分データ集合とから
成るデータ集合を当該参照権限順位に対応した暗号鍵で
暗号化する処理を、参照権限順位数と同回数行ってデー
タ集合全体を暗号化し、この暗号化された回覧データ集
合を記憶装置に格納するステップと、回覧データ利用者
側装置において、前記記憶装置に格納された回覧データ
集合を回覧データ利用者からの要求に応じて取得し、当
該利用者の参照権限順位に対応した暗号鍵によって対応
する部分データを復号し、データ利用者が参照可能な形
式で出力すると共に、復号した部分データ中に暗号化部
分データが存在する場合には当該暗号化部分データを前
記記憶装置に再格納するステップとを備えることを特徴
とする。
In order to achieve the above object, the present invention basically provides a specific partial data of a reference authority order requested by a user of circular data, which is higher than the user. Reference authority rank set for a circulation data set composed of a plurality of partial data in the circulation data provider side device so that all users having the reference authority rank can refer to it on condition that they have been referenced. Generating or setting the same number of encryption keys as the number and transferring the same to the circulation data user side device, and referring to a specific partial data corresponding to one reference authority order by a user with reference authority of the next order or higher Add an encrypted partial data set in which all the partial data to be encrypted with the encryption key corresponding to the reference authority order,
A process of encrypting a data set composed of the specific partial data and the encrypted partial data set with an encryption key corresponding to the reference authority rank is performed the same number of times as the number of reference authority ranks, and the entire data set is encrypted. Storing the encrypted circulation data set in the storage device; and obtaining the circulation data set stored in the storage device in response to a request from the circulation data user in the circulation data user side device. Decrypts the corresponding partial data with the encryption key corresponding to the user's reference authority order, outputs the data in a format that can be referred to by the data user, and, if the decrypted partial data contains encrypted partial data, Restoring the encrypted partial data in the storage device.

【0008】上記手段によれば、複数のデータ利用者間
でデータを中継し、順番に部分データの参照を許可する
ような回覧システムにおいて、最上位の参照権限順位を
有する第1のデータ利用者によって該当する参照部分デ
ータの復号化・参照処理が実行されて初めて次の順位の
第2の利用者によって該当する参照部分データの復号化
・参照処理が可能になる。すなわち、回覧データ提供者
側から提供される回覧データのうち、データ利用者があ
る自分への回覧データを参照したい場合、自分の参照権
限順位よりも上位の参照権限順位を有する全ての利用者
が参照すべき回覧データを参照していることが条件とな
り、この条件が満たされている場合にのみ自分が参照権
限を有する回覧データを参照することができ、参照権限
順に、回覧データを参照することを保証することができ
る。
According to the above means, in a circulation system in which data is relayed between a plurality of data users and reference to partial data is sequentially permitted, the first data user having the highest reference authority rank Only after the decoding and reference processing of the corresponding reference partial data is executed, the decoding and reference processing of the corresponding reference partial data can be performed by the second user in the next order. In other words, among the circulation data provided by the circulation data provider, if the data user wants to refer to the circulation data to a certain user, all users having the reference authority rank higher than their own reference authority rank It is a condition that the user refers to the circulation data to be referred, and only when this condition is satisfied, can he / she refer to the circulation data for which he / she has the reference authority, and refer to the circulation data in the order of the reference authority. Can be guaranteed.

【0009】従って、回覧データ提供者から第2のデー
タ利用者への対応する復号のための暗号鍵の提供は、最
上位の参照権限順位を有する第1のデータ利用者の参照
部分データの復号化・参照処理が実行済みであるか否か
によらず行うことが可能になり、第1のデータ利用者の
参照部分データの復号化・参照処理の実行をデータ提供
者側で確認することが不要となるため、第1のデータ利
用者と第2のデータ利用者の参照処理の順番を簡単に確
認することができる。
Accordingly, the provision of the corresponding decryption key from the circulation data provider to the second data user is performed by decrypting the reference partial data of the first data user having the highest reference authority. It is possible to perform the decryption / reference processing regardless of whether or not the decryption / reference processing has been performed, and the data provider can confirm the execution of the decryption / reference processing of the reference partial data of the first data user. Since it becomes unnecessary, the order of the reference processing by the first data user and the second data user can be easily confirmed.

【0010】[0010]

【発明の実施の形態】以下、本発明の実施の形態を図面
に従い説明する。 (実施形態1)データ提供者によってデータを広範囲に
不特定多数のデータ利用者に配布し、データ利用者の希
望によって、配布されたデータのうち参照可能となるデ
ータの範囲を狭いものから広いものに変更し、その際に
狭い参照データ範囲に対する課金内容に対して上乗せす
る形で追加課金するデータ多段階参照システムの実施形
態を説明する。このシステムは、例えば、ゲームソフト
の配布システムとして、まず利用者にゲームソフトの一
部の機能や画面データだけを試用してもらい、引き続い
てゲーム全体を楽しみたいという意志が利用者にあれ
ば、それに対する追加料金を払ってもらうことで、ゲー
ム全体の使用を許すという場合に適用されるものであ
る。
Embodiments of the present invention will be described below with reference to the drawings. (Embodiment 1) Data is distributed to an unspecified number of data users over a wide range by a data provider, and the range of data that can be referred to among the distributed data is narrow to wide according to the wishes of the data users. In this case, an embodiment of a data multi-stage reference system in which additional billing is performed in addition to billing contents for a narrow reference data range at this time will be described. This system, for example, as a game software distribution system, first asks the user to try only some of the functions and screen data of the game software, and if the user wants to enjoy the whole game subsequently, This is applied to the case where the use of the entire game is permitted by receiving an additional fee.

【0011】図1は、このようなシステムの一実施形態
を示すシステム構成図である。図1において、101は
データ提供者側の計算機システム、102はデータ利用
者側の計算機システム、103は計算機システム101
と102とを接続し、データを転送するネットワーク、
104はデータ提供者側から提供するデータを入力する
データ入力部である。このデータ入力部104は、キー
ボード、マウス、マイクロフォン、ビデオ撮影機などで
構成される。105は暗号鍵生成部、106は暗号鍵生
成部105によって生成された暗号鍵を利用してデータ
の暗号化を行う暗号化処理部、107は暗号化処理部1
06で暗号化されたデータをネットワーク103を介し
て利用者側の計算機システム102に転送する処理を行
うデータ配送部、108は鍵生成部105で生成された
鍵グループを記憶しておく補助記憶装置である。109
はネットワーク103を介して転送されてきたデータを
受信するデータ受信部、110は暗号データを暗号鍵に
よって復号化する処理を行う復号化処理部、111は復
号化処理部110で復号化されたデータを出力するデー
タ出力部であり、このデータ出力部11は例えばディス
プレイ、スピーカ、印字装置等で構成される。
FIG. 1 is a system configuration diagram showing one embodiment of such a system. In FIG. 1, 101 is a computer system on the data provider side, 102 is a computer system on the data user side, and 103 is a computer system 101
Network for connecting and transferring data, and
Reference numeral 104 denotes a data input unit for inputting data provided from the data provider. The data input unit 104 includes a keyboard, a mouse, a microphone, a video camera, and the like. 105, an encryption key generation unit; 106, an encryption processing unit that encrypts data using the encryption key generated by the encryption key generation unit 105; 107, an encryption processing unit 1
A data delivery unit that performs a process of transferring the data encrypted at 06 to the computer system 102 on the user side via the network 103. An auxiliary storage device 108 stores the key group generated by the key generation unit 105. It is. 109
Is a data receiving unit that receives data transferred via the network 103, 110 is a decryption processing unit that decrypts encrypted data using an encryption key, and 111 is data that is decrypted by the decryption processing unit 110. The data output unit 11 includes, for example, a display, a speaker, and a printing device.

【0012】112はデータ提供者に対し、暗号データ
の復号に用いる暗号鍵を転送するように要求する鍵リク
エストをネットワーク103を介して送信する鍵リクエ
スト送信部(暗号鍵取得手段)、113はデータ提供者
から配布されたデータを記憶しておく補助記憶装置、1
14はデータ利用者が鍵リクエストを送信するための命
令を入力する端末装置である。
Reference numeral 112 denotes a key request transmission unit (encryption key acquisition means) for transmitting a key request for requesting the data provider to transfer an encryption key used for decryption of the encrypted data, via the network 103; An auxiliary storage device for storing data distributed from a provider, 1
Reference numeral 14 denotes a terminal device to which a data user inputs a command for transmitting a key request.

【0013】図2は、データ提供者が提供するデータ全
体を複数の部分データに分割した時の各部分データの全
データに対する範囲を記録するテーブル200の構成図
であり、部分データ毎に3つの格納エリア201,20
2,203で構成されている。このうち格納エリア20
1は、分割された各部分データに対して割り当てられた
ID番号を格納するエリア、202は全データの先頭デ
ータから該当部分データの先頭データまでのオフセット
値を格納するエリア、203は各部分データの大きさ
(データサイズ)を格納するエリアである。
FIG. 2 is a configuration diagram of a table 200 for recording the range of all partial data when the entire data provided by the data provider is divided into a plurality of partial data. Storage areas 201, 20
2,203. Of these, storage area 20
1 is an area for storing an ID number assigned to each of the divided partial data, 202 is an area for storing an offset value from the leading data of all data to the leading data of the corresponding partial data, and 203 is an area for storing each partial data. Area for storing the size (data size).

【0014】図3は、本実施形態における課金方法に関
連して、異なる課金によって参照可能とする複数の部分
データを部分データ群としてまとめた場合の分類を記録
するテーブル300を示し、部分データ群の通し番号を
格納するエリア301と、該当する部分データ群に含ま
れる部分データのID番号を格納するエリア302とか
ら成っている。図3の例では、部分データ群1が部分デ
ータ1,3,6,7で構成された場合の通し番号と部分
データID番号との関係を示している。
FIG. 3 shows a table 300 for recording a classification when a plurality of partial data which can be referred to by different chargings are collected as a partial data group, in connection with the charging method in the present embodiment. And an area 302 for storing ID numbers of partial data included in the corresponding partial data group. In the example of FIG. 3, the relationship between the serial number and the partial data ID number when the partial data group 1 is composed of the partial data 1, 3, 6, 7 is shown.

【0015】図4は、各部分データ群を暗号化・復号化
するのに用いる暗号鍵を格納するテーブル400を示
し、部分データ群の通し番号を格納するエリア401
と、その通し番号に対応する暗号鍵データを格納するエ
リア402を備えている。
FIG. 4 shows a table 400 for storing encryption keys used for encrypting and decrypting each partial data group, and an area 401 for storing serial numbers of the partial data groups.
And an area 402 for storing encryption key data corresponding to the serial number.

【0016】図5は、各部分データ群を参照するために
追加課金される額を格納するテーブル500を示し、通
し番号501で示される部分データ群に対し、それを参
照するために追加課金される額を格納するエリア502
を備えている。
FIG. 5 shows a table 500 for storing an amount to be additionally charged to refer to each partial data group. For a partial data group indicated by a serial number 501, an additional charge is made to refer to it. Area 502 for storing amount
It has.

【0017】図6は、各データ利用者に課金される課金
額の累計を格納するテーブル600を示し、各データ利
用者の銀行口座番号や運転免許証のIDなどのデータ利
用者IDを格納するエリア601と、過去においてデー
タ提供者から入手・参照したデータに対する課金額の累
計をデータ利用者別に格納するエリア602が設けられ
ている。
FIG. 6 shows a table 600 for storing the total amount of billing charged to each data user, and stores data user IDs such as bank account numbers and driver's license IDs of each data user. An area 601 is provided, and an area 602 is provided for storing, for each data user, the total amount of billing for data obtained and referenced from a data provider in the past.

【0018】図7および図8は、本実施形態の処理の流
れを示すフローチャートである。以下、このフローチャ
ートに従い、動作を説明する。まず、データ提供者側で
データ入力部104から提供データの入力を行い、これ
を参照のための課金額の違いによって部分データに分割
し、分割された部分データの範囲を図2のテーブル20
0に格納する(ステップ701)。次に、同じ課金額に
よって参照可能となる部分データをまとめて、部分デー
タ群とし、図3のテーブル300に格納する(ステップ
702)。このテーブル300により、データ利用者
は、ある追加料金を支払うことによって該当する部分デ
ータ群をすべて参照することができるようになる。
FIG. 7 and FIG. 8 are flowcharts showing the flow of the processing of this embodiment. Hereinafter, the operation will be described with reference to this flowchart. First, the data provider inputs the provided data from the data input unit 104, divides the provided data into partial data according to the difference in the billing amount for reference, and indicates the range of the divided partial data in the table 20 in FIG.
It is stored in 0 (step 701). Next, the partial data that can be referred to by the same billing amount are collected into a partial data group and stored in the table 300 of FIG. 3 (step 702). The table 300 allows the data user to refer to all the corresponding partial data groups by paying a certain additional fee.

【0019】ここで、部分データは、その参照順に部分
データ1、2,3…,…という具合に通し番号順に並ん
だものとなっているが、部分データ群としてまとめる時
には、今回参照した部分データと次に参照する部分デー
タとが異なる部分データ群に属するようにまとめられ
る。
Here, the partial data are arranged in the order of serial numbers, such as partial data 1, 2, 3,..., In the order of reference. The partial data to be referred to next is grouped so as to belong to a different partial data group.

【0020】次に、このようにして作成した部分データ
群の数と同数分の暗号鍵を鍵生成部105で作成する
(ステップ703)。この場合、全ての鍵が異なってい
ることが望ましい。ここで生成された暗号鍵群は、補助
記憶装置108に記憶される(ステップ704)。次
に、利用者に提供するデータを暗号化する処理を行う。
まず、最終的な課金額が最も大きく最後に復号化される
べき部分データ群を暗号鍵の1つで暗号化し、図4のテ
ーブル400の部分データ群通し番号格納エリア401
のうち今回使用した暗号鍵に対応した通し番号格納エリ
アに、暗号化した部分データ群の通し番号を格納する
(ステップ705)。
Next, the same number of encryption keys as the number of partial data groups created in this way are created by the key generation unit 105 (step 703). In this case, it is desirable that all keys are different. The encryption key group generated here is stored in the auxiliary storage device 108 (step 704). Next, a process of encrypting data to be provided to the user is performed.
First, a partial data group having the largest final billing amount and to be decrypted last is encrypted with one of the encryption keys, and the partial data group serial number storage area 401 of the table 400 in FIG.
The serial number of the encrypted partial data group is stored in the serial number storage area corresponding to the encryption key used this time (step 705).

【0021】次に、この部分データ群を復号化する1つ
前の復号化処理で復号化される部分データ群と、ステッ
プ705で暗号化したデータとを連結して1組のデータ
を作成する(ステップ706)。ここで作成された組合
せデータを、ステップ705は別の暗号鍵で暗号化し、
図4のテーブル400の通し番号格納エリア401のう
ち今回使用した暗号鍵に対応した通し番号格納エリア
に、暗号化した部分データ群の通し番号を格納する(ス
テップ707)。次に、さらにもう1つ前の復号化処理
で復号化される部分データ群と、ステップ707で暗号
化したデータとを連結して1組のデータを作成する(ス
テップ706)。以降、これを提供データの全部分デー
タ群を暗号化し終わるまで繰り返す(ステップ70
8)。
Next, a set of data is created by linking the partial data group to be decrypted in the preceding decryption processing for decrypting the partial data group and the data encrypted in step 705. (Step 706). Step 705 encrypts the combination data created here with another encryption key,
In the serial number storage area 401 of the table 400 in FIG. 4, the serial number of the encrypted partial data group is stored in the serial number storage area corresponding to the encryption key used this time (step 707). Next, a set of data is created by concatenating the partial data group to be decrypted in the further previous decryption process and the data encrypted in step 707 (step 706). Thereafter, this is repeated until all the partial data groups of the provided data have been encrypted (step 70).
8).

【0022】例えば、図9に示すように4つの部分デー
タ群901〜904に提供データが分割されたとする
と、最初は、最後に参照可能となる部分データ群904
が対応する暗号鍵K4によって暗号化され、次にその暗
号化データ904Sが1段階前に参照される部分データ
群903に追加され、これら部分データ群903と暗号
化データ904Sとが対応する暗号鍵K3によって暗号
化される。
For example, assuming that the provided data is divided into four partial data groups 901 to 904 as shown in FIG.
Is encrypted by the corresponding encryption key K4, and then the encrypted data 904S is added to the partial data group 903 which is referred to one step before, and these partial data group 903 and the encrypted data 904S correspond to the corresponding encryption key. It is encrypted by K3.

【0023】次に、同様にして、暗号化データ903S
が1段階前に参照される部分データ群902に追加さ
れ、これら部分データ群902と暗号化データ903S
とが対応する暗号鍵K2によって暗号化される。最後
に、暗号化データ902Sが1段階前に参照される部分
データ群901に追加され、これら部分データ群901
と暗号化データ902Sとが対応する暗号鍵K2によっ
て暗号化される。
Next, similarly, the encrypted data 903S
Is added to the partial data group 902 referred to one step before, and these partial data group 902 and the encrypted data 903S
Are encrypted by the corresponding encryption key K2. Finally, the encrypted data 902S is added to the partial data group 901 referred to one step before, and these partial data groups 901S
And the encrypted data 902S are encrypted by the corresponding encryption key K2.

【0024】このようにして暗号化が終了した提供デー
タは、データ配送部107によってネットワーク103
を介してデータ利用者側の計算機システム102に転送
される(ステップ709)。この時、同時に図2および
図3のテーブル200,300の内容も転送される。転
送の方法は、共有できる補助記憶装置に保存しておいて
任意に転送してもらうか、予め転送要求を受付けておい
て各利用者に個別に転送する方法などが考えられる。利
用者側の計算機システム102に転送された暗号化提供
データおよびテーブル200,300のデータはデータ
利用者側の補助記憶装置112に記憶される(ステップ
710)。この時点以降は、データ利用者は参照したい
範囲の部分データ群を復号化するための暗号鍵をデータ
提供者からその代金と引替えに取得することができるよ
うになる。
The provided data that has been encrypted in this manner is sent by the data delivery unit 107 to the network 103.
(Step 709). At this time, the contents of the tables 200 and 300 in FIGS. 2 and 3 are also transferred at the same time. As a transfer method, a method of storing the data in a sharable auxiliary storage device and arbitrarily transferring the data, or a method of receiving a transfer request in advance and individually transferring the data to each user can be considered. The encrypted provision data and the data in the tables 200 and 300 transferred to the computer system 102 on the user side are stored in the auxiliary storage device 112 on the data user side (step 710). After this point, the data user can obtain an encryption key for decrypting the partial data group in the range to be referred from the data provider in exchange for the price.

【0025】ここでは、課金額の小さいものを参照後、
課金額の大きいものへと参照できるデータの範囲を順次
拡大していく例を説明する。なお、一定範囲の複数の部
分データ群を始めから参照したい場合は、1回の処理で
複数の暗号鍵を取得する方法も同様に実現することがで
きる。
Here, after referring to the one with the small charge amount,
An example will be described in which the range of data that can be referred to the one with the larger billing amount is sequentially expanded. When it is desired to refer to a plurality of partial data groups in a certain range from the beginning, a method of acquiring a plurality of encryption keys in one process can be similarly realized.

【0026】まず、最初の部分データ群を参照するため
に、データ利用者は端末装置115から鍵リクエスト送
信命令を入力し、鍵リクエスト送信部114によってネ
ットワーク103を介してデータ提供者側に鍵リクエス
トを送信させる(ステップ711)。この際、図3のテ
ーブル300の内容を参照し、参照希望の部分データ群
のID番号を同時に送信する。鍵リクエストを受信した
データ提供者の計算機システム101は、図5のテーブ
ル500から鍵リクエストを受けた部分データ群の課金
額を検索し、その額を図6のテーブル600の累計額格
納エリアのうち鍵リクエストを送信したデータ利用者に
対応する累計学格納エリアの現在の累計額に加算する
(ステップ712)。
First, in order to refer to the first partial data group, the data user inputs a key request transmission command from the terminal device 115, and the key request transmission unit 114 transmits the key request to the data provider via the network 103. Is transmitted (step 711). At this time, referring to the contents of the table 300 in FIG. 3, the ID numbers of the partial data groups desired to be referred to are transmitted at the same time. The data provider's computer system 101 that has received the key request searches the table 500 of FIG. 5 for the billing amount of the partial data group for which the key request has been received, and stores that amount in the total amount storage area of the table 600 of FIG. It is added to the current total amount of the cumulative total storage area corresponding to the data user who transmitted the key request (step 712).

【0027】続いて、リクエストを受けた部分データ群
を暗号化した時の暗号鍵のデータをデータ利用者側に送
信する(ステップ713)。暗号鍵データを受信したデ
ータ利用者側の計算機システム102の復号化処理部1
10は、転送されて来た暗号鍵データを用いて参照希望
の部分データ群を含む暗号データ全体を復号化する(ス
テップ714)。次に、データ出力部111は、部分デ
ータ群が複数の部分データから成っているので、異なる
部分データ群に属する部分データ同士の順序を図2およ
び図3のテーブル200,300の内容を元に再構築す
る(ステップ715)。
Then, the data of the encryption key when the requested partial data group is encrypted is transmitted to the data user (step 713). Decryption processing unit 1 of computer system 102 on the data user side that has received the encryption key data
10 decrypts the entire encrypted data including the partial data group desired to be referenced using the transferred encryption key data (step 714). Next, since the partial data group is composed of a plurality of partial data, the data output unit 111 determines the order of the partial data belonging to different partial data groups based on the contents of the tables 200 and 300 in FIGS. Reconstruct (step 715).

【0028】次に、データ出力部111は、再構築され
たデータが出力可能なフォーマットであるかどうかのチ
ェックを行い(ステップ716)、もし出力可能でない
場合は、この参照処理を実行しようとしたデータ利用者
は該当する部分データの参照が許されている段階にな
い、すなわち該当する部分データより以前に参照してお
かねばならない部分データに対する正規の参照処理をま
だ実行していないと判断し、その旨を端末装置114か
らデータ利用者に通知する(ステップ718)。もし、
データ利用者が引き続き正当な順序での部分データの参
照を行うことによって該当する部分データの参照を希望
する場合は、該当する正当な鍵リクエストの送信を実行
し直す(ステップ719)。不正に該当する部分データ
を参照しようとした場合などのように、正当な順序の処
理をやり直す意志がデータ利用者にない場合は、処理全
体を終了する。
Next, the data output unit 111 checks whether the reconstructed data is in a format that can be output (step 716). If the data cannot be output, the data output unit 111 attempts to execute this reference processing. The data user determines that reference to the relevant partial data is not permitted, that is, that the data user has not yet performed a formal reference process to the partial data that must be referred to before the relevant partial data, This is notified to the data user from the terminal device 114 (step 718). if,
If the data user wishes to refer to the corresponding partial data by continuing to refer to the partial data in a proper order, the corresponding valid key request is transmitted again (step 719). If the data user has no intention to redo the processing in the proper order, such as when trying to refer to the partial data that is illegal, the entire processing ends.

【0029】もしステップ716で出力可能なフォーマ
ットであると判断された場合は、再構築されたデータは
データの利用方法に見合った形で出力される(ステップ
716)。ここで、さらに次の部分データ群を参照する
旨の操作が端末装置114で行われた場合は、ステップ
720からステップ711に戻り、以上の処理を繰返し
行う。これにより、データ提供者が提供するデータ中に
用意されている部分データ群を希望する範囲まで段階的
に順次参照することができる。
If it is determined in step 716 that the data is in a format that can be output, the reconstructed data is output in a form suitable for the method of using the data (step 716). Here, when an operation for referring to the next partial data group is performed on the terminal device 114, the process returns from step 720 to step 711, and the above processing is repeated. Thereby, it is possible to sequentially refer to the partial data group prepared in the data provided by the data provider in a stepwise manner to a desired range.

【0030】すなわち、図3のテーブル300によれ
ば、最初に参照される部分データ群として、部分データ
1,3,6,7が割り当てられており、次の段階に参照
される部分データ群として部分データ2,4,…が割り
当てられているので、正規の参照段階順番に対応する暗
号鍵を取得し、この暗号鍵で提供データを復号した場
合、最初の参照段階1では、図10に白枠で示すよう
に、部分データ1,3,6,7のみが復号されて利用者
に参照可能な形式で出力され、次の参照段階2では、部
分データ2,4がさらに参照可能な形式で出力される。
そして、次の参照段階3では部分データ5がさらに参照
可能な形式で出力される。この繰返しによって部分デー
タ群を希望する範囲まで段階的に順次参照することがで
きる。
That is, according to the table 300 of FIG. 3, the partial data 1, 3, 6, and 7 are assigned as the partial data group to be referred first, and the partial data group to be referred to in the next stage is assigned. Since the partial data 2, 4,... Are allocated, an encryption key corresponding to the regular reference stage order is obtained, and when the provided data is decrypted with this encryption key, in the first reference stage 1, the first reference stage 1 As shown in the frame, only the partial data 1, 3, 6, and 7 are decoded and output in a format that can be referred to by the user. In the next reference step 2, the partial data 2 and 4 are further referenced in a format that can be referred to. Is output.
Then, in the next reference stage 3, the partial data 5 is output in a format that can be further referenced. By this repetition, the partial data group can be sequentially referred to in a desired range in a stepwise manner.

【0031】しかし、部分データ群1を最初に参照せ
ず、次の部分データ群2に対応する暗号鍵で提供データ
を参照しようとした場合、部分データ群1が未だ復号さ
れていないため、部分データ群2を復号することはでき
ない。従って、1段階前の参照処理を不正に省略し、あ
るいはデータ提供者から1段階前の参照処理に対応する
暗号鍵の提供を受けずに、現段階で参照したい部分デー
タを復号化することを防止することが簡単に実現でき
る。
However, if an attempt is made to refer to the provided data with the encryption key corresponding to the next partial data group 2 without first referring to the partial data group 1, the partial data group 1 has not been decrypted yet. Data group 2 cannot be decoded. Therefore, it is necessary to illegally omit the reference process of the previous stage or to decrypt the partial data to be referenced at the current stage without receiving the encryption key corresponding to the reference process of the previous stage from the data provider. Prevention can be easily realized.

【0032】(実施形態2)次に、複数の利用者の間で
データを回覧する際に、その回覧順序を操作するシステ
ムの実施形態について説明する。このようなシステム
は、例えば、企業内で取り交わされている文書におい
て、主任よりも課長、課長よりも部長が先に、すなわち
参照権限順位が上位の者から順に、その文書を読むよう
に強制する必要がある回覧物がある場合に適用する。
(Embodiment 2) Next, a description will be given of an embodiment of a system for operating the circulation order when circulating data among a plurality of users. For example, in such a system, in a document exchanged in a company, the section manager and the section manager precede the chief, that is, the section manager is forced to read the document in order from the person with the highest reference authority. Applies when there is a circular that needs to be done.

【0033】図11は、本実施形態のシステム構成を示
すものであり、801はデータ転送を行うネットワーク
である。802(A),803(B),804(C),
805(X),816(Y)は実施形態1に示した計算
機システム101,102と同様の処理を行う計算機で
ある。807は回覧するデータを入力する入力装置であ
る。808は複数の暗号鍵を記憶しておく補助記憶装置
であり、計算機806(Y)に接続されている。809
は暗号データを記憶し、各利用者からアクセスすること
が可能な共有された補助記憶装置である。
FIG. 11 shows a system configuration according to the present embodiment. Reference numeral 801 denotes a network for performing data transfer. 802 (A), 803 (B), 804 (C),
805 (X) and 816 (Y) are computers that perform the same processing as the computer systems 101 and 102 described in the first embodiment. Reference numeral 807 denotes an input device for inputting data to be circulated. An auxiliary storage device 808 stores a plurality of encryption keys, and is connected to the computer 806 (Y). 809
Is a shared auxiliary storage device that stores encrypted data and can be accessed by each user.

【0034】図12は、本実施形態で回覧される暗号デ
ータの構成を示している。901〜903は異なる利用
者によってそれぞれ参照される回覧データであり、90
1は1番目の回覧対象者、902は2番目の回覧対象
者、903は3番目の回覧対象者によって参照されるデ
ータである。904〜906はそれぞれ1個の暗号鍵で
暗号化されたデータであり、904は1番目の回覧対象
者(例えば、部長)が持つ暗号鍵で暗号化されたデー
タ、905は2番目の回覧対象者(例えば、課長)が持
つ暗号鍵で暗号化されたデータ、906は3番目の回覧
対象者(例えば、主任)が持つ暗号鍵で暗号化されたデ
ータである。ここでは3人分の暗号データの構造を示し
たが、これを任意の人数の回覧対象者のために再帰的に
拡張できる。
FIG. 12 shows the configuration of encrypted data circulated in the present embodiment. Reference numerals 901 to 903 denote circulation data referred to by different users, respectively.
1 is the first circulation target person, 902 is the second circulation target person, and 903 is the data referred to by the third circulation target person. 904 to 906 are data encrypted with one encryption key, 904 is data encrypted with the encryption key of the first circulation target person (for example, manager), and 905 is the second circulation target. 906 is data encrypted with the encryption key of the third person to be circulated (for example, chief). Here, the structure of the encrypted data for three persons is shown, but this can be recursively expanded for an arbitrary number of circulation target persons.

【0035】図13は、本実施形態の処理の流れを示し
たフローチャートである。以下、このフローチャートに
従い、動作を説明する。まず、回覧データの提供者は、
回覧対象者の人数分の暗号鍵を計算機806で作成し、
補助記憶装置808に記憶させる(ステップ100
1)。次に、暗号鍵をそれぞれ1つづつ各利用者の計算
機801〜804に転送する(ステップ1002)。
FIG. 13 is a flowchart showing the flow of the processing of this embodiment. Hereinafter, the operation will be described with reference to this flowchart. First, the provider of the circular data
A computer 806 generates encryption keys for the number of persons to be circulated,
It is stored in the auxiliary storage device 808 (step 100
1). Next, the encryption keys are transferred one by one to the computers 801 to 804 of the respective users (step 1002).

【0036】次にデータ提供者は各回覧対象者に参照さ
せるデータを作成し、入力装置807から計算機805
に入力する(ステップ1003)。ここで、各データは
回覧対象者別に異なるものでもよいし、同一のものでも
よい。また、1人の回覧対象者が参照するデータを複数
の部分データから成る部分データ群としてもよい。ここ
で作成された各データ(部分データ)にはそれぞれ一意
なID番号を割当て、図3と同様のテーブルに部分デー
タ群の登録を行う(ステップ1004)。
Next, the data provider creates data to be referred to each circulation target person, and inputs the data from the input device 807 to the computer 805.
(Step 1003). Here, each data may be different for each circulation target person, or may be the same. Further, data referred to by one circulation target person may be a partial data group including a plurality of partial data. A unique ID number is assigned to each data (partial data) created here, and a partial data group is registered in the same table as in FIG. 3 (step 1004).

【0037】以下、このテーブルの情報を基に、各部分
データ群を順番に暗号化していく。暗号化処理は計算機
806で実行される。まず、最後に参照されるデータ9
03を最後に参照する回覧対象者の持つ暗号鍵で暗号化
する(ステップ1005)。これによって暗号化された
データが図12の906である。次に、この回覧対象者
の1人前に回覧データを参照する回覧対象者が参照する
データと前記暗号データ906と組み合わせる(ステッ
プ1006)。この組合せデータを1人前に回覧データ
を参照する回覧対象者の持つ暗号化鍵で暗号化する(ス
テップ1007)。これによって暗号化されたデータが
図12の905である。
Hereinafter, each partial data group is sequentially encrypted based on the information in this table. The encryption processing is executed by the computer 806. First, the last referenced data 9
03 is encrypted with the encryption key of the circulation target person who refers lastly (step 1005). The data encrypted by this is 906 in FIG. Next, the cipher data 906 is combined with the data referred to by the circulation target who refers to the circulation data immediately before the circulation target person (step 1006). This combination data is encrypted with the encryption key of the circulation target person who refers to the circulation data to one person (step 1007). The data encrypted by this is 905 in FIG.

【0038】以上の操作を全ての部分データ群を暗号化
するまで繰返し実行する(ステップ1008)。各暗号
化処理の順番は、回覧対象者の回覧順と逆順で行われ
る。暗号化処理の終わった暗号データは図3と同様の部
分データ群テーブルの内容と共に補助記憶装置809に
記憶される(ステップ1009)。
The above operation is repeatedly executed until all the partial data groups are encrypted (step 1008). The order of each encryption process is performed in the reverse order of the circulation order of the circulation target person. The encrypted data after the encryption processing is stored in the auxiliary storage device 809 together with the contents of the partial data group table similar to that of FIG. 3 (step 1009).

【0039】以下、回覧対象者によって順番に復号・参
照が実行される。まず、1番目の参照権限順位の回覧対
象者によって、共有された補助記憶装置809から暗号
データ904がネットワーク801を介して計算機80
2(A)に転送される。計算機(A)802で1番目の
回覧対象者(例えば部長)に配布された暗号鍵によって
暗号データを復号化する(ステップ1010)。次に、
図3と同様の部分データ群テーブルに従い、復号化され
た部分データ901を実施形態1と同様に再構築する
(ステップ1011)。ここで、再構築されたデータが
出力可能なフォーマットであるかどうかをチェックし、
出力不可能なフォーマットであれば、この参照処理を実
行した回覧対象者は正しい順序に従った回覧対象者では
ないと判断し、参照処理を中断する(ステップ101
2)。
Hereinafter, decryption and reference are executed in order by the circulation target person. First, the cipher data 904 is shared from the shared auxiliary storage device 809 via the network 801 by the circulation target person of the first reference authority order.
2 (A). The computer (A) 802 decrypts the encrypted data with the encryption key distributed to the first circulation target person (for example, manager) (step 1010). next,
According to the same partial data group table as in FIG. 3, the decrypted partial data 901 is reconstructed in the same manner as in the first embodiment (step 1011). Here, check whether the reconstructed data is in a format that can be output,
If the format cannot be output, it is determined that the circulation target person who executed the reference processing is not a circulation target person in the correct order, and the reference processing is interrupted (step 101).
2).

【0040】逆に、出力可能なフォーマットであれば、
データの利用方法に見合った形で出力する(ステップ1
013)。ここで、復号化されたデータの中に暗号デー
タ905すなわち次の順番の回覧対象者が参照するデー
タが含まれている場合は、その暗号データ部分だけを取
り出し、共有補助記憶装置809に記憶する(ステップ
1015)。以下、各回覧対象者が自分が持っている暗
号鍵で暗号データを復号することで自分が参照可能な部
分データ群を参照する処理を繰り返す。復号化した時点
でその中に暗号データが含まれていない場合は処理を終
了する。
On the other hand, if the output format is available,
Output in a form appropriate for the data usage (Step 1
013). Here, if the decrypted data includes the encrypted data 905, that is, the data to be referenced by the next person to be circulated, only the encrypted data portion is extracted and stored in the shared auxiliary storage device 809. (Step 1015). Hereinafter, each circulation target decrypts the encrypted data with its own encryption key, thereby repeating the process of referring to the partial data group that can be referred to by itself. If the encrypted data is not included at the time of decryption, the processing is terminated.

【0041】従って、回覧データを部長、課長、主任の
順に順番制を維持して参照させるシステムにおいては、
課長が部長より先に自分自身に割り当てられた暗号鍵に
よって復号しようとしても、部長の暗号鍵によってロッ
クされているため、回覧データを復号することができな
くなる。これによって、回覧データを参照する順番制を
確実に維持することができる。
Therefore, in a system in which the circulation data is referred to while maintaining the order system in the order of the general manager, the section manager, and the chief,
Even if the section manager tries to decrypt with the encryption key assigned to himself before the section manager, the section data cannot be decrypted because it is locked by the section manager's encryption key. This makes it possible to reliably maintain the order system for referring to the circulation data.

【0042】このように本実施形態においては、複数の
データ利用者間でデータを中継し、順番に部分データの
参照を許可する場合、第1のデータ利用者によって該当
する参照部分データの復号化・参照処理が実行されて初
めて第2の利用者によって該当する参照部分データの復
号化・参照処理が可能になる。
As described above, in the present embodiment, when data is relayed between a plurality of data users and reference to partial data is permitted in order, decoding of the corresponding reference partial data by the first data user is performed. Only after the reference processing is executed, the decoding and reference processing of the corresponding reference partial data can be performed by the second user.

【0043】従って、データ提供者から第2のデータ利
用者への対応する復号のための暗号鍵の提供は、第1の
データ利用者の参照部分データの復号化・参照処理が実
行済みであるか否かによらず行うことが可能になり、第
1のデータ利用者の参照部分データの復号化・参照処理
の実行をデータ提供者側で確認することが不要となるた
め、第1のデータ利用者と第2のデータ利用者の参照処
理の順番を簡単に確認することができる。
Therefore, in order to provide the corresponding decryption key from the data provider to the second data user, the decryption / reference processing of the reference partial data of the first data user has been executed. Irrespective of whether or not the first data user performs decoding / reference processing of the reference partial data on the data provider side, it is not necessary to confirm the execution of the first data user. The order of the reference processing between the user and the second data user can be easily confirmed.

【0044】[0044]

【発明の効果】以上のように本発明によれば、基本的に
は、回覧データ提供者側装置により提供される複数の部
分データから成る回覧データ集合のうち、回覧データ利
用者側装置の利用者が要求する参照権限順位の特定の部
分データを当該利用者よりも上位の参照権限順位を有す
る全ての利用者が参照済みであることを条件に参照可能
にするために、回覧データ提供者側装置において複数の
部分データから成る回覧データ集合に対して設定された
参照権限順位数と同数の暗号鍵を生成または設定し、回
覧データ利用者側装置に転送しておき、1つの参照権限
順位に対応した特定の部分データに対し、次順位以降の
参照権限の利用者で参照する全ての部分データをその参
照権限順位に対応する暗号鍵で暗号化した暗号化部分デ
ータ集合を追加し、これら特定の部分データと暗号化部
分データ集合とから成るデータ集合を当該参照権限順位
に対応した暗号鍵で暗号化する処理を、参照権限順位数
と同回数行ってデータ集合全体を暗号化し、この暗号化
された回覧データ集合を記憶装置に格納し、回覧データ
利用者側装置において、前記記憶装置に格納された回覧
データ集合を回覧データ利用者からの要求に応じて取得
し、当該利用者の参照権限順位に対応した暗号鍵によっ
て対応する部分データを復号し、データ利用者が参照可
能な形式で出力すると共に、復号した部分データ中に暗
号化部分データが存在する場合には当該暗号化部分デー
タを前記記憶装置に再格納するようにしたので、複数の
回覧データ利用者間で回覧データを中継し、順番に回覧
データの参照を許可する場合、上位の参照権限順位のデ
ータ利用者によって該当する回覧データの復号化・参照
処理が実行された条件でのみ、次の順位の参照権限の利
用者によって該当する回覧データの復号化・参照処理が
可能になる。従って、回覧データ提供者側の処理を煩雑
にすることなく、回覧データ利用者の参照権限順位に応
じた順番で回覧データを参照参照可能にすることができ
る。
As described above, according to the present invention, basically, in the circulation data set composed of a plurality of partial data provided by the circulation data provider side device, the utilization of the circulation data user side device. In order to make it possible to refer to the specified partial data of the reference authority rank requested by the user on condition that all users who have a higher reference authority rank than the relevant user have referred to it, the circulation data provider side The apparatus generates or sets the same number of encryption keys as the number of reference authority ranks set for the circulation data set composed of a plurality of partial data, transfers them to the circulation data user side apparatus, and sets them to one reference authority rank. To the corresponding specific partial data, add an encrypted partial data set in which all the partial data referenced by the user with the reference authority at the next rank and higher are encrypted with the encryption key corresponding to the reference authority rank A process of encrypting a data set composed of the specific partial data and the encrypted partial data set with an encryption key corresponding to the reference authority rank is performed the same number of times as the number of reference authority ranks, and the entire data set is encrypted. The encrypted circulation data set is stored in the storage device, and the circulation data user side device acquires the circulation data set stored in the storage device in response to a request from the circulation data user, and The corresponding partial data is decrypted by the encryption key corresponding to the reference authority order, and the decrypted partial data is output in a format that can be referred to by the data user. If the decrypted partial data includes encrypted partial data, the encrypted partial data is output. Since the data is re-stored in the storage device, when the circulation data is relayed between a plurality of circulation data users and the reference of the circulation data is permitted in order, The decryption / reference processing of the applicable circular data can be performed by the user of the reference authority of the next priority only under the condition that the decryption / reference processing of the relevant circular data is executed by the data user of the reference authority rank. . Therefore, the circulation data can be referred to in an order according to the reference authority of the circulation data user without complicating the processing on the circulation data provider side.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施形態を示すブロック構成図
である。
FIG. 1 is a block diagram showing a first embodiment of the present invention.

【図2】部分データの登録テーブルの構成図である。FIG. 2 is a configuration diagram of a registration table of partial data.

【図3】部分データ群の登録テーブルの構成図である。FIG. 3 is a configuration diagram of a registration table of a partial data group.

【図4】暗号鍵の登録テーブルの構成図である。FIG. 4 is a configuration diagram of an encryption key registration table.

【図5】部分データ群の単価テーブルの構成図である。FIG. 5 is a configuration diagram of a unit price table of a partial data group.

【図6】部分データ群の課金額登録テーブルの構成図で
ある。
FIG. 6 is a configuration diagram of a billing amount registration table of a partial data group.

【図7】第1の実施形態のデータ参照処理手順を示すフ
ローチャートである。
FIG. 7 is a flowchart illustrating a data reference processing procedure according to the first embodiment.

【図8】図7の続きを示すフローチャートである。FIG. 8 is a flowchart showing a continuation of FIG. 7;

【図9】第1の実施形態で使用する暗号データの例を示
す構成図である。
FIG. 9 is a configuration diagram illustrating an example of encrypted data used in the first embodiment.

【図10】第1の実施形態における参照段階別の復号デ
ータの構成図である。
FIG. 10 is a configuration diagram of decoded data for each reference stage according to the first embodiment.

【図11】本発明の第2の実施形態を示すシステム構成
図である。
FIG. 11 is a system configuration diagram showing a second embodiment of the present invention.

【図12】第2の実施形態で使用する暗号データの構成
図である。
FIG. 12 is a configuration diagram of encrypted data used in the second embodiment.

【図13】第2の実施形態におけるデータ参照処理手順
を示すフローチャートである。
FIG. 13 is a flowchart illustrating a data reference processing procedure according to the second embodiment.

【符号の説明】[Explanation of symbols]

101,102…計算機システム、103…ネットワー
ク、104…データ入力部、105…鍵生成部、106
…暗号化処理部、107…データ配送部、108,11
3…補助記憶装置、109…データ受信部、110…復
号化処理部、111…データ出力部、112…鍵リクエ
スト送信部、114…端末装置。
101, 102: Computer system, 103: Network, 104: Data input unit, 105: Key generation unit, 106
... Encryption processing unit, 107 ... Data delivery unit, 108, 11
3 ... Auxiliary storage device, 109 ... Data receiving unit, 110 ... Decryption processing unit, 111 ... Data output unit, 112 ... Key request transmitting unit, 114 ... Terminal device.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 回覧データ提供者側装置により提供され
る複数の部分データから成る回覧データ集合のうち、回
覧データ利用者側装置の利用者が要求する参照権限順位
の特定の部分データを当該利用者よりも上位の参照権限
順位を有する全ての利用者が参照済みであることを条件
に参照可能にする回覧データ参照順の制御方法であっ
て、 回覧データ提供者側装置において複数の部分データから
成る回覧データ集合に対して設定された参照権限順位数
と同数の暗号鍵を生成または設定し、回覧データ利用者
側装置に転送するステップと、 1つの参照権限順位に対応した特定の部分データに対
し、次順位以降の参照権限の利用者で参照する全ての部
分データをその参照権限順位に対応する暗号鍵で暗号化
した暗号化部分データ集合を追加し、これら特定の部分
データと暗号化部分データ集合とから成るデータ集合を
当該参照権限順位に対応した暗号鍵で暗号化する処理
を、参照権限順位数と同回数行ってデータ集合全体を暗
号化し、この暗号化された回覧データ集合を記憶装置に
格納するステップと、 回覧データ利用者側装置において、前記記憶装置に格納
された回覧データ集合を回覧データ利用者からの要求に
応じて取得し、当該利用者の参照権限順位に対応した暗
号鍵によって対応する部分データを復号し、データ利用
者が参照可能な形式で出力すると共に、復号した部分デ
ータ中に暗号化部分データが存在する場合には当該暗号
化部分データを前記記憶装置に再格納するステップと、
を備えることを特徴とする回覧データ参照順の制御方
法。
1. A part of a circulation data set composed of a plurality of partial data provided by a circulation data provider side device, wherein a specific partial data of a reference authority order requested by a user of the circulation data user side device is used. A method of controlling a circulation data reference order in which all users having a higher reference authority rank than a user can refer to the data on condition that the user has already referred to the data. Generating or setting the same number of encryption keys as the number of reference authority ranks set for the circulation data set, and transferring the same to the circulation data user side device; On the other hand, an encrypted partial data set is created by encrypting all the partial data referenced by the user with the reference authority in the subsequent ranks with the encryption key corresponding to the reference authority rank. A process of encrypting a data set composed of specific partial data and an encrypted partial data set with an encryption key corresponding to the reference authority order is performed the same number of times as the number of reference authority orders, and the entire data set is encrypted. Storing the circulated circulation data set in the storage device, and in the circulation data user side device, acquiring the circulation data set stored in the storage device in response to a request from the circulation data user; Decrypts the corresponding partial data using the encryption key corresponding to the reference authority order of the data, outputs the data in a format that can be referred to by the data user, and, if the decrypted partial data includes the encrypted partial data, performs the encryption. Restoring the partial data in the storage device;
A method for controlling the order of circulation data reference, comprising:
【請求項2】 回覧データ提供者側装置により提供され
る複数の部分データから成る回覧データ集合のうち、回
覧データ利用者側装置の利用者が要求する参照権限順位
の特定の部分データを当該利用者よりも上位の参照権限
順位を有する全ての利用者が参照済みであることを条件
に参照可能にする回覧データ参照順制御システムであっ
て、 前記回覧データ提供者側装置は、複数の部分データから
成る回覧データ集合に対して設定された参照権限順位数
と同数の暗号鍵を生成または設定し、回覧データ利用者
側装置に転送する暗号鍵生成手段と、 1つの参照権限順位に対応した特定の部分データに対
し、次順位以降の参照権限の利用者で参照する全ての部
分データをその参照権限順位に対応する暗号鍵で暗号化
した暗号化部分データ集合を追加し、これら特定の部分
データと暗号化部分データ集合とから成るデータ集合を
当該参照権限順位に対応した暗号鍵で暗号化する処理
を、参照権限順位数と同回数行ってデータ集合全体を暗
号化し、この暗号化された回覧データ集合を記憶装置に
格納する暗号化処理手段とを具備し、 前記回覧データ利用者側装置は、前記記憶装置に格納さ
れた回覧データ集合を回覧データ利用者からの要求に応
じて取得し、当該利用者の参照権限順位に対応した暗号
鍵によって対応する部分データを復号し、データ利用者
が参照可能な形式で出力すると共に、復号した部分デー
タ中に暗号化部分データが存在する場合には当該暗号化
部分データを前記記憶装置に再格納する復号化処理手段
を具備することを特徴とする回覧データ参照順制御シス
テム。
2. A circulation data set comprising a plurality of partial data provided by a circulation data provider device and using a specific partial data of a reference authority order requested by a user of the circulation data user device. A circulation data reference order control system that enables reference on condition that all users having a higher reference authority rank than the reference data have been referred to, wherein the circulation data provider side device includes a plurality of partial data Encryption key generating means for generating or setting the same number of encryption keys as the number of reference authority ranks set for the circulation data set consisting of: and transmitting the same to the circulation data user side device, and specifying corresponding to one reference authority rank Adds an encrypted partial data set in which all the partial data referenced by the user with the reference authority following the next rank are encrypted with the encryption key corresponding to the reference authority rank for the partial data of A process of encrypting a data set composed of these specific partial data and an encrypted partial data set with an encryption key corresponding to the reference authority rank is performed the same number of times as the number of reference authority ranks, and the entire data set is encrypted; An encryption processing means for storing the encrypted circulation data set in a storage device, wherein the circulation data user side device requests the circulation data set stored in the storage device from the circulation data user. And decrypts the corresponding partial data with an encryption key corresponding to the reference authority of the user, outputs the data in a format that can be referred to by the data user, and includes the encrypted partial data in the decrypted partial data. Circulating data reference order control system, comprising: decryption processing means for restoring the encrypted partial data in the storage device when the data exists.
【請求項3】 回覧データ提供者側装置により提供され
る複数の部分データから成る回覧データ集合のうち、回
覧データ利用者側装置の利用者が要求する参照権限順位
の特定の部分データを当該利用者よりも上位の参照権限
順位を有する全ての利用者が参照済みであることを条件
に参照可能にする回覧データ参照順の制御方法であっ
て、 回覧データ提供者側装置において複数の部分データから
成る回覧データ集合に対して設定された参照権限順位数
と同数の暗号鍵を生成または設定し、回覧データ利用者
側装置に転送するステップと、 最下位の参照権限順位に対応した特定の部分データを当
該参照権限順位に対応する暗号鍵で暗号化し、該暗号化
部分データに対し、1つ上位の参照権限順位の利用者が
参照可能な部分データを追加し、これらの暗号化部分デ
ータと1つ上位の参照権限順位の部分データとを1つ上
位の参照権限順位に対応する暗号鍵で暗号化する処理
を、最上位の参照権限順位での部分データの暗号化が終
了するまで繰返し、暗号化された回覧データ集合を記憶
装置に格納するステップと、 前記回覧データ利用者側装置において、前記記憶装置に
格納された回覧データ集合を回覧データ利用者からの要
求に応じて取得し、当該利用者の参照権限順位に対応し
た暗号鍵によって対応する部分データを復号し、データ
利用者が参照可能な形式で出力すると共に、復号した部
分データ中に暗号化部分データが存在する場合には当該
暗号化部分データを前記記憶装置に再格納するステップ
と、を備えることを特徴とする回覧データ参照順の制御
方法。
3. A specific partial data of a reference authority order requested by a user of a circulation data user side device among a circulation data set including a plurality of partial data provided by the circulation data provider side device. A method of controlling a circulation data reference order in which all users having a higher reference authority rank than a user can refer to the data on condition that the user has already referred to the data. Generating or setting the same number of encryption keys as the number of reference authority ranks set for the circulation data set, and transferring the same to the circulation data user side device; specific partial data corresponding to the lowest reference authority rank Is encrypted with an encryption key corresponding to the reference authority order, and partial data that can be referred to by a user having the next higher reference authority order is added to the encrypted partial data. The process of encrypting the encrypted partial data and the partial data of the next higher reference authority with the encryption key corresponding to the upper reference authority is performed by encrypting the partial data with the highest reference authority. Storing the circulated data set encrypted in the storage device repeatedly in the storage device, and storing the circulated data set stored in the storage device in response to a request from the circulated data user. And decrypts the corresponding partial data with an encryption key corresponding to the reference authority of the user, outputs the data in a format that can be referred to by the data user, and includes the encrypted partial data in the decrypted partial data. And re-storing the encrypted partial data in the storage device if necessary.
【請求項4】 回覧データ提供者側装置により提供され
る複数の部分データから成る回覧データ集合のうち、回
覧データ利用者側装置の利用者が要求する参照権限順位
の特定の部分データを当該利用者よりも上位の参照権限
順位を有する全ての利用者が参照済みであることを条件
に参照可能にする回覧データ参照順制御システムであっ
て、 前記回覧データ提供者側装置は、複数の部分データから
成る回覧データ集合に対して設定された参照権限順位数
と同数の暗号鍵を生成または設定し、回覧データ利用者
側装置に転送する暗号鍵生成手段と、 最下位の参照権限順位に対応した特定の部分データを当
該参照権限順位に対応する暗号鍵で暗号化し、該暗号化
部分データに対し、1つ上位の参照権限順位の利用者が
参照可能な部分データを追加し、これらの暗号化部分デ
ータと1つ上位の参照権限順位の部分データとを1つ上
位の参照権限順位に対応する暗号鍵で暗号化する処理
を、最上位の参照権限順位での部分データの暗号化が終
了するまで繰返し、暗号化された回覧データ集合を記憶
装置に格納する暗号化処理手段とを具備し、 前記回覧データ利用者側装置は、前記記憶装置に格納さ
れた回覧データ集合を回覧データ利用者からの要求に応
じて取得し、当該利用者の参照権限順位に対応した暗号
鍵によって対応する部分データを復号し、データ利用者
が参照可能な形式で出力すると共に、復号した部分デー
タ中に暗号化部分データが存在する場合には当該暗号化
部分データを前記記憶装置に再格納する復号化処理処理
手段を具備することを特徴とする回覧データ参照順制御
システム。
4. A specific partial data of a reference authority order requested by a user of a circulation data user side device among a circulation data set including a plurality of partial data provided by the circulation data provider side device. A circulation data reference order control system that enables reference on condition that all users having a higher reference authority rank than the reference data have been referred to, wherein the circulation data provider side device includes a plurality of partial data Encryption key generating means for generating or setting the same number of encryption keys as the number of reference authority ranks set for the circulation data set consisting of and transmitting the same to the circulation data user side device, and corresponding to the lowest reference authority rank The specific partial data is encrypted with the encryption key corresponding to the reference authority order, and the partial data that can be referred to by the user of the next higher reference authority order is added to the encrypted partial data. The process of encrypting the encrypted partial data and the partial data having the upper-level reference authority with the encryption key corresponding to the upper-level reference authority is performed by encrypting the partial data with the highest-level reference authority. Encryption processing means for storing the encrypted circulation data set in the storage device repeatedly until the encryption is completed, wherein the circulation data user side device circulates the circulation data set stored in the storage device. Obtained in response to a request from a data user, decrypts the corresponding partial data with an encryption key corresponding to the reference authority of the user, outputs the data in a format that can be referred to by the data user, and decrypts the partial data. A circulation data reference order control system, comprising: a decryption processing means for restoring the encrypted partial data in the storage device when the encrypted partial data exists therein. .
JP11338145A 1999-11-29 1999-11-29 Method and system for controlling circulation data reference order Pending JP2000138667A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11338145A JP2000138667A (en) 1999-11-29 1999-11-29 Method and system for controlling circulation data reference order

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11338145A JP2000138667A (en) 1999-11-29 1999-11-29 Method and system for controlling circulation data reference order

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP6016551A Division JPH07225550A (en) 1994-02-10 1994-02-10 Method and system of multistage referring data

Publications (1)

Publication Number Publication Date
JP2000138667A true JP2000138667A (en) 2000-05-16

Family

ID=18315343

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11338145A Pending JP2000138667A (en) 1999-11-29 1999-11-29 Method and system for controlling circulation data reference order

Country Status (1)

Country Link
JP (1) JP2000138667A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006001268A1 (en) * 2004-06-25 2006-01-05 Justsystems Corporation Document processing device, document reading device, and document processing method
JP2009003697A (en) * 2007-06-21 2009-01-08 Fuji Xerox Co Ltd Access right management device and program
US7484104B2 (en) 2003-03-25 2009-01-27 Fuji Xerox Co., Ltd. Information processor and information processing method for cooperative operation of job processor
JP6128627B1 (en) * 2017-01-18 2017-05-17 株式会社Ictソリューションパートナーズ Encrypted information storage system
JP2018117332A (en) * 2017-04-06 2018-07-26 株式会社Ictソリューションパートナーズ Encrypted information storage system
WO2018135447A1 (en) * 2017-01-18 2018-07-26 株式会社Ictソリューションパートナーズ Encrypted information storage system
JP2022511357A (en) * 2018-11-15 2022-01-31 インターナショナル・ビジネス・マシーンズ・コーポレーション Purpose-specific access control methods and devices based on data encryption

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7484104B2 (en) 2003-03-25 2009-01-27 Fuji Xerox Co., Ltd. Information processor and information processing method for cooperative operation of job processor
WO2006001268A1 (en) * 2004-06-25 2006-01-05 Justsystems Corporation Document processing device, document reading device, and document processing method
JPWO2006001268A1 (en) * 2004-06-25 2008-04-17 株式会社ジャストシステム Document processing apparatus, document browsing apparatus, and document processing method
JP2009003697A (en) * 2007-06-21 2009-01-08 Fuji Xerox Co Ltd Access right management device and program
JP6128627B1 (en) * 2017-01-18 2017-05-17 株式会社Ictソリューションパートナーズ Encrypted information storage system
JP2018117230A (en) * 2017-01-18 2018-07-26 株式会社Ictソリューションパートナーズ Encrypted information storage system
WO2018135447A1 (en) * 2017-01-18 2018-07-26 株式会社Ictソリューションパートナーズ Encrypted information storage system
JP2018117332A (en) * 2017-04-06 2018-07-26 株式会社Ictソリューションパートナーズ Encrypted information storage system
JP2022511357A (en) * 2018-11-15 2022-01-31 インターナショナル・ビジネス・マシーンズ・コーポレーション Purpose-specific access control methods and devices based on data encryption
JP7465043B2 (en) 2018-11-15 2024-04-10 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for purpose-specific access control based on data encryption - Patents.com

Similar Documents

Publication Publication Date Title
JPH07225550A (en) Method and system of multistage referring data
EP0798892B1 (en) Creation and distribution of digital documents
US5509074A (en) Method of protecting electronically published materials using cryptographic protocols
US6240183B1 (en) Security apparatus for data transmission with dynamic random encryption
US7421081B2 (en) Method and apparatus for generating hierarchical keys of digital assets
JP3471654B2 (en) License server, copyright holder system, user system, system, recording medium, and content use control method
EP0695997B1 (en) Methods for providing secure access to shared information
US6721887B2 (en) Data copyright management system
JP4086782B2 (en) Access to broadcast content
DE602004005219T2 (en) METHOD AND DEVICE FOR SECURING CONTENT DELIVERY VIA A COMMUNICATION NETWORK CONTAINING CONTENT KEY
EP1939781A1 (en) Sharing usage rights
US20040064704A1 (en) Secure information display and access rights control
US20040010699A1 (en) Secure data management techniques
WO2006109982A1 (en) License data structure and license issuing method
JPH04100148A (en) Method of preventing malfeasant usage of software in computer network system
WO2010065259A2 (en) Ticket-based implementation of content leasing
JPH09179768A (en) File ciphering system and file deciphering system
EP1638292A2 (en) Digital rights management
CN113901512A (en) Data sharing method and system
JP2000138667A (en) Method and system for controlling circulation data reference order
JP2005209118A (en) Information distributed storage system, overall authentication server device used therefor, authentication server device, distributed storage server device, and information distributed storage method
JP2821204B2 (en) Information service system
JP2004501591A (en) System and method for delivering data
JP2005025553A (en) Data file delivery device, access management device, data file delivery method and program of the same
CN108027850B (en) Electronic system and method for managing digital content related to art

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040126

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040324

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040416

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040709