JP2003043916A - Computer and computer program - Google Patents

Computer and computer program

Info

Publication number
JP2003043916A
JP2003043916A JP2001230618A JP2001230618A JP2003043916A JP 2003043916 A JP2003043916 A JP 2003043916A JP 2001230618 A JP2001230618 A JP 2001230618A JP 2001230618 A JP2001230618 A JP 2001230618A JP 2003043916 A JP2003043916 A JP 2003043916A
Authority
JP
Japan
Prior art keywords
content
computer
url
web page
public key
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
JP2001230618A
Other languages
Japanese (ja)
Inventor
Kazuo Somiya
和男 宗宮
Hiroshi Kubo
博 久保
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.)
Murata Machinery Ltd
Original Assignee
Murata Machinery 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 Murata Machinery Ltd filed Critical Murata Machinery Ltd
Priority to JP2001230618A priority Critical patent/JP2003043916A/en
Publication of JP2003043916A publication Critical patent/JP2003043916A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a computer which can know whether the contents of a web page are forged or not when browsing the web page in a client apparatus, and to provide a computer program for the same. SOLUTION: A web server 1 creates a URL from own public key, encrypts the contents with own secret key to create a digital signature, and then attaches the digital signature to the contents. The client apparatus 2 receives the contents of the web page of the above URL, creates the public key from the URL, decodes the digital signature attached to the contents with the public key, and then determines whether a decoded result and the contents are identical or not.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ウェブサーバ装置
又はウェブページを閲覧するクライアント装置としての
機能を有するコンピュータ、及び該コンピュータを前記
ウェブサーバ装置又は前記クライアント装置として実現
させるためのコンピュータプログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer having a function as a web server device or a client device for browsing web pages, and a computer program for realizing the computer as the web server device or the client device.

【0002】[0002]

【従来の技術】近年、企業等においては、インターネッ
ト上のウェブページを用いて広報活動を行っている。ウ
ェブページはウェブサーバ装置に記憶されており、通信
ネットワークを介して前記ウェブサーバ装置に接続され
たクライアント装置が、出力されたウェブページを閲覧
することにより、情報を得ることができる。
2. Description of the Related Art In recent years, companies and the like have been conducting publicity activities using web pages on the Internet. The web page is stored in the web server device, and a client device connected to the web server device via a communication network can obtain information by browsing the output web page.

【0003】[0003]

【発明が解決しようとする課題】ウェブページのコンテ
ンツが第三者により改竄された場合、クライアント装置
は前記コンテンツが改竄されていることを知ることがで
きず、誤った情報を入手することになる。
When the content of the web page is tampered with by a third party, the client device cannot know that the content has been tampered with, and thus obtains incorrect information. .

【0004】本発明は斯かる事情に鑑みてなされたもの
であって、ウェブサーバ装置の機能を有するコンピュー
タが、ウェブページのコンテンツを暗号化してデジタル
署名を作成する手段を備え、クライアント側のコンピュ
ータが、前記デジタル署名を復号化する手段と、復号化
した結果と前記コンテンツとが同一であるか否かを判断
する手段とを備えることによって、前記コンテンツが第
三者によって改竄されている場合、クライアントがウェ
ブページを閲覧する時に、前記コンテンツが改竄されて
いることを知ることができるコンピュータ及びコンピュ
ータプログラムの提供を目的とする。
The present invention has been made in view of such circumstances, and a computer having a function of a web server device includes means for encrypting the content of a web page to create a digital signature, and a computer on the client side. When the content has been tampered with by a third party by providing means for decrypting the digital signature and means for determining whether or not the decrypted result and the content are the same, An object of the present invention is to provide a computer and a computer program by which a client can know that the content has been tampered with when browsing a web page.

【0005】[0005]

【課題を解決するための手段】第1発明に係るコンピュ
ータは、自身の公開鍵及び秘密鍵を備え、また、ウェブ
ページのコンテンツを記憶するコンピュータにおいて、
前記公開鍵からURLを生成する手段と、前記コンテン
ツのデータを前記秘密鍵を用いて暗号化してデジタル署
名を作成する手段と、前記URLを、前記デジタル署名
を含む前記コンテンツと対応付けて記憶する手段とを備
えることを特徴とする。
A computer according to a first aspect of the present invention is a computer which has its own public key and private key, and which stores the contents of a web page.
Means for generating a URL from the public key, means for encrypting the data of the content using the secret key to create a digital signature, and storing the URL in association with the content including the digital signature. And means.

【0006】第2発明に係るコンピュータは、URLに
対応するウェブページのコンテンツを記憶する他のコン
ピュータに接続して、前記コンテンツを受信して前記ウ
ェブページを閲覧するコンピュータにおいて、URLか
ら公開鍵を生成する手段と、コンテンツに含まれるデジ
タル署名を前記公開鍵で復号化する復号化手段と、該復
号化手段により復号化した結果と前記コンテンツとが同
一であるか否かを判断する手段とを備えることを特徴と
する。
The computer according to the second aspect of the invention is connected to another computer that stores the content of the web page corresponding to the URL, receives the content, and browses the web page. A means for generating, a decrypting means for decrypting the digital signature included in the content with the public key, and a means for determining whether or not the result decrypted by the decrypting means is the same as the content. It is characterized by being provided.

【0007】第3発明に係るコンピュータプログラム
は、自身の公開鍵及び秘密鍵を備え、ウェブページのコ
ンテンツを記憶するコンピュータのコンピュータプログ
ラムにおいて、前記コンピュータに、前記公開鍵からU
RLを生成させるステップと、前記コンテンツのデータ
を前記秘密鍵を用いて暗号化させてデジタル署名を作成
させるステップと、前記URLを、前記デジタル署名を
含む前記コンテンツと対応付けて記憶させるステップと
を実行させることを特徴とする。
A computer program according to a third aspect of the present invention is a computer program for a computer which has its own public key and private key and stores the contents of a web page, wherein the public key is transferred to
A step of generating an RL, a step of encrypting the data of the content using the secret key to create a digital signature, and a step of storing the URL in association with the content including the digital signature. It is characterized by being executed.

【0008】第4発明に係るコンピュータプログラム
は、URLに対応するウェブページのコンテンツを記憶
する他のコンピュータに接続して、前記コンテンツを受
信して前記ウェブページを閲覧するコンピュータのコン
ピュータプログラムにおいて、前記コンピュータに、U
RLから公開鍵を生成させるステップと、コンテンツに
含まれるデジタル署名を前記公開鍵で復号化させる復号
化ステップと、該復号化ステップにより復号化された結
果と前記コンテンツとが同一であるか否かを判断させる
ステップとを実行させることを特徴とする。
A computer program according to a fourth aspect of the present invention is a computer program for a computer that connects to another computer that stores content of a web page corresponding to a URL, receives the content, and browses the web page. U to the computer
Whether the public key is generated from the RL, the decryption step of decrypting the digital signature included in the content with the public key, and whether the result decrypted by the decryption step is the same as the content And a step of determining

【0009】第1発明及び第3発明においては、コンピ
ュータはウェブサーバ装置として機能して、自身の公開
鍵からURLを生成し、自身の秘密鍵でウェブページの
コンテンツを暗号化してデジタル署名を作成して、該デ
ジタル署名を前記コンテンツに添付して前記URLと対
応付けて記憶する構成とする。また、第2発明及び第4
発明においては、コンピュータはウェブページを閲覧す
るクライアント装置として機能して、前記URLに対応
するウェブページのコンテンツを受信して、前記URL
から前記公開鍵を生成し、前記コンテンツに添付された
前記デジタル署名を前記公開鍵で復号化して、復号化し
た結果と前記コンテンツとが同一であるか否かを判断す
る構成とする。同一であると判断した場合、復号した結
果と前記コンテンツとが同一であると認証したことを告
知し、また、同一でないと判断した場合、前記コンテン
ツは改竄されている可能性があることを告知する。これ
により、ウェブサーバ装置は予めクライアント装置に自
身の公開鍵を送付しておく必要が無く、また、クライア
ント装置は認証機関等を使用することなく容易に前記コ
ンテンツが改竄されているか否か認証を行うことがで
き、前記コンテンツが改竄されている場合、ウェブペー
ジを閲覧する時に、前記コンテンツが改竄されているこ
とを知ることができる。
In the first and third aspects of the invention, the computer functions as a web server device, generates a URL from its own public key, and encrypts the content of the web page with its own private key to create a digital signature. Then, the digital signature is attached to the content and stored in association with the URL. The second invention and the fourth invention
In the invention, the computer functions as a client device for browsing a web page, receives the content of the web page corresponding to the URL,
From the above, the public key is generated, the digital signature attached to the content is decrypted by the public key, and it is determined whether or not the decrypted result is the same as the content. If it is determined that they are the same, it is notified that the decrypted result and the content are authenticated, and if they are not the same, it is notified that the content may have been tampered with. To do. As a result, the web server device does not need to send its public key to the client device in advance, and the client device can easily authenticate whether the content has been tampered with without using a certification authority or the like. If the content has been tampered with, it is possible to know that the content has been tampered with when browsing a web page.

【0010】[0010]

【発明の実施の形態】以下、本発明をその実施の形態を
示す図面に基づいて説明する。図1は、本発明に係るコ
ンピュータであるウェブサーバ装置1及びクライアント
装置2のネットワークへの接続形態を示す模式図であ
る。ウェブサーバ装置1はインターネット3を介して多
数のクライアント装置2、2…と接続している。ウェブ
サーバ装置1は、クライアント装置2から要求されたウ
ェブページのコンテンツを出力して、クライアント装置
2はインターネット3を介して前記コンテンツを受信し
て前記ウェブページを閲覧する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings showing the embodiments thereof. FIG. 1 is a schematic diagram showing a connection form of a web server device 1 and a client device 2 which are computers according to the present invention to a network. The web server device 1 is connected to a large number of client devices 2, 2, ... Via the Internet 3. The web server device 1 outputs the content of the web page requested by the client device 2, and the client device 2 receives the content via the Internet 3 and browses the web page.

【0011】図2は本発明に係るウェブサーバ装置1の
構成を示すブロック図である。ウェブサーバ装置1は、
制御部11、記憶部12、RAM13、ネットワークイ
ンタフェース14、入力部15、表示部16等を備えて
いる。
FIG. 2 is a block diagram showing the configuration of the web server device 1 according to the present invention. The web server device 1 is
The control unit 11, the storage unit 12, the RAM 13, the network interface 14, the input unit 15, the display unit 16 and the like are provided.

【0012】RAM13は、SRAM又はフラッシュメ
モリ等で構成され、一時的にデータを記憶する。ネット
ワークインタフェース14は、インターネット3を介し
て多数のクライアント装置2、2…に対してウェブペー
ジのコンテンツを出力するためのインタフェースであ
る。
The RAM 13 is composed of SRAM, flash memory or the like, and temporarily stores data. The network interface 14 is an interface for outputting the content of a web page to a large number of client devices 2, 2, ... Via the Internet 3.

【0013】入力部15は、キーボード等の入力装置
で、外部からの入力を受け付ける。表示部16は、CR
Tディスプレイ又は液晶表示装置等の表示装置で、ウェ
ブサーバ装置1の動作状態を表示する。
The input unit 15 is an input device such as a keyboard and receives input from the outside. The display unit 16 is CR
The operating state of the web server device 1 is displayed on a display device such as a T display or a liquid crystal display device.

【0014】記憶部12は、ハードディスク等の記憶装
置であり、公開鍵からURLを作成するプログラム、デ
ジタル署名を作成するための暗号化プログラムがCD−
ROM等の記録媒体(図示せず)によってインストール
されている。これらのプログラムはRAM13にロード
して実行される。また、ウェブページを構成するコンテ
ンツ(文章又は図等)のデータを記憶している。
The storage unit 12 is a storage device such as a hard disk, and has a program for creating a URL from a public key and an encryption program for creating a digital signature on a CD-ROM.
It is installed by a recording medium (not shown) such as a ROM. These programs are loaded into the RAM 13 and executed. In addition, the data of the contents (texts, drawings, etc.) that form the web page is stored.

【0015】制御部11は、CPUで構成されており、
バス17を介して上述したハードウェアと接続されてい
て、記憶部12に格納されたウェブサーバ装置1の動作
に必要なコンピュータプログラムを実行し、所定の機能
を果たす。
The control unit 11 is composed of a CPU,
It is connected to the above-described hardware via the bus 17 and executes a computer program stored in the storage unit 12 which is necessary for the operation of the web server device 1 and performs a predetermined function.

【0016】図3は、本発明に係るクライアント装置2
の構成を示すブロック図である。クライアント装置2
は、制御部21、記憶部22、RAM23、ネットワー
クインタフェース24、入力部25、表示部26等を備
えている。
FIG. 3 shows a client device 2 according to the present invention.
3 is a block diagram showing the configuration of FIG. Client device 2
Includes a control unit 21, a storage unit 22, a RAM 23, a network interface 24, an input unit 25, a display unit 26, and the like.

【0017】RAM23は、SRAM又はフラッシュメ
モリ等で構成され、一時的にデータを記憶する。ネット
ワークインタフェース24は、インターネット3を介し
てウェブサーバ装置1に接続してウェブページのコンテ
ンツを受信するためのインタフェースである。
The RAM 23 is composed of SRAM, flash memory or the like, and temporarily stores data. The network interface 24 is an interface for connecting to the web server device 1 via the Internet 3 and receiving the content of a web page.

【0018】入力部25は、キーボード等の入力装置
で、外部からの入力を受け付ける。表示部26は、CR
Tディスプレイ又は液晶表示装置等の表示装置で、ウェ
ブページを閲覧するためのウェブブラウザ画面を表示す
る。
The input unit 25 is an input device such as a keyboard and receives input from the outside. The display unit 26 is CR
A display device such as a T display or a liquid crystal display device displays a web browser screen for browsing a web page.

【0019】記憶部22は、ハードディスク等の記憶装
置であり、URLから公開鍵を生成するプログラム、デ
ジタル署名の復号化プログラムがCD−ROM等の記録
媒体(図示せず)によってインストールされている。こ
れらのプログラムはRAM23にロードして実行され
る。
The storage unit 22 is a storage device such as a hard disk, in which a program for generating a public key from a URL and a program for decrypting a digital signature are installed on a recording medium (not shown) such as a CD-ROM. These programs are loaded into the RAM 23 and executed.

【0020】制御部21は、CPUで構成されており、
バス27を介して上述したハードウェアと接続されてい
て、記憶部22に格納されたクライアント装置2の動作
に必要なコンピュータプログラムを実行し、所定の機能
を果たす。
The control unit 21 is composed of a CPU,
It is connected to the above-described hardware via the bus 27 and executes a computer program stored in the storage unit 22 necessary for the operation of the client device 2 to perform a predetermined function.

【0021】ウェブサーバ装置1におけるデジタル署名
を作成するための暗号化プログラム、及びクライアント
装置2におけるデジタル署名の復号化プログラムは、公
開鍵暗号を用いた手法であり、ウェブサーバ装置1にお
いて公開鍵及び公開鍵と対になる秘密鍵を予め生成し、
これらの鍵を暗号化及び復号化に使用する。ウェブサー
バ装置1において、コンテンツのデータのハッシュ値を
演算により求めて、ハッシュ値を前記秘密鍵で暗号化し
てデジタル署名を作成する。クライアント装置2におい
て、前記デジタル署名を前記公開鍵で復号化して前記ハ
ッシュ値に戻す。
The encryption program for creating the digital signature in the web server device 1 and the decryption program for the digital signature in the client device 2 are methods using public key encryption, and the public key and the public key in the web server device 1 are used. Generate a private key that pairs with the public key in advance,
These keys are used for encryption and decryption. In the web server device 1, the hash value of the content data is calculated and the hash value is encrypted with the secret key to create a digital signature. In the client device 2, the digital signature is decrypted with the public key and returned to the hash value.

【0022】ウェブサーバ装置1における公開鍵からU
RLを生成するプログラム、及びクライアント装置2に
おけるURLから公開鍵を生成するプログラムは、例え
ば所定の演算を用いた手法であり、ウェブサーバ装置1
にて、自身の公開鍵から前記演算によってURLを生成
する。クライアント装置2は、前記URLから前記演算
で逆演算することによって前記公開鍵を生成する。従っ
て、ウェブサーバ装置1はクライアント装置2に対して
予め前記公開鍵のコピーを送付しておく必要が無い。
From the public key in the web server device 1 to U
The program for generating the RL and the program for generating the public key from the URL in the client device 2 are, for example, methods using a predetermined calculation, and the web server device 1
At, the URL is generated from the public key of itself by the above calculation. The client device 2 generates the public key by performing the inverse operation in the operation from the URL. Therefore, the web server device 1 does not need to send a copy of the public key to the client device 2 in advance.

【0023】図4は、本発明に係るウェブサーバ装置1
の制御部11の処理手順を示すフローチャートである。
制御部11は、自身の公開鍵からURLを生成する(ス
テップS11)。ウェブページのコンテンツを形成する
データDのハッシュ値hを演算により求めて(ステップ
S12)、ウェブサーバ装置1の秘密鍵でハッシュ値h
を暗号化してデジタル署名Sを作成する(ステップS1
3)。デジタル署名SをデータDに添付する(ステップ
S14)。ステップS11にて生成したURLと、デー
タD及びデジタル署名Sで形成されたコンテンツとを対
応付けて記憶して(ステップS15)、処理を終了す
る。
FIG. 4 shows a web server device 1 according to the present invention.
4 is a flowchart showing a processing procedure of the control unit 11 of FIG.
The control unit 11 generates a URL from its public key (step S11). The hash value h of the data D forming the content of the web page is calculated (step S12), and the hash value h is calculated using the secret key of the web server device 1.
To create a digital signature S (step S1
3). The digital signature S is attached to the data D (step S14). The URL generated in step S11 and the content formed by the data D and the digital signature S are stored in association with each other (step S15), and the process ends.

【0024】なお、図5に示されているコンテンツのH
TML形式のファイルにおいては、ウェブページを形成
する部分の後にデジタル署名が添付されている。
The H of the contents shown in FIG.
In the TML format file, a digital signature is attached after the portion forming the web page.

【0025】図6は本発明に係るクライアント装置2の
制御部21の処理手順を示すフローチャートである。制
御部21は、前記URLに対するコンテンツを要求して
(ステップS21)、データD’及びデジタル署名Sで
形成されたコンテンツを受信する(ステップS22)。
前記URLから公開鍵を生成する(ステップS23)。
データD’のハッシュ値h’を演算により求めて(ステ
ップS24)、デジタル署名SをステップS23で生成
した公開鍵で復号化してハッシュ値hに戻す(ステップ
S25)。ハッシュ値hとハッシュ値h’とが同一であ
るか否かを判断し(ステップS26)、同一であると判
断した場合(ステップS26:YES)、データDとデ
ータD’とは同一であると認証したことを適宜の方法に
より告知して(ステップS27)、処理を終了する。ス
テップS26において、データDとデータD’とは同一
ではないと判断した場合(ステップS26:N0)、デ
ータD’が改竄されている疑いが有ることを適宜の方法
により告知して(ステップS28)、処理を終了する。
FIG. 6 is a flowchart showing the processing procedure of the control unit 21 of the client device 2 according to the present invention. The control unit 21 requests the content for the URL (step S21), and receives the content formed of the data D'and the digital signature S (step S22).
A public key is generated from the URL (step S23).
The hash value h'of the data D'is obtained by calculation (step S24), the digital signature S is decrypted with the public key generated in step S23, and returned to the hash value h (step S25). It is determined whether the hash value h and the hash value h ′ are the same (step S26), and when they are the same (step S26: YES), the data D and the data D ′ are the same. The authentication is notified by an appropriate method (step S27), and the process ends. When it is determined in step S26 that the data D and the data D ′ are not the same (step S26: N0), the data D ′ is suspected of being tampered with by an appropriate method (step S28). , The process ends.

【0026】[0026]

【発明の効果】第1発明及び第3発明によれば、コンピ
ュータはウェブサーバ装置として機能して、自身の公開
鍵からURLを生成し、自身の秘密鍵でウェブページの
コンテンツを暗号化してデジタル署名を作成して、該デ
ジタル署名を前記コンテンツに添付して前記URLと対
応付けて記憶する構成とする。また、第2発明及び第4
発明によれば、コンピュータはウェブページを閲覧する
クライアント装置として機能して、前記URLに対応す
るウェブページのコンテンツを受信して、前記URLか
ら前記公開鍵を生成し、前記コンテンツに添付された前
記デジタル署名を前記公開鍵で復号化して、復号化した
結果と前記コンテンツとが同一であるか否かを判断する
構成とする。同一であると判断した場合、復号した結果
と前記コンテンツとが同一であると認証したことを告知
し、また、同一でないと判断した場合、前記コンテンツ
は改竄されている可能性があることを告知する。これに
より、ウェブサーバ装置は予めクライアント装置に自身
の公開鍵を送付しておく必要が無く、また、クライアン
ト装置は認証機関等を使用することなく容易に前記コン
テンツが改竄されているか否か認証を行うことができ、
前記コンテンツが改竄されている場合、ウェブページを
閲覧する時に、前記コンテンツが改竄されていることを
知ることができる。
According to the first and third aspects of the invention, the computer functions as a web server device, generates a URL from its own public key, and encrypts the content of the web page with its own secret key to digitally generate it. A signature is created, and the digital signature is attached to the content and stored in association with the URL. The second invention and the fourth invention
According to the invention, the computer functions as a client device for browsing a web page, receives the content of the web page corresponding to the URL, generates the public key from the URL, and attaches the public key to the content. The digital signature is decrypted by the public key, and it is determined whether or not the decrypted result is the same as the content. If it is determined that they are the same, it is notified that the decrypted result and the content are authenticated, and if they are not the same, it is notified that the content may have been tampered with. To do. As a result, the web server device does not need to send its public key to the client device in advance, and the client device can easily authenticate whether the content has been tampered with without using a certification authority or the like. Can be done
If the content has been tampered with, it can be known when the web page is browsed that the content has been tampered with.

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

【図1】本発明に係るウェブサーバ装置及びクライアン
ト装置のネットワークへの接続形態を示す模式図であ
る。
FIG. 1 is a schematic diagram showing a connection form of a web server device and a client device according to the present invention to a network.

【図2】本発明に係るウェブサーバ装置の構成を示すブ
ロック図である。
FIG. 2 is a block diagram showing a configuration of a web server device according to the present invention.

【図3】本発明に係るクライアント装置の構成を示すブ
ロック図である。
FIG. 3 is a block diagram showing a configuration of a client device according to the present invention.

【図4】本発明に係るウェブサーバ装置の制御部の処理
手順を示すフローチャートである。
FIG. 4 is a flowchart showing a processing procedure of a control unit of the web server device according to the present invention.

【図5】本発明に係るウェブページのコンテンツのデー
タの一例を示す模式図である。
FIG. 5 is a schematic diagram showing an example of content data of a web page according to the present invention.

【図6】本発明に係るクライアント装置の制御部の処理
手順を示すフローチャートである。
FIG. 6 is a flowchart showing a processing procedure of a control unit of the client device according to the present invention.

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

1 ウェブサーバ装置 11 制御部 12 記憶部 2 クライアント装置 21 制御部 22 記憶部 3 インターネット 1 Web server device 11 Control unit 12 Memory 2 Client device 21 Control unit 22 Memory 3 Internet

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B017 AA02 BA07 CA15 CA16 5B082 GA11 5B085 AE29 BE07 BG07 5J104 AA09 LA03 LA05 NA02 NA12 PA09    ─────────────────────────────────────────────────── ─── Continued front page    F-term (reference) 5B017 AA02 BA07 CA15 CA16                 5B082 GA11                 5B085 AE29 BE07 BG07                 5J104 AA09 LA03 LA05 NA02 NA12                       PA09

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 自身の公開鍵及び秘密鍵を備え、また、
ウェブページのコンテンツを記憶するコンピュータにお
いて、前記公開鍵からURLを生成する手段と、前記コ
ンテンツのデータを前記秘密鍵を用いて暗号化してデジ
タル署名を作成する手段と、前記URLを、前記デジタ
ル署名を含む前記コンテンツと対応付けて記憶する手段
とを備えることを特徴とするコンピュータ。
1. Own own public and private keys, and
In a computer that stores the content of a web page, means for generating a URL from the public key, means for encrypting the data of the content using the secret key to create a digital signature, and the URL for the digital signature. And a means for storing the contents in association with the contents.
【請求項2】 URLに対応するウェブページのコンテ
ンツを記憶する他のコンピュータに接続して、前記コン
テンツを受信して前記ウェブページを閲覧するコンピュ
ータにおいて、URLから公開鍵を生成する手段と、コ
ンテンツに含まれるデジタル署名を前記公開鍵で復号化
する復号化手段と、該復号化手段により復号化した結果
と前記コンテンツとが同一であるか否かを判断する手段
とを備えることを特徴とするコンピュータ。
2. A means for generating a public key from a URL in a computer that connects to another computer that stores the content of a web page corresponding to a URL to receive the content and browse the web page, and the content. And a means for determining whether or not the result of the decoding by the decrypting means and the content are the same. Computer.
【請求項3】 自身の公開鍵及び秘密鍵を備え、ウェブ
ページのコンテンツを記憶するコンピュータのコンピュ
ータプログラムにおいて、前記コンピュータに、前記公
開鍵からURLを生成させるステップと、前記コンテン
ツのデータを前記秘密鍵を用いて暗号化させてデジタル
署名を作成させるステップと、前記URLを、前記デジ
タル署名を含む前記コンテンツと対応付けて記憶させる
ステップとを実行させることを特徴とするコンピュータ
プログラム。
3. A computer program for a computer having its own public key and private key, for storing the content of a web page, the method comprising: causing the computer to generate a URL from the public key; A computer program characterized by executing a step of encrypting with a key to create a digital signature and a step of storing the URL in association with the content including the digital signature.
【請求項4】 URLに対応するウェブページのコンテ
ンツを記憶する他のコンピュータに接続して、前記コン
テンツを受信して前記ウェブページを閲覧するコンピュ
ータのコンピュータプログラムにおいて、前記コンピュ
ータに、URLから公開鍵を生成させるステップと、コ
ンテンツに含まれるデジタル署名を前記公開鍵で復号化
させる復号化ステップと、該復号化ステップにより復号
化された結果と前記コンテンツとが同一であるか否かを
判断させるステップとを実行させることを特徴とするコ
ンピュータプログラム。
4. A computer program for a computer that connects to another computer that stores the content of a web page corresponding to a URL, receives the content, and browses the web page. Is generated, a decryption step of decrypting the digital signature included in the content with the public key, and a step of determining whether or not the result decrypted by the decryption step is the same as the content A computer program characterized by causing to execute.
JP2001230618A 2001-07-30 2001-07-30 Computer and computer program Pending JP2003043916A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001230618A JP2003043916A (en) 2001-07-30 2001-07-30 Computer and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001230618A JP2003043916A (en) 2001-07-30 2001-07-30 Computer and computer program

Publications (1)

Publication Number Publication Date
JP2003043916A true JP2003043916A (en) 2003-02-14

Family

ID=19062797

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001230618A Pending JP2003043916A (en) 2001-07-30 2001-07-30 Computer and computer program

Country Status (1)

Country Link
JP (1) JP2003043916A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007310793A (en) * 2006-05-22 2007-11-29 Matsushita Electric Ind Co Ltd Authentication device, authenticating method and authentication program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007310793A (en) * 2006-05-22 2007-11-29 Matsushita Electric Ind Co Ltd Authentication device, authenticating method and authentication program

Similar Documents

Publication Publication Date Title
US8595488B2 (en) Apparatus, system and method for securing digital documents in a digital appliance
US7320076B2 (en) Method and apparatus for a transaction-based secure storage file system
JP3928589B2 (en) Communication system and method
JP5331920B2 (en) Computer-readable storage medium
US6880083B1 (en) Method and apparatus for creating and executing secure scripts
US20140344164A1 (en) Purchase Transaction System with Encrypted Payment Card Data
US20020002680A1 (en) Method and apparatus for verifying the integrity of digital objects using signed manifests
US20040039932A1 (en) Apparatus, system and method for securing digital documents in a digital appliance
JP2017112592A (en) System and method for encrypted transmission of web page
JP2001518269A (en) Electronic encryption packing
JP2002077137A (en) System and method for protection of digital works
JP2002091299A (en) System and method for digital signature, mediation method and system for digital signature, information terminal, and recording medium
JP2004304304A (en) Electronic signature generating method, electronic signature authenticating method, electronic signature generating request program and electronic signature authenticate request program
JP2004086894A (en) Print controller, image forming device, image forming device management server, print control method and computer-readable storage medium
JP2008177821A (en) Concealing method for making information confidential, and apparatus for making information confidental
WO2019120038A1 (en) Encrypted storage of data
JP2013115522A (en) Link access control method, program, and system
JP2006216002A (en) Url security system
CN109343971B (en) Browser data transmission method and device based on cache technology
JP2004234538A (en) Encrypted data sharing system
JP3579882B2 (en) Recording medium and method storing program for authenticating a certificate supporting a plurality of encryption algorithms
US20020184490A1 (en) Anti-piracy network storage device
JP2003043916A (en) Computer and computer program
JP2006004321A (en) Security system
TWI273492B (en) Encryption/decryption method incorporated with local server software