JP2005285020A - Method for guaranteeing originality, information processor, program, and recording medium - Google Patents

Method for guaranteeing originality, information processor, program, and recording medium Download PDF

Info

Publication number
JP2005285020A
JP2005285020A JP2004101536A JP2004101536A JP2005285020A JP 2005285020 A JP2005285020 A JP 2005285020A JP 2004101536 A JP2004101536 A JP 2004101536A JP 2004101536 A JP2004101536 A JP 2004101536A JP 2005285020 A JP2005285020 A JP 2005285020A
Authority
JP
Japan
Prior art keywords
file
format
data
originality
function
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.)
Withdrawn
Application number
JP2004101536A
Other languages
Japanese (ja)
Inventor
Kazuto Hiuga
一人 日向
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Holdings 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 Fuji Electric Holdings Ltd filed Critical Fuji Electric Holdings Ltd
Priority to JP2004101536A priority Critical patent/JP2005285020A/en
Publication of JP2005285020A publication Critical patent/JP2005285020A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To guarantee originality in a way that ensures the consistency of data parts, without being affected by changes to format parts of files where the data parts and format parts coexist. <P>SOLUTION: An originality guaranteeing system 10 causes files where format information 53 and data 82 arriving from an application server 20 in response to write requests coexist to be stored in a format file 70 and a data file 80, with the format information 53 and the data 82 separated from each other, individually encrypted, and given respective electronic signatures 70-1, 80-1. In response to a read request from the application server 20, the system restores the original file for sending to the application server 20 after checking the originality of the format file 70 and the data file 80. In this way, the originality of the data file 80 is unaffected by changes, if any, to the format file 70 and the originality of the data 82 is guaranteed in a consistent way. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ファイルの原本性保証技術に関し、特に、電子データを取り扱うアプリケーションプログラムと接続し、電子データの情報漏洩、改ざん防止、検出等を行う原本性保証技術等に適用して有効な技術に関する。   The present invention relates to a technique for assuring the originality of a file, and more particularly to a technique that is effective when applied to an originality assurance technique that is connected to an application program that handles electronic data and performs information leakage, falsification prevention, detection, etc. of electronic data. .

情報化社会の進展に伴って、行政や一般産業等で取り扱う情報の秘匿性や信頼性の確保が重用な課題となっている。一方、情報ネットワークの普及により、ネットワーク上の各種アプリケーションにて汎用的な情報資源の取り扱いを可能にすべく、HTMLやXML等のマークアップ言語に代表されるように、ファイル内の文字や画像等の正味のデータに当該データの表示態様等を制御するためのフォーマット情報を混在させて処理することが一般化してきている。   With the progress of the information society, securing confidentiality and reliability of information handled by the government and general industries has become an important issue. On the other hand, with the widespread use of information networks, characters and images in files, etc., as represented by markup languages such as HTML and XML, to enable general-purpose information resources to be handled by various applications on the network. It has become common to process the net data with format information for controlling the display mode of the data.

例えばプラントシステムなどにおいて、各種のセンサや計器等のフィールド機器などから収集した測定データ等を、ファイルフォーマットの中に埋め込む形でファイルを作成することがある。この場合、正確なデータの記録を確保する等の観点から、作成されたファイルの原本性保証が必要となる場合がある。   For example, in a plant system or the like, a file may be created by embedding measurement data collected from various sensors and field devices such as meters in a file format. In this case, it may be necessary to guarantee the originality of the created file from the viewpoint of ensuring accurate data recording.

従来の原本性保証システムでは、たとえば、特許文献1のように、複数のファイルから構成される複合文書の全体をまとめて原本性保証を行うとともに、派生するバージョン毎にアクセスの制御レベルを変える技術が知られている。   In the conventional originality assurance system, for example, as disclosed in Patent Document 1, the entire original document composed of a plurality of files is collectively guaranteed, and the access control level is changed for each derived version. It has been known.

しかしながら、従来の原本性保証システムの方法では、ファイルフォーマットと、中に埋め込まれたデータを一つのファイルとして扱っているため、データそのものは変わっていない場合であっても、ファイルを作成するアプリケーションのフォーマットが変化したり、複数のフォーマットで同じデータを利用しようとした場合に、先に保存したファイルとは別物と判断され、ファイルが改ざんされたとみなされ、その結果、中に含まれるデータも信頼できないものとされてしまっていた。この結果、以下の課題が発生する。   However, in the conventional originality assurance system method, the file format and the data embedded in it are handled as one file, so even if the data itself has not changed, the application that creates the file If the format changes or the same data is used in multiple formats, the file is considered to be different from the previously saved file, and the file is considered to have been tampered with. It was supposed to be impossible. As a result, the following problems occur.

第1に、ファイルフォーマットが変更された時点で過去に作成したファイルは無効となり、改めてファイルを作成し、原本として管理する必要がある。このため、同一データを複数ファイルで管理することによるアプリケーション処理の複雑化、その結果として管理コストの増大、ハードウェア資源(ディスク容量)の圧迫等の技術的課題を生じる。
第2に、ファイルが変更されることにより、データの継続的な不変性を保証することが困難になる、という技術的課題がある。
特開2001−5728号公報
First, a file created in the past becomes invalid when the file format is changed, and it is necessary to create a new file and manage it as an original. Therefore, technical problems such as complicated application processing by managing the same data by a plurality of files, resulting in an increase in management cost, and compression of hardware resources (disk capacity) occur.
Second, there is a technical problem that it becomes difficult to guarantee continuous invariance of data by changing a file.
JP 2001-5728 A

本発明の目的は、アプリケーション処理の複雑化、管理コストの増大、ディスク容量等のハードウェア資源の無駄を生じることなく、データ部と当該データ部の制御に用いられるフォーマット部とが混在したファイルの原本性保証を実現することが可能な技術を提供することにある。   An object of the present invention is to create a file in which a data part and a format part used for controlling the data part are mixed without causing complexity of application processing, an increase in management cost, and waste of hardware resources such as disk capacity. The object is to provide a technique capable of realizing the originality guarantee.

本発明の他の目的は、データ部と当該データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱う場合に、フォーマット部の変更に影響されることなく、データ部の一貫した原本性保証を実現することが可能な技術を提供することにある。   Another object of the present invention is to ensure consistent originality of the data part without being affected by the change of the format part when handling a file in which the data part and the format part used to control the data part are mixed. It is to provide a technology capable of realizing the above.

本発明の第1の観点は、データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルの原本性保証方法であって、前記データ部と前記フォーマット部とを分離する工程と、前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶する工程と、を含む原本性保証方法を提供する。   A first aspect of the present invention is a method for assuring the originality of a file in which a data part and a format part used for controlling the data part are mixed, and a step of separating the data part and the format part. A method for guaranteeing originality, including the step of individually storing and storing originality assurance processing for each of the data portion and the format portion.

本発明の第2の観点は、データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルの原本性保証方法であって、個別に原本性保証処理が施されて記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う工程と、前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルに復元する工程と、を含む原本性保証方法を提供する。   A second aspect of the present invention is a method for assuring the originality of a file in which a data part and a format part used for controlling the data part are mixed, and the originality assurance process is individually performed and stored. A step of performing originality confirmation processing based on the originality assurance processing for each of the data portion and the formatting portion, and a step of restoring the file using the data portion and the formatting portion that have undergone the confirmation processing; , Including originality guarantee methods.

本発明の第3の観点は、データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱う情報処理装置であって、前記データ部と前記フォーマット部とを分離する機能と、前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶手段に記憶する機能と、前記記憶手段に記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う機能と、前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルを復元する機能と、を含む情報処理装置を提供する。   A third aspect of the present invention is an information processing apparatus that handles a file in which a data part and a format part used for controlling the data part are mixed, and a function of separating the data part and the format part. A function of individually performing originality guarantee processing for each of the data portion and the format portion and storing the same in the storage means, and the originality guarantee for each of the data portion and the format portion stored in the storage means There is provided an information processing apparatus including a function of performing an originality confirmation process based on a process and a function of restoring the file using the data part and the format part that have undergone the confirmation process.

本発明の第4の観点は、データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータを制御するプログラムであって、前記データ部と前記フォーマット部とを分離する機能と、前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶する機能と、を前記コンピュータに実現させるプログラムを提供する。   A fourth aspect of the present invention is a program for controlling a computer that handles a file in which a data portion and a format portion used for controlling the data portion are mixed, and separates the data portion and the format portion. Provided is a program for causing a computer to realize a function and a function of individually storing and storing originality assurance processing for each of the data portion and the format portion.

本発明の第5の観点は、データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータを制御するプログラムであって、個別に原本性保証処理が施されて記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う機能と、前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルを復元する機能と、を前記コンピュータに実現させるプログラムを提供する。   According to a fifth aspect of the present invention, there is provided a program for controlling a computer that handles a file in which a data portion and a format portion used for controlling the data portion are mixed. A function of performing originality confirmation processing based on the originality assurance processing for each of the data portion and the format portion that has been performed, and restoring the file using the data portion and the formatting portion that have undergone the confirmation processing A program for causing the computer to realize the functions is provided.

本発明の第6の観点は、データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータに、前記データ部と前記フォーマット部とを分離する機能と、前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶する機能と、を実現させるためのプログラムが格納されたコンピュータ読み取り可能な記録媒体を提供する。   According to a sixth aspect of the present invention, there is provided a computer that handles a file in which a data part and a format part used for controlling the data part are mixed, a function of separating the data part and the format part, and the data part And a computer-readable recording medium storing a program for realizing the originality guarantee processing for each of the format sections and storing the same.

本発明の第7の観点は、データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータに、個別に原本性保証処理が施されて記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う機能と、前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルを復元する機能と、を実現させるためのプログラムが格納されたコンピュータ読み取り可能な記録媒体を提供する。   According to a seventh aspect of the present invention, there is provided the data unit stored in a computer that handles a file in which a data unit and a format unit used for controlling the data unit are mixed and subjected to originality assurance processing. And a function of performing an originality confirmation process based on the originality guarantee process for each of the format parts, and a function of restoring the file using the data part and the format part that have undergone the confirmation process. A computer-readable recording medium in which a program for storing data is stored is provided.

上記した本発明によれば、ファイルのデータ部とフォーマット部を分離し、ファイルを構成するデータとフォーマットの原本性を個別に保証することにより、ファイルのフォーマットの変更の影響を受けずに、継続的にデータの原本性を保証することが可能となる。
また、フォーマットの一部が変更された場合でも、データとフォーマットの両方を含むファイル全体で変更履歴の世代管理を行う等の煩雑な処理が不要となり、ファイルを取り扱うアプリケーション処理の複雑化、管理コストの増大、ディスク容量等のハードウェア資源の無駄を生じることなく、データ部と当該データ部の制御に用いられるフォーマット部とが混在したファイルの原本性保証を実現することが可能となる。
According to the present invention described above, the data portion and the format portion of the file are separated, and the originality of the data and the format constituting the file is individually guaranteed, so that it is possible to continue without being affected by the change of the file format. Therefore, it is possible to guarantee the originality of data.
In addition, even if a part of the format is changed, complicated processing such as generation management of the change history is not required for the entire file including both data and format, and the complexity of the application processing that handles the file and the management cost are eliminated. The originality of a file in which a data portion and a format portion used for control of the data portion are mixed can be realized without causing a waste of hardware resources such as increase in disk capacity and disk capacity.

この場合、電子ファイル等のファイルの作成者への成りすまし、ファイルの偽造や改ざん、ファイル作成後の内容否認(事後否認)によるセキュリティ被害を防止するための原本性保証処理としては、たとえば、公開鍵暗号技術を利用した電子署名を生成して、本人認証、完全性確保、否認防止を行うことができる。   In this case, as a process of guaranteeing the originality to prevent impersonation of the creator of a file such as an electronic file, forgery or falsification of the file, or denial of contents after file creation (post-rejection), for example, a public key An electronic signature using a cryptographic technique can be generated to perform identity authentication, ensure integrity, and prevent non-repudiation.

ここで電子署名とは公開鍵暗号技術を用いた署名のことを指す。電子署名は、書き込みファイルからメッセージダイジェストと呼ばれる固定長のハッシュ値を生成し、その値を原本性保証システムの秘密鍵で暗号化することにより生成される。メッセージダイジェストは、異なったデータから同じ値を生成することが不可能であるという特徴を持つため、ファイルが変更されるとそのファイルから生成されるメッセージダイジェストも変わるため、文書改ざん検出に用いることが出来る。この文書改ざん検出のことを電子署名検証と呼ぶ。   Here, the electronic signature refers to a signature using public key cryptography. The electronic signature is generated by generating a fixed-length hash value called a message digest from the write file and encrypting the value with the secret key of the originality assurance system. Since the message digest has the feature that it is impossible to generate the same value from different data, the message digest generated from the file changes when the file is changed, so it can be used for document alteration detection. I can do it. This document alteration detection is called electronic signature verification.

本発明によれば、アプリケーション処理の複雑化、管理コストの増大、ディスク容量等のハードウェア資源の無駄を生じることなく、データ部と当該データ部の制御に用いられるフォーマット部とが混在したファイルの原本性保証を実現することが可能となる。   According to the present invention, a file including a data portion and a format portion used for controlling the data portion can be mixed without complicating application processing, increasing management costs, and wasting hardware resources such as disk capacity. It is possible to realize originality guarantee.

また、データ部と当該データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱う場合に、フォーマット部の変更に影響されることなく、データ部の一貫した原本性保証を実現することが可能となる。   In addition, when handling a file in which the data part and the format part used to control the data part are handled, it is possible to guarantee consistent originality of the data part without being affected by changes in the format part. It becomes.

以下、図面を参照しながら、本発明の実施の形態について詳細に説明する。
図1は、本発明の一実施の形態である原本性保証方法の作用の一例を示す概念図であり、図2〜図6は、本実施の形態の原本性保証方法にて用いられる各種情報の一例を示す概念図、図7は、本発明の一実施の形態である原本性保証方法が実施される情報処理装置の一例であるファイルサーバを含む情報処理システムの構成の一例を示す概念図である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a conceptual diagram showing an example of the operation of the originality assurance method according to an embodiment of the present invention, and FIGS. 2 to 6 show various information used in the originality assurance method of the present embodiment. FIG. 7 is a conceptual diagram showing an example of the configuration of an information processing system including a file server which is an example of an information processing apparatus in which an originality assurance method according to an embodiment of the present invention is implemented. It is.

本実施の形態の原本性保証方法は、たとえば、プラントシステムにおいて、現場に設置されたセンサ等のフィールド機器などから収集したデータを、アプリケーションサーバ20のデータベースシステム等に格納し、データベースシステム等に格納されているデータを、HTMLやXML等のハイパーテキストの任意のフォーマットに埋め込んで作成したレポート等の電子ファイル等のファイルの原本性保証に適用することができる。   In the originality assurance method according to the present embodiment, for example, in a plant system, data collected from field devices such as sensors installed in the field is stored in the database system of the application server 20 and stored in the database system or the like. The original data can be applied to guarantee the originality of a file such as an electronic file such as a report created by embedding the data in an arbitrary hypertext format such as HTML or XML.

また、インターネットなど公共の回線を利用した電子申請システムにて扱われる、申請データおよびそのフォーマットからなる電子ファイルに対する原本性保証に適用することもできる。その他、電子ファイル等の電子データの原本性保証が必要なシステム全般に適用することができる。   It can also be applied to guaranteeing the originality of electronic data consisting of application data and its format, which is handled by an electronic application system using a public line such as the Internet. In addition, the present invention can be applied to all systems that require guarantee of the originality of electronic data such as electronic files.

図7に例示されるように、ファイルサーバとして機能する本実施の形態の原本性保証システム10は、マイクロプロセッサ11と、主記憶12と、外部記憶装置15と、ネットワークインタフェース16と、可搬媒体ドライブ17と、これらを接続するバス18を備えている。   As illustrated in FIG. 7, the originality assurance system 10 of this embodiment that functions as a file server includes a microprocessor 11, a main memory 12, an external storage device 15, a network interface 16, and a portable medium. A drive 17 and a bus 18 for connecting them are provided.

主記憶12には、マイクロプロセッサ11にて実行されるオペレーティングシステム30や、後述の原本性保証方法を実行する機能を備えた原本性保証処理プログラム31等のプログラムや後述の各種データやテーブル等が格納される。   The main memory 12 includes an operating system 30 executed by the microprocessor 11, a program such as an originality assurance processing program 31 having a function of executing an originality assurance method described later, and various data and tables described later. Stored.

外部記憶装置15には、主記憶12にロードされる上述のオペレーティングシステム30や原本性保証処理プログラム31を持久的に保持するとともに、原本性保証処理プログラム31が使用する後述の各種テーブル等が格納される。   The external storage device 15 permanently holds the above-described operating system 30 and originality assurance processing program 31 loaded into the main memory 12, and stores various tables and the like to be used by the originality assurance processing program 31 described later. Is done.

ネットワークインタフェース16は、原本性保証システム10と外部のアプリケーションサーバ20とを情報ネットワークを介して接続するための接続インタフェースとして機能している。   The network interface 16 functions as a connection interface for connecting the originality assurance system 10 and the external application server 20 via an information network.

可搬媒体ドライブ17は、着脱される可搬媒体19に対するデータの記録/再生を行う機能を備えている。そして、原本性保証処理プログラム31は、たとえば、可搬媒体19に格納されて流通し、可搬媒体ドライブ17にて読み取られて外部記憶装置15に実装され、必要に応じて主記憶12に読み出されて実行される。なお、原本性保証処理プログラム31は、ネットワークインタフェース16を経由して外部の情報ネットワークから、外部記憶装置15に実装することもできる。また、外部の情報ネットワークから原本性保証処理プログラム31に直接ロードして実行することもできる。   The portable medium drive 17 has a function of recording / reproducing data with respect to a removable portable medium 19. Then, the originality guarantee processing program 31 is stored and distributed in the portable medium 19, for example, read by the portable medium drive 17 and mounted in the external storage device 15, and read into the main memory 12 as necessary. It is issued and executed. The originality guarantee processing program 31 can also be installed in the external storage device 15 from an external information network via the network interface 16. It can also be directly loaded into the originality assurance processing program 31 from an external information network and executed.

また、必要に応じて、システム管理者に情報を可視化して提示したり、システム管理者からのコマンド等の情報入力を受け付けるためのユーザインタフェースとして、ディスプレイ13と、キーボードやマウス等の入力装置14を備えることができる。   In addition, as necessary, the display 13 and an input device 14 such as a keyboard and a mouse are used as a user interface for visualizing and presenting information to the system administrator and receiving information input such as commands from the system administrator. Can be provided.

次に、本実施の形態の原本性保証システム10における原本性保証処理プログラム31が使用する各種情報の一例について説明する。
図2は、フォーマット管理テーブル50の一例を示している。個々のフォーマット情報53と、このフォーマット情報53が使用されるファイルの種別を識別するファイル種別52と、当該フォーマット情報53の各々を識別するためのフォーマット識別子51とが対応つけて格納されている。
Next, an example of various types of information used by the originality assurance processing program 31 in the originality assurance system 10 of this embodiment will be described.
FIG. 2 shows an example of the format management table 50. Individual format information 53, a file type 52 for identifying the type of file in which the format information 53 is used, and a format identifier 51 for identifying each of the format information 53 are stored in association with each other.

図3は、個々のファイルを構成するフォーマット情報がまとめて格納されたフォーマットファイル70と、データがまとめて格納されたデータファイル80との対応関係を定義するフォーマット−データ対応管理テーブル60の一例を示しており、個々のファイルを区別するファイル識別情報61、個々のフォーマットファイル70を区別するフォーマットファイル識別情報62、個々のデータファイル80を区別するデータファイル識別情報63が対応付けて格納されている。   FIG. 3 shows an example of a format-data correspondence management table 60 that defines the correspondence between the format file 70 in which the format information constituting each file is stored together and the data file 80 in which the data is stored together. The file identification information 61 for distinguishing individual files, the format file identification information 62 for distinguishing individual format files 70, and the data file identification information 63 for distinguishing individual data files 80 are stored in association with each other. .

図4は、特定のファイルに含まれていたフォーマット情報がまとめて格納されるフォーマットファイル70の一例を示しており、フォーマットファイル識別情報62と、複数のフォーマット情報の各々に対応したフォーマット識別子51とが格納されている。   FIG. 4 shows an example of the format file 70 in which the format information included in the specific file is stored together. The format file identification information 62, the format identifier 51 corresponding to each of the plurality of format information, and Is stored.

なお、後述するフォーマット格納メモリ70aもフォーマットファイル70と同様の構成を持つ。
図5は、特定のファイルに含まれていたデータがまとめて格納されるデータファイル80の一例を示しており、当該データファイル80を識別するためのデータファイル識別情報63と、複数のデータ82およびデータ識別子81が格納されている。なお、後述のデータ格納メモリ80aもデータファイル80と同様の構成を持つ。
A format storage memory 70a described later has the same configuration as the format file 70.
FIG. 5 shows an example of a data file 80 in which data included in a specific file is stored together. Data file identification information 63 for identifying the data file 80, a plurality of data 82, A data identifier 81 is stored. A data storage memory 80a described later has the same configuration as the data file 80.

図6は、個々のファイルにおけるフォーマット情報とデータの構成を記録するためのファイル構成管理テーブル90の一例を示しており、ファイル識別情報61と、当該ファイル内に含まれるフォーマット情報を示すフォーマット識別子51と、データを示すデータ識別子81が、フォーマット情報およびデータの出現順に記録されている。   FIG. 6 shows an example of a file configuration management table 90 for recording the format information and data configuration in each file. The file identification information 61 and the format identifier 51 indicating the format information included in the file. A data identifier 81 indicating data is recorded in the order of appearance of format information and data.

これらの、フォーマット管理テーブル50、フォーマット−データ対応管理テーブル60、フォーマットファイル70、データファイル80、ファイル構成管理テーブル90は、たとえば、外部記憶装置15に持久的に格納され、原本性保証処理プログラム31によって必要に応じて主記憶12に読み出され、更新される。また、フォーマット格納メモリ70a、データ格納メモリ80aは、主記憶12あるいは外部記憶装置15に配置される。   The format management table 50, the format-data correspondence management table 60, the format file 70, the data file 80, and the file configuration management table 90 are stored permanently in the external storage device 15, for example, and the originality guarantee processing program 31 is stored. Thus, it is read out to the main memory 12 and updated as necessary. The format storage memory 70a and the data storage memory 80a are arranged in the main memory 12 or the external storage device 15.

以下、本実施の形態の作用の一例について図1、および図8、図9のフローチャートに沿って説明する。
アプリケーションサーバ20から原本性保証システム10へのファイル書き込みの前に、事前準備として原本性保証システム10に対し、ファイル内で使用されるフォーマットおよびファイル種別を、図2に例示したフォーマット管理テーブル50に登録する。ここで登録するフォーマットとは、例えばXMLファイルやHTMLファイルであれば使用しているタグ情報であり、ファイル種別とはファイルの拡張子等から識別可能な情報で、XMLファイルの場合は“xml”、HTMLファイルの場合は“html”である。ファイル種別およびフォーマットの登録後、アプリケーションサーバ20から原本性保証システム10へのファイルの書き込みを行う。
Hereinafter, an example of the operation of the present embodiment will be described with reference to the flowcharts of FIGS. 1, 8, and 9.
Prior to writing a file from the application server 20 to the originality assurance system 10, the format and file type used in the file for the originality assurance system 10 are prepared in advance in the format management table 50 illustrated in FIG. register. The format registered here is, for example, tag information used in the case of an XML file or an HTML file, and the file type is information that can be identified from the file extension or the like. In the case of an XML file, “xml” is used. In the case of an HTML file, “html”. After registering the file type and format, the file is written from the application server 20 to the originality assurance system 10.

まず、図1にて、本実施の形態における原本性保証処理の全体の流れを説明する。アプリケーションサーバ20では、ファイル書き込み処理に際して、ファイルフォーマット(フォーマット情報53)にデータ82を埋め込み(ステップ101)、ステップ101で生成したファイルをファイルサーバとしての原本性保証システム10に転送して書き込み要求する(ステップ102)。   First, referring to FIG. 1, the overall flow of originality assurance processing in the present embodiment will be described. In the file writing process, the application server 20 embeds data 82 in the file format (format information 53) (step 101), transfers the file generated in step 101 to the originality assurance system 10 as a file server, and requests writing. (Step 102).

この書き込み要求を受けた原本性保証システム10の側では、アプリケーションサーバ20から到来する書き込み対象のファイルのフォーマット情報53とデータ82を分離し(ステップ103)、さらに、フォーマット情報53とデータ82の各々をフォーマットファイル70およびデータファイル80に格納して個別に暗号化するとともに、各々で電子署名の生成を行い、フォーマットファイル70およびデータファイル80の各々に電子署名70−1および電子署名80−1を添付して分離して保存する(ステップ104)。   Upon receiving this write request, the originality assurance system 10 side separates the format information 53 and data 82 of the file to be written that arrives from the application server 20 (step 103), and further each of the format information 53 and data 82. Are stored in the format file 70 and the data file 80 and individually encrypted, and an electronic signature is generated for each of them, and an electronic signature 70-1 and an electronic signature 80-1 are respectively added to the format file 70 and the data file 80. Attached, separated and stored (step 104).

一方、ファイル読み出し処理では、アプリケーションサーバ20が原本性保証システム10にファイル読み出し要求を行うと(ステップ105)、原本性保証システム10は、読み出し要求されたファイルのデータファイル80とフォーマットファイル70を復号するとともに電子署名80−1、電子署名70−1によりファイル改ざん検証を行い(ステップ106)、その後、フォーマット情報53とデータ82を結合してファイルを復元し(ステップ107)、復元したこの読み出しファイルをアプリケーションサーバ20に応答する(ステップ108)。   On the other hand, in the file reading process, when the application server 20 issues a file reading request to the originality assurance system 10 (step 105), the originality assurance system 10 decrypts the data file 80 and the format file 70 of the requested file. At the same time, file tampering verification is performed using the electronic signature 80-1 and the electronic signature 70-1 (step 106), and then the file is restored by combining the format information 53 and the data 82 (step 107). To the application server 20 (step 108).

次に、図1の上述ステップ101〜ステップ104のファイル書き込み時の動作について、図8のフローチャート等を参照して詳細に説明する。
図8に例示されるように、原本性保証システム10は、アプリケーションサーバ20からのファイル書き込み要求により書き込み対象ファイルを受け取った後、書き込まれたファイルの種別を拡張子等により確認し、当該ファイルの先頭から、図2のフォーマット管理テーブル50に登録されているフォーマット(フォーマット情報53)の存在を検索・確認する(ステップ201)。
Next, the operation at the time of file writing in steps 101 to 104 in FIG. 1 will be described in detail with reference to the flowchart in FIG.
As illustrated in FIG. 8, the originality assurance system 10 receives a file to be written in response to a file write request from the application server 20, confirms the type of the written file by an extension, and the like. From the top, the presence / absence of the format (format information 53) registered in the format management table 50 of FIG. 2 is searched and confirmed (step 201).

フォーマット情報53が見つかった場合(ステップ202)、当該フォーマットをフォーマット格納メモリ70aに格納する(ステップ203)。このフォーマット格納メモリ70aの構成は、図4に例示したフォーマットファイル70と同じである。   When the format information 53 is found (step 202), the format is stored in the format storage memory 70a (step 203). The format storage memory 70a has the same configuration as the format file 70 illustrated in FIG.

フォーマット管理テーブル50に登録されていないファイル内の情報はデータと判断し、データ格納メモリ80aに格納する(ステップ204)。このデータ格納メモリ80aの構成は、図5に例示されたデータファイル80と同じである。   Information in the file that is not registered in the format management table 50 is determined as data and stored in the data storage memory 80a (step 204). The configuration of the data storage memory 80a is the same as that of the data file 80 illustrated in FIG.

データ格納メモリ80aに登録する際、格納するデータに対してデータ識別子81を割り振り、データ82自体とともに格納する。ファイル先頭から検索することにより、フォーマット(フォーマット情報53)とデータ(データ82)が交互に出現してくるが、フォーマットとデータの出現順に、それぞれの識別子(フォーマット識別子51、データ識別子81)を、図6に例示したファイル構成管理テーブル90に記録する(ステップ205)。   When registering in the data storage memory 80a, a data identifier 81 is assigned to the data to be stored and stored together with the data 82 itself. By searching from the beginning of the file, the format (format information 53) and data (data 82) appear alternately. The identifiers (format identifier 51, data identifier 81) are assigned in the order of appearance of the format and data. The file is recorded in the file configuration management table 90 illustrated in FIG. 6 (step 205).

ファイル全体検索後、フォーマット格納メモリ70aの内容を暗号化するとともに電子署名70−1を生成し、暗号化したファイルは、図4に例示されたフォーマットファイル70として、電子署名70−1はフォーマットファイル70の電子署名ファイルとして保存する(ステップ207)。   After searching the entire file, the contents of the format storage memory 70a are encrypted and an electronic signature 70-1 is generated. The encrypted file is the format file 70 illustrated in FIG. 4, and the electronic signature 70-1 is the format file. 70 as an electronic signature file (step 207).

また、データ格納メモリ80aの内容を暗号化するとともに電子署名80−1を生成し、暗号化したファイルは、図5に例示されたデータファイル80として、電子署名80−1はデータファイル80の電子署名ファイルとして保存する(ステップ208)。   Further, the contents of the data storage memory 80a are encrypted and an electronic signature 80-1 is generated. The encrypted file is the data file 80 illustrated in FIG. Save as a signature file (step 208).

この時、元のファイルと、フォーマットファイル70およびデータファイル80とを対応付けて管理するための情報として、ファイル識別情報61(例えば元のファイルのファイル名)、フォーマットファイル識別情報62(例えばフォーマットファイルのファイル名)、およびデータファイル識別情報63(例えばデータファイルのファイル名)を、図3に例示したフォーマット−データ対応管理テーブル60に記録する(ステップ209)。   At this time, as information for managing the original file, the format file 70 and the data file 80 in association with each other, file identification information 61 (for example, the file name of the original file), format file identification information 62 (for example, the format file) And the data file identification information 63 (for example, the file name of the data file) are recorded in the format-data correspondence management table 60 illustrated in FIG. 3 (step 209).

図10に、元のファイルの一例として、HTMLファイルである電子ファイル40を上述のようにアプリケーションサーバ20から原本性保証システム10に書き込む際のフォーマットおよびデータに分離処理する際の、フォーマットファイル70、データファイル80およびファイル構成管理テーブル90の内容を具体的に示す。   In FIG. 10, as an example of the original file, the format file 70 when separating the electronic file 40, which is an HTML file, into the format and data for writing to the originality assurance system 10 from the application server 20 as described above. The contents of the data file 80 and the file configuration management table 90 are specifically shown.

この図10に例示されるように、データと、このデータの表示態様等の制御を行うためのフォーマット情報としてのタグとが混在したHTMLファイル等の電子ファイル40は、フォーマット管理テーブル50等に基づいて解析され、当該電子ファイル40に関するフォーマットファイル70〜ファイル構成管理テーブル90が生成される。そして、フォーマットファイル70およびデータファイル80の各々について個別に電子署名70−1、電子署名80−1の生成および添付等の原本性保証処理が施される。   As illustrated in FIG. 10, an electronic file 40 such as an HTML file in which data and tags as format information for controlling the display mode of the data are mixed is based on the format management table 50 or the like. As a result, a format file 70 to a file configuration management table 90 relating to the electronic file 40 are generated. Each of the format file 70 and the data file 80 is individually subjected to originality assurance processing such as generation and attachment of the electronic signature 70-1 and the electronic signature 80-1.

次に、図1の上述ステップ105〜ステップ108のファイル読み出し時の動作について、図9のフローチャート等を参照して詳細に説明する。
図9のフローチャートに示されるように、原本性保証システム10は、アプリケーションサーバ20からファイル読み出し要求を受け取った後、フォーマット−データ対応管理テーブル60(図3)を参照し、読み出し要求ファイルのファイル名等のファイル識別情報61から、対応する当該ファイルのフォーマットファイル70(図4)およびデータファイル80(図5)を読み出す(ステップ301)。
Next, the file reading operation in steps 105 to 108 in FIG. 1 will be described in detail with reference to the flowchart in FIG.
As shown in the flowchart of FIG. 9, after receiving the file read request from the application server 20, the originality assurance system 10 refers to the format-data correspondence management table 60 (FIG. 3) and reads the file name of the read request file. The format file 70 (FIG. 4) and the data file 80 (FIG. 5) of the corresponding file are read from the file identification information 61 such as (step 301).

読み出したフォーマットファイル70(図4)に対し、復号処理および電子署名70−1を用いた電子署名検証を行い(ステップ302)、改ざんが検出された場合は(ステップ303)、フォーマットファイル70(図4)の改ざんエラー情報を主記憶12のメモリ上に記録する(ステップ304)。   The read format file 70 (FIG. 4) is subjected to decryption processing and electronic signature verification using the electronic signature 70-1 (step 302). When tampering is detected (step 303), the format file 70 (FIG. 4) is displayed. The falsification error information of 4) is recorded on the memory of the main memory 12 (step 304).

同様に、読み出したデータファイル80(図5)に対し、復号処理および電子署名80−1を用いた電子署名検証を行い(ステップ305)、改ざんが検出された場合は(ステップ306)、データファイル(図5)の改ざんエラー情報を主記憶12のメモリ上に記録する(ステップ307)。   Similarly, decryption processing and electronic signature verification using the electronic signature 80-1 are performed on the read data file 80 (FIG. 5) (step 305), and if tampering is detected (step 306), the data file The falsification error information shown in FIG. 5 is recorded on the memory of the main memory 12 (step 307).

フォーマットファイル70、データファイル80のいずれにも改ざんが検出されない場合、ファイル構成管理テーブル90(図6)を参照し、ファイル構成管理テーブル90(図6)に記録されているフォーマット識別子51やデータ識別子81の構成にしたがってフォーマットファイル70(図4)、データファイル80(図5)の内容を結合し(ステップ309)、元のファイルを復元する。復元したファイルは、読み出し要求元に応答する(ステップ310)。   If no alteration is detected in either the format file 70 or the data file 80, the format identifier 51 and the data identifier recorded in the file configuration management table 90 (FIG. 6) are referred to the file configuration management table 90 (FIG. 6). According to the configuration 81, the contents of the format file 70 (FIG. 4) and the data file 80 (FIG. 5) are combined (step 309) to restore the original file. The restored file responds to the read request source (step 310).

上述の読み出し処理は、図10の具体例では、同図の下側のフォーマットファイル70〜ファイル構成管理テーブル90と、上側のフォーマット管理テーブル50を用いて、元の電子ファイル40を復元する処理が行われることになる。   In the specific example of FIG. 10, the above-described reading process includes a process of restoring the original electronic file 40 using the format file 70 to the file configuration management table 90 on the lower side and the format management table 50 on the upper side. Will be done.

フォーマットファイル70またはデータファイル80のいずれか、もしくは両ファイルに改ざんが検出された場合、主記憶12のメモリ上に記録したエラー情報を、ファイル読み出し要求元のアプリケーションサーバ20に応答する(ステップ311)。   When falsification is detected in either the format file 70 or the data file 80, or both files, error information recorded in the memory of the main memory 12 is returned to the application server 20 that is the file read request source (step 311). .

以上説明したように、本実施の形態の原本性保証方法では、電子ファイル40等のファイルを構成するフォーマットと中に埋め込まれているデータが、フォーマットファイル70およびデータファイル80等にそれぞれ分離され、各々が電子署名付きで原本として管理されるため、たとえばファイルのフォーマットだけが変更された場合に、フォーマットの中に混在するデータが変更されていないことを証明することが可能となる。   As described above, in the originality assurance method of the present embodiment, the format constituting the file such as the electronic file 40 and the data embedded therein are separated into the format file 70 and the data file 80, respectively. Since each is managed as an original with an electronic signature, for example, when only the file format is changed, it is possible to prove that data mixed in the format has not been changed.

この結果、電子ファイル40等のファイルに含まれているデータの継続的な不変性を保証することが可能になる。
また、ファイルフォーマットが変更された場合でも、データが変更されていないことが保証されるため、ファイルフォーマットの変更の都度、新たな原本ファイルの世代を生成して複数の世代を管理する処理等が不要となる。すなわち、同一データを複数世代のファイルで重複して保持および管理する必要がなくなり、電子ファイル40を取り扱うアプリケーション処理が簡素化される。これにより、電子ファイル40の原本の管理コストの低減や、外部記憶装置15のディスク容量等の使用量の削減によるハードウェア資源の有効利用を実現できる。
As a result, it is possible to guarantee continuous invariance of data included in the file such as the electronic file 40.
In addition, even if the file format is changed, it is guaranteed that the data has not been changed. Therefore, each time the file format is changed, a process of generating a new original file generation and managing a plurality of generations is performed. It becomes unnecessary. That is, it is not necessary to hold and manage the same data in a plurality of generation files, and the application processing for handling the electronic file 40 is simplified. As a result, it is possible to reduce the management cost of the original electronic file 40 and to effectively use hardware resources by reducing the usage amount of the external storage device 15 such as the disk capacity.

本発明の一実施の形態である原本性保証方法の作用の一例を示す概念図である。It is a conceptual diagram which shows an example of an effect | action of the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法にて用いられるフォーマット管理テーブルの一例を示す概念図である。It is a conceptual diagram which shows an example of the format management table used with the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法にて用いられるフォーマット−データ対応管理テーブルの一例を示す概念図である。It is a conceptual diagram which shows an example of the format-data corresponding | compatible management table used with the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法にて用いられるフォーマットファイルの一例を示す概念図である。It is a conceptual diagram which shows an example of the format file used with the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法にて用いられるデータファイルの一例を示す概念図である。It is a conceptual diagram which shows an example of the data file used with the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法にて用いられるファイル構成管理テーブルの一例を示す概念図である。It is a conceptual diagram which shows an example of the file structure management table used with the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法が実施される情報処理システムの構成の一例を示す概念図である。It is a conceptual diagram which shows an example of a structure of the information processing system with which the originality guarantee method which is one embodiment of this invention is implemented. 本発明の一実施の形態である原本性保証方法の作用の一例を示すフローチャートである。It is a flowchart which shows an example of an effect | action of the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法の作用の一例を示すフローチャートである。It is a flowchart which shows an example of an effect | action of the originality guarantee method which is one embodiment of this invention. 本発明の一実施の形態である原本性保証方法の作用の一例を具体的な電子ファイルに適用した場合の概念図である。It is a conceptual diagram at the time of applying an example of the effect | action of the originality guarantee method which is one embodiment of this invention to a specific electronic file.

符号の説明Explanation of symbols

10 原本性保証システム
11 マイクロプロセッサ
12 主記憶
13 ディスプレイ
14 入力装置
15 外部記憶装置
16 ネットワークインタフェース
17 可搬媒体ドライブ
18 バス
19 可搬媒体
20 アプリケーションサーバ
30 オペレーティングシステム
31 原本性保証処理プログラム
40 電子ファイル
50 フォーマット管理テーブル
51 フォーマット識別子
52 ファイル種別
53 フォーマット情報
60 フォーマット−データ対応管理テーブル
61 ファイル識別情報
62 フォーマットファイル識別情報
63 データファイル識別情報
70 フォーマットファイル
70−1 電子署名
70a フォーマット格納メモリ
80 データファイル
80−1 電子署名
80a データ格納メモリ
81 データ識別子
82 データ
90 ファイル構成管理テーブル
DESCRIPTION OF SYMBOLS 10 Originality guarantee system 11 Microprocessor 12 Main memory 13 Display 14 Input device 15 External storage device 16 Network interface 17 Portable medium drive 18 Bus 19 Portable medium 20 Application server 30 Operating system 31 Originality guarantee processing program 40 Electronic file 50 Format management table 51 Format identifier 52 File type 53 Format information 60 Format-data correspondence management table 61 File identification information 62 Format file identification information 63 Data file identification information 70 Format file 70-1 Electronic signature 70a Format storage memory 80 Data file 80- 1 Electronic signature 80a Data storage memory 81 Data identifier 82 Data 90 File configuration management table Le

Claims (11)

データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルの原本性保証方法であって、
前記データ部と前記フォーマット部とを分離する工程と、
前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶する工程と、
を含むことを特徴とする原本性保証方法。
A method for guaranteeing the originality of a file in which a data part and a format part used for controlling the data part are mixed,
Separating the data portion and the format portion;
A process of performing originality assurance processing for each of the data portion and the format portion and storing the data portion and the format portion individually;
A method for guaranteeing originality, comprising:
データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルの原本性保証方法であって、
個別に原本性保証処理が施されて記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う工程と、
前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルを復元する工程と、
を含むことを特徴とする原本性保証方法。
A method for guaranteeing the originality of a file in which a data part and a format part used for controlling the data part are mixed,
A step of performing originality confirmation processing based on the originality assurance processing for each of the data portion and the format portion that are stored after being subjected to originality assurance processing;
Restoring the file using the data part and the format part that have undergone the confirmation process;
A method for guaranteeing originality, comprising:
前記原本性保証処理は、公開鍵方式の暗号技術を用いた電子署名の添付処理であることを特徴とする請求項1または請求項2に記載の原本性保証方法。   3. The originality assurance method according to claim 1, wherein the originality assurance process is an electronic signature attachment process using a public key encryption technique. データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱う情報処理装置であって、
前記データ部と前記フォーマット部とを分離する機能と、
前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶手段に記憶する機能と、
前記記憶手段に記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う機能と、
前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルを復元する機能と、
を含むことを特徴とする情報処理装置。
An information processing apparatus that handles a file in which a data part and a format part used for controlling the data part are mixed,
A function of separating the data part and the format part;
A function of performing originality guarantee processing for each of the data part and the format part and storing them in a storage means;
A function of performing originality confirmation processing based on the originality guarantee processing for each of the data portion and the format portion stored in the storage means;
A function of restoring the file using the data part and the format part that have undergone the confirmation process;
An information processing apparatus comprising:
前記原本性保証処理として、公開鍵方式の暗号技術を用いた電子署名の添付処理を行う機能をさらに備えたことを特徴とする請求項4に記載の情報処理装置。   5. The information processing apparatus according to claim 4, further comprising a function of performing an electronic signature attachment process using public key cryptography as the originality guarantee process. データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータを制御するプログラムであって、
前記データ部と前記フォーマット部とを分離する機能と、
前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶する機能と、
を前記コンピュータに実現させるプログラム。
A program for controlling a computer that handles a file in which a data portion and a format portion used for controlling the data portion are mixed,
A function of separating the data part and the format part;
A function of performing originality guarantee processing for each of the data part and the format part and storing them individually;
A program for causing the computer to realize the above.
データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータを制御するプログラムであって、
個別に原本性保証処理が施されて記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う機能と、
前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルを復元する機能と、
を前記コンピュータに実現させるプログラム。
A program for controlling a computer that handles a file in which a data portion and a format portion used for controlling the data portion are mixed,
A function of performing originality confirmation processing based on the originality assurance processing for each of the data portion and the format portion that have been individually subjected to originality assurance processing and stored;
A function of restoring the file using the data part and the format part that have undergone the confirmation process;
A program for causing the computer to realize the above.
前記原本性保証処理として、公開鍵方式の暗号技術を用いた電子署名の添付処理を行う機能をさらに前記コンピュータに実現させる請求項6または請求項7に記載のプログラム。   The program according to claim 6 or 7, further causing the computer to realize a function of attaching a digital signature using a public key encryption technique as the originality guarantee processing. データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータに、
前記データ部と前記フォーマット部とを分離する機能と、
前記データ部および前記フォーマット部の各々について個別に原本性保証処理を施して記憶する機能と、
を実現させるためのプログラムが格納されたコンピュータ読み取り可能な記録媒体。
In a computer that handles a file in which a data part and a format part used for controlling the data part are mixed,
A function of separating the data part and the format part;
A function of performing originality guarantee processing for each of the data part and the format part and storing them individually;
A computer-readable recording medium storing a program for realizing the above.
データ部と、前記データ部の制御に用いられるフォーマット部とが混在したファイルを取り扱うコンピュータに、
個別に原本性保証処理が施されて記憶されている前記データ部および前記フォーマット部の各々について前記原本性保証処理に基づく原本性の確認処理を行う機能と、
前記確認処理を経た前記データ部および前記フォーマット部を用いて前記ファイルを復元する機能と、
を実現させるためのプログラムが格納されたコンピュータ読み取り可能な記録媒体。
In a computer that handles a file in which a data part and a format part used for controlling the data part are mixed,
A function of performing originality confirmation processing based on the originality assurance processing for each of the data portion and the format portion that have been individually subjected to originality assurance processing and stored;
A function of restoring the file using the data part and the format part that have undergone the confirmation process;
A computer-readable recording medium storing a program for realizing the above.
前記プログラムは、前記原本性保証処理として、公開鍵方式の暗号技術を用いた電子署名の添付処理を行う機能をさらに前記コンピュータに実現させる請求項9または請求項10に記載のコンピュータ読み取り可能な記録媒体。   The computer-readable recording according to claim 9 or 10, wherein the program further causes the computer to realize a function of attaching an electronic signature using a public key encryption technique as the originality guarantee processing. Medium.
JP2004101536A 2004-03-30 2004-03-30 Method for guaranteeing originality, information processor, program, and recording medium Withdrawn JP2005285020A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004101536A JP2005285020A (en) 2004-03-30 2004-03-30 Method for guaranteeing originality, information processor, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004101536A JP2005285020A (en) 2004-03-30 2004-03-30 Method for guaranteeing originality, information processor, program, and recording medium

Publications (1)

Publication Number Publication Date
JP2005285020A true JP2005285020A (en) 2005-10-13

Family

ID=35183292

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004101536A Withdrawn JP2005285020A (en) 2004-03-30 2004-03-30 Method for guaranteeing originality, information processor, program, and recording medium

Country Status (1)

Country Link
JP (1) JP2005285020A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009015816A (en) * 2007-06-05 2009-01-22 Hitachi Ltd Web application configuration method and system thereof
WO2009142096A1 (en) * 2008-04-24 2009-11-26 Canon Kabushiki Kaisha Electronic document control apparatus, method, program and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009015816A (en) * 2007-06-05 2009-01-22 Hitachi Ltd Web application configuration method and system thereof
WO2009142096A1 (en) * 2008-04-24 2009-11-26 Canon Kabushiki Kaisha Electronic document control apparatus, method, program and system
US8484555B2 (en) 2008-04-24 2013-07-09 Canon Kabushiki Kaisha Electronic document control apparatus, method, program and system

Similar Documents

Publication Publication Date Title
CN101646995B (en) Data stream filters and plug-ins for storage managers
JP4602769B2 (en) Navigate the content space of a document set
US20070220260A1 (en) Protecting the integrity of electronically derivative works
JP2008294596A (en) Authenticity assurance system for spreadsheet data
JP2008146601A (en) Information processor and information processing method
JP2006191624A (en) Method, product and apparatus for secure stamping of multimedia document collections
US20210073369A1 (en) Tampering detection method and apparatus and non-transitory computer-readable storage medium
Castiglione et al. New steganographic techniques for the OOXML file format
EP1430680B1 (en) Server with file verification
JP2009301370A (en) Electronic signature management device and electronic signature management program
CN101639903A (en) Method, device and system for stamping of electronic seal
JP2006133954A (en) Document management device, document management method and computer program
JP4541473B2 (en) Data processing method and apparatus, and storage medium
CA2986828A1 (en) Data recording method, device and system, and computer storage medium
JP4802732B2 (en) Data communication monitoring program, system and method
US7409555B2 (en) Electronic document active content assurance
CN112100685A (en) Encryption and tamper-proof processing method for checking and detecting electronic report
JP6755539B2 (en) Methods and equipment for publishing copyrighted works on networks
US11516002B1 (en) Tracking history of a digital object using a cryptographic chain
JP4807289B2 (en) Information processing apparatus, file processing method, and program
JP2008097301A (en) File management server, program thereof and file management method
US20240037284A1 (en) Method and system for registering digital documents
CN105786415A (en) File printing encryption method and device
JP2004185312A (en) Document managing device
US20130036306A1 (en) Method and system for handling defined areas within an electronic document

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070605