JP2003169047A - Encryption device, decryption device, recording medium, encryption method, decryption method, and program making computer execute the methods - Google Patents

Encryption device, decryption device, recording medium, encryption method, decryption method, and program making computer execute the methods

Info

Publication number
JP2003169047A
JP2003169047A JP2001369228A JP2001369228A JP2003169047A JP 2003169047 A JP2003169047 A JP 2003169047A JP 2001369228 A JP2001369228 A JP 2001369228A JP 2001369228 A JP2001369228 A JP 2001369228A JP 2003169047 A JP2003169047 A JP 2003169047A
Authority
JP
Japan
Prior art keywords
encryption key
encryption
data
information
image data
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
JP2001369228A
Other languages
Japanese (ja)
Inventor
Kazuo Uchiyama
一雄 内山
Yasuko Iwai
康子 岩井
Yoichi Ohashi
洋一 大橋
Akinori Nishikawa
彰紀 西川
Takanori Toda
卓典 戸田
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.)
Japan Steel Works Ltd
Technical Research and Development Institute of Japan Defence Agency
Fujitsu System Integration Laboratory Co Ltd
Original Assignee
Japan Steel Works Ltd
Technical Research and Development Institute of Japan Defence Agency
Fujitsu System Integration Laboratory Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Japan Steel Works Ltd, Technical Research and Development Institute of Japan Defence Agency, Fujitsu System Integration Laboratory Co Ltd filed Critical Japan Steel Works Ltd
Priority to JP2001369228A priority Critical patent/JP2003169047A/en
Publication of JP2003169047A publication Critical patent/JP2003169047A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To remove a burden concerned in key management of encryption from a user and to prevent information from being leaked or altered both inside and outside with efficiency. <P>SOLUTION: When an information file is inputted, an encryption key generation part 12 automatically generates an encryption key, an encryption process part 13 generates encryption data by encrypting the information file by using the encryption key, and an embedding process part 15 embeds the encryption data and key as electronic watermark information in a dummy image. An encryption key and data extraction part 22 extracts the encryption key and data embedded in the image data, and a decryption process part 23 decrypts the encryption data with the encryption key and stores only image data in an image data storage part 24 without leaving raw data, etc. <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、暗号化対象とな
る情報を所定の暗号鍵で暗号化して暗号データを作成
し、作成した暗号データを電子透かし情報として所定の
画像データに埋め込む暗号化装置並びに所定の画像デー
タに埋め込まれた暗号データを該画像データから取り出
し、取り出した暗号データを所定の暗号鍵で復号化する
復号化装置等に関し、特に、暗号の鍵管理に係る利用者
の負担をなくし、もって効率良く情報の漏洩や改ざんを
防止することができる暗号化装置、復号化装置、記録媒
体、暗号化方法、復号化方法およびその方法をコンピュ
ータに実行させるプログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an encryption device which creates encrypted data by encrypting information to be encrypted with a predetermined encryption key and embeds the created encrypted data as digital watermark information in predetermined image data. In addition, the present invention relates to a decryption device or the like that extracts encrypted data embedded in predetermined image data from the image data, and decrypts the extracted encrypted data with a predetermined encryption key. The present invention relates to an encryption device, a decryption device, a recording medium, an encryption method, a decryption method, and a program for causing a computer to execute the method, which is capable of efficiently preventing information leakage and falsification.

【0002】[0002]

【従来の技術】従来、重要な情報が第三者に漏洩した
り、情報が改ざんされる事態を防ぐために、ネットワー
クを通じて情報を授受したり情報を蓄積するような場合
に暗号化技術が利用されることが多い。
2. Description of the Related Art Conventionally, in order to prevent a situation where important information is leaked to a third party and information is tampered with, encryption technology has been used in the case of exchanging information and storing information through a network. Often.

【0003】この暗号化技術には、暗号化処理と復号化
処理で同じ暗号鍵を使用する共通鍵暗号と、暗号化処理
と復号化処理で異なる暗号鍵を使用する公開鍵暗号があ
る。前者の共通鍵暗号では、送信側と受信側で同じ暗号
鍵を持たねばならないため、鍵管理が重要な問題とな
る。特に、いわゆるSボックスと呼ばれる非線型関数を
利用するDES(Data Encription Standard)暗号で
は、暗号ロジックを公開しているため、鍵管理が重要に
なる。この鍵管理を厳重におこなわないと、たとえば組
織内部の者の不正行為により情報の漏洩または改ざんを
招くおそれがある。
This encryption technique includes common key encryption that uses the same encryption key for encryption processing and decryption processing, and public key encryption that uses different encryption keys for encryption processing and decryption processing. In the former common-key cryptography, the sender and the receiver must have the same encryption key, so key management is an important issue. In particular, in DES (Data Encription Standard) encryption that uses a non-linear function called a so-called S box, since the encryption logic is disclosed, key management is important. If this key management is not performed strictly, there is a risk that information leakage or alteration will be caused by, for example, fraudulent acts by persons inside the organization.

【0004】これに対して、後者の公開鍵暗号は、公開
鍵で情報を暗号化して秘密鍵で暗号化データを復号化す
るという処理をおこなう関係上、一方の鍵すなわち公開
鍵を広く公開でき、すべての鍵を厳重に管理せねばなら
ないわけではないので、共通鍵暗号よりも効率的な鍵管
理が可能となる。
On the other hand, in the latter public key encryption, one key, that is, the public key, can be widely disclosed because the information is encrypted with the public key and the encrypted data is decrypted with the private key. , It is not necessary to strictly manage all keys, so that more efficient key management is possible than common key cryptography.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、この公
開鍵暗号と言えども、公開鍵とペアの秘密鍵を必要とす
るので、利用者の鍵管理に係る労力は大きい。特に、R
SA(Rivest-Shamir-Adleman)暗号のように、暗号ロ
ジックが公開されている場合には、この鍵管理をいかに
おこなうかが重要な問題となる。
However, even with this public key encryption, since the private key paired with the public key is required, the user's labor for key management is great. In particular, R
When the cryptographic logic is open to the public, such as SA (Rivest-Shamir-Adleman) cryptography, how to manage this key is an important issue.

【0006】具体的には、鍵をいかに配送するかという
鍵配送問題、鍵をいかに保管するかという鍵保管問題、
鍵をいかに生成するかという鍵生成問題、鍵をいかに変
更するかという鍵変更問題は、「池野信一,”現代暗号
理論”,コロナ社,第14章」に記載されるように、現
代暗号を考えるうえで極めて重要な課題となっている。
Specifically, the key distribution problem of how to distribute the key, the key storage problem of how to store the key,
As described in “Shinichi Ikeno,“ Modern Cryptography ”, Corona Publishing Co., Chapter 14”, the key generation problem of how to generate a key and the key change problem of how to change a key are described in “Modern Cryptography”. Has become an extremely important issue in considering.

【0007】特に、共通鍵暗号の場合には、たとえば素
因数分解の困難さに安全性の根拠をおくRSA暗号など
の公開鍵暗号よりも処理速度が速いので、この共通鍵暗
号を採用する場合に、いかに効率良く鍵管理をおこなう
かが極めて重要な課題となっている。
Particularly, in the case of common key cryptography, since the processing speed is faster than that of public key cryptography such as RSA cryptography, which is based on the security of the difficulty of factorization into prime factors, the common key cryptography is adopted. However, how to manage keys efficiently is a very important issue.

【0008】この発明は、上述した従来技術による問題
点を解消するためになされたものであり、暗号の鍵管理
に係る利用者の負担をなくし、もって効率良く情報の漏
洩や改ざんを防止することができる暗号化装置、復号化
装置、記録媒体、暗号化方法、復号化方法およびその方
法をコンピュータに実行させるプログラムを提供するこ
とを目的とする。
The present invention has been made in order to solve the above-mentioned problems of the prior art, and it is possible to efficiently prevent the leakage and falsification of information by eliminating the burden on the user regarding the management of encryption keys. It is an object of the present invention to provide an encryption device, a decryption device, a recording medium, an encryption method, a decryption method, and a program that causes a computer to execute the method.

【0009】[0009]

【課題を解決するための手段】上述した課題を解決し、
目的を達成するため、請求項1の発明に係る暗号化装置
は、暗号化対象となる情報を所定の暗号鍵で暗号化して
暗号データを作成し、作成した暗号データを電子透かし
情報として所定の画像データに埋め込む暗号化装置であ
って、前記情報の暗号化に用いる暗号鍵を生成する暗号
鍵生成手段(図3の鍵生成部12に対応する)と、前記
暗号鍵生成手段により生成された暗号鍵を用いて前記情
報を暗号化して暗号データを生成する暗号化手段(図3
の暗号化処理部13に対応する)と、前記暗号化手段に
より暗号化された暗号データおよび前記暗号鍵生成手段
により生成された暗号鍵を電子透かし情報として所定の
画像データに埋め込む埋め込み手段(図3の埋め込み処
理部15に対応する)と、を備えたことを特徴とする。
[Means for Solving the Problems]
In order to achieve the object, an encryption device according to the invention of claim 1 encrypts information to be encrypted with a predetermined encryption key to create encrypted data, and creates the encrypted data as electronic watermark information in a predetermined manner. An encryption device to be embedded in image data, which is generated by the encryption key generation unit (corresponding to the key generation unit 12 in FIG. 3) that generates an encryption key used to encrypt the information. An encryption unit that encrypts the information using an encryption key to generate encrypted data (see FIG. 3).
(Corresponding to the encryption processing unit 13) and an embedding unit that embeds the encrypted data encrypted by the encrypting unit and the encryption key generated by the encryption key generating unit in predetermined image data as digital watermark information (FIG. 3 corresponding to the embedding processing unit 15).

【0010】この請求項1の発明によれば、情報の暗号
化に用いる暗号鍵を生成する暗号鍵を生成し、生成した
暗号鍵を用いて情報を暗号化して暗号データを生成し、
暗号化された暗号データおよび暗号鍵を電子透かし情報
として所定の画像データに埋め込むこととしたので、暗
号の鍵管理に係る利用者の負担をなくし、もって効率良
く情報の漏洩や改ざんを防止することができる。
According to the invention of claim 1, an encryption key for generating an encryption key used for encrypting information is generated, and the generated encryption key is used to encrypt information to generate encrypted data.
Since the encrypted encrypted data and encryption key are embedded in the specified image data as digital watermark information, the burden on the user regarding encryption key management can be eliminated, and information leakage and tampering can be prevented efficiently. You can

【0011】また、請求項2の発明に係る暗号化装置
は、請求項1の発明において、前記埋め込み手段により
前記暗号データおよび前記暗号鍵が埋め込まれた画像デ
ータを送信する際に、宛先端末の送信アドレスおよび送
信時刻などの配布情報を前記画像データに電子透かし情
報として埋め込む配布情報埋め込み手段(図10の配布
情報埋め込み部101に対応する)をさらに備えたこと
を特徴とする。
According to the invention of claim 2, in the invention of claim 1, when the image data in which the encryption data and the encryption key are embedded by the embedding means is transmitted, A distribution information embedding unit (corresponding to the distribution information embedding unit 101 in FIG. 10) for embedding distribution information such as a transmission address and a transmission time as digital watermark information in the image data is further provided.

【0012】この請求項2の発明によれば、暗号データ
および暗号鍵が埋め込まれた画像データを送信する際
に、宛先端末の送信アドレスおよび送信時刻などの配布
情報を画像データに電子透かし情報として埋め込むこと
としたので、配布ルートを特定し、もって情報の保全を
図ることができる。
According to the invention of claim 2, when transmitting the image data in which the encrypted data and the encryption key are embedded, the distribution information such as the transmission address and the transmission time of the destination terminal is used as the electronic watermark information in the image data. Since it is embedded, the distribution route can be specified and the information can be protected.

【0013】また、請求項3の発明に係る復号化装置
は、所定の画像データに埋め込まれた暗号データを該画
像データから取り出し、取り出した暗号データを所定の
暗号鍵で復号化する復号化装置であって、前記画像デー
タに電子透かし情報として埋め込まれた暗号データを取
り出す暗号データ取出手段(図3の暗号鍵・暗号データ
取り出し部22に対応する)と、前記画像データに電子
透かし情報として埋め込まれた前記暗号データの復号化
に用いる暗号鍵を取り出す暗号鍵取出手段(図3の暗号
鍵・暗号データ取り出し部22に対応する)と、前記暗
号データ取出手段により取り出された暗号データを前記
暗号鍵取出手段により取り出された暗号鍵で復号化する
復号化手段(図3の復号化処理部23に対応する)と、
を備えたことを特徴とする。
A decryption device according to a third aspect of the present invention is a decryption device that extracts encrypted data embedded in predetermined image data from the image data and decrypts the extracted encrypted data with a predetermined encryption key. In addition, an encrypted data extraction unit (corresponding to the encryption key / encrypted data extraction unit 22 in FIG. 3) for extracting encrypted data embedded in the image data as electronic watermark information, and embedded in the image data as electronic watermark information. The encryption key extracting unit (corresponding to the encryption key / encryption data extracting unit 22 in FIG. 3) for extracting the encryption key used for decrypting the encrypted data, and the encryption data extracted by the encryption data extracting unit are encrypted. Decryption means (corresponding to the decryption processing unit 23 in FIG. 3) for decrypting with the encryption key extracted by the key extraction means,
It is characterized by having.

【0014】この請求項3の発明によれば、画像データ
に電子透かし情報として埋め込まれた暗号データを取り
出すとともに、この画像データに電子透かし情報として
埋め込まれた暗号データの復号化に用いる暗号鍵を取り
出し、取り出した暗号データを暗号鍵で復号化すること
としたので、暗号鍵を暗号データと別個に管理する必要
をなくすことができる。
According to the third aspect of the present invention, the encrypted data embedded in the image data as the electronic watermark information is taken out, and the encryption key used for decrypting the encrypted data embedded in the image data as the electronic watermark information is used. Since the extracted encrypted data is decrypted with the encrypted key, it is not necessary to manage the encrypted key separately from the encrypted data.

【0015】また、請求項4の発明に係る復号化装置
は、請求項3の発明において、前記暗号データおよび暗
号鍵を電子透かし情報として埋め込まれた画像データの
みを記憶する画像データ記憶手段(図3の画像データ記
憶部24に対応する)と、前記復号化手段により復号化
されたデータを所定の表示部に表示して所定の操作がな
された際に、該復号化されたデータおよび前記暗号鍵を
自動的に消去する消去手段(図3のデータ消去部25に
対応する)とをさらに備えたことを特徴とする。
The decrypting apparatus according to a fourth aspect of the present invention is the decryption device according to the third aspect of the invention, which stores only the image data in which the encrypted data and the encryption key are embedded as electronic watermark information. 3 corresponding to the image data storage unit 24) and the data decrypted by the decryption means on a predetermined display unit and a predetermined operation is performed, the decrypted data and the encryption code. An erasing unit (corresponding to the data erasing unit 25 in FIG. 3) for automatically erasing the key is further provided.

【0016】この請求項4の発明によれば、暗号データ
および暗号鍵を電子透かし情報として埋め込まれた画像
データのみを記憶しておき、復号化されたデータを所定
の表示部に表示して所定の操作がなされた際に、該復号
化されたデータおよび暗号鍵を自動的に消去することと
したので、復号化されたデータが記録媒体などに存在す
る状況をなくし、もって情報保全の万全を図ることがで
きる。
According to the invention of claim 4, only the image data in which the encrypted data and the encryption key are embedded as the electronic watermark information is stored, and the decrypted data is displayed on a predetermined display unit and predetermined. When the above operation is performed, the decrypted data and the encryption key are automatically erased, so that the situation in which the decrypted data exists in the recording medium is eliminated, thus ensuring the information security. Can be planned.

【0017】また、請求項5の発明に係る復号化装置
は、請求項3または4の発明において、前記復号化手段
により前記暗号データが前記暗号鍵で復号された際に、
復号化時刻およびユーザ名などのアクセス情報を前記画
像データに埋め込むアクセス情報埋め込み手段(図7の
アクセス情報埋め込み部71に対応する)をさらに備え
たことを特徴とする。
Further, the decrypting device according to the invention of claim 5 is, in the invention of claim 3 or 4, when the encryption data is decrypted by the encryption key by the decryption means,
An access information embedding unit (corresponding to the access information embedding unit 71 in FIG. 7) for embedding access information such as a decoding time and a user name in the image data is further provided.

【0018】この請求項5の発明によれば、暗号データ
が前記暗号鍵で復号された際に、復号化時刻およびユー
ザ名などのアクセス情報を画像データに埋め込むことと
したので、アクセス状況を随時確認可能なため、不正ア
クセスを検出することが従前よりも容易になり、もって
情報保全の万全を図ることができる。
According to the invention of claim 5, when the encrypted data is decrypted by the encryption key, the access information such as the decryption time and the user name is embedded in the image data. Since the information can be confirmed, unauthorized access can be detected more easily than before, and information can be protected completely.

【0019】また、請求項6の発明に係る記録媒体は、
暗号化対象となる情報を所定の暗号鍵で暗号化した暗号
データを少なくとも記録する記録媒体であって、前記情
報の暗号化に用いる暗号鍵と、前記暗号鍵を用いて前記
情報を暗号化した暗号データとを電子透かし情報として
埋め込んだ画像データに記録したことを特徴とする。
A recording medium according to the invention of claim 6 is
A recording medium for recording at least encrypted data obtained by encrypting information to be encrypted with a predetermined encryption key, the encryption key used to encrypt the information, and the information encrypted using the encryption key. It is characterized in that the encrypted data and the image data embedded as electronic watermark information are recorded.

【0020】この請求項6の発明によれば、記録媒体の
中に情報の暗号化に用いる暗号鍵と、この暗号鍵を用い
て情報を暗号化した暗号データとをともに電子透かし情
報として埋め込んだ画像データに記録することとしたの
で、暗号鍵を暗号データと別個に管理する必要をなく
し、記録媒体として一括管理することができる。
According to the invention of claim 6, the encryption key used for encrypting the information and the encrypted data obtained by encrypting the information using the encryption key are both embedded in the recording medium as digital watermark information. Since the data is recorded in the image data, it is not necessary to manage the encryption key separately from the encryption data, and it is possible to collectively manage the recording medium as a recording medium.

【0021】また、請求項7の発明に係る暗号化方法
は、暗号化対象となる情報を所定の暗号鍵で暗号化して
暗号データを作成し、作成した暗号データを電子透かし
情報として所定の画像データに埋め込む暗号化方法であ
って、前記情報の暗号化に用いる暗号鍵を生成する暗号
鍵生成工程と、前記暗号鍵生成工程により生成された暗
号鍵を用いて前記情報を暗号化して暗号データを生成す
る暗号化工程と、前記暗号化工程により暗号化された暗
号データおよび前記暗号鍵生成工程により生成された暗
号鍵を電子透かし情報として所定の画像データに埋め込
む埋め込み工程と、を含んだことを特徴とする。
In the encryption method according to the invention of claim 7, encrypted data is created by encrypting the information to be encrypted with a predetermined encryption key, and the created encrypted data is used as electronic watermark information for a predetermined image. An encryption method for embedding in data, the encryption key generating step of generating an encryption key used for encryption of the information, and the encryption data generated by encrypting the information using the encryption key generated in the encryption key generating step. And an embedding step of embedding the encrypted data encrypted by the encryption step and the encryption key generated by the encryption key generation step in predetermined image data as digital watermark information. Is characterized by.

【0022】この請求項7の発明によれば、情報の暗号
化に用いる暗号鍵を生成する暗号鍵を生成し、生成した
暗号鍵を用いて情報を暗号化して暗号データを生成し、
暗号化された暗号データおよび暗号鍵を電子透かし情報
として所定の画像データに埋め込むこととしたので、暗
号の鍵管理に係る利用者の負担をなくし、もって効率良
く情報の漏洩や改ざんを防止することができる。
According to the invention of claim 7, an encryption key for generating an encryption key used for encryption of information is generated, and the generated encryption key is used to encrypt information to generate encrypted data,
Since the encrypted encrypted data and encryption key are embedded in the specified image data as digital watermark information, the burden on the user regarding encryption key management can be eliminated, and information leakage and tampering can be prevented efficiently. You can

【0023】また、請求項8の発明に係る復号化方法
は、所定の画像データに埋め込まれた暗号データを該画
像データから取り出し、取り出した暗号データを所定の
暗号鍵で復号化する復号化方法であって、前記画像デー
タに電子透かし情報として埋め込まれた暗号データを取
り出す暗号データ取出工程と、前記画像データに電子透
かし情報として埋め込まれた前記暗号データの復号化に
用いる暗号鍵を取り出す暗号鍵取出工程と、前記暗号デ
ータ取出工程により取り出された暗号データを前記暗号
鍵取出工程により取り出された暗号鍵で復号化する復号
化工程と、を含んだことを特徴とする。
Further, the decryption method according to the invention of claim 8 takes out the encrypted data embedded in predetermined image data from the image data, and decrypts the extracted encrypted data with a predetermined encryption key. And an encryption key for extracting an encryption key used for decrypting the encryption data embedded in the image data as electronic watermark information, and an encryption data extracting step for extracting encryption data embedded in the image data as electronic watermark information. It is characterized by including a take-out step and a decrypting step of decrypting the encrypted data taken out in the encrypted data taking-out step with the encryption key taken out in the encryption key taking-out step.

【0024】この請求項8の発明によれば、画像データ
に電子透かし情報として埋め込まれた暗号データを取り
出すとともに、この画像データに電子透かし情報として
埋め込まれた暗号データの復号化に用いる暗号鍵を取り
出し、取り出した暗号データを暗号鍵で復号化すること
としたので、暗号鍵を暗号データと別個に管理する必要
をなくすことができる。
According to the invention of claim 8, the encrypted data embedded in the image data as the electronic watermark information is taken out, and the encryption key used for decrypting the encrypted data embedded in the image data as the electronic watermark information is used. Since the extracted encrypted data is decrypted with the encrypted key, it is not necessary to manage the encrypted key separately from the encrypted data.

【0025】また、請求項9の発明に係るプログラム
は、暗号化対象となる情報を所定の暗号鍵で暗号化して
暗号データを作成し、作成した暗号データを電子透かし
情報として所定の画像データに埋め込む暗号化方法をコ
ンピュータに実行させるプログラムであって、前記情報
の暗号化に用いる暗号鍵を生成する暗号鍵生成工程と、
前記暗号鍵生成工程により生成された暗号鍵を用いて前
記情報を暗号化して暗号データを生成する暗号化工程
と、前記暗号化工程により暗号化された暗号データおよ
び前記暗号鍵生成工程により生成された暗号鍵を電子透
かし情報として所定の画像データに埋め込む埋め込み工
程と、をコンピュータに実行させることを特徴とする。
According to a ninth aspect of the invention, a program encrypts information to be encrypted with a predetermined encryption key to create encrypted data, and the created encrypted data is converted into predetermined image data as digital watermark information. A program for causing a computer to execute an embedded encryption method, the encryption key generating step of generating an encryption key used for encrypting the information,
An encryption step of encrypting the information by using the encryption key generated by the encryption key generation step to generate encrypted data, an encrypted data encrypted by the encryption step, and an encryption key generated by the encryption key generation step. An embedding step of embedding the encryption key as digital watermark information in predetermined image data is performed by the computer.

【0026】この請求項9の発明によれば、情報の暗号
化に用いる暗号鍵を生成する暗号鍵を生成し、生成した
暗号鍵を用いて情報を暗号化して暗号データを生成し、
暗号化された暗号データおよび暗号鍵を電子透かし情報
として所定の画像データに埋め込むこととしたので、暗
号の鍵管理に係る利用者の負担をなくし、もって効率良
く情報の漏洩や改ざんを防止することができる。
According to the invention of claim 9, an encryption key for generating an encryption key used for encrypting information is generated, the information is encrypted using the generated encryption key to generate encrypted data,
Since the encrypted encrypted data and encryption key are embedded in the specified image data as digital watermark information, the burden on the user regarding encryption key management can be eliminated, and information leakage and tampering can be prevented efficiently. You can

【0027】また、請求項10の発明に係るプログラム
は、所定の画像データに埋め込まれた暗号データを該画
像データから取り出し、取り出した暗号データを所定の
暗号鍵で復号化する復号化方法をコンピュータに実行さ
せるプログラムであって、前記画像データに電子透かし
情報として埋め込まれた暗号データを取り出す暗号デー
タ取出工程と、前記画像データに電子透かし情報として
埋め込まれた前記暗号データの復号化に用いる暗号鍵を
取り出す暗号鍵取出工程と、前記暗号データ取出工程に
より取り出された暗号データを前記暗号鍵取出工程によ
り取り出された暗号鍵で復号化する復号化工程と、をコ
ンピュータに実行させることを特徴とする。
The program according to the tenth aspect of the invention is a computer-readable decryption method for extracting encrypted data embedded in predetermined image data from the image data and decrypting the extracted encrypted data with a predetermined encryption key. And a cryptographic key used for decrypting the cryptographic data embedded as digital watermark information in the image data, the cryptographic data extracting step of taking out cryptographic data embedded as digital watermark information in the image data. And a decryption step of decrypting the encrypted data retrieved by the encrypted data retrieval step with the encryption key retrieved by the encryption key retrieval step. .

【0028】この請求項10の発明によれば、画像デー
タに電子透かし情報として埋め込まれた暗号データを取
り出すとともに、この画像データに電子透かし情報とし
て埋め込まれた暗号データの復号化に用いる暗号鍵を取
り出し、取り出した暗号データを暗号鍵で復号化するこ
ととしたので、暗号鍵を暗号データと別個に管理する必
要をなくすことができる。
According to the invention of claim 10, the encrypted data embedded in the image data as the electronic watermark information is taken out, and the encryption key used for decrypting the encrypted data embedded in the image data as the electronic watermark information is used. Since the extracted encrypted data is decrypted with the encrypted key, it is not necessary to manage the encrypted key separately from the encrypted data.

【0029】[0029]

【発明の実施の形態】以下に添付図面を参照して、この
発明に係る暗号化装置、復号化装置、記録媒体、暗号化
方法、復号化方法およびその方法をコンピュータに実行
させるプログラムの好適な実施の形態を詳細に説明す
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of an encryption device, a decryption device, a recording medium, an encryption method, a decryption method, and a program for causing a computer to execute the method according to the present invention will be described below with reference to the accompanying drawings. Embodiments will be described in detail.

【0030】(実施の形態1)まず、本実施の形態に係
る暗号化システムの概念について説明する。図1および
図2は、本実施の形態に係る暗号化システムの概念を説
明するための説明図である。
(Embodiment 1) First, the concept of the encryption system according to the present embodiment will be described. 1 and 2 are explanatory diagrams for explaining the concept of the encryption system according to the present embodiment.

【0031】図1に示すように、この暗号化システムで
は、暗号化対象となる情報ファイル(コンテンツ)を暗
号鍵で暗号化して暗号データを作成し、この暗号データ
と暗号鍵を電子透かし情報としてダミー画像中に埋め込
む。
As shown in FIG. 1, in this encryption system, an information file (content) to be encrypted is encrypted with an encryption key to create encrypted data, and this encrypted data and the encryption key are used as electronic watermark information. Embed in the dummy image.

【0032】すなわち、この暗号化システムでは、暗号
データだけではなく暗号鍵自体についてもディジタル的
に不可視の状態でダミー画像中に埋め込むのである。こ
のため、暗号鍵を暗号データと別個に鍵管理する必要が
なくなるので、利用者による暗号鍵管理に係る負担をな
くすことができる。
That is, in this encryption system, not only the encrypted data but also the encryption key itself is digitally invisible and embedded in the dummy image. Therefore, since it is not necessary to manage the encryption key separately from the encryption data, the burden on the user of managing the encryption key can be eliminated.

【0033】特に、情報ファイルの暗号化をおこなう時
点で暗号鍵を自動生成することにより、利用者にとって
暗号鍵をトランスペアレント(透過的)なものとして位
置づけることができるので、保全性が高まる。
In particular, by automatically generating the encryption key at the time of encrypting the information file, the encryption key can be positioned as transparent to the user, thus improving the integrity.

【0034】また、図2に示すように、復号側では、こ
の画像データの中から暗号鍵と暗号データを取り出し、
取り出した暗号鍵で暗号データを復号化して情報ファイ
ル(ディジタルコンテンツ)を再構成する。ここで、使
用済みの情報ファイルや暗号鍵を別途記憶できることに
すると秘密保持上好ましくないので、情報を表示した後
に所定の操作がなされたならば、これらの情報ファイル
や暗号鍵を自動的に削除することとする。
Further, as shown in FIG. 2, the decryption side extracts the encryption key and the encrypted data from the image data,
The encrypted data is decrypted with the extracted encryption key to reconstruct the information file (digital content). Here, it is not desirable for confidentiality to separately store the used information files and encryption keys. Therefore, if a predetermined operation is performed after displaying the information, these information files and encryption keys are automatically deleted. I decided to.

【0035】このように、本実施の形態1に係る暗号化
システムでは、電子透かし技術を利用して暗号データだ
けではなく暗号鍵そのものについてもダミー画像中に埋
め込むこととしているので、暗号鍵の管理に係る利用者
の負担をなくすことができる。
As described above, in the encryption system according to the first embodiment, the digital watermark technology is used to embed not only the encrypted data but also the encryption key itself in the dummy image. The burden on the user can be eliminated.

【0036】ここで、暗号鍵と暗号データを同じ画像中
に埋め込むこととすると第三者にとっては暗号強度の面
が問題となるとも考えられるが、最近の電子透かし技術
は高度化してきているので、図2に示すように画像上に
埋め込まれた暗号鍵を取り出すのは容易ではなく、安全
上も特に問題とならないと考えられる。
Here, if the encryption key and the encrypted data are embedded in the same image, it is considered that the encryption strength will be a problem for a third party, but recent digital watermark technology is becoming more sophisticated. As shown in FIG. 2, it is not easy to take out the encryption key embedded in the image, and it is considered that there is no particular problem in security.

【0037】なお、本発明はいかなる電子透かし技術を
採用するかは特に限定されるものではなく、いかなる電
子透かし技術を採用しても構わない。また、ダミー画像
として2値画像、白黒濃淡画像、カラー画像のいかなる
ものを用いても良い。
The present invention is not particularly limited as to which digital watermark technique is adopted, and any digital watermark technique may be adopted. Further, any one of a binary image, a grayscale image and a color image may be used as the dummy image.

【0038】次に、本実施の形態1に係る暗号化システ
ムのシステム構成について説明する。図3は、本実施の
形態1に係る暗号化システムのシステム構成を示す機能
ブロック図である。なおここでは、通信回線を介して暗
号鍵および暗号データを埋め込まれた画像データを授受
する場合を示している。
Next, the system configuration of the encryption system according to the first embodiment will be described. FIG. 3 is a functional block diagram showing the system configuration of the encryption system according to the first embodiment. Note that here, a case is shown in which the image data in which the encryption key and the encryption data are embedded is transmitted and received via the communication line.

【0039】同図に示すように、この暗号化システム
は、暗号鍵および暗号データをダミー画像に埋め込んだ
画像データを受信機20に出力する送信機10と、この
画像データから暗号鍵および暗号データを取り出し、暗
号データをこの暗号鍵で復号する受信機20とからな
る。
As shown in the figure, in this encryption system, a transmitter 10 for outputting image data in which an encryption key and encryption data are embedded in a dummy image to a receiver 20, and an encryption key and encryption data from this image data. And a receiver 20 for decrypting the encrypted data with this encryption key.

【0040】この送信機10は、データ入力部11と、
暗号鍵生成部12と、暗号化処理部13と、ダミー画像
記憶部14と、埋め込み処理部15と、画像出力部16
と、制御部17とを有する。
The transmitter 10 includes a data input section 11 and
The encryption key generation unit 12, the encryption processing unit 13, the dummy image storage unit 14, the embedding processing unit 15, and the image output unit 16
And a control unit 17.

【0041】データ入力部11は、暗号化の対象となる
情報ファイルなどを入力する入力部であり、たとえばイ
ンターネットのWWW(World Wide Web)を介してHT
TPサーバ上から情報を取得するブラウザや、文書を作
成する文書作成アプリケーションなどが該当する。
The data input unit 11 is an input unit for inputting an information file or the like to be encrypted, and is, for example, an HT via the WWW (World Wide Web) of the Internet.
A browser that acquires information from the TP server, a document creation application that creates a document, and the like correspond to this.

【0042】暗号鍵生成部12は、情報ファイルを暗号
化する際に必要となる暗号鍵を自動生成する処理部であ
る。この暗号鍵生成部12が生成する暗号鍵は、利用者
が特に意識する必要がないので、利用者にとってトラン
スペアレントなものとなる。
The encryption key generation unit 12 is a processing unit that automatically generates an encryption key required when encrypting an information file. The encryption key generated by the encryption key generation unit 12 is transparent to the user because the user does not need to be aware of it.

【0043】特に、この暗号鍵生成部12が生成する暗
号鍵は、ダミー画像中に埋め込みさえできれば鍵の長さ
についての制約がないため、暗号強度を高めることがで
きる。また、暗号鍵はある情報ファイルに固有のもので
あるので基本的には使い捨てれば足りるものである。
In particular, the encryption key generated by the encryption key generator 12 has no restriction on the length of the key as long as it can be embedded in the dummy image, so that the encryption strength can be increased. Further, since the encryption key is unique to a certain information file, it basically suffices to be disposable.

【0044】暗号化処理部13は、暗号鍵生成部12に
より生成された暗号鍵を用いて情報ファイルを暗号化す
る処理部である。なお、この暗号化処理部13に採用す
る暗号ロジックはいかなるものでも良い。
The encryption processing unit 13 is a processing unit that encrypts the information file using the encryption key generated by the encryption key generation unit 12. Any cryptographic logic may be used in the encryption processing unit 13.

【0045】ダミー画像記憶部14は、暗号鍵および暗
号データを電子透かし情報として埋め込む埋め込み対象
となるダミー画像を記憶する記憶部である。このダミー
画像は、2値画像、白黒濃淡画像、カラー画像のいかな
るものであっても良い。
The dummy image storage unit 14 is a storage unit for storing a dummy image to be embedded in which the encryption key and the encrypted data are embedded as digital watermark information. This dummy image may be any one of a binary image, a black and white gray image, and a color image.

【0046】埋め込み処理部15は、暗号鍵および暗号
データを電子透かし情報としてダミー画像に埋め込む処
理部である。この埋め込み処理部15に採用する電子透
かし技術はいかなるものであっても良く、「松井甲子雄
著、電子透かしの基礎、森北出版」に記載されるような
各種電子透かし技術を採用することができる。
The embedding processing unit 15 is a processing unit that embeds the encryption key and the encrypted data in the dummy image as electronic watermark information. Any digital watermark technology may be used for the embedding processing unit 15, and various digital watermark technologies such as those described in "Kashio Matsui, Basics of Digital Watermark, Morikita Publishing" can be used.

【0047】画像出力部16は、埋め込み処理部15に
よって暗号鍵および暗号データが埋め込まれたダミー画
像の画像データを通信回線を介して受信機20に向けて
出力する処理部であり、この出力形態は無線、有線、衛
星通信、LANなどいかなるものであっても良い。
The image output unit 16 is a processing unit for outputting the image data of the dummy image in which the encryption key and the encrypted data are embedded by the embedding processing unit 15 to the receiver 20 via the communication line, and this output form is used. May be wireless, wired, satellite communication, LAN, or any other type.

【0048】制御部17は、送信機10を全体制御する
制御部であり、具体的には、暗号鍵生成部12により生
成された暗号鍵を暗号化処理部13に出力したり、暗号
鍵および暗号データを埋め込み処理部15に受け渡す制
御などをおこなう。
The control unit 17 is a control unit for controlling the transmitter 10 as a whole. Specifically, the control unit 17 outputs the encryption key generated by the encryption key generation unit 12 to the encryption processing unit 13 and outputs the encryption key and The control of passing the encrypted data to the embedding processing unit 15 is performed.

【0049】次に、図1に示した受信機20の構成につ
いて説明する。この受信機20は、画像入力部21と、
暗号鍵・暗号データ取り出し部22と、復号化処理部2
3と、画像データ記憶部24と、データ消去部25と、
制御部26とを有する。
Next, the configuration of the receiver 20 shown in FIG. 1 will be described. The receiver 20 includes an image input unit 21 and
Encryption key / encryption data extraction unit 22 and decryption processing unit 2
3, an image data storage unit 24, a data erasing unit 25,
And a control unit 26.

【0050】画像入力部21は、送信機10から出力さ
れた暗号鍵と暗号データを埋め込まれた画像データを入
力する処理部であり、暗号鍵・暗号データ取り出し部2
2は、画像データから暗号鍵および暗号データを取り出
す処理部である。なお、この暗号鍵および暗号データの
取り出し時には電子透かし技術が用いられる。
The image input section 21 is a processing section for inputting the encryption key output from the transmitter 10 and the image data in which the encryption data is embedded, and the encryption key / encryption data extraction section 2
Reference numeral 2 is a processing unit that extracts the encryption key and the encryption data from the image data. A digital watermark technique is used when the encryption key and the encrypted data are taken out.

【0051】復号化処理部23は、画像データから取り
出した暗号鍵を用いて画像データから取り出した暗号デ
ータを復号化する処理部である。なお、この復号化処理
部23に採用する暗号ロジックは、暗号化処理部13の
暗号ロジックに対応するものでなければならない。
The decryption processing unit 23 is a processing unit that decrypts the encrypted data extracted from the image data using the encryption key extracted from the image data. The cryptographic logic adopted in the decryption processing unit 23 must correspond to the cryptographic logic of the encryption processing unit 13.

【0052】画像データ記憶部24は、画像入力部21
により入力された暗号鍵と暗号データを埋め込まれた画
像データを記憶する記憶部である。この画像データ記憶
部24には、暗号鍵と暗号データを埋め込まれた画像デ
ータだけを記憶しており、暗号鍵そのものや復号化した
情報ファイルそのものを記憶するわけではない。これら
の情報を画像データに埋め込んだ形態で管理することに
より、暗号鍵管理の必要がなくなるとともに、生データ
の流出を防いで保全性を高めることができるからであ
る。
The image data storage unit 24 includes the image input unit 21.
The storage unit stores the image data in which the encryption key and the encryption data input by are embedded. The image data storage unit 24 stores only the encryption key and the image data in which the encryption data is embedded, and does not store the encryption key itself or the decrypted information file itself. By managing such information in the form of being embedded in the image data, there is no need for encryption key management, and leakage of raw data can be prevented and the integrity can be improved.

【0053】データ消去部25は、復号化処理部23に
より復号化された情報ファイルや暗号鍵を用済み後に消
去する処理部であり、具体的には、復号化された情報フ
ァイルを表示部に表示した後所定の操作がなされると、
このデータ消去部25によりこれらのデータが消去され
る。
The data erasing unit 25 is a processing unit for erasing the information file and the encryption key decrypted by the decryption processing unit 23 after use, and more specifically, the decrypted information file is displayed on the display unit. When a predetermined operation is performed after displaying,
The data erasing unit 25 erases these data.

【0054】制御部26は、受信機20の全体制御をお
こなう制御部であり、具体的には、暗号鍵・暗号データ
取り出し部22により取り出された暗号鍵および暗号デ
ータを復号化処理部23に受け渡すなどの処理をおこな
う。
The control unit 26 is a control unit for performing overall control of the receiver 20, and more specifically, the encryption key / encryption data extracted by the encryption key / encryption data extraction unit 22 is sent to the decryption processing unit 23. Perform processing such as delivery.

【0055】次に、図3に示した送信機10の処理手順
について説明する。図4は、図3に示した送信機10の
処理手順を示すフローチャートである。同図に示すよう
に、この送信機10は、データ入力部11から情報ファ
イルを入力したならば(ステップS401)、暗号鍵生
成部12によりこの情報ファイルを暗号化するための暗
号鍵を自動的に生成し(ステップS402)、暗号化処
理部13が暗号鍵で情報ファイルを暗号化して暗号デー
タを作成する(ステップS403)。
Next, the processing procedure of the transmitter 10 shown in FIG. 3 will be described. FIG. 4 is a flowchart showing a processing procedure of the transmitter 10 shown in FIG. As shown in the figure, when an information file is input from the data input unit 11 (step S401), the transmitter 10 automatically generates an encryption key for encrypting this information file by the encryption key generation unit 12. (Step S402), the encryption processing unit 13 encrypts the information file with the encryption key to create encrypted data (step S403).

【0056】その後、制御部17がダミー画像記憶部1
4に記憶したダミー画像を取り出し(ステップS40
4)、埋め込み処理部15が電子透かし技術を用いてこ
のダミー画像に暗号データを埋め込むとともに(ステッ
プS405)、同様に暗号鍵を同じダミー画像に埋め込
む(ステップS406)。そして、画像出力部16がこ
れらの暗号データおよび暗号鍵を埋め込んだダミー画像
の画像データを受信機20に対して送信する(ステップ
S407)。
Thereafter, the control unit 17 causes the dummy image storage unit 1 to
The dummy image stored in 4 is taken out (step S40
4) At the same time, the embedding processing unit 15 embeds the encrypted data in this dummy image using the digital watermark technique (step S405), and similarly embeds the encryption key in the same dummy image (step S406). Then, the image output unit 16 transmits the image data of the dummy image in which the encrypted data and the encryption key are embedded to the receiver 20 (step S407).

【0057】次に、図3に示した受信機20の処理手順
について説明する。図5は、図3に示した受信機20の
処理手順を示すフローチャートである。同図に示すよう
に、画像入力部21が画像データを受信したならば(ス
テップS501)、暗号鍵・暗号データ取り出し部22
が画像データの中から暗号鍵および暗号データを順次取
り出す(ステップS502〜S503)。
Next, the processing procedure of the receiver 20 shown in FIG. 3 will be described. FIG. 5 is a flowchart showing a processing procedure of the receiver 20 shown in FIG. As shown in the figure, when the image input unit 21 receives image data (step S501), the encryption key / encryption data extraction unit 22
Sequentially extracts the encryption key and the encrypted data from the image data (steps S502 to S503).

【0058】その後、復号化処理部23が暗号鍵を用い
て暗号データを復号化し(ステップS504)、復号化
したデータすなわち情報ファイルを表示部に表示する。
そして、所定の操作がなされたならば、データ消去部2
5がこの情報ファイル、暗号データおよび暗号鍵を削除
し(ステップS505)、制御部26が暗号鍵および暗
号データが埋め込まれた画像データを画像データ記憶部
24に格納する(ステップS506)。
After that, the decryption processing unit 23 decrypts the encrypted data using the encryption key (step S504), and displays the decrypted data, that is, the information file on the display unit.
Then, when a predetermined operation is performed, the data erasing unit 2
5 deletes the information file, the encryption data and the encryption key (step S505), and the control unit 26 stores the image data in which the encryption key and the encryption data are embedded in the image data storage unit 24 (step S506).

【0059】上述してきたように、本実施の形態1で
は、情報ファイルを入力した際に暗号鍵生成部12が暗
号鍵を自動的に生成し、暗号化処理部13がこの暗号鍵
を用いて情報ファイルを暗号化して暗号データを作成
し、埋め込み処理部15が暗号データおよび暗号鍵をダ
ミー画像中に電子透かし情報として埋め込むよう構成し
たので、暗号の鍵管理に係る利用者の負担をなくし、も
って効率良く情報の漏洩や改ざんを防止することができ
る。
As described above, in the first embodiment, the encryption key generation unit 12 automatically generates the encryption key when the information file is input, and the encryption processing unit 13 uses the encryption key. Since the information file is encrypted to create encrypted data and the embedding processing unit 15 embeds the encrypted data and the encryption key in the dummy image as digital watermark information, the burden on the user regarding encryption key management is eliminated, Therefore, it is possible to efficiently prevent information leakage and falsification.

【0060】また、受信機20では、暗号鍵・暗号デー
タ取り出し部22が画像データに埋め込まれた暗号鍵お
よび暗号データを取り出し、復号化処理部23により暗
号データを暗号鍵で復号化し、生データなどを残すこと
なく画像データのみを画像データ記憶部24に格納する
よう構成したので、暗号鍵を暗号データと別個に管理す
る必要をなくすことができる。
In the receiver 20, the encryption key / encryption data extraction unit 22 extracts the encryption key and the encryption data embedded in the image data, and the decryption processing unit 23 decrypts the encryption data with the encryption key to obtain the raw data. Since only the image data is stored in the image data storage unit 24 without leaving the above, it is not necessary to manage the encryption key separately from the encryption data.

【0061】(実施の形態2)ところで、上記実施の形
態1では、ダミー画像中に暗号データと暗号鍵のみを電
子透かし情報として埋め込む場合を示したが、本発明は
これに限定されるものではなく、他の情報を埋め込むこ
ともできる。そこで、本実施の形態2では、画像データ
に対するアクセス情報についても電子透かし情報として
ダミー画像に埋め込む場合を示すこととする。
(Second Embodiment) By the way, in the above-mentioned first embodiment, the case where only the encrypted data and the encryption key are embedded as the digital watermark information in the dummy image has been shown, but the present invention is not limited to this. Alternatively, other information can be embedded. Therefore, in the second embodiment, a case will be described in which access information for image data is also embedded in a dummy image as digital watermark information.

【0062】図6は、本実施の形態2に係る暗号化シス
テムの概念を説明するための説明図である。同図に示す
ように、この暗号化システムでは、暗号鍵および暗号デ
ータだけではなく、アクセス情報についても電子透かし
情報としてダミー画像中に埋め込んでいる。
FIG. 6 is an explanatory diagram for explaining the concept of the encryption system according to the second embodiment. As shown in the figure, in this encryption system, not only the encryption key and the encrypted data, but also the access information is embedded in the dummy image as digital watermark information.

【0063】具体的には、画像データに利用者がアクセ
スしたアクセス時刻や、画像データにアクセスした利用
者のユーザ名などをアクセス情報としてダミー画像中に
埋め込むことになる。なお、暗号鍵、暗号データおよび
アクセス情報をダミー画像に埋め込む際に、同じ電子透
かし技術を用いることもできるが、それぞれ異なる電子
透かし技術を用いても構わない。
Specifically, the access time when the user accesses the image data, the user name of the user who accessed the image data, and the like are embedded in the dummy image as access information. The same digital watermark technology can be used when embedding the encryption key, the encrypted data, and the access information in the dummy image, but different digital watermark technologies may be used.

【0064】次に、本実施の形態2に係る暗号化システ
ムの受信機の構成について説明する。図7は、本実施の
形態2に係る暗号化システムの受信機の構成を示す機能
ブロック図である。なお、ここでは説明の便宜上、図3
に示した各部と同様の役割を果たす機能部については同
一符号を付すこととしてその詳細な説明を省略する。
Next, the configuration of the receiver of the encryption system according to the second embodiment will be described. FIG. 7 is a functional block diagram showing the configuration of the receiver of the encryption system according to the second embodiment. Note that, for convenience of description, FIG.
The same reference numerals are given to the functional units that perform the same functions as the respective units shown in, and the detailed description thereof will be omitted.

【0065】図7に示すように、この受信機70は、画
像入力部21、暗号鍵・暗号データ取り出し部22、復
号化処理部23、画像データ記憶部24、データ消去部
25および制御部72にアクセス情報埋め込み部71を
付加した構成となる。
As shown in FIG. 7, the receiver 70 includes an image input unit 21, an encryption key / encrypted data extraction unit 22, a decryption processing unit 23, an image data storage unit 24, a data erasing unit 25, and a control unit 72. The access information embedding unit 71 is added to the above.

【0066】アクセス情報埋め込み部71は、画像デー
タ記憶部24に記憶した画像データをアクセスした場合
に、このアクセス情報を取得して画像データに電子透か
し情報として埋め込む処理部である。具体的には、復号
化処理部23により復号化された復号化時刻および復号
化をおこなったユーザ名がアクセス情報として画像デー
タに埋め込まれる。
The access information embedding unit 71 is a processing unit which, when accessing the image data stored in the image data storage unit 24, acquires this access information and embeds it in the image data as digital watermark information. Specifically, the decryption time decrypted by the decryption processing unit 23 and the decrypted user name are embedded in the image data as access information.

【0067】制御部72は、図3に示した制御部26と
同様に受信機70の全体制御をおこなう制御部であり、
復号化処理部23による復号化時刻などをアクセス情報
埋め込み部71に受け渡す。
The control unit 72 is a control unit for performing the overall control of the receiver 70 similarly to the control unit 26 shown in FIG.
The decryption processing unit 23 passes the decryption time and the like to the access information embedding unit 71.

【0068】このように、アクセス情報を画像データに
埋め込むことにより、画像データの利用者および利用時
刻を特定できることになるので、画像データに埋め込ん
だ情報ファイルの保全性をさらに高めることができる。
By thus embedding the access information in the image data, the user and the time of use of the image data can be specified, so that the integrity of the information file embedded in the image data can be further enhanced.

【0069】次に、図7に示した受信機70の処理手順
について説明する。図8は、図7に示した受信機70の
処理手順を示すフローチャートである。同図に示すよう
に、この受信機70は、画像入力部21が画像データを
受信したならば(ステップS801)、暗号鍵・暗号デ
ータ取り出し部22が画像データの中から暗号鍵および
暗号データを順次取り出す(ステップS802〜S80
3)。
Next, the processing procedure of the receiver 70 shown in FIG. 7 will be described. FIG. 8 is a flowchart showing a processing procedure of the receiver 70 shown in FIG. As shown in the figure, in the receiver 70, when the image input unit 21 receives the image data (step S801), the encryption key / encrypted data extraction unit 22 extracts the encryption key and the encrypted data from the image data. Sequential removal (steps S802 to S80
3).

【0070】その後、復号化処理部23が暗号鍵を用い
て暗号データを復号化し(ステップS804)、復号化
したデータすなわち情報ファイルを表示部に表示する。
そして、所定の操作がなされたならば、データ消去部2
5がこの情報ファイル、暗号データおよび暗号鍵を削除
し(ステップS805)、アクセス情報埋め込み部71
がアクセス情報を画像データへ埋め込み(ステップS8
06)、制御部26が暗号鍵、暗号データおよびアクセ
ス情報が埋め込まれた画像データを画像データ記憶部2
4に格納する(ステップS807)。
Thereafter, the decryption processing unit 23 decrypts the encrypted data using the encryption key (step S804) and displays the decrypted data, that is, the information file on the display unit.
Then, when a predetermined operation is performed, the data erasing unit 2
5 deletes this information file, the encrypted data and the encryption key (step S805), and the access information embedding unit 71
Embeds the access information in the image data (step S8
06), the control unit 26 stores the image data in which the encryption key, the encrypted data and the access information are embedded in the image data storage unit 2.
4 (step S807).

【0071】なお、上記一連の処理手順では、受信機7
0が画像データを受け取った際の処理手順を説明した
が、その後に画像データ記憶部24に記憶した画像デー
タをアクセスする場合にも、同様にしてアクセス情報が
画像データに埋め込まれる。
In the above series of processing procedures, the receiver 7
Although the processing procedure when 0 receives the image data has been described, the access information is similarly embedded in the image data when the image data stored in the image data storage unit 24 is subsequently accessed.

【0072】上述してきたように、本実施の形態2で
は、アクセス情報埋め込み部71がアクセス情報を画像
データへ埋め込むよう構成したので、画像データの利用
者および利用時刻を特定できることになり、画像データ
に埋め込んだ情報ファイルの保全性をさらに高めること
ができる。
As described above, in the second embodiment, the access information embedding unit 71 is configured to embed the access information in the image data, so that the user and the time of use of the image data can be specified. The integrity of the information file embedded in can be further enhanced.

【0073】(実施の形態3)ところで、上記実施の形
態2では、暗号鍵および暗号データ以外にアクセス情報
を画像データに埋め込む場合を示したが、画像データの
配布に係る情報(以下「配布情報」と言う)を画像デー
タに埋め込むこともできる。そこで、本実施の形態3で
は、画像データの配布情報を画像データに埋め込む場合
について説明する。
(Third Embodiment) In the second embodiment, the case where access information other than the encryption key and the encryption data is embedded in the image data has been described. It can also be embedded in the image data. Therefore, in the third embodiment, a case where the distribution information of the image data is embedded in the image data will be described.

【0074】まず、本実施の形態3に係る暗号化システ
ムの概念について説明する。図9は、本実施の形態3に
係る暗号化システムの概念を説明するための説明図であ
る。同図に示すように、この暗号化システムでは、暗号
鍵および暗号データ以外に画像データの配布情報を画像
データに埋め込んでいる。
First, the concept of the encryption system according to the third embodiment will be described. FIG. 9 is an explanatory diagram for explaining the concept of the encryption system according to the third embodiment. As shown in the figure, in this encryption system, distribution information of image data is embedded in the image data in addition to the encryption key and the encrypted data.

【0075】具体的には、この配布情報としては、送信
アドレスや送信時刻などがあげられる。かかる配布情報
を画像データに埋め込む理由は、情報の配布ルートを明
確にして情報の保全性を高めるためである。
Specifically, the distribution information includes a transmission address and a transmission time. The reason for embedding the distribution information in the image data is to clarify the distribution route of the information and improve the integrity of the information.

【0076】次に、本実施の形態3に係る暗号化システ
ムの送信機の構成について説明する。図10は、本実施
の形態3に係る暗号化システムの送信機の構成を示す機
能ブロック図である。なお、ここでは説明の便宜上、図
3に示した各部と同様の役割を果たす機能部については
同一符号を付すこととしてその詳細な説明を省略する。
Next, the configuration of the transmitter of the encryption system according to the third embodiment will be described. FIG. 10 is a functional block diagram showing the configuration of the transmitter of the encryption system according to the third embodiment. Here, for convenience of description, functional units that perform the same functions as those of the units illustrated in FIG. 3 are denoted by the same reference numerals, and detailed description thereof will be omitted.

【0077】同図に示すように、この送信機100は、
データ入力部11、暗号鍵生成部12、暗号化処理部1
3、ダミー画像記憶部14、埋め込み処理部15、画像
出力部16および制御部102に、配布情報埋め込み部
101を付加した構成となる。
As shown in the figure, the transmitter 100 is
Data input unit 11, encryption key generation unit 12, encryption processing unit 1
3, the dummy image storage unit 14, the embedding processing unit 15, the image output unit 16, and the control unit 102 are added with the distribution information embedding unit 101.

【0078】配布情報埋め込み部101は、画像データ
の配布先の送信アドレスや送信時刻などの配布情報を画
像データに埋め込む処理部であり、かかる配布情報の埋
め込みにより情報の配布ルートを明確にして情報の保全
性を高めている。
The distribution information embedding unit 101 is a processing unit that embeds distribution information such as the transmission address and transmission time of the distribution destination of the image data in the image data. By embedding the distribution information, the distribution route of the information is clarified. The maintainability of

【0079】制御部102は、図3に示した制御部17
と同様に送信機100を全体制御するものであり、画像
データを送信する際の時刻や配布先の送信アドレスを配
布情報埋め込み部101に出力する制御もおこなう。
The control unit 102 is the control unit 17 shown in FIG.
Similarly to the above, the transmitter 100 is entirely controlled, and control is also performed to output the time when transmitting image data and the transmission address of the distribution destination to the distribution information embedding unit 101.

【0080】次に、図10に示した送信機100の処理
手順について説明する。図11は、図10に示した送信
機100の処理手順を示すフローチャートである。同図
に示すように、この送信機100は、データ入力部11
から情報ファイルを入力したならば(ステップS110
1)、暗号鍵生成部12によりこの情報ファイルを暗号
化するための暗号鍵を自動的に生成し(ステップS11
02)、暗号化処理部13が暗号鍵で情報ファイルを暗
号化して暗号データを作成する(ステップS110
3)。
Next, the processing procedure of the transmitter 100 shown in FIG. 10 will be described. FIG. 11 is a flowchart showing a processing procedure of the transmitter 100 shown in FIG. As shown in the figure, the transmitter 100 includes a data input unit 11
If an information file is input from (step S110
1) The encryption key generator 12 automatically generates an encryption key for encrypting this information file (step S11).
02), the encryption processing unit 13 encrypts the information file with the encryption key to create encrypted data (step S110).
3).

【0081】その後、制御部102がダミー画像記憶部
14に記憶したダミー画像を取り出し(ステップS11
04)、埋め込み処理部15が電子透かし技術を用いて
このダミー画像に暗号データを埋め込むとともに(ステ
ップS1105)、同様に暗号鍵を同じダミー画像に埋
め込む(ステップS1106)。
Thereafter, the control unit 102 takes out the dummy image stored in the dummy image storage unit 14 (step S11).
04), the embedding processing unit 15 embeds the encrypted data in this dummy image using the digital watermark technique (step S1105), and similarly embeds the encryption key in the same dummy image (step S1106).

【0082】さらに、配布情報埋め込み部101が配布
情報を電子透かし情報としてダミー画像に埋め込み(ス
テップS1107)、画像出力部16がこれらの暗号デ
ータ、暗号鍵および配布情報を埋め込んだダミー画像の
画像データを受信機20に対して送信する(ステップS
1108)。
Further, the distribution information embedding unit 101 embeds the distribution information as digital watermark information in the dummy image (step S1107), and the image output unit 16 embeds the encrypted data, the encryption key and the distribution information in the image data of the dummy image. Is transmitted to the receiver 20 (step S
1108).

【0083】なお、ここでは画像データを受信機に対し
て送信する場合のみを示したが、この画像データを受信
した受信機が他の装置に画像データを配布する場合に
も、配布情報が画像データに埋め込まれるよう構成する
ことが望ましい。
Here, only the case where the image data is transmitted to the receiver is shown, but the distribution information is also displayed when the receiver receiving this image data distributes the image data to another device. It is desirable to configure it to be embedded in the data.

【0084】上述してきたように、本実施の形態3で
は、画像データを送信する際の時刻や配布先の送信アド
レスを配布情報として画像データに埋め込むこととした
ので、情報の配布ルートを明確にて、情報の保全性を高
めることができる。
As described above, in the third embodiment, the time at which the image data is transmitted and the transmission address of the distribution destination are embedded in the image data as distribution information. Therefore, the distribution route of the information is clarified. Thus, the integrity of information can be improved.

【0085】(付記1)暗号化対象となる情報を所定の
暗号鍵で暗号化して暗号データを作成し、作成した暗号
データを電子透かし情報として所定の画像データに埋め
込む暗号化装置であって、前記情報の暗号化に用いる暗
号鍵を生成する暗号鍵生成手段と、前記暗号鍵生成手段
により生成された暗号鍵を用いて前記情報を暗号化して
暗号データを生成する暗号化手段と、前記暗号化手段に
より暗号化された暗号データおよび前記暗号鍵生成手段
により生成された暗号鍵を電子透かし情報として所定の
画像データに埋め込む埋め込み手段と、を備えたことを
特徴とする暗号化装置。 (付記2)前記埋め込み手段により前記暗号データおよ
び前記暗号鍵が埋め込まれた画像データを送信する送信
する際に、宛先端末の送信アドレスおよび送信時刻など
の配布情報を前記画像データに電子透かし情報として埋
め込む配布情報埋め込み手段をさらに備えたことを特徴
とする付記1に記載の暗号化装置。 (付記3)所定の画像データに埋め込まれた暗号データ
を該画像データから取り出し、取り出した暗号データを
所定の暗号鍵で復号化する復号化装置であって、前記画
像データに電子透かし情報として埋め込まれた暗号デー
タを取り出す暗号データ取出手段と、前記画像データに
電子透かし情報として埋め込まれた前記暗号データの復
号化に用いる暗号鍵を取り出す暗号鍵取出手段と、前記
暗号データ取出手段により取り出された暗号データを前
記暗号鍵取出手段により取り出された暗号鍵で復号化す
る復号化手段と、を備えたことを特徴とする復号化装
置。 (付記4)前記暗号データおよび暗号鍵を電子透かし情
報として埋め込まれた画像データのみを記憶する画像デ
ータ記憶手段と、前記復号化手段により復号化されたデ
ータを所定の表示部に表示して所定の操作がなされた際
に、該復号化されたデータおよび前記暗号鍵を自動的に
消去する消去手段とをさらに備えたことを特徴とする付
記3に記載の復号化装置。 (付記5)前記復号化手段により前記暗号データが前記
暗号鍵で復号された際に、復号化時刻およびユーザ名な
どのアクセス情報を前記画像データに埋め込むアクセス
情報埋め込み手段をさらに備えたことを特徴とする付記
3または4に記載の復号化装置。 (付記6)暗号化対象となる情報を所定の暗号鍵で暗号
化した暗号データを少なくとも記録する記録媒体であっ
て、前記情報の暗号化に用いる暗号鍵と、前記暗号鍵を
用いて前記情報を暗号化した暗号データとを電子透かし
情報として埋め込んだ画像データに記録したことを特徴
とする記録媒体。 (付記7)前記画像データは、前記暗号データを前記暗
号鍵で復号化した復号化時刻およびユーザ名などのアク
セス情報が電子透かし情報としてさらに埋め込まれた画
像データであることを特徴とする付記6に記載の記録媒
体。 (付記8)前記画像データは、前記画像データを送信す
る宛先端末の送信アドレスおよび送信時刻などの配布情
報を電子透かし情報としてさらに埋め込まれた画像デー
タであることを特徴とする付記6または7に記載の記録
媒体。 (付記9)暗号化対象となる情報を所定の暗号鍵で暗号
化して暗号データを作成し、作成した暗号データを電子
透かし情報として所定の画像データに埋め込む暗号化方
法であって、前記情報の暗号化に用いる暗号鍵を生成す
る暗号鍵生成工程と、前記暗号鍵生成工程により生成さ
れた暗号鍵を用いて前記情報を暗号化して暗号データを
生成する暗号化工程と、前記暗号化工程により暗号化さ
れた暗号データおよび前記暗号鍵生成工程により生成さ
れた暗号鍵を電子透かし情報として所定の画像データに
埋め込む埋め込み工程と、を含んだことを特徴とする暗
号化方法。 (付記10)前記埋め込み工程により前記暗号データお
よび前記暗号鍵が埋め込まれた画像データを送信する送
信する際に、宛先端末の送信アドレスおよび送信時刻な
どの配布情報を前記画像データに電子透かし情報として
埋め込む配布情報埋め込み工程をさらに含んだことを特
徴とする付記9に記載の暗号化方法。 (付記11)所定の画像データに埋め込まれた暗号デー
タを該画像データから取り出し、取り出した暗号データ
を所定の暗号鍵で復号化する復号化方法であって、前記
画像データに電子透かし情報として埋め込まれた暗号デ
ータを取り出す暗号データ取出工程と、前記画像データ
に電子透かし情報として埋め込まれた前記暗号データの
復号化に用いる暗号鍵を取り出す暗号鍵取出工程と、前
記暗号データ取出工程により取り出された暗号データを
前記暗号鍵取出工程により取り出された暗号鍵で復号化
する復号化工程と、を含んだことを特徴とする復号化方
法。 (付記12)前記暗号データおよび暗号鍵を電子透かし
情報として埋め込まれた画像データのみを格納する画像
データ格納工程と、前記復号化工程により復号化された
データを所定の表示部に表示して所定の操作がなされた
際に、該復号化されたデータおよび前記暗号鍵を自動的
に消去する消去工程とをさらに含んだことを特徴とする
付記11に記載の復号化方法。 (付記13)前記復号化工程により前記暗号データが前
記暗号鍵で復号された際に、復号化時刻およびユーザ名
などのアクセス情報を前記画像データに埋め込むアクセ
ス情報埋め込み工程をさらに含んだことを特徴とする付
記11または12に記載の復号化方法。 (付記14)暗号化対象となる情報を所定の暗号鍵で暗
号化して暗号データを作成し、作成した暗号データを電
子透かし情報として所定の画像データに埋め込む暗号化
方法をコンピュータに実行させるプログラムであって、
前記情報の暗号化に用いる暗号鍵を生成する暗号鍵生成
工程と、前記暗号鍵生成工程により生成された暗号鍵を
用いて前記情報を暗号化して暗号データを生成する暗号
化工程と、前記暗号化工程により暗号化された暗号デー
タおよび前記暗号鍵生成工程により生成された暗号鍵を
電子透かし情報として所定の画像データに埋め込む埋め
込み工程と、をコンピュータに実行させるプログラム。 (付記15)所定の画像データに埋め込まれた暗号デー
タを該画像データから取り出し、取り出した暗号データ
を所定の暗号鍵で復号化する復号化方法をコンピュータ
に実行させるプログラムであって、前記画像データに電
子透かし情報として埋め込まれた暗号データを取り出す
暗号データ取出工程と、前記画像データに電子透かし情
報として埋め込まれた前記暗号データの復号化に用いる
暗号鍵を取り出す暗号鍵取出工程と、前記暗号データ取
出工程により取り出された暗号データを前記暗号鍵取出
工程により取り出された暗号鍵で復号化する復号化工程
と、をコンピュータに実行させるプログラム。
(Supplementary Note 1) An encryption device that creates encrypted data by encrypting information to be encrypted with a predetermined encryption key, and embeds the created encrypted data in predetermined image data as electronic watermark information, An encryption key generating means for generating an encryption key used for encrypting the information; an encryption means for encrypting the information by using the encryption key generated by the encryption key generating means to generate encrypted data; An encryption device, comprising: the encryption data encrypted by the encryption unit and the embedding unit that embeds the encryption key generated by the encryption key generation unit in predetermined image data as digital watermark information. (Supplementary Note 2) When transmitting the image data in which the encryption data and the encryption key are embedded by the embedding means, distribution information such as a transmission address and a transmission time of a destination terminal is used as electronic watermark information in the image data. The encryption device according to appendix 1, further comprising distribution information embedding means for embedding. (Supplementary Note 3) A decryption device for extracting encrypted data embedded in predetermined image data from the image data, and decrypting the extracted encrypted data with a predetermined encryption key, wherein the image data is embedded as digital watermark information in the image data. Encrypted data extracting means for extracting the encrypted data, an encryption key extracting means for extracting an encryption key used for decrypting the encrypted data embedded as digital watermark information in the image data, and the encrypted data extracting means. A decryption device that decrypts encrypted data with the encryption key extracted by the encryption key extraction device. (Supplementary Note 4) Image data storage means for storing only the image data in which the encrypted data and the encryption key are embedded as electronic watermark information, and the data decrypted by the decryption means are displayed on a predetermined display unit and predetermined. 4. The decryption apparatus according to appendix 3, further comprising: an erasing unit that automatically erases the decrypted data and the encryption key when the operation of <3> is performed. (Supplementary note 5) An access information embedding unit for embedding access information such as a decryption time and a user name in the image data when the decryption unit decrypts the encrypted data with the encryption key. The decoding device according to supplementary note 3 or 4. (Supplementary Note 6) A recording medium for recording at least encrypted data obtained by encrypting information to be encrypted with a predetermined encryption key, wherein the encryption key used to encrypt the information, and the information using the encryption key A recording medium in which encrypted data obtained by encrypting is recorded in image data embedded as electronic watermark information. (Supplementary Note 7) The image data is image data in which access information such as a decryption time when the encrypted data is decrypted with the encryption key and a user name is further embedded as digital watermark information. The recording medium described in. (Supplementary note 8) The supplementary note 6 or 7, wherein the image data is image data in which distribution information such as a transmission address and a transmission time of a destination terminal that transmits the image data is further embedded as digital watermark information. The recording medium described. (Supplementary note 9) An encryption method for encrypting information to be encrypted with a predetermined encryption key to create encrypted data, and embedding the created encrypted data in predetermined image data as digital watermark information. An encryption key generating step of generating an encryption key used for encryption; an encryption step of encrypting the information by using the encryption key generated by the encryption key generating step to generate encrypted data; An embedding step of embedding the encrypted encrypted data and the encryption key generated by the encryption key generating step in predetermined image data as digital watermark information. (Supplementary note 10) When transmitting the image data in which the encrypted data and the encryption key are embedded by the embedding step, distribution information such as a transmission address and a transmission time of a destination terminal is used as electronic watermark information in the image data. 10. The encryption method according to appendix 9, further comprising a step of embedding distribution information. (Supplementary note 11) A decryption method for extracting encrypted data embedded in predetermined image data from the image data, and decrypting the extracted encrypted data with a predetermined encryption key, which is embedded as digital watermark information in the image data. The encrypted data extracting step of extracting the encrypted data, the encryption key extracting step of extracting the encryption key used for decrypting the encrypted data embedded as digital watermark information in the image data, and the encrypted data extracting step And a decryption step of decrypting the encrypted data with the encryption key extracted by the encryption key extraction step. (Supplementary Note 12) An image data storing step of storing only the image data in which the encrypted data and the encryption key are embedded as electronic watermark information, and the data decrypted by the decrypting step are displayed on a predetermined display unit to be predetermined. 12. The decryption method according to supplementary note 11, further comprising an erasing step of automatically erasing the decrypted data and the encryption key when the operation of is performed. (Supplementary Note 13) The method further comprises an access information embedding step of embedding access information such as a decryption time and a user name in the image data when the encrypted data is decrypted by the encryption key in the decrypting step. The decoding method according to supplementary note 11 or 12. (Supplementary note 14) A program for causing a computer to execute an encryption method for encrypting information to be encrypted with a predetermined encryption key to create encrypted data, and embedding the created encrypted data in predetermined image data as digital watermark information. There
An encryption key generating step of generating an encryption key used to encrypt the information; an encryption step of encrypting the information using the encryption key generated by the encryption key generating step to generate encrypted data; And a step of embedding the encrypted data encrypted in the encryption step and the encryption key generated in the encryption key generation step in predetermined image data as digital watermark information. (Supplementary Note 15) A program for causing a computer to execute a decryption method for extracting encrypted data embedded in predetermined image data from the image data, and decrypting the extracted encrypted data with a predetermined encryption key, the image data An encrypted data extracting step of extracting encrypted data embedded in the image data as electronic watermark information; an encryption key extracting step of extracting an encryption key used for decrypting the encrypted data embedded in the image data as electronic watermark information; A program for causing a computer to execute a decryption step of decrypting the encrypted data extracted in the extraction step with the encryption key extracted in the encryption key extraction step.

【0086】[0086]

【発明の効果】以上説明したように、請求項1の発明に
よれば、情報の暗号化に用いる暗号鍵を生成する暗号鍵
を生成し、生成した暗号鍵を用いて情報を暗号化して暗
号データを生成し、暗号化された暗号データおよび暗号
鍵を電子透かし情報として所定の画像データに埋め込む
よう構成したので、暗号の鍵管理に係る利用者の負担を
なくし、もって効率良く情報の漏洩や改ざんを防止する
ことが可能な暗号化装置が得られるという効果を奏す
る。
As described above, according to the first aspect of the present invention, an encryption key for generating an encryption key used for encrypting information is generated, and the generated encryption key is used to encrypt information for encryption. Since the data is generated and the encrypted encryption data and the encryption key are embedded in the predetermined image data as the digital watermark information, the burden on the user regarding the key management of the encryption is eliminated, and the information leakage and This has the effect of providing an encryption device capable of preventing tampering.

【0087】また、請求項2の発明によれば、暗号デー
タおよび暗号鍵が埋め込まれた画像データを送信する際
に、宛先端末の送信アドレスおよび送信時刻などの配布
情報を画像データに電子透かし情報として埋め込むよう
構成したので、配布ルートを特定し、もって情報の保全
を図ることが可能な暗号化装置が得られるという効果を
奏する。
According to the second aspect of the invention, when transmitting the image data in which the encrypted data and the encryption key are embedded, the distribution information such as the transmission address and the transmission time of the destination terminal is added to the image data as the electronic watermark information. Since it is configured to be embedded as, there is an effect that an encryption device capable of specifying a distribution route and thus conserving information can be obtained.

【0088】また、請求項3の発明によれば、画像デー
タに電子透かし情報として埋め込まれた暗号データを取
り出すとともに、この画像データに電子透かし情報とし
て埋め込まれた暗号データの復号化に用いる暗号鍵を取
り出し、取り出した暗号データを暗号鍵で復号化するよ
う構成したので、暗号鍵を暗号データと別個に管理する
必要をなくすことが可能な復号化装置が得られるという
効果を奏する。
According to the third aspect of the invention, the encryption key embedded in the image data as the electronic watermark information is taken out, and the encryption key used for decrypting the encrypted data embedded in the image data as the electronic watermark information. Since the encryption data is extracted and the extracted encryption data is decrypted with the encryption key, it is possible to obtain a decryption device capable of eliminating the need to manage the encryption key separately from the encryption data.

【0089】また、請求項4の発明によれば、暗号デー
タおよび暗号鍵を電子透かし情報として埋め込まれた画
像データのみを記憶しておき、復号化されたデータを所
定の表示部に表示して所定の操作がなされた際に、該復
号化されたデータおよび暗号鍵を自動的に消去するよう
構成したので、復号化されたデータが記録媒体などに存
在する状況をなくし、もって情報保全の万全を図ること
が可能な復号化装置が得られるという効果を奏する。
According to the invention of claim 4, only the image data in which the encrypted data and the encryption key are embedded as the electronic watermark information is stored, and the decrypted data is displayed on a predetermined display unit. Since the decrypted data and the encryption key are automatically erased when a predetermined operation is performed, the situation in which the decrypted data exists in the recording medium is eliminated, and the information is completely protected. An effect is obtained that a decoding device capable of achieving the above can be obtained.

【0090】また、請求項5の発明によれば、暗号デー
タが前記暗号鍵で復号された際に、復号化時刻およびユ
ーザ名などのアクセス情報を画像データに埋め込むよう
構成したので、アクセス状況を随時確認し、もって情報
保全の万全を図ることが可能な復号化装置が得られると
いう効果を奏する。
According to the invention of claim 5, when the encrypted data is decrypted by the encryption key, the access information such as the decryption time and the user name is embedded in the image data. It is possible to obtain a decryption device which can be checked at any time and thus ensure complete information preservation.

【0091】また、請求項6の発明によれば、記録媒体
の中に情報の暗号化に用いる暗号鍵と、この暗号鍵を用
いて情報を暗号化した暗号データとをともに電子透かし
情報として埋め込んだ画像データに記録するよう構成し
たので、暗号鍵を暗号データと別個に管理する必要をな
くし、一括管理することが可能な記録媒体が得られると
いう効果を奏する。
According to the invention of claim 6, both the encryption key used for encrypting the information and the encrypted data obtained by encrypting the information using this encryption key are embedded in the recording medium as digital watermark information. Since it is configured to be recorded in the image data, there is an effect that it is not necessary to manage the encryption key separately from the encryption data, and a recording medium that can be collectively managed is obtained.

【0092】また、請求項7の発明によれば、情報の暗
号化に用いる暗号鍵を生成する暗号鍵を生成し、生成し
た暗号鍵を用いて情報を暗号化して暗号データを生成
し、暗号化された暗号データおよび暗号鍵を電子透かし
情報として所定の画像データに埋め込むよう構成したの
で、暗号の鍵管理に係る利用者の負担をなくし、もって
効率良く情報の漏洩や改ざんを防止することが可能な暗
号化方法が得られるという効果を奏する。
According to the invention of claim 7, an encryption key for generating an encryption key used for encrypting information is generated, the information is encrypted by using the generated encryption key to generate encrypted data, and the encrypted data is encrypted. Since the encrypted data and the encryption key are embedded in the predetermined image data as the digital watermark information, the burden on the user regarding the encryption key management can be eliminated, and the information leakage and falsification can be efficiently prevented. An effect that a possible encryption method can be obtained is obtained.

【0093】また、請求項8の発明によれば、画像デー
タに電子透かし情報として埋め込まれた暗号データを取
り出すとともに、この画像データに電子透かし情報とし
て埋め込まれた暗号データの復号化に用いる暗号鍵を取
り出し、取り出した暗号データを暗号鍵で復号化するよ
う構成したので、暗号鍵を暗号データと別個に管理する
必要をなくすことが可能な復号化方法が得られるという
効果を奏する。
According to the invention of claim 8, the encryption key embedded in the image data as the electronic watermark information is taken out, and the encryption key used for decrypting the encrypted data embedded in the image data as the electronic watermark information. Since the encryption data is extracted and the extracted encryption data is decrypted with the encryption key, it is possible to obtain a decryption method capable of eliminating the need to manage the encryption key separately from the encryption data.

【0094】また、請求項9の発明によれば、情報の暗
号化に用いる暗号鍵を生成する暗号鍵を生成し、生成し
た暗号鍵を用いて情報を暗号化して暗号データを生成
し、暗号化された暗号データおよび暗号鍵を電子透かし
情報として所定の画像データに埋め込むよう構成したの
で、暗号の鍵管理に係る利用者の負担をなくし、もって
効率良く情報の漏洩や改ざんを防止することが可能なプ
ログラムが得られるという効果を奏する。
Further, according to the invention of claim 9, an encryption key for generating an encryption key used for encryption of information is generated, the information is encrypted using the generated encryption key to generate encrypted data, and the encryption data is encrypted. Since the encrypted data and the encryption key are embedded in the predetermined image data as the digital watermark information, the burden on the user regarding the encryption key management can be eliminated, and the information leakage and falsification can be efficiently prevented. The effect is that a possible program is obtained.

【0095】また、請求項10の発明によれば、画像デ
ータに電子透かし情報として埋め込まれた暗号データを
取り出すとともに、この画像データに電子透かし情報と
して埋め込まれた暗号データの復号化に用いる暗号鍵を
取り出し、取り出した暗号データを暗号鍵で復号化する
よう構成したので、暗号鍵を暗号データと別個に管理す
る必要をなくすことが可能なプログラムが得られるとい
う効果を奏する。
According to the invention of claim 10, the encryption key embedded in the image data as the electronic watermark information is taken out, and the encryption key used for decrypting the encrypted data embedded in the image data as the electronic watermark information. Since the encryption data is extracted and the extracted encryption data is decrypted with the encryption key, it is possible to obtain a program capable of eliminating the need to manage the encryption key separately from the encryption data.

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

【図1】本実施の形態1に係る暗号化システムの概念を
説明するための説明図である。
FIG. 1 is an explanatory diagram for explaining a concept of an encryption system according to a first embodiment.

【図2】本実施の形態1に係る暗号化システムの概念を
説明するための説明図である。
FIG. 2 is an explanatory diagram for explaining the concept of the encryption system according to the first embodiment.

【図3】本実施の形態1に係る暗号化システムのシステ
ム構成を示す機能ブロック図である。
FIG. 3 is a functional block diagram showing a system configuration of the encryption system according to the first embodiment.

【図4】図3に示した送信機の処理手順を示すフローチ
ャートである。
FIG. 4 is a flowchart showing a processing procedure of the transmitter shown in FIG.

【図5】図3に示した受信機の処理手順を示すフローチ
ャートである。
5 is a flowchart showing a processing procedure of the receiver shown in FIG.

【図6】本実施の形態2に係る暗号化システムの概念を
説明するための説明図である。
FIG. 6 is an explanatory diagram for explaining the concept of the encryption system according to the second embodiment.

【図7】本実施の形態2に係る暗号化システムの受信機
の構成を示す機能ブロック図である。
FIG. 7 is a functional block diagram showing a configuration of a receiver of the encryption system according to the second embodiment.

【図8】図7に示した受信機の処理手順を示すフローチ
ャートである。
8 is a flowchart showing a processing procedure of the receiver shown in FIG.

【図9】本実施の形態3に係る暗号化システムの概念を
説明するための説明図である。
FIG. 9 is an explanatory diagram for explaining the concept of the encryption system according to the third embodiment.

【図10】本実施の形態3に係る暗号化システムの送信
機の構成を示す機能ブロック図である。
FIG. 10 is a functional block diagram showing a configuration of a transmitter of the encryption system according to the third embodiment.

【図11】図10に示した送信機の処理手順を示すフロ
ーチャートである。
11 is a flowchart showing a processing procedure of the transmitter shown in FIG.

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

10 送信機 11 データ入力部 12 暗号鍵生成部 13 暗号化処理部 14 ダミー画像記憶部 15 埋め込み処理部 16 画像出力部 17 制御部 20 受信機 21 画像入力部 22 暗号鍵・暗号データ取り出し部 23 復号化処理部 24 画像データ記憶部 25 データ消去部 26 制御部 70 受信機 71 アクセス情報埋め込み部 72 制御部 100 送信機 101 配布情報埋め込み部 102 制御部 10 transmitter 11 Data input section 12 Cryptographic key generator 13 Encryption processing unit 14 Dummy image storage unit 15 Embedded processing unit 16 Image output section 17 Control unit 20 receiver 21 Image input section 22 Encryption key / encryption data retrieval unit 23 Decoding processing unit 24 Image data storage 25 Data eraser 26 Control unit 70 receiver 71 Access information embedding section 72 Control unit 100 transmitter 101 Distribution information embedding unit 102 control unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 岩井 康子 東京都杉並区宮前4−5−16 パールハイ ツ宮前B−102 (72)発明者 大橋 洋一 東京都豊島区東池袋5−43−10 ホワイト ハウス101 (72)発明者 西川 彰紀 神奈川県川崎市中原区上小田中4丁目1番 1号 株式会社富士通システム統合研究所 内 (72)発明者 戸田 卓典 神奈川県川崎市中原区上小田中4丁目1番 1号 株式会社富士通システム統合研究所 内 Fターム(参考) 5B057 CA12 CA16 CB12 CB18 CB19 CC01 CE08 CG01 CH08 5C076 AA14 BA06 5J104 AA14 EA04 EA16 EA17 EA18 JA03 NA02    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Yasuko Iwai             4-5-16 Miyamae, Suginami-ku, Tokyo Pearl High             Tsu Miyamae B-102 (72) Inventor Yoichi Ohashi             5-43-10 Higashiikebukuro, Toshima-ku, Tokyo White             House 101 (72) Inventor Akinori Nishikawa             4-1, Kamiodanaka, Nakahara-ku, Kawasaki-shi, Kanagawa             No. 1 Fujitsu System Integration Laboratories Ltd.             Within (72) Inventor Takanori Toda             4-1, Kamiodanaka, Nakahara-ku, Kawasaki-shi, Kanagawa             No. 1 Fujitsu System Integration Laboratories Ltd.             Within F-term (reference) 5B057 CA12 CA16 CB12 CB18 CB19                       CC01 CE08 CG01 CH08                 5C076 AA14 BA06                 5J104 AA14 EA04 EA16 EA17 EA18                       JA03 NA02

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 暗号化対象となる情報を所定の暗号鍵で
暗号化して暗号データを作成し、作成した暗号データを
電子透かし情報として所定の画像データに埋め込む暗号
化装置であって、 前記情報の暗号化に用いる暗号鍵を生成する暗号鍵生成
手段と、 前記暗号鍵生成手段により生成された暗号鍵を用いて前
記情報を暗号化して暗号データを生成する暗号化手段
と、 前記暗号化手段により暗号化された暗号データおよび前
記暗号鍵生成手段により生成された暗号鍵を電子透かし
情報として所定の画像データに埋め込む埋め込み手段
と、 を備えたことを特徴とする暗号化装置。
1. An encryption device that encrypts information to be encrypted with a predetermined encryption key to create encrypted data, and embeds the created encrypted data in predetermined image data as digital watermark information, Encryption key generation means for generating an encryption key used for encryption, encryption means for encrypting the information using the encryption key generated by the encryption key generation means to generate encrypted data, and the encryption means. And an embedding unit that embeds the encrypted data encrypted by the above and the encryption key generated by the encryption key generating unit into predetermined image data as digital watermark information.
【請求項2】 前記埋め込み手段により前記暗号データ
および前記暗号鍵が埋め込まれた画像データを送信する
際に、宛先端末の送信アドレスおよび送信時刻などの配
布情報を前記画像データに電子透かし情報として埋め込
む配布情報埋め込み手段をさらに備えたことを特徴とす
る請求項1に記載の暗号化装置。
2. When transmitting the image data in which the encryption data and the encryption key are embedded by the embedding means, distribution information such as a transmission address and a transmission time of a destination terminal is embedded in the image data as digital watermark information. The encryption device according to claim 1, further comprising distribution information embedding means.
【請求項3】 所定の画像データに埋め込まれた暗号デ
ータを該画像データから取り出し、取り出した暗号デー
タを所定の暗号鍵で復号化する復号化装置であって、 前記画像データに電子透かし情報として埋め込まれた暗
号データを取り出す暗号データ取出手段と、 前記画像データに電子透かし情報として埋め込まれた前
記暗号データの復号化に用いる暗号鍵を取り出す暗号鍵
取出手段と、 前記暗号データ取出手段により取り出された暗号データ
を前記暗号鍵取出手段により取り出された暗号鍵で復号
化する復号化手段と、 を備えたことを特徴とする復号化装置。
3. A decryption device for extracting encrypted data embedded in predetermined image data from the image data, and decrypting the extracted encrypted data with a predetermined encryption key, wherein the image data is used as digital watermark information. An encrypted data extracting unit for extracting the embedded encrypted data; an encryption key extracting unit for extracting an encryption key used for decrypting the encrypted data embedded as digital watermark information in the image data; and an encrypted data extracting unit for extracting the encrypted key. And a decryption unit that decrypts the encrypted data with the encryption key extracted by the encryption key extraction unit.
【請求項4】 前記暗号データおよび暗号鍵を電子透か
し情報として埋め込まれた画像データのみを記憶する画
像データ記憶手段と、前記復号化手段により復号化され
たデータを所定の表示部に表示して所定の操作がなされ
た際に、該復号化されたデータおよび前記暗号鍵を自動
的に消去する消去手段とをさらに備えたことを特徴とす
る請求項3に記載の復号化装置。
4. An image data storage unit for storing only the image data in which the encrypted data and the encryption key are embedded as electronic watermark information, and the data decrypted by the decryption unit are displayed on a predetermined display unit. The decryption device according to claim 3, further comprising: an erasing unit that automatically erases the decrypted data and the encryption key when a predetermined operation is performed.
【請求項5】 前記復号化手段により前記暗号データが
前記暗号鍵で復号された際に、復号化時刻およびユーザ
名などのアクセス情報を前記画像データに電子透かし情
報として埋め込むアクセス情報埋め込み手段をさらに備
えたことを特徴とする請求項3または4に記載の復号化
装置。
5. An access information embedding unit for embedding access information such as a decryption time and a user name as digital watermark information in the image data when the decryption unit decrypts the encrypted data with the encryption key. The decoding device according to claim 3, wherein the decoding device is provided.
【請求項6】 暗号化対象となる情報を所定の暗号鍵で
暗号化した暗号データを少なくとも記録する記録媒体で
あって、 前記情報の暗号化に用いる暗号鍵と、前記暗号鍵を用い
て前記情報を暗号化した暗号データとを電子透かし情報
として埋め込んだ画像データに記録したことを特徴とす
る記録媒体。
6. A recording medium for recording at least encrypted data obtained by encrypting information to be encrypted with a predetermined encryption key, the encryption key used for encrypting the information, and the encryption key using the encryption key. A recording medium characterized in that encrypted data obtained by encrypting information is recorded as image watermark information in embedded image data.
【請求項7】 暗号化対象となる情報を所定の暗号鍵で
暗号化して暗号データを作成し、作成した暗号データを
電子透かし情報として所定の画像データに埋め込む暗号
化方法であって、 前記情報の暗号化に用いる暗号鍵を生成する暗号鍵生成
工程と、 前記暗号鍵生成工程により生成された暗号鍵を用いて前
記情報を暗号化して暗号データを生成する暗号化工程
と、 前記暗号化工程により暗号化された暗号データおよび前
記暗号鍵生成工程により生成された暗号鍵を電子透かし
情報として所定の画像データに埋め込む埋め込み工程
と、 を含んだことを特徴とする暗号化方法。
7. An encryption method for encrypting information to be encrypted with a predetermined encryption key to create encrypted data, and embedding the created encrypted data in predetermined image data as digital watermark information, said information An encryption key generating step of generating an encryption key used for encryption of the encryption key; an encryption step of encrypting the information by using the encryption key generated by the encryption key generating step to generate encrypted data; And an embedding step of embedding the encrypted data encrypted by the above and the encryption key generated by the encryption key generating step in predetermined image data as electronic watermark information.
【請求項8】 所定の画像データに埋め込まれた暗号デ
ータを該画像データから取り出し、取り出した暗号デー
タを所定の暗号鍵で復号化する復号化方法であって、 前記画像データに電子透かし情報として埋め込まれた暗
号データを取り出す暗号データ取出工程と、 前記画像データに電子透かし情報として埋め込まれた前
記暗号データの復号化に用いる暗号鍵を取り出す暗号鍵
取出工程と、 前記暗号データ取出工程により取り出された暗号データ
を前記暗号鍵取出工程により取り出された暗号鍵で復号
化する復号化工程と、 を含んだことを特徴とする復号化方法。
8. A decryption method for extracting encrypted data embedded in predetermined image data from the image data, and decrypting the extracted encrypted data with a predetermined encryption key, wherein the image data is converted into digital watermark information. An encrypted data extracting step of extracting the embedded encrypted data; an encryption key extracting step of extracting an encryption key used for decrypting the encrypted data embedded as digital watermark information in the image data; and an encrypted key extracting step. And a decryption step of decrypting the encrypted data with the encryption key extracted in the encryption key extraction step.
【請求項9】 暗号化対象となる情報を所定の暗号鍵で
暗号化して暗号データを作成し、作成した暗号データを
電子透かし情報として所定の画像データに埋め込む暗号
化方法をコンピュータに実行させるプログラムであっ
て、 前記情報の暗号化に用いる暗号鍵を生成する暗号鍵生成
工程と、 前記暗号鍵生成工程により生成された暗号鍵を用いて前
記情報を暗号化して暗号データを生成する暗号化工程
と、 前記暗号化工程により暗号化された暗号データおよび前
記暗号鍵生成工程により生成された暗号鍵を電子透かし
情報として所定の画像データに埋め込む埋め込み工程
と、 をコンピュータに実行させるプログラム。
9. A program for causing a computer to execute an encryption method in which information to be encrypted is encrypted with a predetermined encryption key to create encrypted data, and the created encrypted data is embedded as digital watermark information in predetermined image data. And an encryption step of generating an encryption key used to encrypt the information, and an encryption step of encrypting the information using the encryption key generated in the encryption key generation step to generate encrypted data. And a step of embedding the encrypted data encrypted in the encryption step and the encryption key generated in the encryption key generation step into predetermined image data as electronic watermark information, the program causing a computer to execute.
【請求項10】 所定の画像データに埋め込まれた暗号
データを該画像データから取り出し、取り出した暗号デ
ータを所定の暗号鍵で復号化する復号化方法をコンピュ
ータに実行させるプログラムであって、 前記画像データに電子透かし情報として埋め込まれた暗
号データを取り出す暗号データ取出工程と、 前記画像データに電子透かし情報として埋め込まれた前
記暗号データの復号化に用いる暗号鍵を取り出す暗号鍵
取出工程と、 前記暗号データ取出工程により取り出された暗号データ
を前記暗号鍵取出工程により取り出された暗号鍵で復号
化する復号化工程と、 をコンピュータに実行させるプログラム。
10. A program for causing a computer to execute a decryption method of extracting encrypted data embedded in predetermined image data from the image data, and decrypting the extracted encrypted data with a predetermined encryption key, An encrypted data extracting step of extracting encrypted data embedded in the data as electronic watermark information; an encryption key extracting step of extracting an encryption key used for decrypting the encrypted data embedded in the image data as electronic watermark information; A program for causing a computer to execute a decryption step of decrypting the encrypted data extracted in the data extraction step with the encryption key extracted in the encryption key extraction step.
JP2001369228A 2001-12-03 2001-12-03 Encryption device, decryption device, recording medium, encryption method, decryption method, and program making computer execute the methods Pending JP2003169047A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001369228A JP2003169047A (en) 2001-12-03 2001-12-03 Encryption device, decryption device, recording medium, encryption method, decryption method, and program making computer execute the methods

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001369228A JP2003169047A (en) 2001-12-03 2001-12-03 Encryption device, decryption device, recording medium, encryption method, decryption method, and program making computer execute the methods

Publications (1)

Publication Number Publication Date
JP2003169047A true JP2003169047A (en) 2003-06-13

Family

ID=19178660

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001369228A Pending JP2003169047A (en) 2001-12-03 2001-12-03 Encryption device, decryption device, recording medium, encryption method, decryption method, and program making computer execute the methods

Country Status (1)

Country Link
JP (1) JP2003169047A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005229382A (en) * 2004-02-13 2005-08-25 Syst Kogaku Kk Encryption device
US20100067706A1 (en) * 2007-05-30 2010-03-18 Fujitsu Limited Image encrypting device, image decrypting device and method
US20100074443A1 (en) * 2007-05-30 2010-03-25 Fujitsu Limited Image encryption and image decryption apparatus and method

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0846608A (en) * 1994-08-01 1996-02-16 Nippon Telegr & Teleph Corp <Ntt> Service access system and serivce access method
JPH10164549A (en) * 1996-11-28 1998-06-19 Ibm Japan Ltd System for hiding in authentication information is image and image authentication system
JPH1185504A (en) * 1997-09-11 1999-03-30 Mitsubishi Electric Corp Digital contents distribution system device
JPH11289255A (en) * 1998-01-30 1999-10-19 Canon Inc Electronic equipment, data processing method, digital watermark system, data processing system, and storage medium
JP2000050049A (en) * 1998-07-30 2000-02-18 Fuji Photo Film Co Ltd Method and device for processing image and storage medium
JP2000056681A (en) * 1998-08-07 2000-02-25 Casio Comput Co Ltd Digital data recorder with security information
JP2000068999A (en) * 1998-08-19 2000-03-03 Toppan Printing Co Ltd Secrecy data distribution system and method
JP2000076360A (en) * 1998-08-31 2000-03-14 Hitachi Ltd Method and device for document management and storage medium stored with document managing program
JP2000138671A (en) * 1998-10-30 2000-05-16 Hitachi Ltd Electric seal mark authentication
JP2000165248A (en) * 1998-11-27 2000-06-16 Canon Inc Electronic watermark embedding device, output controller and storage medium read by computer
JP2001024880A (en) * 1999-07-08 2001-01-26 Canon Inc Device and method for processing information and information distributing system
JP2001086113A (en) * 1999-06-21 2001-03-30 Hitachi Ltd Electronic authentication method, its system and its storage medium
JP2001177816A (en) * 1999-12-16 2001-06-29 Fujitsu Ltd Data operation method, recording medium for recording program of image generating method, transmission medium for transmitting the program of the image generating method, recording medium for recording program of image decoding method and transmission medium for transmitting the program of the image decoding method
JP2001202338A (en) * 2000-01-20 2001-07-27 Sony Corp System and method for providing contents, device and method for monitoring contents providing condition and device and method for using contents
JP2002101288A (en) * 2000-09-25 2002-04-05 Nec Corp System and method for transmitting image and recording medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0846608A (en) * 1994-08-01 1996-02-16 Nippon Telegr & Teleph Corp <Ntt> Service access system and serivce access method
JPH10164549A (en) * 1996-11-28 1998-06-19 Ibm Japan Ltd System for hiding in authentication information is image and image authentication system
JPH1185504A (en) * 1997-09-11 1999-03-30 Mitsubishi Electric Corp Digital contents distribution system device
JPH11289255A (en) * 1998-01-30 1999-10-19 Canon Inc Electronic equipment, data processing method, digital watermark system, data processing system, and storage medium
JP2000050049A (en) * 1998-07-30 2000-02-18 Fuji Photo Film Co Ltd Method and device for processing image and storage medium
JP2000056681A (en) * 1998-08-07 2000-02-25 Casio Comput Co Ltd Digital data recorder with security information
JP2000068999A (en) * 1998-08-19 2000-03-03 Toppan Printing Co Ltd Secrecy data distribution system and method
JP2000076360A (en) * 1998-08-31 2000-03-14 Hitachi Ltd Method and device for document management and storage medium stored with document managing program
JP2000138671A (en) * 1998-10-30 2000-05-16 Hitachi Ltd Electric seal mark authentication
JP2000165248A (en) * 1998-11-27 2000-06-16 Canon Inc Electronic watermark embedding device, output controller and storage medium read by computer
JP2001086113A (en) * 1999-06-21 2001-03-30 Hitachi Ltd Electronic authentication method, its system and its storage medium
JP2001024880A (en) * 1999-07-08 2001-01-26 Canon Inc Device and method for processing information and information distributing system
JP2001177816A (en) * 1999-12-16 2001-06-29 Fujitsu Ltd Data operation method, recording medium for recording program of image generating method, transmission medium for transmitting the program of the image generating method, recording medium for recording program of image decoding method and transmission medium for transmitting the program of the image decoding method
JP2001202338A (en) * 2000-01-20 2001-07-27 Sony Corp System and method for providing contents, device and method for monitoring contents providing condition and device and method for using contents
JP2002101288A (en) * 2000-09-25 2002-04-05 Nec Corp System and method for transmitting image and recording medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005229382A (en) * 2004-02-13 2005-08-25 Syst Kogaku Kk Encryption device
US20100067706A1 (en) * 2007-05-30 2010-03-18 Fujitsu Limited Image encrypting device, image decrypting device and method
US20100074443A1 (en) * 2007-05-30 2010-03-25 Fujitsu Limited Image encryption and image decryption apparatus and method
JPWO2008146332A1 (en) * 2007-05-30 2010-08-12 富士通株式会社 Image encryption apparatus, image decryption apparatus, method, and program
JP5018880B2 (en) * 2007-05-30 2012-09-05 富士通株式会社 Image encryption apparatus, image decryption apparatus, method, and program
US8571212B2 (en) * 2007-05-30 2013-10-29 Fujitsu Limited Image encrypting device, image decrypting device and method
US8588414B2 (en) * 2007-05-30 2013-11-19 Fujitsu Limited Image encryption and image decryption apparatus and method

Similar Documents

Publication Publication Date Title
US10447476B2 (en) Multi-key graphic cryptography for encrypting file system acceleration
JP3747520B2 (en) Information processing apparatus and information processing method
US8712041B2 (en) Content protection apparatus and content encryption and decryption apparatus using white-box encryption table
JP4256415B2 (en) ENCRYPTION DEVICE, DECRYPTION DEVICE, INFORMATION SYSTEM, ENCRYPTION METHOD, DECRYPTION METHOD, AND PROGRAM
US8880879B2 (en) Accelerated cryptography with an encryption attribute
US20060242088A1 (en) System, method and program for managing information
JP2001244925A (en) System and method for managing enciphered data and storage medium
CN108632369A (en) A kind of safe display management method of ship electronic drawing
US9268713B2 (en) Methods, systems and apparatus for managing data entries on a database
JP2003169047A (en) Encryption device, decryption device, recording medium, encryption method, decryption method, and program making computer execute the methods
CN110611674B (en) Protocol interaction method, system and storage medium between different computer systems
Adebayo et al. Data Privacy System Using Steganography and Cryptography
JP2005202048A (en) Cipher communication system, encryption device and decryption device used for the system, encrypting method and decrypting method, encrypting program and decrypting program, and recording medium
WO2010061443A1 (en) Network management program, network management method, and network management server
CN112350920A (en) Instant communication system based on block chain
Ahmed et al. A Comparative Study of Image Steganography and Text Cryptography
Waghmare et al. A Methods of Medical Image Security Using Visual-Cryptography Techniques
JP3797531B2 (en) System for preventing unauthorized copying of digital data
JP2004139170A (en) E-mail system
RU2703972C1 (en) Method of space-time protection of information
JP3670607B2 (en) E-mail system
Faluyi et al. Secured Online Transcript Issuing and Processing Using Crypto-Steganography Technique
JP2003179591A (en) Smart card, reproduction/management device, method and program
Vasilakis et al. Copyright Protection on Electronic Books: Study and Design of a New Approach
SAMATHA et al. Raspbeery Pi Based Image-Audio Steganography for Data Security

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050308

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051115

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060113

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060322

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060518

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20060613

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20060818