JPH0777933A - Network data ciphering device - Google Patents

Network data ciphering device

Info

Publication number
JPH0777933A
JPH0777933A JP5223122A JP22312293A JPH0777933A JP H0777933 A JPH0777933 A JP H0777933A JP 5223122 A JP5223122 A JP 5223122A JP 22312293 A JP22312293 A JP 22312293A JP H0777933 A JPH0777933 A JP H0777933A
Authority
JP
Japan
Prior art keywords
key
data
encryption
decryption
computer system
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
JP5223122A
Other languages
Japanese (ja)
Inventor
Katsuhiko Ogata
克彦 尾形
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP5223122A priority Critical patent/JPH0777933A/en
Publication of JPH0777933A publication Critical patent/JPH0777933A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide the network data ciphering device which is fast in process speed and securely keeps secrecy. CONSTITUTION:Plural computer systems 2, 3, and 4 are connected by a communication line 1. On the computer systems 2, 3, and 4, data ciphering parts 5, data multiplication parts 6, key ciphering parts 7, key multiplication parts 8, communication control parts 9, and common key generation parts 10 are provided. An open key data base 11 in which an open key PK for ciphering a key CK is stored is connected to each key ciphering part 7. A private key data base 12 in which data on a private key SK corresponding to each computer system is connected to its key multiplication part 7.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータネットワ
ークを構成するコンピュータシステム間で、データを暗
号化して送信し、受信したデータを複合化するためのネ
ットワークデータ暗号化装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a network data encryption device for encrypting and transmitting data between computer systems constituting a computer network and decrypting the received data.

【0002】[0002]

【従来の技術】コンピュータネットワーク上のコンピュ
ータシステム間で重要なデータを送受信する際、第三者
にデータの内容を判読されないためには、データを暗号
化して送信する方法が一般におこなわれている。送信先
のコンピュータシステムでは、受信した暗号化データを
複合化することにより元のデータを得ることができる。
暗号化および複合化には、通常、送受信するデータより
も規模の小さな鍵と呼ばれるデータが用いられる。この
ような送受信データの暗号化方法は、暗号化および複合
化に用いる鍵の性質により、慣用暗号化方法と公開鍵暗
号化方法の2つに大別できる。
2. Description of the Related Art When transmitting and receiving important data between computer systems on a computer network, a method of encrypting and transmitting the data is generally used so that the contents of the data cannot be read by a third party. The destination computer system can obtain the original data by decrypting the received encrypted data.
For encryption and decryption, data called a key that is smaller than the data to be transmitted / received is usually used. The encryption method of such transmission / reception data can be roughly classified into a conventional encryption method and a public key encryption method depending on the properties of the keys used for encryption and decryption.

【0003】まず、慣用暗号化方法は、暗号化と複合化
に同一の鍵を用いる方法で、一般に暗号化および複合化
の処理速度は高速である。よって、規模の大きなデータ
を扱う場合に適している。
First, the conventional encryption method is a method in which the same key is used for encryption and decryption, and generally the processing speed of encryption and decryption is high. Therefore, it is suitable for handling large-scale data.

【0004】一方、公開暗号化方法は、暗号化と複合化
に異なる鍵を用いる方法である。この方法では、暗号化
の鍵は広く知られた状態にあるので、誰でも他のコンピ
ュータシステムから鍵を使ってデータを暗号化できる。
しかし、暗号化されたデータの複合化に用いられる鍵は
秘匿されている。このようにユーザーは、複合化に用い
る鍵のみを秘匿すればよいので、大きなネットワークで
あっても鍵の管理が容易である。
On the other hand, the public encryption method is a method using different keys for encryption and decryption. In this way, the encryption key is in a widely known state, so that anyone can use the key to encrypt data from other computer systems.
However, the key used to decrypt the encrypted data is kept secret. In this way, the user only needs to keep the key used for the decryption secret, so that the key can be easily managed even in a large network.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記の
ような従来の暗号化方法を単独で用いる場合には、それ
ぞれ以下のような問題点があった。すなわち、慣用暗号
化方法では、データの送信側のコンピュータシステムと
受信側のコンピュータシステムとで同一の鍵を管理する
ことになり、第三者に知られる可能性が高い。とくに、
大きいネットワークにおいては、接続されるコンピュー
タシステムも多く、第三者から鍵を秘匿し管理すること
は困難である。
However, when the above-mentioned conventional encryption method is used alone, there are the following problems, respectively. That is, according to the conventional encryption method, the same key is managed by the computer system on the data transmission side and the computer system on the data reception side, which is likely to be known to a third party. Especially,
In a large network, many computer systems are connected, and it is difficult to conceal and manage the key from a third party.

【0006】一方、公開鍵暗号化方法は、暗号化と複合
化に異なる鍵を用いる方法なので、秘密保持は容易であ
るが、処理速度は慣用暗号化方法に比べて遅いので、規
模の大きなデータを扱うには不適である。
On the other hand, the public key encryption method uses different keys for encryption and decryption, so it is easy to keep secret, but the processing speed is slower than that of the conventional encryption method, so that large scale data can be stored. Is unsuitable for dealing with.

【0007】本発明は、以上のような従来例の問題点を
解決するために提案されたものであり、その目的は、処
理速度が速く、秘密保持が確実におこなえるネットワー
クデータ暗号化装置を提供することである。
The present invention has been proposed in order to solve the above-mentioned problems of the conventional example, and an object thereof is to provide a network data encryption device which has a high processing speed and can securely maintain confidentiality. It is to be.

【0008】[0008]

【課題を解決するための手段】上記のような課題を解決
するために、請求項1記載の発明は、複数のコンピュー
タシステムを通信回線により接続し、前記コンピュータ
システムの間で相互に暗号化されたデータを送受信でき
るコンピュータネットワークにより構成され、送信する
データを第1の鍵を用いて暗号化するデータ暗号化手段
と、第1の鍵を第2の鍵を用いて暗号化する鍵暗号化手
段を送信側のコンピュータシステムに設け、第2の鍵に
より暗号化された第1の鍵を、第3の鍵を用いて複合化
する鍵複合化手段と、第3の鍵を用いて複合化された第
1の鍵を用いて、第1の鍵により暗号化されたデータを
複合化するデータ複合化手段を受信側のコンピュータシ
ステムに設けたネットワークデータ暗号化装置であるこ
とを特徴とする。
In order to solve the above problems, the invention according to claim 1 connects a plurality of computer systems by a communication line, and the computer systems are mutually encrypted. Data encryption means for encrypting the data to be transmitted using the first key, and key encryption means for encrypting the first key using the second key Is provided in the computer system on the transmitting side, and the first key encrypted with the second key is decrypted with the key decryption means for decrypting with the third key, and with the third key. Further, the network data encryption device is characterized in that the data encryption means for decrypting the data encrypted by the first key using the first key is provided in the receiving side computer system.

【0009】また、請求項2記載の発明は、請求項1記
載のネットワークデータ暗号化装置において、前記デー
タ暗号化手段および前記データ複合化手段は、慣用暗号
化方法による暗号化および複合化をおこなうものであ
り、前記鍵暗号化手段および前記鍵複合化手段は、公開
鍵暗号化方法による暗号化および複合化をおこなうもの
であることを特徴とする。
According to a second aspect of the present invention, in the network data encryption apparatus according to the first aspect, the data encryption means and the data decryption means perform encryption and decryption by a conventional encryption method. The key encryption means and the key decryption means are for performing encryption and decryption by a public key encryption method.

【0010】さらに、請求項3記載の発明は、請求項2
記載のネットワークデータ暗号化装置において、前記第
3の鍵は、受信側のコンピュータシステムでのみ使用可
能となるように設定されていることを特徴とする。
Further, the invention according to claim 3 is the same as claim 2
In the network data encryption device described above, the third key is set so that it can be used only in the receiving computer system.

【0011】[0011]

【作用】以上のような構成を有する本発明の作用は以下
の通りである。すなわち、請求項1記載の発明では、デ
ータ暗号化手段において、送信するためのデータを第1
の鍵を用いて暗号化する。また、鍵暗号化手段におい
て、第2の鍵を用いて第1の鍵を暗号化する。そして、
送信側のコンピュータシステムによって、暗号化された
データと、暗号化された鍵とを受信側のコンピュータシ
ステムに送信する。
The operation of the present invention having the above construction is as follows. That is, according to the first aspect of the invention, in the data encryption means, the first data to be transmitted is transmitted.
Encrypt with the key of. Also, the key encryption means encrypts the first key using the second key. And
The sending computer system sends the encrypted data and the encrypted key to the receiving computer system.

【0012】受信側のコンピュータシステムの鍵複合化
手段において、受信した鍵を第3の鍵を用いて複合化し
て第1の鍵を得る。そして、データ複合化手段におい
て、受信した暗号化データを第1の鍵を用いて複合化
し、データを得る。
In the key decryption means of the computer system on the receiving side, the received key is decrypted using the third key to obtain the first key. Then, the data decryption means decrypts the received encrypted data using the first key to obtain the data.

【0013】また、請求項2記載の発明では、データ暗
号化手段およびデータ複合化手段によるデータの暗号化
および複合化は、暗号化および複合化に同一の鍵を用い
る慣用暗号化方法によるので、処理速度が速い。そし
て、鍵暗号化手段および鍵複合化手段による鍵の暗号化
および複合化は、暗号化および複合化に異なる鍵を用い
る公開鍵暗号化方法によるので、秘密保持の確実性が増
す。公開鍵暗号化方法は、処理速度が遅いが、鍵は規模
の小さいデータなのでさほどの遅れは生じない。
According to the second aspect of the invention, since the data encryption and decryption by the data encryption means and the data decryption means are based on the conventional encryption method using the same key for encryption and decryption, The processing speed is fast. Since the encryption and decryption of the key by the key encryption means and the key decryption means is based on the public key encryption method using different keys for encryption and decryption, the certainty of confidentiality is increased. The public key encryption method has a low processing speed, but since the key is a small-scale data, there is no significant delay.

【0014】そして、請求項3記載の発明では、第3の
鍵が受信側のコンピュータシステムでしか使用できない
ので、秘密保持の確実性を担保できる。
In the third aspect of the invention, since the third key can be used only in the receiving computer system, it is possible to ensure the confidentiality.

【0015】[0015]

【実施例】本発明によるネットワークデータ暗号化装置
の実施例を、図面にしたがって以下に説明する。なお、
図1は、ネットワーク全体の構成を示すブロック図、図
2は実施例による暗号化および複合化の手順を示すフロ
ーチャート、図3は実施例におけるデータの流れを示す
図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a network data encryption device according to the present invention will be described below with reference to the drawings. In addition,
FIG. 1 is a block diagram showing the configuration of the entire network, FIG. 2 is a flowchart showing the procedure of encryption and decryption according to the embodiment, and FIG. 3 is a diagram showing the data flow in the embodiment.

【0016】(1)実施例の構成 請求項1および請求項2記載の発明に対応する一実施例
を以下に説明する。なお、請求項1記載のデータ暗号化
手段はデータ暗号化部、第1の鍵は慣用鍵CK、第2の
鍵は公開鍵PK、鍵暗号化手段は鍵暗号化部、鍵複合化
手段は鍵複合化部、第3の鍵は私的鍵SK、データ複合
化手段はデータ複合化部とする。そして、本実施例のコ
ンピュータシステムは送信用および受信用を兼ね備えた
ものである。
(1) Configuration of Embodiment An embodiment corresponding to the inventions of claims 1 and 2 will be described below. The data encryption means according to claim 1 is a data encryption part, the first key is a conventional key CK, the second key is a public key PK, the key encryption part is a key encryption part, and the key decryption part is The key decryption unit, the third key is the private key SK, and the data decryption means is the data decryption unit. The computer system according to the present embodiment has both transmission and reception.

【0017】まず、本実施例の構成を以下に説明する。
すなわち、本実施例は、図1に示すように、通信回線1
によって複数のコンピュータシステム2,3,4を接続
することにより構成されている。それぞれのコンピュー
タシステム2,3,4の上には、データ暗号化部5、デ
ータ複合化部6、鍵暗号化部7、鍵複合化部8、通信制
御部9、慣用鍵生成部10が設けられ、各部は、図示し
ない所定の回線により接続されている。データ暗号化部
5およびデータ複合化部7は、慣用鍵生成部10により
生成された慣用鍵CKを用いて、慣用暗号化方法により
データを暗号化および複合化するものである。
First, the structure of this embodiment will be described below.
That is, in this embodiment, as shown in FIG.
Is configured by connecting a plurality of computer systems 2, 3, and 4. A data encryption unit 5, a data decryption unit 6, a key encryption unit 7, a key decryption unit 8, a communication control unit 9, and a conventional key generation unit 10 are provided on each of the computer systems 2, 3 and 4. The respective units are connected by a predetermined line (not shown). The data encryption unit 5 and the data decryption unit 7 use the conventional key CK generated by the conventional key generation unit 10 to encrypt and decrypt data by a conventional encryption method.

【0018】また、鍵暗号化部7は、公開鍵暗号化方法
により慣用鍵CKのデータを暗号化するものである。こ
の鍵暗号化部7には、慣用鍵CKを暗号化するための公
開鍵PKを格納した公開鍵データベース11に接続され
ている。この公開鍵データベースの公開鍵PKは、どの
コンピュータシステムからも参照することが可能であ
る。
The key encryption unit 7 is for encrypting the data of the conventional key CK by the public key encryption method. The key encryption unit 7 is connected to a public key database 11 that stores a public key PK for encrypting the conventional key CK. The public key PK of this public key database can be referenced from any computer system.

【0019】さらに、鍵複合化部7には、ぞれぞれのコ
ンピュータシステムに対応する私的鍵SKのデータを格
納した私的鍵データベース12が接続されている。私的
鍵SKは、それ自身が格納されている私的鍵データベー
ス12が接続されたコンピュータシステムのユーザーの
みが秘匿する。
Furthermore, a private key database 12 storing data of private keys SK corresponding to the respective computer systems is connected to the key decoding section 7. The private key SK is kept secret only by the user of the computer system to which the private key database 12 in which the private key SK is stored is connected.

【0020】(2)実施例の作用 このような構成を有する本実施例の作用を、コンピュー
タシステム間の送受信の一例によって説明する。本例
は、コンピュータシステム2においてデータXを暗号化
して送信し、送信先のコンピュータシステム3において
受信した後に暗号化されたデータを複合化して元のデー
タを得るものである。なお、たとえばデータMを鍵Kを
用いて暗号化したデータは、{M}K と表現することに
する。
(2) Operation of the Embodiment The operation of this embodiment having such a configuration will be described with reference to an example of transmission / reception between computer systems. In this example, the computer system 2 encrypts and transmits the data X, and the destination computer system 3 receives the data X and then decrypts the encrypted data to obtain the original data. Note that, for example, data obtained by encrypting the data M using the key K will be expressed as {M} K.

【0021】まず、図2に示すように、コンピュータシ
ステム2を使用する送信ユーザーは、慣用鍵生成部10
において、慣用暗号化方法で用いる慣用鍵CKを任意に
生成する(ステップ201)。データXは、データ暗号
化部5において、慣用鍵CKを用いて慣用暗号方法によ
り暗号化され、データ{X}CKが生成される(ステップ
202)。また、同時に、送信ユーザーは、送信先のコ
ンピュータシステム3に対応する公開鍵PKを取得する
(ステップ203)。慣用鍵CKは、鍵暗号化部7にお
いて、公開鍵PKを用いて公開鍵暗号化方法により暗号
化され、鍵{CK}PKが生成される(ステップ20
4)。
First, as shown in FIG. 2, the transmitting user who uses the computer system 2 determines whether the conventional key generation unit 10
At, the conventional key CK used in the conventional encryption method is arbitrarily generated (step 201). The data X is encrypted by the conventional encryption method using the conventional key CK in the data encryption unit 5 to generate the data {X} CK (step 202). At the same time, the transmitting user acquires the public key PK corresponding to the computer system 3 of the transmission destination (step 203). The conventional key CK is encrypted in the key encryption unit 7 by the public key encryption method using the public key PK to generate the key {CK} PK (step 20).
4).

【0022】つぎに、生成されたデータ{X}CKと鍵
{CK}PKは、通信制御部9によって、通信回線1を通
じてコンピュータシステム3に送り出される(ステップ
205)。
Next, the generated data {X} CK and key {CK} PK are sent to the computer system 3 through the communication line 1 by the communication control unit 9 (step 205).

【0023】そして、コンピュータシステム3は、送ら
れてきたデータを受信し(ステップ206)、受信ユー
ザーは、受信した受信データ(コンピュータシステム2
からの送信データ)から、まず、鍵{CK}PKを抜き出
す。また、受信ユーザーは、公開鍵暗号化方法で用いる
私的鍵SKを、私的鍵データベース12から取得する
(ステップ207)。鍵{CK}PKは、鍵複合化部8に
おいて、私的鍵SKを用いて公開鍵暗号化方法により複
合化され、元の慣用鍵CKが生成される(ステップ20
8)。
Then, the computer system 3 receives the transmitted data (step 206), and the receiving user receives the received data (the computer system 2).
First, the key {CK} PK is extracted from the (transmission data from). Further, the receiving user acquires the private key SK used in the public key encryption method from the private key database 12 (step 207). The key {CK} PK is decrypted in the key decryption unit 8 by the public key encryption method using the private key SK, and the original conventional key CK is generated (step 20).
8).

【0024】さらに、データ複合化部6において、受信
データの残りであるデータ{X}CKを、復合された慣用
鍵CKを用いて慣用暗号化方法により複合化し、データ
Xを得る(ステップ209)。以上のように、データX
の送受信が終了したら、慣用暗号化方法の慣用鍵CKを
棄却する(ステップ210)。
Further, in the data decoding section 6, the data {X} CK which is the rest of the received data is decoded by the conventional encryption method using the restored common key CK to obtain the data X (step 209). . As described above, the data X
When the transmission / reception of is completed, the conventional key CK of the conventional encryption method is discarded (step 210).

【0025】(3)実施例の効果 以上のような本実施例の効果は、以下のとおりである。
すなわち、私的鍵SKが判らなければ鍵{CK}PKを複
合化してCKを得ることができない。鍵{CK}PKが得
られなければ、データ{X}CKからデータXを複合化す
ることもできない。したがって、私的鍵SKのみを第三
者から秘匿すれば、データの秘密性は確実に維持され
る。しかも、慣用鍵CKはデータXを複合した後に棄却
されるので、秘密保持の確実性が増す。
(3) Effects of the Embodiment The effects of this embodiment as described above are as follows.
That is, unless the private key SK is known, the key {CK} PK cannot be compounded to obtain CK. If the key {CK} PK cannot be obtained, the data X cannot be combined from the data {X} CK. Therefore, if only the private key SK is kept secret from a third party, the confidentiality of the data is surely maintained. Moreover, since the conventional key CK is discarded after the data X is combined, the certainty of confidentiality is increased.

【0026】また、規模の大きいデータXの暗号化およ
び複合化は、高速な慣用暗号化方法を用いるので処理速
度が速い。一方、慣用鍵の暗号化および複合化は、秘密
保持の確実性の高い公開鍵暗号化方法を用いる。公開鍵
暗号化方法は低速であるが、慣用鍵は規模が小さいの
で、データX全体を公開鍵暗号方法で処理するほど処理
速度は低下しない。したがって、本実施例の処理全体と
しては、秘密保持の確実性が高く、しかも処理速度が速
くなる。
Further, the large-scale data X is encrypted and decrypted at a high processing speed because a high-speed conventional encryption method is used. On the other hand, for the encryption and decryption of the conventional key, a public key encryption method with high confidentiality is used. The public key encryption method is slow, but the scale of the conventional key is small, so the processing speed does not decrease as much as the entire data X is processed by the public key encryption method. Therefore, the confidentiality of the confidentiality is high and the processing speed is high in the entire processing of this embodiment.

【0027】(4)他の実施例 本発明は以上のような実施例に限定されるものではな
い。たとえば、請求項3記載の発明に対応する実施例を
以下に説明する。すなわち、各部の構成は上記実施例と
同様とし、さらに、私的鍵SKを、それ自身が格納され
ている私的鍵データベース12が接続されたコンピュー
タシステムのみで使用可能となるように設定する。する
と、私的鍵SKは、受信側のコンピュータシステムのみ
でしか用いることができないので、もし私的鍵SKが漏
れても、他のコンピュータシステムにおいて鍵{CK}
PKの複合化、データ{X}CKの複合化をすることができ
ないので、秘密保持の確実性が増す。
(4) Other Embodiments The present invention is not limited to the above embodiments. For example, an embodiment corresponding to the invention of claim 3 will be described below. That is, the configuration of each unit is the same as that of the above embodiment, and the private key SK is set so that it can be used only by the computer system to which the private key database 12 in which the private key SK is stored is connected. Then, since the private key SK can be used only by the receiving computer system, even if the private key SK is leaked, the key {CK} can be used in another computer system.
The PK cannot be compounded and the data {X} CK cannot be compounded, so the certainty of confidentiality increases.

【0028】また、各構成部の数等は適宜変更可能であ
る。たとえば、コンピュータシステムは幾つ接続されて
いてもよい。
Further, the number of each component and the like can be changed appropriately. For example, any number of computer systems may be connected.

【0029】[0029]

【発明の効果】以上のように、本発明によれば、コンピ
ュータシステムに鍵暗号化手段および鍵複合化手段を設
けるという構成によって、処理速度が速く、秘密保持が
確実におこなえるネットワークデータ暗号化装置を提供
することができる。
As described above, according to the present invention, a network data encryption apparatus which has a high processing speed and can securely perform confidentiality is provided by providing a key encryption means and a key decryption means in a computer system. Can be provided.

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

【図1】本発明の一実施例の構成を示すブロック図FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】本発明の一実施例における暗号化および複合化
の処理手順を示すフローチャート
FIG. 2 is a flowchart showing a processing procedure of encryption and decryption according to an embodiment of the present invention.

【図3】本発明の一実施例におけるデータの流れを示す
説明図
FIG. 3 is an explanatory diagram showing a data flow in one embodiment of the present invention.

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

1…通信回線 2,3,4…コンピュータシステム 5…データ暗号化部 6…データ複合化部 7…鍵暗号化部 8…鍵複合化部 9…通信制御部 10…慣用鍵生成部 11…公開鍵データベース 12…私的鍵データベース 201以降…手順の各ステップ 1 ... Communication line 2, 3, 4 ... Computer system 5 ... Data encryption unit 6 ... Data decryption unit 7 ... Key encryption unit 8 ... Key decryption unit 9 ... Communication control unit 10 ... Conventional key generation unit 11 ... Public Key database 12 ... Private key database 201 and later ... Each step of the procedure

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 複数のコンピュータシステムを通信回線
により接続し、前記コンピュータシステムの間で相互に
暗号化されたデータを送受信できるコンピュータネット
ワークにより構成され、 送信するデータを第1の鍵を用いて暗号化するデータ暗
号化手段と、第1の鍵を第2の鍵を用いて暗号化する鍵
暗号化手段を送信側のコンピュータシステムに設け、 第2の鍵により暗号化された第1の鍵を、第3の鍵を用
いて複合化する鍵複合化手段と、第3の鍵を用いて複合
化された第1の鍵を用いて、第1の鍵により暗号化され
たデータを複合化するデータ複合化手段を受信側のコン
ピュータシステムに設けたことを特徴とするネットワー
クデータ暗号化装置。
1. A computer network comprising a plurality of computer systems connected by a communication line and capable of transmitting and receiving mutually encrypted data between the computer systems, wherein the data to be transmitted is encrypted using a first key. A data encryption means for encrypting and a key encryption means for encrypting the first key with the second key are provided in the computer system on the transmitting side, and the first key encrypted with the second key is provided. , Using the key decryption means for decrypting using the third key and the first key decrypted using the third key, decrypting the data encrypted by the first key A network data encryption device, characterized in that data decryption means is provided in a receiving computer system.
【請求項2】 前記データ暗号化手段および前記データ
複合化手段は、慣用暗号化方法による暗号化および複合
化をおこなうものであり、 前記鍵暗号化手段および前記鍵複合化手段は、公開鍵暗
号化方法による暗号化および複合化をおこなうものであ
ることを特徴とする請求項1記載のネットワークデータ
暗号化装置。
2. The data encryption means and the data decryption means perform encryption and decryption by a conventional encryption method, and the key encryption means and the key decryption means are public key encryption. 2. The network data encryption device according to claim 1, wherein the network data encryption device performs encryption and decryption by an encryption method.
【請求項3】 前記第3の鍵は、受信側のコンピュータ
システムでのみ使用可能となるように設定されているこ
とを特徴とする請求項2記載のネットワークデータ暗号
化装置。
3. The network data encryption device according to claim 2, wherein the third key is set so that it can be used only in the receiving computer system.
JP5223122A 1993-09-08 1993-09-08 Network data ciphering device Pending JPH0777933A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5223122A JPH0777933A (en) 1993-09-08 1993-09-08 Network data ciphering device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5223122A JPH0777933A (en) 1993-09-08 1993-09-08 Network data ciphering device

Publications (1)

Publication Number Publication Date
JPH0777933A true JPH0777933A (en) 1995-03-20

Family

ID=16793166

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5223122A Pending JPH0777933A (en) 1993-09-08 1993-09-08 Network data ciphering device

Country Status (1)

Country Link
JP (1) JPH0777933A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000099123A (en) * 1998-09-22 2000-04-07 Matsushita Electric Ind Co Ltd Industrial robot
WO2003096611A1 (en) * 2002-05-10 2003-11-20 Sony Corporation Data encryption/decryption method, and device
WO2006006618A1 (en) * 2004-07-13 2006-01-19 Pioneer Corporation Information recording medium
JP2007043353A (en) * 2005-08-02 2007-02-15 Sony Corp Transmission and reception system and method, transmission device and method, reception device and method, and program
JP2007068235A (en) * 2002-05-10 2007-03-15 Sony Corp Data encryption and decryption, or method and apparatus for encryption and decryption
US7356147B2 (en) 2002-04-18 2008-04-08 International Business Machines Corporation Method, system and program product for attaching a title key to encrypted content for synchronized transmission to a recipient

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000099123A (en) * 1998-09-22 2000-04-07 Matsushita Electric Ind Co Ltd Industrial robot
US7356147B2 (en) 2002-04-18 2008-04-08 International Business Machines Corporation Method, system and program product for attaching a title key to encrypted content for synchronized transmission to a recipient
US9300465B2 (en) 2002-04-18 2016-03-29 International Business Machines Corporation Method, system and program product for attaching a title key to encrypted content for synchronized transmission to a recipient
WO2003096611A1 (en) * 2002-05-10 2003-11-20 Sony Corporation Data encryption/decryption method, and device
JP2007068235A (en) * 2002-05-10 2007-03-15 Sony Corp Data encryption and decryption, or method and apparatus for encryption and decryption
JP4539646B2 (en) * 2002-05-10 2010-09-08 ソニー株式会社 Data encryption, decryption or encryption / decryption method and apparatus
US8000476B2 (en) 2002-05-10 2011-08-16 Sony Corporation Data encryption/decryption method, and device
WO2006006618A1 (en) * 2004-07-13 2006-01-19 Pioneer Corporation Information recording medium
JPWO2006006618A1 (en) * 2004-07-13 2008-07-31 パイオニア株式会社 Information recording medium
JP2007043353A (en) * 2005-08-02 2007-02-15 Sony Corp Transmission and reception system and method, transmission device and method, reception device and method, and program
JP4596256B2 (en) * 2005-08-02 2010-12-08 ソニー株式会社 Transmission / reception system and method, transmission device and method, reception device and method, and program
US8108674B2 (en) 2005-08-02 2012-01-31 Sony Corporation Transmitting/receiving system and method, transmitting apparatus and method, receiving apparatus and method, and program used therewith

Similar Documents

Publication Publication Date Title
US6289451B1 (en) System and method for efficiently implementing an authenticated communications channel that facilitates tamper detection
JPH06266670A (en) Ciphering virtual terminal initialization device
JPH05500298A (en) encryption device
US7894608B2 (en) Secure approach to send data from one system to another
US6996233B2 (en) System and method for encrypting and verifying messages using three-phase encryption
JP2000115162A (en) Secure communication equipment and storage device
JPH04297157A (en) Data ciphering device
JPH10107832A (en) Cipher multi-address mail system
JP2005503714A5 (en)
JPH0777933A (en) Network data ciphering device
JPH0946332A (en) Communication system for communication statement enciphered by rsa procedure
CN111488618B (en) Block chain-based one-time pad encryption method, device and storage medium
JP2000305849A (en) Transmitter and its method, receiver and its method and communication system
JPH0983509A (en) Cipher communication method and its device
JPH06209313A (en) Method and device for security protection
JP2001203680A (en) Dynamic secure group mobile communication system
JPH08139718A (en) Cipher device and inter-terminal communication method using the cipher device
JPH08223152A (en) Ciphering method and cipher information converter
JP3526523B2 (en) Secret key transmission method
JPH06197105A (en) Multi-address key distributing device
JP2002023624A (en) Block cipher communication method and device therefor, and recording medium with block cipher communication program recorded thereon
JPH0934355A (en) Ciphering system and ciphering system applicable to communication network
JP4104315B2 (en) Key management system, key management apparatus, information encryption apparatus, information decryption apparatus, and storage medium storing program
JP2000036808A (en) Transmission reception data encryption/decoding system
JP2002077139A (en) Data communication system