JP2002111650A - Code processing device, code processing method and recording medium with code processing program recorded thereon - Google Patents

Code processing device, code processing method and recording medium with code processing program recorded thereon

Info

Publication number
JP2002111650A
JP2002111650A JP2000300469A JP2000300469A JP2002111650A JP 2002111650 A JP2002111650 A JP 2002111650A JP 2000300469 A JP2000300469 A JP 2000300469A JP 2000300469 A JP2000300469 A JP 2000300469A JP 2002111650 A JP2002111650 A JP 2002111650A
Authority
JP
Japan
Prior art keywords
information
document
tree structure
node
encryption
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
JP2000300469A
Other languages
Japanese (ja)
Inventor
Daishiro Yokozeki
大子郎 横関
Takahiko Murayama
隆彦 村山
Shuichiro Yamamoto
修一郎 山本
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2000300469A priority Critical patent/JP2002111650A/en
Publication of JP2002111650A publication Critical patent/JP2002111650A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a code processing device and method which enables a coding process (encoding or decoding) of specific partial tree documents of document information having a tree structure, and to provide a recording medium in which the program of the code processing is recorded. SOLUTION: A section processing unit 12 forms an evaluation result holding unit having a same tree structure as a code processing object document in a tree structure information holding unit 13. The authenticity value of the evaluation result holding unit formed in the tree structure information holding unit 13 is initialized as 'False'. Then a branch node processing unit 14 is started to practice the branch node process. When the branch node process is finished, the authenticity value of the evaluation result is evaluated and, in the tree structure information holding unit, the code processing object document corresponding to a partial tree leaf mode with the authenticity value 'True' of the evaluation result is encoded or decoded by a key, determined by a key ID obtained from definition unit information and obtained from the key management unit 5.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、木構造を有する
文書情報の、特定の部分木文書のみを暗号処理可能とす
る暗号処理装置、方法、及びそのプログラムを記録した
記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cryptographic processing apparatus and method for encrypting only a specific subtree document of document information having a tree structure, and a recording medium storing the program.

【0002】[0002]

【従来の技術】近年、文書情報を、HTML(Hyper Te
xt Markup Language )から発展し、その構造を木構造
で表すことが可能なXML(Extensible markup langua
ge)により作成して管理することが盛んである。HTM
LやXMLによる文書情報は、タグと呼ばれる文書の定
義を示すマークを用いて、文書の構造を記述する。特
に、HTMLでは利用できるタグの種類や意味が予め決
まっていたが、XMLでは使用者が独自に定義すること
が可能となった。よって、関連のある企業間でこのタグ
を独自に定義し、企業間のデータ交換を容易に行う工夫
がされている。
2. Description of the Related Art In recent years, document information is stored in HTML (Hyper
XML (Extensible markup language) that evolved from the xt Markup Language (XML) and whose structure can be represented by a tree structure
ge) is very popular. HTM
The document information in L or XML describes the structure of the document using a mark called a tag indicating the definition of the document. In particular, in HTML, the types and meanings of tags that can be used are determined in advance, but in XML, users can define them independently. Therefore, a device has been devised which defines this tag independently between related companies and facilitates data exchange between the companies.

【0003】[0003]

【発明が解決しようとする課題】しかし、ある木構造の
文書を、権限の異なる複数の企業(主体)間を流通させ
る場合、同一文書であっても、主体毎に閲覧可能な情報
は異なる。よって、複数の企業(主体)間で、同一文書
の交換を行う場合、それぞれの主体に関係する部分毎に
情報を暗号化し、木構造文書の閲覧可能な部分を限定す
る必要がある。主体に関係する部分を暗号化するには、
全体の文書情報の中の、該当する文書情報へアクセスし
なければならない。従来、このような、XML等で記述
された木構造を有する文書情報の、任意に必要な文書情
報にアクセスするには、次のような要求があるが、それ
ぞれ以下の問題があった。まず、木構造の内容に応じた
精度の細かいアクセス制御の要求に対し、木構造の要素
単位のアクセス制御ができなかった。更に、アクセス制
御の機構をプログラムを用いて記述した場合、文書の構
造毎に応じたプログラムの記述変更が必要となり、汎用
性に問題があった。また、木構造の要素(ノード)毎に
アクセス権を設定するには、木構造が再帰的な構造を有
するため、文書毎、ノード毎にアクセス権を設定する必
要があり、アクセス権の管理が煩雑になるという問題が
あった。従って、従来は、文書全体に対して暗号化を行
う手段は存在するが、文書の特定の条件を満たす部分の
みにアクセスし、暗号化する手段は存在しなかった。
However, when a document having a tree structure is distributed between a plurality of companies (subjects) having different authorities, even if the document is the same, the information that can be viewed is different for each subject. Therefore, when exchanging the same document between a plurality of companies (subjects), it is necessary to encrypt information for each part related to each subject and to limit the viewable part of the tree structure document. To encrypt the part related to the subject,
It is necessary to access the corresponding document information in the entire document information. Conventionally, there is the following request to access arbitrarily necessary document information of such a document information having a tree structure described in XML or the like, but has the following problems. First, in response to a request for fine-grained access control according to the contents of the tree structure, access control for each element of the tree structure could not be performed. Further, when the access control mechanism is described using a program, the description of the program must be changed according to the structure of the document, and there is a problem in versatility. Further, in order to set the access right for each element (node) of the tree structure, it is necessary to set the access right for each document and each node because the tree structure has a recursive structure. There was a problem that it became complicated. Therefore, conventionally, there is a means for encrypting the entire document, but there is no means for accessing and encrypting only a portion of the document which satisfies a specific condition.

【0004】本発明は、上記問題点に鑑みてなされたも
ので、木構造を有する文書情報の、特定の部分木文書の
みに暗号処理(暗号化、またはその復号化)を可能とす
る暗号処理装置を提供することを目的とする。より具体
的には、木構造を有する情報から、利用者毎の条件を記
述した定義体情報を用いて、定義体で指定された条件を
満たす部分木文書に対して、暗号処理(暗号化、または
その復号化)を行う暗号処理装置、方法、及びそのプロ
グラムを記録した記録媒体を提供することを目的とす
る。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-described problems, and has been made in consideration of the above-described problems. An encryption process (encryption or decryption thereof) of document information having a tree structure can be performed only on a specific subtree document. It is intended to provide a device. More specifically, from information having a tree structure, using a definition body information describing a condition for each user, a subtree document satisfying the condition specified by the definition body is subjected to encryption processing (encryption, encryption, It is an object of the present invention to provide a cryptographic processing apparatus and method for performing the above-mentioned decryption, and a recording medium storing the program.

【0005】[0005]

【課題を解決するための手段】上記問題点を解決するた
めに、本発明は、木構造を有する文書情報の全てもしく
は一部分に、利用者の情報に応じて、該利用者以外に開
示を制限するための、暗号処理(暗号化、またはその復
号化)を施す暗号処理装置であって、与えられた利用者
の情報と文書情報に従い、文書情報を該利用者以外に開
示を制限する文書情報へ変換するために、暗号・復号化
対象の文書に対応した木構造を有し、暗号・復号化する
位置を木構造上のフラグにより特定する定義体情報を、
定義体情報データベースから抽出する定義体情報管理手
段と、定義体情報管理手段で抽出された定義体情報で示
される0個以上の木構造上の特定の位置部分(部分木文
書)を暗号化、もしくは復号化する部分木暗号処理手段
とを設けたことを特徴とする。以上の構成により、定義
体情報を用いることにで簡易に暗号化、もしくは復号化
する文書情報の位置を指定することを可能とする。
In order to solve the above-mentioned problems, the present invention restricts the disclosure of all or a part of document information having a tree structure to other than the user according to the information of the user. Processing device for performing encryption processing (encryption or decryption thereof) for restricting the disclosure of document information to anyone other than the user in accordance with the given user information and document information In order to convert to a document having a tree structure corresponding to the document to be encrypted / decrypted, the definition body information for specifying the position to be encrypted / decrypted by the flag on the tree structure is
Encrypting a specific position part (subtree document) on the tree structure indicated by the definition body information extracted by the definition body information management means and the definition body information extracted by the definition body information management means; Alternatively, a subtree encryption processing means for decrypting is provided. With the above configuration, it is possible to easily specify the position of the document information to be encrypted or decrypted by using the definition body information.

【0006】本発明は、上記暗号処理装置に、部分木暗
号処理手段に対して、暗号化する際に必要な鍵、または
暗号化された文書を復号化する際に必要な鍵を指定する
鍵管理手段を更に設けたことを特徴とする。以上の構成
により、定義体情報で示された文書情報に対して、暗号
化、もしくは復号化を指定された鍵により行うことを可
能とする。
According to the present invention, a key for designating a key required for encryption or a key required for decrypting an encrypted document to the subtree encryption processing means is provided to the cryptographic processing apparatus. A management means is further provided. With the above configuration, it is possible to perform encryption or decryption on the document information indicated by the definition body information using the designated key.

【0007】本発明は、上記暗号処理装置において、部
分木暗号処理手段は、定義体で示される木構造情報に従
い、文書情報の木構造情報を探索し、定義体情報上で暗
号化、もしくは復号化を示すノードに対応する文書情報
上のノードを鍵を用いて暗号化、もしくは復号化を行う
手段を更に設けたことを特徴とする。以上の構成によ
り、定義体情報で示された文書情報に対して、その木構
造に従って暗号化、もしくは復号化を進めることを可能
とする。
According to the present invention, in the above cryptographic processing apparatus, the subtree cryptographic processing means searches the tree structure information of the document information according to the tree structure information indicated by the definition body, and encrypts or decrypts the information on the definition body information. Means for encrypting or decrypting a node on the document information corresponding to the node indicating the encryption using a key. With the above configuration, it is possible to proceed with encryption or decryption of the document information indicated by the definition body information according to the tree structure.

【0008】本発明は、上記暗号処理装置に、定義体情
報管理手段で抽出された定義体情報から、その木構造を
解釈する定義体解釈手段を更に含み、部分木暗号処理手
段は、定義体解釈手段で解釈された定義体情報の木構造
と、文書情報の木構造を比較した結果得られる文書情報
上のノードを、鍵を用いて暗号化、もしくは復号化を行
う手段として、文書情報の木構造に対応して各ノードの
評価結果を保持する領域を備え、初期値として評価結果
に偽値の設定された木構造情報保持手段と、木構造の末
端ノードを葉ノードとし、定義体情報の木構造の指定さ
れた葉ノードの値と文書情報の木構造の指定された葉ノ
ードの値を比較し、両者が一致する場合に、葉ノードの
評価結果として木構造情報保持手段へ真値を記録する葉
ノード処理手段と、処理対象となるノードより下位のノ
ードを子ノードとし、葉ノードを含む子ノードの評価結
果を論理合成し、論理合成した結果を該処理対象となる
ノードの評価結果として木構造情報保持手段へ記録する
枝ノード処理手段と、定義体情報の木構造を構成するノ
ードと同一のノードを文書情報から検索して枝ノード処
理手段を起動し、枝ノード処理手段の評価終了後、該ノ
ードより下の枝に位置する部分木文書の評価を行い、真
値のみを含む部分木のノードに対応した部分文書情報に
対して、鍵を用いて暗号化、または復号化を行うセクシ
ョン処理手段と、セクション処理手段を起動し、すべて
のセクションに対してセクション処理を実行するルール
処理手段とを有することを特徴とする。これにより、文
書情報を利用者以外に開示を制限する文書情報へ変換す
るための変換ルールを記述した定義体情報の木構造と、
文書情報の木構造を比較して、定義体情報で指示された
文書情報の全部あるいは一部に対して、定義体情報で指
示された鍵によりと暗号処理を施すことが可能となる。
According to the present invention, the cryptographic processing apparatus further includes a definition body interpreting means for interpreting a tree structure of the definition body information extracted by the definition body information managing means, wherein the subtree encryption processing means comprises: A node on the document information obtained as a result of comparing the tree structure of the definition body information interpreted by the interpreting means with the tree structure of the document information is used as a means for encrypting or decrypting using the key, A tree structure information holding unit having an area for holding an evaluation result of each node corresponding to the tree structure, a tree structure information holding unit in which an evaluation result is set to a false value as an initial value, and a terminal node of the tree structure being a leaf node; The value of the designated leaf node of the tree structure is compared with the value of the designated leaf node of the tree structure of the document information. If the two match, the true value is sent to the tree structure information holding means as the leaf node evaluation result. Node processing means for recording A node lower than the node to be processed is set as a child node, the evaluation result of the child node including the leaf node is logically synthesized, and the result of the logical synthesis is recorded in the tree structure information holding unit as the evaluation result of the node to be processed. Node node processing means, and the same node as the node constituting the tree structure of the definition body information is searched from the document information, and the branch node processing means is started. A section processing unit that evaluates a subtree document located on a branch and encrypts or decrypts, using a key, partial document information corresponding to a node of the subtree containing only true values, and a section process And a rule processing means for activating the means and executing section processing for all sections. Thereby, a tree structure of the definition body information that describes a conversion rule for converting the document information into document information that restricts disclosure to a user other than the user,
By comparing the tree structure of the document information, all or a part of the document information specified by the definition information can be subjected to encryption processing using the key specified by the definition information.

【0009】本発明は、上記暗号処理装置において、部
分木暗号処理手段は、外部よりの暗号化を指示する信
号、または復号化を指示する信号により、入力された文
書情報に対する暗号化と、暗号化された文書に対する復
号化のどちらを実行するかを決定することを特徴とす
る。以上の構成により、暗号処理装置を、入力された文
書情報に暗号化を施す暗号化装置、または暗号化された
文書情報に復号化を施す復号化装置のどちらにでも使用
することを可能とする。
According to the present invention, in the above-mentioned encryption processing device, the subtree encryption processing means encrypts the input document information by a signal instructing encryption from outside or a signal instructing decryption. It is characterized in that it decides which one of the decryption is to be performed on the decrypted document. With the above configuration, the encryption processing device can be used as either an encryption device that encrypts input document information or a decryption device that decrypts encrypted document information. .

【0010】本発明は、上記暗号処理装置において、定
義体情報は、暗号処理対象とする要素、もしくは値を、
付箋の意味を持つタグと呼ばれる記号により指定する識
別子と、識別子で特定される要素、もしくは値に対し
て、暗号処理の条件を指定する制約条件と、を含むマー
クアップ言語で記述し、マークアップ言語で記述された
文書情報の指定の部分木文書に暗号処理を施すことを特
徴とする。
According to the present invention, in the above-mentioned cryptographic processing apparatus, the definition body information includes an element or a value to be subjected to cryptographic processing,
Markup is described in a markup language that includes an identifier specified by a symbol called a tag having the meaning of a tag, and a constraint condition specifying an encryption processing condition for an element or a value specified by the identifier. A cryptographic process is performed on a specified subtree document of document information described in a language.

【0011】本発明は、上記暗号処理装置において、マ
ークアップ言語は、XML(Extensible markup langua
ge)であることを特徴とする請求項6に記載の暗号処理
装置。
According to the present invention, in the above cryptographic processing device, the markup language is XML (Extensible markup language).
The cryptographic processing device according to claim 6, wherein ge).

【0012】本発明は、木構造を有する文書情報の全て
もしくは一部分に、利用者の情報に応じて、該利用者以
外に開示を制限するための、暗号処理(暗号化、または
その復号化)を施す暗号処理方法であって、与えられた
利用者の情報と文書情報に従い、文書情報を該利用者以
外に開示を制限する文書情報へ変換するために、暗号・
復号化対象の文書に対応した木構造を有し、暗号・復号
化する位置を木構造上のフラグにより特定する定義体情
報を、定義体情報データベースから抽出する処理と、定
義体情報管理処理で抽出された定義体情報で示される0
個以上の木構造上の特定の位置部分(部分木文書)を暗
号化、もしくは復号化する処理とを含むことを特徴とす
る。
According to the present invention, encryption processing (encryption or decryption thereof) for restricting disclosure to all or a part of document information having a tree structure in accordance with user information to a user other than the user. A cryptographic processing method for converting document information into document information whose disclosure is restricted to anyone other than the user in accordance with given user information and document information.
A process of extracting definition body information having a tree structure corresponding to the document to be decrypted and specifying a position to be encrypted / decrypted by a flag on the tree structure from a definition body information database; 0 indicated by the extracted definition body information
And encrypting or decrypting a specific position part (subtree document) on the tree structure.

【0013】本発明は、木構造を有する文書情報の全て
もしくは一部分に、利用者の情報に応じて、該利用者以
外に開示を制限するための、暗号処理(暗号化、または
その復号化)を施す暗号処理方法に用いられるプログラ
ムを記録した記録媒体であって、プログラムは、与えら
れた利用者の情報と文書情報に従い、文書情報を該利用
者以外に開示を制限する文書情報へ変換するために、暗
号・復号化対象の文書に対応した木構造を有し、暗号・
復号化する位置を木構造上のフラグにより特定する定義
体情報を、定義体情報データベースから抽出する処理
と、定義体情報管理処理で抽出された定義体情報で示さ
れる0個以上の木構造上の特定の位置部分(部分木文
書)を暗号化、もしくは復号化する処理とをコンピュー
タに実行させることを特徴とする。
According to the present invention, encryption processing (encryption or decryption thereof) for restricting disclosure to all or a part of document information having a tree structure according to user information to users other than the user. Recording medium for recording a program used in a cryptographic processing method for performing the following, according to a given user information and document information, converting the document information into document information that restricts disclosure to a user other than the user. Therefore, it has a tree structure corresponding to the document to be encrypted / decrypted,
A process of extracting definition body information for specifying a position to be decoded by a flag on the tree structure from a definition body information database, and a process of extracting zero or more tree structures indicated by the definition body information extracted by the definition body information management process And a process for encrypting or decrypting a specific position portion (subtree document).

【0014】[0014]

【発明の実施の形態】以下、図面を参照して本発明の実
施の形態について説明する。まず、図1から図11を用
いて、本発明の実施の形態を説明する。図1は、本発明
の実施の形態の暗号処理装置の構成を説明するブロック
図である。図1において、符号1は、指定された定義体
情報により、入力された文書情報の部分木文書に対し、
暗号化、またはその復号化を行う部分木暗号処理部であ
る。符号2は、外部より入力された暗号処理対象の文書
情報と、利用者のID情報から、定義体情報データベー
スから定義体情報を抽出し、定義体情報の鍵IDを指定
する定義体情報管理部である。符号3は、暗号処理対象
の文書に対応して、定義体情報を予め記録された定義体
情報データベースである。符号4は、指定された定義体
情報の木構造を解釈する定義体解釈処理部である。符号
5は、指定された部分木文書を暗号化する際に必要な公
開鍵、あるいは、それを復号化する際に必要な秘密鍵を
鍵IDに関連づけて管理する鍵管理部である。
Embodiments of the present invention will be described below with reference to the drawings. First, an embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a block diagram illustrating a configuration of a cryptographic processing device according to an embodiment of the present invention. In FIG. 1, reference numeral 1 denotes a subtree document of the input document information according to the specified definition body information.
A subtree encryption processing unit that performs encryption or decryption. Reference numeral 2 denotes a definition body information management unit that extracts definition body information from a definition body information database from document information to be subjected to encryption processing input from outside and user ID information, and specifies a key ID of the definition body information. It is. Reference numeral 3 denotes a definition body information database in which definition body information is recorded in advance corresponding to a document to be subjected to encryption processing. Reference numeral 4 denotes a definition body interpretation processing unit that interprets the tree structure of the specified definition body information. Reference numeral 5 denotes a key management unit that manages a public key required for encrypting a specified subtree document or a secret key required for decrypting the document in association with a key ID.

【0015】また、部分木暗号処理部1は、ルール処理
部11と、セクション処理部12と、木構造情報保持部
13と、枝ノード処理部14と、葉ノード処理部15と
から構成されている。ルール処理部11は、定義体解釈
処理部4より与えられる定義体情報に指定された、暗号
処理を希望する複数の部分木文書に対応して、すべての
部分木の暗号処理が終了するまでセクション処理部12
を呼び出し、入力された部分木を部分木暗号化文書とし
て出力する。セクション処理部12は、木構造情報保持
部13に、複数の要素を記録する構造体記録部を、与え
られた文書情報の木構造と同一の木構造に構成した評価
結果保持部を作成する。また、定義体情報の木構造を構
成するノードと同一のノードを、文書情報から検索して
枝ノード処理部14を起動し、枝ノード処理部14の評
価終了後、該ノードより下の枝に位置する部分木文書の
評価を行う。そして、外部より指示される暗号/復号化
指示信号が暗号化を指示している場合、評価結果に真値
が記録された葉ノードに対応する部分木文書を暗号化す
る。また、外部より指示される暗号/復号化指示信号が
復号化を指示している場合、評価結果に真値が記録され
た葉ノードに対応する部分木文書を復号化する。木構造
情報保持部13は、複数の要素を記録する構造体記録部
から構成される記録部であって、枝ノード処理部14に
おける複数の部分木の評価結果を論理合成して累積して
保持するバッファである。枝ノード処理部14は、木構
造において自分より下の枝に位置する、葉ノードを含む
子ノードの評価結果を論理合成し、木構造情報保持部1
3へ記録する。葉ノード処理部15は、指定された定義
体情報の木構造の末端部分の値と指定された文書情報の
木構造の末端部分の値を比較し、両者が一致する場合
に、真値を葉ノードの評価結果として木構造情報保持部
13へ記録する。
The subtree encryption processing unit 1 includes a rule processing unit 11, a section processing unit 12, a tree structure information holding unit 13, a branch node processing unit 14, and a leaf node processing unit 15. I have. The rule processing unit 11 corresponds to a plurality of subtree documents desired to be subjected to encryption processing specified in the definition body information provided by the definition body interpretation processing unit 4 and performs section processing until encryption processing of all subtrees is completed. Processing unit 12
And outputs the input subtree as a subtree encrypted document. The section processing unit 12 creates an evaluation result holding unit in the tree structure information holding unit 13 in which a structure recording unit that records a plurality of elements has the same tree structure as the tree structure of the given document information. Further, the same node as the node constituting the tree structure of the definition body information is searched from the document information, the branch node processing unit 14 is started, and after the evaluation of the branch node processing unit 14, the branch below the node is added to the branch node processing unit 14. Evaluate the located subtree document. If the encryption / decryption instruction signal externally instructs encryption, the subtree document corresponding to the leaf node whose true value is recorded in the evaluation result is encrypted. When the encryption / decryption instruction signal externally instructs decryption, the partial tree document corresponding to the leaf node whose true value is recorded in the evaluation result is decrypted. The tree structure information holding unit 13 is a recording unit including a structure recording unit that records a plurality of elements. The tree structure information holding unit 13 logically synthesizes, accumulates and holds the evaluation results of the plurality of subtrees in the branch node processing unit 14. Buffer The branch node processing unit 14 logically synthesizes the evaluation results of the child nodes including the leaf nodes, which are located on the lower branch in the tree structure, and generates the tree structure information holding unit 1.
Record to 3. The leaf node processing unit 15 compares the value of the terminal part of the tree structure of the specified definition body information with the value of the terminal part of the tree structure of the specified document information. The result of the node evaluation is recorded in the tree structure information holding unit 13.

【0016】なお、部分木暗号処理部1の木構造情報保
持部13と、更に、定義体情報データベース3と、鍵管
理部5は、それぞれ、ハードディスク装置や光磁気ディ
スク装置、フラッシュメモリ等の不揮発性のメモリや、
CD−ROM等の読み出しのみが可能な記録媒体、RA
M(Random Access Memory)のような揮発性のメモリ、
あるいはこれらの組み合わせによるコンピュータ読み取
り、書き込み可能な記録媒体より構成されるものとす
る。
The tree structure information holding unit 13 of the subtree encryption processing unit 1, the definition body information database 3, and the key management unit 5 are each provided with a non-volatile memory such as a hard disk device, a magneto-optical disk device, or a flash memory. Sexual memory,
A read-only recording medium such as a CD-ROM, RA
Volatile memory such as M (Random Access Memory),
Alternatively, it is configured by a computer-readable and writable recording medium by a combination of these.

【0017】また、部分木暗号処理部1のルール処理部
11と、セクション処理部12と、枝ノード処理部14
と、葉ノード処理部15と、更に、定義体情報管理部2
と、定義体解釈処理部4は、それぞれ、部分木暗号処理
部1、あるいは定義体情報管理部2、定義体解釈処理部
4において、専用のハードウェアにより実現されるもの
であってもよく、また、メモリおよびCPU(中央演算
装置)により構成され、上記の各部の機能を実現するた
めのプログラムをメモリにロードして実行することによ
り、その機能を実現させるものであってもよい。
The rule processing unit 11, the section processing unit 12, and the branch node processing unit 14 of the subtree encryption processing unit 1
, A leaf node processing unit 15 and a definition body information management unit 2
The definition body interpretation processing unit 4 may be realized by dedicated hardware in the subtree encryption processing unit 1, the definition body information management unit 2, and the definition body interpretation processing unit 4, respectively. Further, the function may be realized by loading a program for realizing the function of each unit described above into the memory and executing the program by including a memory and a CPU (Central Processing Unit).

【0018】また、本実施の形態の暗号処理装置には、
周辺機器として入力装置、表示装置等(いずれも図示せ
ず)が接続されるものとする。ここで、入力装置とはキ
ーボード、マウス等の入力デバイスのことをいう。表示
装置とはCRT(Cathode Ray Tube)ディスプレイ装置
や液晶表示装置等のことをいう。
The cryptographic processing device according to the present embodiment includes:
It is assumed that an input device, a display device, and the like (both not shown) are connected as peripheral devices. Here, the input device refers to an input device such as a keyboard and a mouse. The display device refers to a CRT (Cathode Ray Tube) display device, a liquid crystal display device, or the like.

【0019】次に、本発明の実施の形態の動作を図2か
ら図11を用いて説明する。まず、図2から図6を用い
て、暗号処理対象文書と定義体情報のXMLにおける表
現と木構造表現について説明する。図2は、同実施の形
態で説明する暗号処理対象文書の一例を示す模式図であ
り、図3は、木構造情報保持部13に構成された、暗号
処理対象文書の評価結果保持部を説明する模式図であ
る。図2において、<A>や<B>が1つのノード(継
ぎ目)を表し、<A>や</A>等の同一の記号で表さ
れたタグの間に記述された<B>や<C id>のタグ
が、そのノードより下に位置する枝ノード、あるいは葉
ノードを表す。また、図3において、木構造情報保持部
に構成された暗号処理対象文書の評価結果保持部は、構
造体記録部D01からD20が図2に示した各ノードに
対応して配置され、木構造を構成している。また図4
は、セクション処理部12が木構造情報保持部13に作
成した評価結果保持部の記録内容であり、構造体記録部
により暗号処理対象文書へのリンクと評価結果の真偽値
を保持する。更に、図5は、同実施の形態で説明する定
義体情報の一例を示す模式図である。定義体情報では、
暗号化したい部分木文書の一塊りをセクション(<se
ction key>)として表す。本発明の暗号処理
装置は、各セクションのタグ<section_key
>と</section>の間に記述された<C id
>タグの鍵IDにより指定される公開鍵、または秘密鍵
で、その下の葉ノードに対する暗号化、またはその復号
化を行う。鍵IDと使用される鍵との関係は、図6に示
す鍵管理部の記録内容により指定される。また、定義体
情報は、例えば暗号化、またはその復号化を行う部分を
示す識別子「*」と、その暗号処理条件を記述した制約
条件で示される。
Next, the operation of the embodiment of the present invention will be described with reference to FIGS. First, an XML expression and a tree structure expression of a document to be subjected to encryption processing and definition body information will be described with reference to FIGS. FIG. 2 is a schematic diagram showing an example of a document to be encrypted which will be described in the embodiment. FIG. 3 shows a storage unit for storing an evaluation result of the document to be encrypted which is configured in the tree structure information storage unit 13. FIG. In FIG. 2, <A> and <B> represent one node (seam), and <B> and <B> described between tags represented by the same symbol such as <A> and </A>. The tag of <Cid> represents a branch node or a leaf node located below that node. Also, in FIG. 3, the evaluation result holding unit of the document to be subjected to the encryption processing, which is configured in the tree structure information holding unit, has structure recording units D01 to D20 arranged corresponding to the respective nodes shown in FIG. Is composed. FIG. 4
Is the recorded content of the evaluation result holding unit created in the tree structure information holding unit 13 by the section processing unit 12, and the structure recording unit holds the link to the document to be encrypted and the truth value of the evaluation result. FIG. 5 is a schematic diagram showing an example of definition body information described in the embodiment. In the definition body information,
A block (<se
ction key>). The cryptographic processing device of the present invention provides a tag <section_key for each section.
<C id described between> and </ section>
> Encrypt or decrypt the leaf node under the public key or private key specified by the key ID of the tag. The relationship between the key ID and the key to be used is specified by the recorded contents of the key management unit shown in FIG. Further, the definition body information is represented by, for example, an identifier “*” indicating a part to be encrypted or decrypted, and a constraint describing the encryption processing condition.

【0020】以上を踏まえて、図7から図10のフロー
チャートを用いて、部分木暗号処理部1の動作を説明す
る。まず、部分木暗号処理部1には、与えられた利用者
ID情報から決定された鍵IDを持つ定義体情報が定義
体解釈処理部4を介して、木構造の形で与えられている
ものとする。また、文書情報も予め与えられているもの
とする。図7は、部分木暗号処理部1のルール処理部1
1の動作を説明したフローチャートである。まず、ルー
ル処理部11は、セクション処理部12を起動してセク
ション処理を実行する(ステップS1)。1つのセクシ
ョンに対するセクション処理の実行が終了すると、全セ
クションに対して評価を行ったかどうかを判断する(ス
テップS2)。もし、全セクションの評価が終了してい
ない場合、ステップS1へ戻り、次のセクションの評価
を実行する(ステップS2のNO)。もし、全セクショ
ンの評価を終了した場合(ステップS2のYES)、暗
号処理を終了する。
Based on the above, the operation of the subtree encryption processing unit 1 will be described with reference to the flowcharts of FIGS. First, the subtree encryption processing unit 1 is provided with the definition body information having the key ID determined from the given user ID information in the form of a tree structure via the definition body interpretation processing unit 4. And It is also assumed that document information has been given in advance. FIG. 7 shows the rule processing unit 1 of the subtree encryption processing unit 1.
3 is a flowchart illustrating the operation of FIG. First, the rule processing unit 11 activates the section processing unit 12 to execute section processing (step S1). When the execution of the section processing for one section is completed, it is determined whether or not all sections have been evaluated (step S2). If the evaluation of all sections has not been completed, the process returns to step S1 to execute the evaluation of the next section (NO in step S2). If all sections have been evaluated (YES in step S2), the encryption processing ends.

【0021】図8は、部分木暗号処理部1のセクション
処理部12の動作を説明したフローチャートである。ル
ール処理部11から起動されたセクション処理部12
は、まず、定義体情報のタグ<C id>に記述された
鍵IDを取得する(ステップS11)。そして、鍵管理
部5より、暗号化の場合は公開鍵、またはその復号化の
場合は秘密鍵である鍵Kを取得する(ステップS1
2)。次に、木構造情報保持部13に、図3に示した暗
号処理対象文書と同じ木構造を持つ評価結果保持部を作
成する(ステップS13)。作成した木構造情報保持部
13の評価結果保持部の真偽値は”False”に初期
化する(ステップS14)。木構造情報保持部13の初
期化が終了したら、暗号処理対象文書から、<sect
ion_key>と</section>に間の最上位
に記述されたタグと同じ名前の子ノードを暗号処理対象
のセクション1つとして検索する(ステップS15)。
次に、暗号処理対象文書に該当するノードが発見された
か否かを判断し(ステップS16)、もし該当ノードが
発見されなかった場合(ステップS16のNO)、その
まま何もせずにセクション処理を終了する。もし、ステ
ップS16において、該当するノードが発見された場合
(ステップS16のYES)、枝ノード処理部14を起
動して枝ノード処理を実行する(ステップS17)。枝
ノード処理が終了すると、セクションを構成している部
分木文書の暗号化、またはその復号化を行う。外部より
指示される暗号/復号化指示信号の内容を判断し(ステ
ップS18)、もし暗号化を指示されていた場合(ステ
ップS18のYES)、該ノードより下の枝に位置する
ノードの評価結果が真値(True)である部分木の葉
ノードに対応した文書に対して鍵Kを用いて暗号化を行
う(ステップS19)。ステップS18において、もし
復号化を指示されていた場合(ステップS18のN
O)、該ノードより下の枝に位置するノードの評価結果
が真値(True)である部分木の葉ノードに対応した
文書に対して鍵Kを用いて復号化を行う(ステップS2
0)。
FIG. 8 is a flowchart for explaining the operation of the section processing section 12 of the subtree encryption processing section 1. Section processing unit 12 started from rule processing unit 11
First obtains the key ID described in the tag <C id> of the definition body information (step S11). Then, from the key management unit 5, a public key is obtained in the case of encryption, or a key K which is a secret key in the case of decryption is obtained (step S1).
2). Next, an evaluation result holding unit having the same tree structure as the encryption target document shown in FIG. 3 is created in the tree structure information holding unit 13 (step S13). The Boolean value of the created evaluation result holding unit of the tree structure information holding unit 13 is initialized to "False" (step S14). When the initialization of the tree structure information holding unit 13 is completed, <sect>
A child node having the same name as the tag described at the highest level between “ion_key>” and </ section> is searched as one section to be subjected to encryption processing (step S15).
Next, it is determined whether a node corresponding to the document to be encrypted is found (step S16). If the node is not found (NO in step S16), the section processing is terminated without doing anything. I do. If a corresponding node is found in step S16 (YES in step S16), the branch node processing unit 14 is activated to execute branch node processing (step S17). When the branch node processing is completed, the subtree document constituting the section is encrypted or decrypted. The contents of the encryption / decryption instruction signal instructed from the outside are determined (step S18). If the encryption is instructed (YES in step S18), the evaluation result of the node located on the branch below the node is evaluated. Is encrypted using the key K with respect to the document corresponding to the leaf node of the subtree in which is a true value (True) (step S19). If decoding has been instructed in step S18 (N in step S18)
O), decryption is performed using the key K on the document corresponding to the leaf node of the subtree in which the evaluation result of the node located on the branch below the node is a true value (True) (step S2)
0).

【0022】図9は、部分木暗号処理部1の枝ノード処
理部14の動作を説明したフローチャートである。セク
ション処理部12から起動された枝ノード処理部14
は、枝ノード処理部14内に、自分より下に位置する子
ノードの真偽値を保持する真偽値保持部を作成する(ス
テップS21)。真偽値保持部は定義体情報の該当する
枝ノードに記述された子ノードの全種類(名前)に対応
して、その数だけ作成する。作成した真偽値保持部の真
偽値は”False”に初期化する(ステップS2
2)。次に、自分より下に位置する子ノードが、そのノ
ードより下に更に枝を持つ枝ノードであるか、それより
下にノードを持たず、値のみを持つ葉ノードであるかを
判断する(ステップS23)。もし、子ノードがそれよ
り下にノードを持たず、値のみを持つ葉ノードであった
場合(ステップS23のNO)、葉ノード処理部15を
起動して葉ノード処理を実行する(ステップS32)。
葉ノード処理の実行が終了したら、葉ノード処理の結果
を呼び出し元へ返却して(ステップS33)終了する。
もし、子ノードがそれより下にノードを持つ枝ノードで
あった場合(ステップS23のYES)、更に枝ノード
処理を実行する(ステップS24)。ステップS24で
呼び出した枝ノード処理の実行が終了したら、真偽値保
持部から、今処理した子ノードの種類(名前)に対応す
る真偽値を取得し、該枝ノード処理の結果との論理和を
計算し、結果を同じ真偽値保持部へ書き戻す(ステップ
S25)。次に、全ての子ノードに対して評価を行った
否かを判断する(ステップS26)。もし、全ての子ノ
ードに対して評価を終了していない場合、ステップS2
3へ戻り、次の子ノードの評価を実行する(ステップS
26のNO)。もし、全ての子ノードに対して評価が終
了した場合(ステップS26のYES)、全種類(名
前)の子ノードの真偽値保持部が”True”であるか
否かを判断する(ステップS27)。もし、ステップS
27で、全種類(名前)の子ノードの真偽値保持部が”
True”であった場合(ステップS27のYES)、
木構造情報保持部13の該当する枝ノードへ”Tru
e”を設定する(ステップS28)。そして、呼び出し
元へ”True”を返却して(ステップS29)終了す
る。もし、ステップS27で、子ノードの真偽値保持部
のいずれかが”False”であった場合(ステップS
27のNO)、該当する枝ノードへ”False”を設
定する(ステップS30)。そして、呼び出し元へ”F
alse”を返却して(ステップS31)終了する。な
お、定義体情報の該当する枝ノードに記述された子ノー
ドの全種類(名前)と、各子ノードの評価結果の真偽値
を、
FIG. 9 is a flowchart for explaining the operation of the branch node processing unit 14 of the subtree encryption processing unit 1. Branch node processing unit 14 started from section processing unit 12
Creates a boolean value holding unit that holds the boolean value of the child node located below itself in the branch node processing unit 14 (step S21). The true / false value holding units are created in the number corresponding to all types (names) of the child nodes described in the corresponding branch node of the definition body information. The boolean value of the created boolean value holding unit is initialized to "False" (step S2).
2). Next, it is determined whether the child node located below itself is a branch node having more branches below that node, or a leaf node having no value below it and having only a value ( Step S23). If the child node has no value below it and is a leaf node having only a value (NO in step S23), the leaf node processing unit 15 is activated to execute leaf node processing (step S32). .
When the execution of the leaf node processing ends, the result of the leaf node processing is returned to the caller (step S33), and the processing ends.
If the child node is a branch node having a node below it (YES in step S23), branch node processing is further performed (step S24). When the execution of the branch node process called in step S24 is completed, a boolean value corresponding to the type (name) of the currently processed child node is acquired from the boolean value holding unit, and the logical value with the result of the branch node process is obtained. The sum is calculated, and the result is written back to the same true / false value holding unit (step S25). Next, it is determined whether or not all child nodes have been evaluated (step S26). If the evaluation has not been completed for all the child nodes, step S2
3 and evaluate the next child node (step S
26 NO). If the evaluation has been completed for all child nodes (YES in step S26), it is determined whether or not the true / false value holding units of all types (names) of child nodes are “True” (step S27). ). If step S
27, the true / false value holding units of all types (names) of child nodes are "
True "(YES in step S27),
To the corresponding branch node in the tree structure information holding unit 13, “Tru
"e" is set (step S28), and "True" is returned to the caller (step S29), and the process ends.In step S27, one of the true / false value holding units of the child node is set to "False". (Step S
27 (NO), "False" is set to the corresponding branch node (step S30). Then, "F
"alse" is returned (step S31), and the process is terminated. All kinds (names) of the child nodes described in the corresponding branch node of the definition body information and the truth value of the evaluation result of each child node are returned.

【数1】 と表すと、上述の枝ノードの子ノードが、更にそれより
下にノードを持つ枝ノードであった場合の評価処理は次
式で表される。
(Equation 1) When the child node of the above-mentioned branch node is a branch node having a node further below it, the evaluation processing is expressed by the following equation.

【数2】 ここで、上式の論理和はステップS25に、論理積はス
テップS27にそれぞれ対応する。
(Equation 2) Here, the logical sum of the above equation corresponds to step S25, and the logical product corresponds to step S27.

【0023】図10は、部分木暗号処理部1の葉ノード
処理部15の動作を説明したフローチャートである。枝
ノード処理部14から起動された葉ノード処理部15
は、まず、定義体情報の葉ノードに該当する位置に、値
を特定する条件式が設定されているか否かを判断する
(ステップS41)。もし、葉ノードの値を特定する条
件式が設定されていない場合(ステップS41のN
O)、条件は満たされたものとして、条件式の判断ステ
ップS42をパスしてステップS43へ進む。もし、葉
ノードの値を特定する条件式が設定されている場合(ス
テップS41のYES)、葉ノードの持つ値が、定義体
情報に設定された条件式を満たすか否かを判断する(ス
テップS42)。もし、葉ノードの値が条件式を満たさ
ない場合(ステップS42のNO)、該当する葉ノード
に対応する木構造情報保持部13の真偽値を”Fals
e”に設定する(ステップS47)。木構造情報保持部
13の真偽値を設定したら、呼び出し元へ”Fals
e”を返却して(ステップS48)終了する。もし、葉
ノードの値が条件式を満たす場合(ステップS42のY
ES)、定義体情報に識別子が設定されているか否かを
判断する(ステップS43)。ステップS43におい
て、識別子が設定されている場合(ステップS43のY
ES)、該当する葉ノード以下の部分木に対応する木構
造情報保持部13の真偽値を”True”に設定する
(ステップS44)。次に、木構造情報保持部13の真
偽値を設定したら、呼び出し元へ”True”を返却し
て(ステップS45)終了する。ステップS43におい
て、識別子が設定されていない場合(ステップS43の
NO)、該当する葉ノードに対応する木構造情報保持部
13の真偽値を”True”に設定する(ステップS4
6)。次に、木構造情報保持部13の真偽値を設定した
ら、呼び出し元へ”True”を返却して(ステップS
45)終了する。
FIG. 10 is a flowchart for explaining the operation of the leaf node processing unit 15 of the subtree encryption processing unit 1. Leaf node processing unit 15 started from branch node processing unit 14
First, it is determined whether or not a conditional expression for specifying a value is set at a position corresponding to a leaf node of the definition body information (step S41). If the conditional expression for specifying the value of the leaf node is not set (N in step S41)
O) Assuming that the condition is satisfied, the process passes the judgment step S42 of the conditional expression and proceeds to step S43. If the conditional expression for specifying the value of the leaf node is set (YES in step S41), it is determined whether or not the value of the leaf node satisfies the conditional expression set in the definition information (step S41). S42). If the value of the leaf node does not satisfy the conditional expression (NO in step S42), the Boolean value of the tree structure information holding unit 13 corresponding to the leaf node is set to “Fals
e ”(step S47). After setting the Boolean value of the tree structure information holding unit 13, the calling source is set to“ Fals ”.
e "is returned (step S48), and the processing ends. If the value of the leaf node satisfies the conditional expression (Y in step S42).
ES), it is determined whether or not an identifier is set in the definition body information (step S43). If the identifier is set in step S43 (Y in step S43)
ES), the true / false value of the tree structure information holding unit 13 corresponding to the subtree below the corresponding leaf node is set to “True” (step S44). Next, when the truth value of the tree structure information holding unit 13 is set, “True” is returned to the caller (step S45), and the processing ends. If the identifier is not set in step S43 (NO in step S43), the true / false value of the tree structure information holding unit 13 corresponding to the corresponding leaf node is set to “True” (step S4).
6). Next, after setting the truth value of the tree structure information holding unit 13, "True" is returned to the caller (step S
45) End.

【0024】以上説明したように、ルール処理部11か
らセクション処理部12、セクション処理部12から枝
ノード処理部14、、枝ノード処理部14から枝ノード
処理部14、あるいは葉ノード処理部15がそれぞれ起
動され、指定された部分木を評価して呼び出し元へ評価
結果を返却することで、セクション処理部の動作が一回
終了すると、暗号処理対象文書から、暗号処理したい部
分木文書の一塊り(セクション)に対する暗号化文書、
または復号化文書が得られる。ルール処理は、定義体情
報に指定されたセクションの数だけ、暗号処理対象文書
の暗号化、または復号化を繰り返す。図2に示す暗号化
対象文書から得られた暗号化済み文書の一例を図11に
示す。なお、以上の説明では、説明の簡単化のため、暗
号化、または復号化を行う部分は、処理対象のノードよ
り下の枝に位置するノードの評価結果が真値(Tru
e)である部分木の葉ノードとしたが、暗号化、または
復号化は、処理対象のノードより下の枝に位置するノー
ドの評価結果が真値(True)である部分木すべてに
対して行っても良く、暗号化、または復号化する部分文
書情報は葉ノードに限らない。
As described above, the rule processing unit 11 to the section processing unit 12, the section processing unit 12 to the branch node processing unit 14, the branch node processing unit 14 to the branch node processing unit 14, or the leaf node processing unit 15 Each section tree is activated, the specified subtree is evaluated, and the evaluation result is returned to the caller. When the operation of the section processing unit is completed once, a group of subtree documents to be subjected to cryptographic processing is extracted from the document to be cryptographically processed. (Section) encrypted documents,
Or a decrypted document is obtained. In the rule processing, the encryption or decryption of the document to be encrypted is repeated by the number of sections specified in the definition body information. FIG. 11 shows an example of an encrypted document obtained from the document to be encrypted shown in FIG. In the above description, for the sake of simplicity, the portion that performs encryption or decryption has a true value (Tru) as a result of evaluation of a node located on a branch below the processing target node.
e) is a leaf node of the subtree, but encryption or decryption is performed on all subtrees whose evaluation result of a node located on a branch below the processing target node is a true value (True). The partial document information to be encrypted or decrypted is not limited to leaf nodes.

【0025】次に、上述の実施の形態で説明した暗号処
理装置を利用した実施例を、図5、及び図12から図1
3を用いて説明する。本実施例は、複数の企業間で本発
明の暗号処理装置を利用して、情報の配布・流通を行う
場合を説明する。図12は、本実施の形態の実施例を説
明する模式図である。図12(a)において、符号21
は、暗号処理装置を利用した情報配布側である。符号2
11は、暗号処理装置の鍵管理部を示す。鍵管理部で
は、予め情報の受信側が作成した公開鍵が、定義体情報
に記述される鍵IDに関連づけて記録されている。ま
た、図12(b)において、符号22は、暗号処理装置
を利用した情報受信側の企業Bを、符号23は、暗号処
理装置を利用した情報受信側の企業Cを、それぞれ示
す。符号221は、暗号処理装置の鍵管理部Bであっ
て、企業Bの秘密鍵を管理する。符号231は、暗号処
理装置の鍵管理部Cであって、企業Cの秘密鍵を管理す
る。
Next, an embodiment using the cryptographic processing apparatus described in the above embodiment will be described with reference to FIGS.
3 will be described. This embodiment describes a case where information is distributed and distributed between a plurality of companies using the cryptographic processing device of the present invention. FIG. 12 is a schematic diagram illustrating an example of the present embodiment. In FIG.
Is an information distribution side using a cryptographic processing device. Sign 2
Reference numeral 11 denotes a key management unit of the cryptographic processing device. In the key management unit, a public key created in advance by the information receiving side is recorded in association with the key ID described in the definition body information. In FIG. 12B, reference numeral 22 denotes a company B on the information receiving side using the cryptographic processing device, and reference numeral 23 denotes a company C on the information receiving side using the cryptographic processing device. Reference numeral 221 denotes a key management unit B of the cryptographic processing device, which manages a secret key of the company B. Reference numeral 231 denotes a key management unit C of the cryptographic processing device, which manages a secret key of the company C.

【0026】今、情報を配布するものが、暗号処理装置
21へ、文書情報と情報の配布先である企業Bと企業C
のID情報を入力し暗号化指示を行うと、図5に示す定
義体情報の”%USER_NAME%”に企業B、また
は企業CのID情報から指定される鍵IDが使用され、
入力された文書の暗号化が行われる。暗号化の処理で
は、鍵管理部211からそれぞれの企業の鍵IDに対応
した公開鍵が取得され、暗号処理装置21からは、企業
B、企業Cに対する個別の部分木文書に、それぞれの公
開鍵で暗号化を施した暗号化文書が得られる。次に、情
報受信側である企業Bでは、暗号処理装置B22へ、本
暗号化文書と企業BのID情報を入力し復号化指示を行
うと、図13(a)に示す定義体情報が使用されて入力
された暗号化文書の復号化が行われる。図13(a)に
示す定義体情報には、入力された企業BのID情報によ
り、企業Bの鍵IDが指定されており、鍵管理部B22
1から企業Bの秘密鍵が取得され、企業Bに対する個別
の部分木文書の復号化された復号化文書が得られる。同
様に、情報受信側である企業Cでは、暗号処理装置C2
3へ、本暗号化文書と企業CのID情報を入力し復号化
指示を行うと、図13(b)に示す定義体情報が使用さ
れて入力された暗号化文書の復号化が行われる。図13
(b)に示す定義体情報には、入力された企業CのID
情報により、企業Cの鍵IDが指定されており、鍵管理
部C231から企業Cの秘密鍵が取得され、企業Cに対
する個別の部分木文書の復号化された復号化文書が得ら
れる。
Now, the information is distributed to the cryptographic processing unit 21 by the company B and the company C to which the document information and the information are distributed.
When the ID is input and the encryption is instructed, the key ID specified from the ID information of the company B or the company C is used for “% USER_NAME%” of the definition body information shown in FIG.
The input document is encrypted. In the encryption process, the public key corresponding to the key ID of each company is obtained from the key management unit 211, and the public key corresponding to each of the company B and the company C To obtain an encrypted document. Next, when the company B, which is the information receiving side, inputs the encrypted document and the ID information of the company B to the encryption processing device B22 and issues a decryption instruction, the definition body information shown in FIG. Then, the input encrypted document is decrypted. In the definition body information shown in FIG. 13A, the key ID of the company B is specified by the input ID information of the company B, and the key management unit B22
1, the private key of the company B is obtained, and a decrypted document obtained by decrypting the individual subtree document for the company B is obtained. Similarly, in the company C on the information receiving side, the encryption processing device C2
When the encrypted document and the ID information of the company C are input to 3 and a decryption instruction is issued, the input encrypted document is decrypted using the definition body information shown in FIG. FIG.
In the definition body information shown in FIG.
The information specifies the key ID of the company C, obtains the secret key of the company C from the key management unit C231, and obtains a decrypted document obtained by decrypting the individual subtree document for the company C.

【0027】また、上述の実施の形態で説明した暗号処
理装置、及び実施例で説明した暗号処理装置、暗号処理
装置B、暗号処理装置Cは、それぞれ、その機能を実現
するためのプログラムを、コンピュータ読みとり可能な
記録媒体に記録して、この記録媒体に記録されたプログ
ラムをコンピュータシステムに読み込ませ、実行するこ
とにより、上述の各装置における機能を実現しても良
い。
Each of the cryptographic processing apparatuses described in the above embodiments and the cryptographic processing apparatuses, the cryptographic processing apparatuses B and C described in the embodiments has a program for realizing its function. The functions of the above-described devices may be realized by recording the program on a computer-readable recording medium and causing the computer system to read and execute the program recorded on the recording medium.

【0028】ここで、上記「コンピュータシステム」と
は、OSや周辺機器等のハードウェアを含み、さらにW
WW(World Wide Web)システムを利用
している場合であれば、ホームページ提供環境(あるい
は表示環境)も含むものとする。また、「コンピュータ
読みとり可能な記録媒体」とは、フロッピー(登録商
標)ディスク、光磁気ディスク、ROM、CD−ROM
等の可搬媒体、コンピュータシステムに内蔵されるハー
ドディスク等の記憶装置のことをいう。更に、「コンピ
ュータ読みとり可能な記録媒体」とは、インターネット
等のコンピュータネットワークや電話回線等の通信回線
を介してプログラムを送出する場合のように、短時間の
間、動的にプログラムを保持するもの(伝送媒体もしく
は伝送波)、その場合のサーバやクライアントとなるコ
ンピュータシステム内部の揮発性メモリのように、一定
時間プログラムを保持しているものも含むものとする。
Here, the “computer system” includes an OS and hardware such as peripheral devices.
If a WW (World Wide Web) system is used, a homepage providing environment (or display environment) is also included. The "computer-readable recording medium" is a floppy (registered trademark) disk, a magneto-optical disk, a ROM, a CD-ROM.
And a storage device such as a hard disk built in a computer system. Further, a “computer-readable recording medium” refers to a medium that dynamically stores a program for a short time, such as when a program is transmitted through a computer network such as the Internet or a communication line such as a telephone line. (Transmission medium or transmission wave), in which case a program holding a program for a certain period of time, such as a volatile memory in a computer system serving as a server or a client, is also included.

【0029】また、上記プログラムは、前述した機能の
一部を実現するためのものであっても良く、更に前述し
た機能をコンピュータシステムに既に記憶されているプ
ログラムとの組み合わせで実現できるもの、いわゆる差
分ファイル(差分プログラム)であっても良い。
Further, the above-mentioned program may be for realizing a part of the above-mentioned functions, and may be for realizing the above-mentioned functions in combination with a program already stored in the computer system, so-called, It may be a difference file (difference program).

【0030】なお、上述の実施例では、企業間で暗号化
文書といっしょに、上記「コンピュータ読みとり可能な
媒体」に記録されたプログラムを配布・流通することに
より、企業間の文書配布・流通システムを構築しても良
い。
In the above-described embodiment, a program recorded on the "computer-readable medium" is distributed / distributed together with the encrypted document between the companies, whereby a document distribution / distribution system between the companies is provided. May be constructed.

【0031】[0031]

【発明の効果】以上の如く本発明によれば、木構造を有
する文書情報の全てもしくは一部分に、利用者の情報に
応じて、該利用者以外に開示を制限するための、暗号処
理(暗号化、またはその復号化)を施す暗号処理装置に
含まれる部分木暗号処理手段に、文書情報の木構造に対
応して各ノードの評価結果を保持する領域を備え、初期
値として評価結果に偽値の設定された木構造情報保持手
段と、木構造の末端ノードを葉ノードとし、定義体情報
の木構造の指定された葉ノードの値と文書情報の木構造
の指定された葉ノードの値を比較し、両者が一致する場
合に、葉ノードの評価結果として木構造情報保持手段へ
真値を記録する葉ノード処理手段と、処理対象となるノ
ードより下位のノードを子ノードとし、葉ノードを含む
子ノードの評価結果を論理合成し、論理合成した結果を
該処理対象となるノードの評価結果として木構造情報保
持手段へ記録する枝ノード処理手段と、定義体情報の木
構造を構成するノードと同一のノードを文書情報から検
索して枝ノード処理手段を起動し、枝ノード処理手段の
評価終了後、該ノードより下の枝に位置する部分木文書
の評価を行い、真値のみを含む部分木のノードに対応し
た文書に対して、指定された鍵を用いて暗号化、または
復号化を行うセクション処理手段と、セクション処理手
段を起動し、すべてのセクションに対してセクション処
理を実行するルール処理手段とを設けた。これにより、
文書情報を利用者以外に開示を制限する文書情報へ変換
するための変換ルールを記述した定義体情報の木構造
と、文書情報の木構造を比較して、定義体情報で指示さ
れた文書情報の全部あるいは一部に対して、定義体情報
で指示された鍵によりと暗号処理を施すことが可能とな
る。
As described above, according to the present invention, encryption processing (encryption processing) for restricting disclosure to all or a part of document information having a tree structure according to information of a user other than the user. The subtree cryptographic processing means included in the cryptographic processing device that performs the encryption or decryption thereof has an area for holding the evaluation result of each node corresponding to the tree structure of the document information, and the evaluation result is set to false as an initial value. A tree structure information holding unit having a set value, a leaf node at a terminal node of the tree structure, and a value of a designated leaf node of the tree structure of the definition body information and a value of a designated leaf node of the tree structure of the document information And a leaf node processing unit that records a true value in the tree structure information holding unit as a leaf node evaluation result when both match, and a node lower than the processing target node is set as a child node. Evaluation of child nodes containing Node processing means for logically synthesizing the result, and recording the result of the logical synthesis in the tree structure information holding means as an evaluation result of the node to be processed, and the same node as the node constituting the tree structure of the definition body information as a document Retrieve from information, activate branch node processing means, and after completion of evaluation by the branch node processing means, evaluate subtree documents located in branches below the node and correspond to nodes of subtrees containing only true values Section processing means for encrypting or decrypting a document obtained by using a designated key, and rule processing means for activating the section processing means and executing section processing for all sections. Was. This allows
Compares the tree structure of the definition information with the conversion rule for converting the document information into document information that restricts disclosure to anyone other than the user, and the document information specified by the definition information by comparing the tree structure of the document information Can be subjected to encryption processing on all or a part of the key by the key specified by the definition body information.

【0032】また、本発明は、上記暗号処理装置におい
て、部分木暗号処理手段は、外部よりの暗号化を指示す
る信号、または復号化を指示する信号により、入力され
た文書情報に対する暗号化と、暗号化された文書に対す
る復号化のどちらを実行するかを決定する構成とした。
これにより、暗号処理装置を、入力された文書情報に暗
号化を施す暗号化装置、または暗号化された文書情報に
復号化を施す復号化装置のどちらにでも使用することが
可能となる。従って、XML等で記述された木構造を有
する文書情報の、主体に関係する部分の文書情報にアク
セスし、暗号処理を施す場合に、従来の問題点であっ
た、アクセス制御の機構を文書の構造毎に応じたプログ
ラムで記述する必要がなくなり、また、木構造の要素
(ノード)毎にアクセス権を設定する必要がなくなると
いう効果が得られ、木構造の内容に応じた精度の細かい
木構造の要素単位のアクセス制御が可能となり、文書の
特定の条件を満たす部分のみにアクセスし、暗号化、ま
たは復号化することができるという効果が得られる。
Further, according to the present invention, in the above-mentioned cryptographic processing apparatus, the subtree cryptographic processing means performs encryption on the input document information by a signal for instructing encryption from outside or a signal for instructing decryption. It is configured to determine which of the decryption of the encrypted document is to be executed.
This makes it possible to use the encryption processing device as either an encryption device that encrypts input document information or a decryption device that decrypts encrypted document information. Therefore, when the document information of the part related to the subject in the document information having the tree structure described in XML or the like is accessed and the encryption process is performed, the access control mechanism, which is a conventional problem, is added to the document. This eliminates the need to write a program according to each structure, and eliminates the need to set access rights for each element (node) of the tree structure. The access control can be performed on an element-by-element basis, so that only a portion of the document that satisfies a specific condition can be accessed and encrypted or decrypted.

【0033】[0033]

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

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

【図2】 同実施の形態で説明する暗号化対象文書の一
例を示す模式図である。
FIG. 2 is a schematic diagram showing an example of an encryption target document described in the embodiment.

【図3】 木構造情報保持部に構成された、暗号化対象
文書の評価結果保持部を説明する模式図である。
FIG. 3 is a schematic diagram for explaining an evaluation result holding unit for a document to be encrypted, which is configured in a tree structure information holding unit.

【図4】 評価結果保持部の記録内容の一例を説明する
模式図である。
FIG. 4 is a schematic diagram illustrating an example of recorded contents of an evaluation result holding unit.

【図5】 同実施の形態で説明する定義体情報の一例を
示す模式図である。
FIG. 5 is a schematic diagram showing an example of definition body information described in the embodiment.

【図6】 鍵管理部の記録内容の一例を説明する模式図
である。
FIG. 6 is a schematic diagram illustrating an example of recorded contents of a key management unit.

【図7】 同実施の形態のルール処理部の動作を説明す
るフローチャートである。
FIG. 7 is a flowchart illustrating an operation of a rule processing unit according to the embodiment.

【図8】 同実施の形態のセクション処理部の動作を説
明するフローチャートである。
FIG. 8 is a flowchart illustrating an operation of a section processing unit according to the embodiment.

【図9】 同実施の形態の枝ノード処理部の動作を説明
するフローチャートである。
FIG. 9 is a flowchart illustrating an operation of a branch node processing unit according to the embodiment;

【図10】 同実施の形態の葉ノード処理部の動作を説
明するフローチャートである。
FIG. 10 is a flowchart illustrating an operation of a leaf node processing unit according to the embodiment.

【図11】 同実施の形態で説明する暗号化済み文書の
一例を示す模式図である。
FIG. 11 is a schematic diagram showing an example of an encrypted document described in the embodiment.

【図12】 同実施の形態の実施例を説明する模式図で
ある。
FIG. 12 is a schematic diagram illustrating an example of the same embodiment.

【図13】 同実施例で説明する、情報受信側の定義体
情報を説明する模式図である。
FIG. 13 is a schematic diagram illustrating definition body information on the information receiving side described in the embodiment.

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

1 部分木暗号処理部 2 定義体情報管理部 3 定義体情報データベース 4 定義体解釈処理部 5 鍵管理部 11 ルール処理部 12 セクション処理部 13 木構造情報保持部 14 枝ノード処理部 15 葉ノード処理部 21 暗号処理装置 22 暗号処理装置B 23 暗号処理装置C 211 鍵管理部 221 鍵管理部B 231 鍵管理部C DESCRIPTION OF SYMBOLS 1 Subtree encryption processing part 2 Definition body information management part 3 Definition body information database 4 Definition body interpretation processing part 5 Key management part 11 Rule processing part 12 Section processing part 13 Tree structure information holding part 14 Branch node processing part 15 Leaf node processing Unit 21 cryptographic processing device 22 cryptographic processing device B 23 cryptographic processing device C 211 key management unit 221 key management unit B 231 key management unit C

───────────────────────────────────────────────────── フロントページの続き (72)発明者 山本 修一郎 東京都千代田区大手町二丁目3番1号 日 本電信電話株式会社内 Fターム(参考) 5B009 TB13 5B017 AA03 BA07 CA15 CA16 5B082 EA11 GA11 5J104 AA16 AA33 AA37 CA02 DA02 EA04 EA26 NA02 NA05 PA14 ────────────────────────────────────────────────── ─── Continuing from the front page (72) Inventor Shuichiro Yamamoto 2-3-1 Otemachi, Chiyoda-ku, Tokyo F-term in Nippon Telegraph and Telephone Corporation (reference) 5B009 TB13 5B017 AA03 BA07 CA15 CA16 5B082 EA11 GA11 5J104 AA16 AA33 AA37 CA02 DA02 EA04 EA26 NA02 NA05 PA14

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 木構造を有する文書情報の全てもしくは
一部分に、利用者の情報に応じて、該利用者以外に開示
を制限するための、暗号処理(暗号化、またはその復号
化)を施す暗号処理装置であって、 与えられた利用者の情報と前記文書情報に従い、前記文
書情報を該利用者以外に開示を制限する文書情報へ変換
するために、暗号・復号化対象の文書に対応した木構造
を有し、暗号・復号化する位置を木構造上のフラグによ
り特定する定義体情報を、定義体情報データベースから
抽出する定義体情報管理手段と、 前記定義体情報管理手段で抽出された前記定義体情報で
示される0個以上の木構造上の特定の位置部分(部分木
文書)を暗号化、もしくは復号化する部分木暗号処理手
段と、 を設けたことを特徴とする暗号処理装置。
1. An encryption process (encryption or decryption thereof) for restricting disclosure to a user other than the user according to the information of the user, on all or a part of the document information having a tree structure. A cryptographic processing apparatus, which converts a document according to a given user information and the document information into document information whose disclosure is restricted to a user other than the user. A definition body information management unit that extracts from a definition body information database definition body information that specifies a position to be encrypted / decrypted by a flag on the tree structure, and that has been extracted by the definition body information management unit. Encryption processing means for encrypting or decrypting a specific position part (subtree document) in the zero or more tree structure indicated by the definition body information. apparatus.
【請求項2】 前記部分木暗号処理手段に対して、暗号
化する際に必要な鍵、または暗号化された文書を復号化
する際に必要な鍵を指定する鍵管理手段を更に設けたこ
とを特徴とする請求項1に記載の暗号処理装置。
2. The apparatus according to claim 1, further comprising a key management unit for designating a key required for encryption or a key required for decrypting an encrypted document. The cryptographic processing device according to claim 1, wherein:
【請求項3】 前記部分木暗号処理手段は、 前記定義体で示される木構造情報に従い、前記文書情報
の木構造情報を探索し、定義体情報上で暗号化、もしく
は復号化を示すノードに対応する文書情報上のノードを
前記鍵を用いて暗号化、もしくは復号化を行う手段を更
に設けたことを特徴とする請求項2に記載の暗号処理装
置。
3. The subtree encryption processing means searches for tree structure information of the document information according to the tree structure information indicated by the definition field, and searches the node indicating encryption or decryption on the definition field information. 3. The apparatus according to claim 2, further comprising means for encrypting or decrypting a node on the corresponding document information using the key.
【請求項4】 前記暗号処理装置は、 前記定義体情報管理手段で抽出された前記定義体情報か
ら、その木構造を解釈する定義体解釈手段を更に含み、 前記部分木暗号処理手段は、前記定義体解釈手段で解釈
された前記定義体情報の木構造と、前記文書情報の木構
造を比較した結果得られる文書情報上のノードを、前記
鍵を用いて暗号化、もしくは復号化を行う手段として、 前記文書情報の木構造に対応して各ノードの評価結果を
保持する領域を備え、 初期値として前記評価結果に偽値の設定された木構造情
報保持手段と、 木構造の末端ノードを葉ノードとし、前記定義体情報の
木構造の指定された葉ノードの値と前記文書情報の木構
造の指定された葉ノードの値を比較し、両者が一致する
場合に、前記葉ノードの評価結果として前記木構造情報
保持手段へ真値を記録する葉ノード処理手段と、 処理対象となるノードより下位のノードを子ノードと
し、前記葉ノードを含む子ノードの評価結果を論理合成
し、論理合成した結果を該処理対象となるノードの評価
結果として前記木構造情報保持手段へ記録する枝ノード
処理手段と、 前記定義体情報の木構造を構成するノードと同一のノー
ドを前記文書情報から検索して前記枝ノード処理手段を
起動し、枝ノード処理手段の評価終了後、該ノードより
下の枝に位置する部分木文書の評価を行い、真値のみを
含む部分木のノードに対応した部分文書情報に対して、
前記鍵を用いて暗号化、または復号化を行うセクション
処理手段と、 前記セクション処理手段を起動し、すべてのセクション
に対して前記セクション処理を実行するルール処理手段
と、 を有することを特徴とする請求項3に記載の暗号処理装
置。
4. The cryptographic processing apparatus further comprises: a definition body interpreting means for interpreting a tree structure of the definition body information extracted by the definition body information managing means; Means for encrypting or decrypting a node on the document information obtained as a result of comparing the tree structure of the definition body information interpreted by the definition body interpreting means with the tree structure of the document information using the key A tree structure information holding unit in which an evaluation result of each node is held in correspondence with the tree structure of the document information, and a tree structure information holding unit in which the evaluation result is set to a false value as an initial value; Comparing the value of the designated leaf node in the tree structure of the definition information with the value of the designated leaf node in the tree structure of the document information; As a result the tree structure Leaf node processing means for recording a true value in the report holding means; a node lower than the node to be processed as a child node; logically synthesizing the evaluation results of the child nodes including the leaf node; A branch node processing unit that records in the tree structure information holding unit as an evaluation result of a node to be processed; and a branch node that searches the same node as a node configuring the tree structure of the definition body information from the document information. After the processing means is started and the evaluation of the branch node processing means is completed, the subtree document located on the branch below the node is evaluated, and the partial document information corresponding to the node of the subtree including only the true value is evaluated. ,
Section processing means for performing encryption or decryption using the key; and rule processing means for activating the section processing means and executing the section processing for all sections. The cryptographic processing device according to claim 3.
【請求項5】 前記部分木暗号処理手段は、 外部よりの暗号化を指示する信号、または復号化を指示
する信号により、入力された文書情報に対する暗号化
と、暗号化された文書に対する復号化のどちらを実行す
るかを決定することを特徴とする請求項1から請求項4
のいずれかに記載の暗号処理装置。
5. The subtree encryption processing means encrypts input document information and decrypts an encrypted document by a signal instructing encryption from outside or a signal instructing decryption. 5. The method according to claim 1, further comprising determining which of the following is executed.
The cryptographic processing device according to any one of the above.
【請求項6】 前記定義体情報は、 暗号処理対象とする要素、もしくは値を、付箋の意味を
持つタグと呼ばれる記号により指定する識別子と、 識別子で特定される要素、もしくは値に対して、暗号処
理の条件を指定する制約条件と、 を含むマークアップ言語で記述し、 マークアップ言語で記述された前記文書情報の指定の部
分木文書に暗号処理を施すことを特徴とする請求項1か
ら請求項5のいずれかに記載の暗号処理装置。
6. The definition body information includes: an identifier for specifying an element or a value to be subjected to encryption processing by a symbol called a tag having a tag meaning; and an element or value specified by the identifier. 2. A description is given in a markup language including: a constraint condition for specifying a condition for encryption processing; and performing encryption processing on a specified subtree document of the document information described in markup language. The cryptographic processing device according to claim 5.
【請求項7】 前記マークアップ言語は、 XML(Extensible markup language)であることを特
徴とする請求項6に記載の暗号処理装置。
7. The apparatus according to claim 6, wherein the markup language is XML (Extensible markup language).
【請求項8】 木構造を有する文書情報の全てもしくは
一部分に、利用者の情報に応じて、該利用者以外に開示
を制限するための、暗号処理(暗号化、またはその復号
化)を施す暗号処理方法であって、 与えられた利用者の情報と前記文書情報に従い、前記文
書情報を該利用者以外に開示を制限する文書情報へ変換
するために、暗号・復号化対象の文書に対応した木構造
を有し、暗号・復号化する位置を木構造上のフラグによ
り特定する定義体情報を、定義体情報データベースから
抽出する処理と、 前記定義体情報管理処理で抽出された前記定義体情報で
示される0個以上の木構造上の特定の位置部分(部分木
文書)を暗号化、もしくは復号化する処理と、を含むこ
とを特徴とする暗号処理方法。
8. An encryption process (encryption or decryption thereof) for restricting disclosure to all or a part of document information having a tree structure according to information of a user in accordance with the information of the user. An encryption processing method, according to a given user information and said document information, for converting said document information into document information whose disclosure is restricted to other users, corresponding to a document to be encrypted / decrypted. Extracting, from a definition body information database, definition body information that specifies a position to be encrypted / decrypted by a flag on the tree structure; and the definition body extracted in the definition body information management process. A process of encrypting or decrypting a specific position part (subtree document) on the tree structure of zero or more indicated by the information.
【請求項9】 木構造を有する文書情報の全てもしくは
一部分に、利用者の情報に応じて、該利用者以外に開示
を制限するための、暗号処理(暗号化、またはその復号
化)を施す暗号処理方法に用いられるプログラムを記録
した記録媒体であって、 前記プログラムは、 与えられた利用者の情報と前記文書情報に従い、前記文
書情報を該利用者以外に開示を制限する文書情報へ変換
するために、暗号・復号化対象の文書に対応した木構造
を有し、暗号・復号化する位置を木構造上のフラグによ
り特定する定義体情報を、定義体情報データベースから
抽出する処理と、 前記定義体情報管理処理で抽出された前記定義体情報で
示される0個以上の木構造上の特定の位置部分(部分木
文書)を暗号化、もしくは復号化する処理と、をコンピ
ュータに実行させるコンピュータ読み取り可能な記録媒
体。
9. All or a part of document information having a tree structure is subjected to an encryption process (encryption or decryption thereof) for restricting disclosure to a user other than the user according to information of the user. A recording medium recording a program used for an encryption processing method, wherein the program converts the document information into document information that restricts disclosure to a user other than the user according to given user information and the document information. A tree structure corresponding to the document to be encrypted / decrypted, and a process of extracting definition body information specifying a position to be encrypted / decrypted by a flag on the tree structure from a definition body information database; Encrypting or decrypting a specific position part (subtree document) on the zero or more tree structure indicated by the definition body information extracted in the definition body information management processing, by a computer. A computer-readable recording medium to be executed.
JP2000300469A 2000-09-29 2000-09-29 Code processing device, code processing method and recording medium with code processing program recorded thereon Pending JP2002111650A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000300469A JP2002111650A (en) 2000-09-29 2000-09-29 Code processing device, code processing method and recording medium with code processing program recorded thereon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000300469A JP2002111650A (en) 2000-09-29 2000-09-29 Code processing device, code processing method and recording medium with code processing program recorded thereon

Publications (1)

Publication Number Publication Date
JP2002111650A true JP2002111650A (en) 2002-04-12

Family

ID=18782153

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000300469A Pending JP2002111650A (en) 2000-09-29 2000-09-29 Code processing device, code processing method and recording medium with code processing program recorded thereon

Country Status (1)

Country Link
JP (1) JP2002111650A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005539423A (en) * 2002-09-16 2005-12-22 サムスン エレクトロニクス カンパニー リミテッド Metadata encryption / decryption method, encrypted metadata management method and system
WO2006001268A1 (en) * 2004-06-25 2006-01-05 Justsystems Corporation Document processing device, document reading device, and document processing method
JP2006012033A (en) * 2004-06-29 2006-01-12 Internatl Business Mach Corp <Ibm> Access control means by tree-structure data
US7509576B2 (en) 2003-08-01 2009-03-24 Sony Corporation Information processing system and method, program, and recording medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005539423A (en) * 2002-09-16 2005-12-22 サムスン エレクトロニクス カンパニー リミテッド Metadata encryption / decryption method, encrypted metadata management method and system
KR100924773B1 (en) 2002-09-16 2009-11-03 삼성전자주식회사 Method for encrypting and decrypting metadata and method for managing metadata and system thereof
US7668316B2 (en) 2002-09-16 2010-02-23 Samsung Electronics Co., Ltd. Method for encrypting and decrypting metadata
US7509576B2 (en) 2003-08-01 2009-03-24 Sony Corporation Information processing system and method, program, and recording medium
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
JP2006012033A (en) * 2004-06-29 2006-01-12 Internatl Business Mach Corp <Ibm> Access control means by tree-structure data

Similar Documents

Publication Publication Date Title
US8856532B2 (en) Digital signatures of composite resource documents
JP2022509105A (en) Systems and methods implemented by computers that enable access to data stored on the blockchain
WO2018201895A1 (en) Interface code generation method, apparatus, terminal device and medium
US10558653B2 (en) Dynamic, variable-data attribute data service
US6898714B1 (en) Managing and extending attribute values for public key cryptography standards
JP2005520253A (en) Rights expression profile system and method using templates and profiles
EP1965327A1 (en) A document data security management method and system
JP2008516548A (en) Content encryption method, network content providing system and method using the same
JP2006344213A (en) System and method for implementing database application guaranteeing independence of software module
CN114547558B (en) Authorization method, authorization control device, equipment and medium
US20210174004A1 (en) Methods and systems for dynamic customization of independent webpage section templates
CN108089880A (en) The method, apparatus and server pre-processed to application program installation file
JP3729248B2 (en) Data distribution device and data scrambler
EP3809300A1 (en) Method and apparatus for data encryption, method and apparatus for data decryption
US20120254972A1 (en) Trust system
CN106411996A (en) Content negotiation in a content centric network
JP2002111650A (en) Code processing device, code processing method and recording medium with code processing program recorded thereon
US10506288B2 (en) DRM addition authentication
JP3941253B2 (en) Hypertext system and method for handling hypertext
JP2003273860A (en) Encrypted document accessing method, encrypted document accessing system, encrypted document accessing program, recording medium for storing encrypted document accessing program, management system used in encrypted document accessing system, data structure of the encrypted document, data structure generating apparatus for the encrypted document, data structure generating program for the encrypted document
JP4461034B2 (en) Usage right issuing method, usage right issuing device, and usage right system
KR101966815B1 (en) Integrated ORM System of RDBMS and Web API
Hwang et al. An operational model and language support for securing web services
Alfuhaid Steganography using images
Farzaneh et al. XML Security beyond XSLT