JP2009124456A - Information processor, information processing method, information processing program, and information recording medium - Google Patents

Information processor, information processing method, information processing program, and information recording medium Download PDF

Info

Publication number
JP2009124456A
JP2009124456A JP2007296337A JP2007296337A JP2009124456A JP 2009124456 A JP2009124456 A JP 2009124456A JP 2007296337 A JP2007296337 A JP 2007296337A JP 2007296337 A JP2007296337 A JP 2007296337A JP 2009124456 A JP2009124456 A JP 2009124456A
Authority
JP
Japan
Prior art keywords
data
encrypted
encryption
information processing
code 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
JP2007296337A
Other languages
Japanese (ja)
Inventor
Taku Kodama
児玉  卓
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2007296337A priority Critical patent/JP2009124456A/en
Publication of JP2009124456A publication Critical patent/JP2009124456A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To make a code in which different encryption levels are mixed into a code which can be normally decrypted. <P>SOLUTION: The MPU 402 of a computer 401 reads image data, performs encryption processing to the image data to be converted into code data to be encrypted. Next, the MPU 402 divides the code data to be encrypted into blocks, encrypts the divided code data by an encryption key 1 and an encryption key 2 to generate the encrypted encryption data 701. After that, the MPU 402 reads the encryption data of a code sequence which irregularly changes, encrypted by the encryption key 1 and the encryption key 2, generates encryption data 702 in which the read encryption data is aligned for each piece of encryption key 1 and the encryption key 2, and prevents pieces of code data which can be restored by different encryption keys from being alternately produced. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

この発明は、画像データの暗号化処理、特に異なる暗号化鍵を用いて復元可能な暗号化データを生成する情報処理装置と情報処理方法と情報処理プログラム及び情報記録媒体に関するものである。   The present invention relates to an image data encryption process, and more particularly to an information processing apparatus, an information processing method, an information processing program, and an information recording medium that generate encrypted data that can be restored using different encryption keys.

近年、コンピュータとそのネットワークの急速な発達及び普及により、文字データ、画像データ、音声データなど、多種の情報がデジタル化されている。デジタル情報は、経年変化などによる劣化がなく、いつまでも完全な状態で保存できる一方、容易に複製が可能であり、著作権の保護が大きな問題となっている。そのため著作権保護のためのセキュリティ技術は急速に重要性を増している。   In recent years, various information such as character data, image data, and voice data has been digitized due to the rapid development and spread of computers and their networks. Digital information is not deteriorated due to aging, etc., and can be stored indefinitely. However, digital information can be easily copied, and copyright protection is a big problem. Therefore, security technology for copyright protection is rapidly gaining importance.

著作権を保護する技術の一つに暗号技術がある。特に、画像データなどのデジタルコンテンツの暗号化方式として、送信者と受信者で同一の暗号鍵を秘密に共有する共通鍵暗号方式(秘密鍵暗号方式、対称暗号方式、慣用暗号方式とも呼ばれる)がある。共通鍵暗号方式は、例えば非特許文献1に示すように、適当な長さの文字列(ブロック)ごとに同じ鍵で暗号化するブロック暗号と、文字列またはビットごとに鍵を変えていくストリーム暗号に分けることができる。ブロック暗号の中ではDES(Date Encryption Standard)やAES(Advanced Encryption Standard)などが良く知られている。ストリーム暗号には、例えば非特許文献1に示すように、多表を用いるビジネル暗号や1回限りの使い捨ての鍵を用いるバーナム暗号等が知られている。   One technology that protects copyright is cryptographic technology. In particular, as an encryption method for digital content such as image data, a common key encryption method (also called a secret key encryption method, a symmetric encryption method, a conventional encryption method) in which the same encryption key is secretly shared between the sender and the receiver is used. is there. For example, as shown in Non-Patent Document 1, the common key cryptosystem is a block cipher that encrypts a character string (block) of an appropriate length with the same key and a stream that changes the key for each character string or bit. Can be divided into ciphers. Among block ciphers, DES (Date Encryption Standard) and AES (Advanced Encryption Standard) are well known. As the stream cipher, for example, as shown in Non-Patent Document 1, a business cipher using multiple tables, a Burnham cipher using a one-time disposable key, and the like are known.

そこで画像データ全体の暗号化による著作権保護は前記の共通鍵暗号方式のうちの一つを用いることにより容易に実現できる。すなわち、送信者と受信者で暗号鍵を共有し、送信者が暗号化した画像データを受信者がその鍵を用いて復号すればよい。   Therefore, copyright protection by encrypting the entire image data can be easily realized by using one of the common key cryptosystems. In other words, the encryption key is shared between the sender and the receiver, and the receiver can decrypt the image data encrypted by the sender using the key.

一方、画像データを圧縮する高能率符号化の1方式としては、静止画像の国際標準符号化方式としてISOとITU−Tにより勧告されたJPEG方式が広く用いられている。このJPEG方式は離散コサイン変換を基本とした方式であるが、圧縮率を高めるとブロック状の歪みが生じるという問題点があった。そこで、非特許文献2に示すように、画像のさらなる高解像度化要求と、より高い圧縮率を実現するために先の離散コサイン変換とは異なる変換方式として離散ウェーブレット変換を利用した符号化方式が提案され、現在JPEG2000として標準化が進んでいる。   On the other hand, as one method of high-efficiency encoding for compressing image data, the JPEG method recommended by ISO and ITU-T is widely used as an international standard encoding method for still images. This JPEG method is based on discrete cosine transform, but there is a problem in that block-like distortion occurs when the compression rate is increased. Therefore, as shown in Non-Patent Document 2, there is an encoding method that uses a discrete wavelet transform as a transform method different from the previous discrete cosine transform in order to achieve a higher resolution of an image and a higher compression rate. It has been proposed and is now standardized as JPEG2000.

図1はJPEG2000エンコーダのブロック図である。入力画像は、まず離散ウェーブレット変換(DWT)により解像度レベルに対応したサブバンドに分解され(101)、その後量子化される(102)。図2は分解レベルが2のとき(解像度レベル数3)のサブバンド分解の例であり、レベル0からレベル2までの解像度レベルが存在する。このとき、小さい解像度レベルに属する係数ほど低い周波数の情報を含むことになる。量子化されたウェーブレット係数は、EBCOTアルゴリズムにより符号化される。以下ではこのアルゴリズムを、コードプロック分割(103)、係数モデリング(104)、算術符号化(105)とレート制御(106)、レイヤ形成(107)、パケット生成(108)の五つの部分に分けて説明する。   FIG. 1 is a block diagram of a JPEG2000 encoder. The input image is first decomposed into subbands corresponding to the resolution level by discrete wavelet transform (DWT) (101), and then quantized (102). FIG. 2 shows an example of subband decomposition when the decomposition level is 2 (resolution level number 3), and there are resolution levels from level 0 to level 2. FIG. At this time, a coefficient belonging to a smaller resolution level includes lower frequency information. The quantized wavelet coefficients are encoded by the EBCOT algorithm. In the following, this algorithm is divided into five parts: code block division (103), coefficient modeling (104), arithmetic coding (105) and rate control (106), layer formation (107), and packet generation (108). explain.

(1) コードプロック分割
各サブバンドは、コードプロックと呼ばれる正方形のブロック(例えば64x64など)に分割される。これらのコードブロックは、それぞれ独立に符号化される。
(2) 係数モデリング
各コードブロックのウェーブレット係数列に対し、ピットプレーンに基づく係数モデリングを行う。これにより、係数ビットが重要度順に並んだエンペデッド符号列を生成する。MSBからLSBまでのすべてのビットプレーンは、それぞれ文脈に応じて三つのサブビットプレーン(パス)分解される。各サブビットブレーンの境界は打切り点(Truncation point)と呼ばれ、後でデータを切り捨てる際の最小の分割単位となる。
(3) 算術符号化とレート制御
係数モデリングにより生成されたエンベデッド符号列に対して、適応算術符号化を施す。その後、サブビットブレーンの境界である打切り点を単位として、算術符号列を適宜打ち切ることにより目的のビットレートを得る。
(4) レイヤ形成
複数の画質で順次表示する必要がある場合、すなわちSNRスケーラブルが必要であるとき、次に符号のレイヤ形成を行う。各レイヤはそれぞれ、各コードブロックのエンベデノド符号の一部を含む。高いレイヤほど画像の再生にあたって重要な成分を含むことになる。
(5) パケット生成
各レイヤを複数のボディと呼ばれる単位に分解し、それぞれにヘッダ情報を付加してパケットを生成する。ここで各ボディは、それぞれ対応する解像度レベルの情報をもつ。したがって生成されるパケットの総数は、レイヤ数と解像度レベル数の積となる。ヘッダ情報には、各コードブロックの算術符号列の長さ、サブビットブレーンの個数などの情報が含まれる。図3に示すように、すべてのパケット0からパケットKをまとめ、グローバルヘッダ情報を付加したものが、最終的なJPEG2000の符号列となる。但し、以上のような各種ヘッダ情報やデータ分割の最小単位であるサブビットプレーンは、1バイトの整数倍のサイズとすることをJPEG2000では規定している。
池野、小山著「現代暗号理論」電子情報通信学会、1986.第2章及び第4章 Final version of JPSEC FDIS、ISO IEC/JTC 1/SC 29/WG 1/wg1n3853、2006.B章のB.5.4節
(1) Code block division Each subband is divided into square blocks (eg, 64 × 64) called code blocks. These code blocks are encoded independently.
(2) Coefficient modeling Coefficient modeling based on the pit plane is performed for the wavelet coefficient sequence of each code block. Thus, an embedded code string in which coefficient bits are arranged in order of importance is generated. All bit planes from the MSB to the LSB are decomposed into three sub-bit planes (paths) depending on the context. The boundary of each sub-bit brain is called a truncation point, and becomes the minimum division unit when data is discarded later.
(3) Arithmetic coding and rate control Adaptive arithmetic coding is performed on the embedded code string generated by coefficient modeling. Thereafter, the target bit rate is obtained by appropriately truncating the arithmetic code string with the truncation point that is the boundary of the sub-bit brain as a unit.
(4) Layer formation When it is necessary to sequentially display with a plurality of image quality, that is, when SNR scalable is necessary, code layer formation is performed next. Each layer includes a part of the embedded code of each code block. The higher the layer, the more important components are included in image reproduction.
(5) Packet generation Each layer is decomposed into units called bodies, and header information is added to each layer to generate a packet. Here, each body has information of the corresponding resolution level. Therefore, the total number of packets generated is the product of the number of layers and the number of resolution levels. The header information includes information such as the length of the arithmetic code string of each code block and the number of sub-bit brains. As shown in FIG. 3, the final JPEG2000 code string is obtained by putting all packets 0 to K together and adding global header information. However, JPEG2000 stipulates that the above-described various header information and sub-bit plane, which is the minimum unit of data division, have a size that is an integral multiple of 1 byte.
Ikeno and Koyama, “Contemporary Cryptography”, The Institute of Electronics, Information and Communication Engineers, 1986. Chapter 2 and Chapter 4 Final version of JPSEC FDIS, ISO IEC / JTC 1 / SC 29 / WG 1 / wg1n3853, 2006. Section B.5.4 of Chapter B

以上説明したように、デジタル画像データにはセキュリティの問題があり、画像データを暗号化することが要求されている。さらに、1つの画像データを複数の閲覧者に開示する場合に、全体を開示、非開示の2段階のみではなく、ユーザーごとに、開示する画像を変化させたいという要求も高まっている。   As described above, digital image data has a security problem, and it is required to encrypt the image data. Further, when one image data is disclosed to a plurality of viewers, there is an increasing demand for changing the disclosed image for each user, not only in the two stages of disclosure and non-disclosure.

JPEG2000は、パケットごとに独立に復号可能であるため、アクセスできるレベルに応じて、段階的に暗号化し、アクセスレベルごとに開示可能な符号データの構成が可能であり、先の要求にこたえることが可能である。例えば、あるユーザには図2のレベル0のみ開示、あるユーザにはレベル1まで開示する等が可能である。   Since JPEG2000 can be decrypted independently for each packet, it is possible to construct code data that can be encrypted in stages according to the accessible level and disclosed for each access level, and can respond to the previous request. Is possible. For example, only a level 0 in FIG. 2 can be disclosed to a certain user, and a level 1 can be disclosed to a certain user.

しかし、CBC(Cipher Block Chaining)やCFB(Cipher Feedback)やOFB(Output Feedback)など、連鎖的に暗号化を行う方式で暗号化された符号を用いた場合には、期待したとおりの表示結果とならない状況が発生する。   However, when a code encrypted in a chained encryption method such as CBC (Cipher Block Chaining), CFB (Cipher Feedback), or OFB (Output Feedback) is used, the display result is as expected. A situation that does not occur occurs.

JPEG2000符号は、画像の位置、解像度、色成分、レイヤなどのパラメータで分類されたパケットの順序配置の自由度が高く、符号の形成状況では、符号中に異なる暗号化鍵で復元可能な符号が交互に発生することとなる。   The JPEG2000 code has a high degree of freedom in order arrangement of packets classified by parameters such as image position, resolution, color component, and layer. In the code formation situation, a code that can be restored with a different encryption key is included in the code. It will occur alternately.

しかしながら、特定の暗号化鍵にて復元可能な暗号化符号のみの処理が可能な復号処理装置は、処理できない符号に遭遇した時点で、以降の符号の処理が困難となり、以降の処理可能な符号の処理ができず、期待したとおりの結果を得ることができない。   However, when a decryption processing device that can process only an encrypted code that can be restored with a specific encryption key encounters a code that cannot be processed, the subsequent code processing becomes difficult, and the code that can be processed thereafter Cannot be obtained, and the expected result cannot be obtained.

この発明は、このような問題を解消し、異なる暗号化レベルが混在した符号を正常に復号可能な符号とする情報処理装置と情報処理方法と情報処理プログラム及び情報記録媒体を提供することを目的とするものである。   An object of the present invention is to provide an information processing apparatus, an information processing method, an information processing program, and an information recording medium in which such a problem is solved and a code in which different encryption levels are mixed can be normally decoded. It is what.

この発明の情報処理装置は、画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理された符号データを暗号化する情報処理装置であって、前記符号データを分割する分割手段と、少なくとも2種類の暗号化鍵を設定する暗号化鍵設定手段と、前記分割手段で分割された符号データを、前記暗号化鍵設定手段で設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する暗号化手段と、前記暗号化手段で暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する整列手段とを有することを特徴とする。   An information processing apparatus according to the present invention is an information processing apparatus that divides image data into rectangular areas and encrypts code data that is independently compressed for each divided rectangular area, and the dividing means that divides the code data And encryption key setting means for setting at least two types of encryption keys, and the code data divided by the dividing means can be decrypted with at least two types of encryption keys set by the encryption key setting means Encryption means for converting into encrypted data, and alignment means for aligning the encrypted data of the code data in the same rectangular area encrypted by the encryption means for each encryption key.

この発明の第2の情報処理装置は、画像データを暗号化する情報処理装置であって、前記画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理して符号データを生成する符号化手段と、前記符号化手段で生成した符号データを分割する分割手段と、少なくとも2種類の暗号化鍵を設定する暗号化鍵設定手段と、前記分割手段で分割された符号データを、前記暗号化鍵設定手段で設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する暗号化手段と、前記暗号化手段で暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する整列手段とを有することを特徴とする。   A second information processing apparatus according to the present invention is an information processing apparatus for encrypting image data, wherein the image data is divided into rectangular areas, and code data is generated by compressing each divided rectangular area independently. Encoding means, dividing means for dividing the code data generated by the encoding means, encryption key setting means for setting at least two types of encryption keys, and code data divided by the dividing means, Encryption means for converting into encrypted data that can be decrypted with at least two types of encryption keys set by the encryption key setting means, and encryption of code data in the same rectangular area encrypted by the encryption means Alignment means for aligning the data for each encryption key.

前記整列手段は、前記暗号化手段で暗号化された暗号化データを暗号化鍵毎に整列しても良い。   The alignment means may align the encrypted data encrypted by the encryption means for each encryption key.

また、前記整列手段は、前記暗号化手段で異なる暗号化鍵で暗号化された暗号化データを独立にアクセス可能な配置に整列しても良い。   The arranging unit may arrange the encrypted data encrypted with different encryption keys by the encrypting unit into an arrangement accessible independently.

さらに、前記整列手段は、前記暗号化手段で暗号化された、異なる矩形領域の符号データの暗号化データを暗号化鍵毎に整列しても良い。   Furthermore, the alignment means may align the encrypted data of the code data of different rectangular areas encrypted by the encryption means for each encryption key.

また、前記整列手段は、前記暗号化手段で暗号化された暗号化データを暗号化のレベル順に整列しても良い。   The arranging unit may arrange the encrypted data encrypted by the encrypting unit in order of encryption level.

前記情報処理装置で暗号化する符号データは、JPEG2000の符号データであることを特徴とする。   The code data encrypted by the information processing apparatus is JPEG2000 code data.

この発明の情報処理方法は、画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理された符号データを暗号化する情報処理方法であって、前記符号データを分割する工程と、少なくとも2種類の暗号化鍵を設定する工程と、前記分割された符号データを、設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する工程と、前記暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する工程とを有することを特徴とする。   An information processing method according to the present invention is an information processing method for dividing image data into rectangular areas, and encrypting code data that has been independently compressed for each divided rectangular area, the step of dividing the code data; A step of setting at least two types of encryption keys, a step of converting the divided code data into encrypted data that can be decrypted by at least two types of set encryption keys, and the encrypted data And arranging the encrypted data of the code data in the same rectangular area for each encryption key.

この発明の第2の情報処理方法は、画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理して符号データを生成する工程と、生成した符号データを分割する工程と、少なくとも2種類の暗号化鍵を設定する工程と、分割された符号データを、設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する工程と、暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する工程とを有することを特徴とする。   According to a second information processing method of the present invention, image data is divided into rectangular areas, each of the divided rectangular areas is compressed independently to generate code data, and the generated code data is divided. A step of setting at least two types of encryption keys, a step of converting the divided code data into encrypted data that can be decrypted by the set at least two types of encryption keys, and the same encrypted rectangular area And arranging the encrypted data of the encoded data for each encryption key.

前記整列する工程では、暗号化された暗号化データを暗号化鍵毎に整列しても良い。   In the aligning step, the encrypted encrypted data may be aligned for each encryption key.

また、前記整列する工程では、異なる暗号化鍵で暗号化された暗号化データを独立にアクセス可能な配置に整列しても良い。   In the aligning step, the encrypted data encrypted with different encryption keys may be aligned in an independently accessible arrangement.

さらに、前記整列する工程では、異なる矩形領域の符号データの暗号化データを暗号化鍵毎に整列しても良い。   Further, in the aligning step, the encrypted data of the code data of different rectangular areas may be aligned for each encryption key.

また、前記整列する工程では、暗号化された暗号化データを暗号化のレベル順に整列しても良い。   Further, in the arranging step, the encrypted encrypted data may be arranged in order of encryption level.

前記情報処理方法で暗号化する符号データは、JPEG2000の符号データであることを特徴とする。   Code data to be encrypted by the information processing method is JPEG 2000 code data.

この発明の情報処理プログラムは、前記各情報処理方法を、画像データを処理するコンピュータに実行させることを特徴とする。   An information processing program according to the present invention causes a computer that processes image data to execute each of the information processing methods.

この発明の情報記録媒体は、画像データを処理するコンピュータに、前記各情報処理方法を実行させるためにコンピュータで読み取り可能なプログラムを記録したことを特徴とする。   An information recording medium according to the present invention is characterized in that a computer-readable program is recorded in order to cause a computer that processes image data to execute each of the information processing methods.

この発明は、画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理して生成した符号データを分割して、少なくとも2種類の暗号化鍵で暗号化して暗号化データに変換し、変換した暗号化データを暗号化鍵毎に整列することにより、異なる暗号化鍵で復元可能な符号データが交互に発生しないようにしたから、ある暗号化鍵で復元可能な暗号化した符号データのみを処理可能な復号処理装置でも確実に画像データを復元して所望の画像を得ることができる。   The present invention divides image data into rectangular areas, divides the code data generated by independently compressing each divided rectangular area, encrypts it with at least two types of encryption keys, and converts it into encrypted data Since the converted encrypted data is arranged for each encryption key, code data that can be recovered with different encryption keys is not generated alternately. Even a decoding processing apparatus capable of processing only data can reliably restore image data and obtain a desired image.

図4は、この発明の情報処理装置(コンピュータ)の基本構成を示すブロック図である。コンピュータ401は、スキャナ417から読み取られた画像を入力し、編集や保管を行うことが可能である。また、スキャナ417で得られた画像をプリンタ416によって印刷させることができる。なお、ユーザからの各種指示等は、マウス413、キーボード14の入力操作により行われる。コンピュータ401の内部では、バス407により各ブロックが接続され、種々のデータの受け渡しが可能である。   FIG. 4 is a block diagram showing the basic configuration of the information processing apparatus (computer) of the present invention. The computer 401 can input an image read from the scanner 417, and can edit and store the image. In addition, an image obtained by the scanner 417 can be printed by the printer 416. Various instructions and the like from the user are performed by input operations of the mouse 413 and the keyboard 14. Inside the computer 401, each block is connected by a bus 407, and various data can be transferred.

MPU402はコンピュータ401内部の各ブロックとバス407により接続され、各ブロックの動作を制御し、あるいは内部に記憶されたプログラムを実行する。主記憶装置403はMPU402において行われる処理のために、一時的にプログラムや処理対象の画像データを格納する。ハードディスク(HDD)404は主記憶装置403等に転送されるプログラムや画像データをあらかじめ格納したり、処理後の画像データを保存する。スキャナインタフェース(I/F)415はスキャナ417と接続され、スキャナ417で得られた画像データを入力する。プリンタインタフェース408はプリンタ416と接続され、印刷画像データをプリンタ416に送信する。CDドライブ409は外部記憶媒体の一つであるCD(CD−R/CD−RW)に記憶されたデータを読み込みあるいは書き出す。DVDドライブ410は外部記憶媒体の一つであるDVDからの読み込みやDVDへの書き出しをする。FDDドライブ411は外部記憶媒体の一つであるFDDからの読み込みやFDDへの書き出しをする。なお、CD、DVD、FDD等の外部記憶媒体に画像編集用のプログラムや暗号化処理プログラムあるいはプリンタドライバが記憶されている場合には、これらプログラムをHDD404上にインストールし、必要に応じて主記憶装置403に転送されるようになっている。インタフェース(I/F)412はマウス413やキーボード414からの入力指示を受け付ける。ビデオコントローラ405は表示データをモニタ406に送信する。モニタ406は各種情報や処理過程等を表示する。ビデオコントローラ405は、表示データをモニタ406に送信する。   The MPU 402 is connected to each block in the computer 401 via the bus 407, and controls the operation of each block or executes a program stored therein. The main storage device 403 temporarily stores programs and image data to be processed for processing performed in the MPU 402. A hard disk (HDD) 404 stores programs and image data to be transferred to the main storage device 403 in advance, and stores processed image data. A scanner interface (I / F) 415 is connected to the scanner 417 and inputs image data obtained by the scanner 417. The printer interface 408 is connected to the printer 416 and transmits print image data to the printer 416. A CD drive 409 reads or writes data stored in a CD (CD-R / CD-RW) which is one of external storage media. The DVD drive 410 reads from or writes to a DVD, which is one of external storage media. The FDD drive 411 reads from and writes to the FDD which is one of the external storage media. If an image editing program, an encryption processing program, or a printer driver is stored in an external storage medium such as a CD, DVD, or FDD, these programs are installed on the HDD 404, and main memory is stored as necessary. The data is transferred to the device 403. An interface (I / F) 412 receives an input instruction from the mouse 413 or the keyboard 414. The video controller 405 transmits display data to the monitor 406. A monitor 406 displays various information and processing processes. The video controller 405 transmits display data to the monitor 406.

このコンピュータ401は、画像データ又は圧縮符号データを異なる暗号化鍵により復元可能な暗号化データに変換するものであり、図5の処理の流れを示すフローチャートに示すように、MPU402の命令によりHDD404に記憶されたオリジナルの符号データ等を主記憶装置403に書き込む(ステップS501)。次にMPU402は主記憶装置403から符号データ等を読み込み暗号化する(ステップS502)。MPU402は暗号化したデータを主記憶装置403のオリジナルの符号データ等とは別の領域に書き込む(ステップS503)。その後、MPU402からの命令により主記憶装置403に記憶した暗号化後のデータをHDD404のオリジナルの符号データ等とは別の領域に書き込む(ステップS504)。   The computer 401 converts image data or compressed code data into encrypted data that can be restored with a different encryption key. As shown in the flowchart showing the processing flow of FIG. The stored original code data and the like are written into the main storage device 403 (step S501). Next, the MPU 402 reads and encrypts code data and the like from the main storage device 403 (step S502). The MPU 402 writes the encrypted data in a different area from the original code data and the like in the main storage device 403 (step S503). Thereafter, the encrypted data stored in the main storage device 403 is written in an area different from the original code data of the HDD 404 by an instruction from the MPU 402 (step S504).

このコンピュータ401で処理する暗号化には任意の暗号化方式を適用することができるが、暗号化側と解読側とで同一の暗号鍵を秘密に共有する共通鍵暗号方式を例に説明する。共通鍵暗号方式は、適当な長さの文字列(ブロック)ごとに同じ鍵で暗号化を行うDES(Date Encryption Standard)やAES(Advanced Encryption Standard)等の周知の方式である。   An arbitrary encryption method can be applied to the encryption processed by the computer 401, but a common key encryption method in which the same encryption key is secretly shared between the encryption side and the decryption side will be described as an example. The common key encryption method is a known method such as DES (Date Encryption Standard) or AES (Advanced Encryption Standard) that performs encryption with the same key for each character string (block) having an appropriate length.

DESの基本的な動作は、(1)データを64ビット長のブロックに分割するのと、(2)各ブロックを56ビット長の鍵で暗号化するの2つであるが、ブロックと鍵の使い方によってECB、CB、CFB、OFBの4つのモードがある。   There are two basic operations of DES: (1) dividing data into 64-bit blocks and (2) encrypting each block with a 56-bit key. There are four modes, ECB, CB, CFB, and OFB, depending on usage.

ECB(Electronic Code Block)はDESの基本型と言えるモードであり、前記基本動作がそのまま行われる。すなわち、データをブロックに分割した後、各ブロックを秘密鍵で暗号化し、それらのブロックを元の順番でつなぎ合わせる。
CBC(Cipher Block Chaining)は,暗号化された前ブロックと、まだ暗号化されていない現在のブロックとのXOR(排他的論理和)をとり、これを秘密鍵で暗号化する。Chaining(連鎖)という言葉が使われているように,各ブロックの暗号化が連鎖的に進められる。
CFB(Cipher Feedback)は、前ブロックの暗号化結果の一部(mビット)が次ブロックのmビットと排他的論理和をとる値としてフィードバックされるモードである。
OFB(Output Feedback)は、ある初期値を第1ブロックとして暗号文を生成し、その暗号文又は一部を次の暗号文の入力として用いると同時に、その一部(mビット)を乱数として対応するmビットのデータと排他的論理和をとるモードである。上記モードにおいてmビットを適切に選択することにより、任意のビット長毎の暗号化を実現することができる。
ECB (Electronic Code Block) is a mode that can be said to be a basic type of DES, and the basic operation is performed as it is. That is, after dividing the data into blocks, each block is encrypted with a secret key, and these blocks are connected in the original order.
CBC (Cipher Block Chaining) takes an XOR (exclusive OR) of an encrypted previous block and an unencrypted current block and encrypts it with a secret key. As the term Chaining is used, the encryption of each block proceeds in a chain.
CFB (Cipher Feedback) is a mode in which a part (m bits) of the encryption result of the previous block is fed back as a value that takes an exclusive OR with m bits of the next block.
OFB (Output Feedback) generates ciphertext using a certain initial value as the first block, and uses that ciphertext or part of it as input for the next ciphertext, and at the same time supports part (m bits) as a random number. This mode takes an exclusive OR with m-bit data. By appropriately selecting m bits in the above mode, encryption for each arbitrary bit length can be realized.

この共通鍵暗号方式によりコンピュータ401で、画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理された符号データを異なる暗号化鍵により復元可能な暗号化データに変換するときの処理を図6のフローチャートを参照して説明する。   When the computer 401 divides the image data into rectangular areas by this common key encryption method, and the code data compressed independently for each divided rectangular area is converted into encrypted data that can be restored with different encryption keys. The process will be described with reference to the flowchart of FIG.

コンピュータ401のMPU402は画像データを読み込み(ステップS601)、読み込んだ画像データを符号化処理して暗号化する符号データを主記憶装置403に記憶させる(ステップS602)。この暗号化する符号データは、JPEG2000のストリームで構成されており、例えば解像度レベルが3レベル、領域(プレシンクト)分割が4、色成分1、画質(レイヤ)分割1の符号で構成している。次に、MPU402は主記憶装置403から暗号化する符号データを読み込み、読み込んだ符号データをブロックに分割し(ステップS603)、2種類の暗号化鍵を設定して分割された符号データを2種類の暗号化鍵で暗号化し、暗号化した暗号化データを主記憶装置403に記憶させる(ステップS604,S605)。この2種類の暗号化鍵で符号データを暗号化するとき、JPEG2000のストリームのプレシンクト0とプレシンク1が暗号化鍵1、プレシンクト2とプレシンク3が暗号化鍵2で暗号化して、図7(a)に示す暗号化データ701を生成したとする。コードストリーム中に検出されるパケットの順番を示すプログレッションオーダーはRPCL(Resolution Level-Position- Component-Layer Progression)を例とする。   The MPU 402 of the computer 401 reads image data (step S601), and stores the encoded data to be encoded by encoding the read image data in the main storage device 403 (step S602). The code data to be encrypted is composed of a JPEG2000 stream, for example, composed of codes with a resolution level of 3 levels, an area (precinct) division of 4, a color component 1, and an image quality (layer) division of 1. Next, the MPU 402 reads code data to be encrypted from the main storage device 403, divides the read code data into blocks (step S603), sets two types of encryption keys, and sets two types of code data divided. And the encrypted data that has been encrypted is stored in the main storage device 403 (steps S604 and S605). When code data is encrypted with these two types of encryption keys, precinct 0 and presync 1 of the JPEG 2000 stream are encrypted with encryption key 1, precinct 2 and presync 3 are encrypted with encryption key 2, and FIG. Assume that the encrypted data 701 shown in FIG. The progression order indicating the order of packets detected in the code stream is RPCL (Resolution Level-Position-Component-Layer Progression) as an example.

この場合、暗号化データ701の解読可能な暗号化鍵は、図7(a)に示すように、不規則に変化した符号列となる。図7において、MHはメインヘッダ、TPH0はタイルパートヘッダ、RiP0とRiP1(i=0〜2)は暗号化鍵1で暗号化したパケットデータを示し、RiP2とRiP3(i=0〜2)は暗号化鍵2で暗号化したパケットデータを示す。   In this case, as shown in FIG. 7A, the encryption key that can decrypt the encrypted data 701 is a code string that is irregularly changed. In FIG. 7, MH is a main header, TPH0 is a tile part header, RiP0 and RiP1 (i = 0 to 2) are packet data encrypted with the encryption key 1, and RiP2 and RiP3 (i = 0 to 2) are The packet data encrypted with the encryption key 2 is shown.

MPU402は暗号化鍵1と暗号化鍵2で暗号化した不規則に変化する符号列の暗号化データを読み込み、読み込んだ暗号化データのメインヘッダを読み込む(ステップS606)。次に暗号化データを暗号化鍵1と暗号化鍵2の境界位置まで読み込み、同一暗号化鍵の暗号化データを一時記憶する(ステップS607、S608、S609)。例えば図7(a)においてパケットデータR0P0とR0P1を読み込んだ後、パケットデータR0P2とR0P3を読み込む。このパケットデータを読み込むときの境界位置は、暗号化された符号の場合はJPSECマーカーにより示されている。また、暗号化されていない符号の場合は、メインヘッダ、タイルパートヘッダ、パケットヘッダなどから解読する。   The MPU 402 reads encrypted data of an irregularly changed code string encrypted with the encryption key 1 and the encryption key 2, and reads the main header of the read encrypted data (step S606). Next, the encrypted data is read up to the boundary position between the encryption key 1 and the encryption key 2, and the encrypted data of the same encryption key is temporarily stored (steps S607, S608, S609). For example, in FIG. 7A, after reading packet data R0P0 and R0P1, packet data R0P2 and R0P3 are read. The boundary position when reading this packet data is indicated by a JPSEC marker in the case of an encrypted code. In the case of an unencrypted code, it is decoded from the main header, tile part header, packet header, and the like.

この処理を繰り返して、全ての暗号化データまでの読み込みが完了すると(ステップS610)、暗号化鍵1と暗号化鍵2の暗号化データをそれぞれまとめて、図7(b)に示すように、同一の暗号化鍵毎に整列した暗号化データ702を生成する(ステップS611)。このように暗号化鍵1の符号データと暗号化鍵2の符号データを連続することにより、暗号化鍵1と暗号化鍵2で復元可能な符号データが交互に発生しないから、例えば暗号化鍵1で復元可能な暗号化した符号データのみを処理可能な復号処理装置でも確実に復元して期待通りの画像データを得ることができる。   When this process is repeated until the reading of all the encrypted data is completed (step S610), the encrypted data of the encryption key 1 and the encryption key 2 are collected together as shown in FIG. Encrypted data 702 arranged for each identical encryption key is generated (step S611). Since the code data of the encryption key 1 and the code data of the encryption key 2 are continued in this way, code data that can be restored by the encryption key 1 and the encryption key 2 does not alternately occur. Even a decryption processing device that can process only the encrypted code data that can be restored in 1 can reliably restore the image data as expected.

この暗号化鍵1と暗号化鍵2毎の暗号化データの整列は、所望のデータ順序にするために符号全体のプログレッションオーダーをPCRL(Position-Component-Resolution Level-Layer Progression)に変更して実現する。   Alignment of the encrypted data for each encryption key 1 and encryption key 2 is realized by changing the progression order of the entire code to PCRL (Position-Component-Resolution Level-Layer Progression) in order to obtain the desired data order. To do.

また、暗号化鍵1と暗号化鍵2毎の暗号化データを整列するとき、符号データ全体のプログレッションオーダーを変更しないで、図8の暗号化データ702aに示すように、パケットの順序を変更したい位置でのみプログレッションオーダーを一時的に変更してもよい。この場合、JPEG2000のPOC(Progression order change)マーカセグメントが使用できる。   Further, when the encrypted data for each of the encryption key 1 and the encryption key 2 are arranged, the order of the packets is to be changed as shown in the encrypted data 702a in FIG. 8 without changing the progression order of the entire code data. The progression order may be temporarily changed only at the position. In this case, a POPEG (Progression order change) marker segment of JPEG2000 can be used.

前記説明では、全ての暗号化データの読み込みが完了した後、暗号化鍵1と暗号化鍵2の暗号化データをそれぞれまとめて同一の暗号化鍵毎に整列した暗号化データを生成した場合について説明したが、図9(a)に示すように、暗号化鍵1と暗号化鍵2で暗号化されて解読可能な暗号化鍵が不規則に変化した符号列の暗号化データ701を、図9(b)に示すように、同一の暗号化鍵毎にタイルパートに分割して暗号化データ702bを生成しても良い。この場合タイルパートヘッダTPH0,TPH1,TPH2に記載されたタイルパートの符号長から、処理できない暗号化鍵のデータ符号を読み飛ばすことが可能になり、暗号化鍵1と暗号化鍵2のいずれかで復元可能な暗号化した符号データのみを処理可能な復号処理装置でも確実に暗号化データを復元して期待通りの画像データを得ることができる。   In the above description, after all the encrypted data has been read, the encrypted data of the encryption key 1 and the encryption key 2 are combined to generate encrypted data arranged for the same encryption key. As described above, as shown in FIG. 9A, the encrypted data 701 of the code string in which the encryption key that can be decrypted by being encrypted with the encryption key 1 and the encryption key 2 is irregularly changed is illustrated. As shown in FIG. 9B, the encrypted data 702b may be generated by dividing the same encryption key into tile parts. In this case, the data code of the encryption key that cannot be processed can be skipped from the code length of the tile part described in the tile part headers TPH0, TPH1, and TPH2, and either the encryption key 1 or the encryption key 2 can be skipped. Even with a decryption processing device that can process only the encrypted code data that can be restored by the above, it is possible to reliably restore the encrypted data and obtain the expected image data.

前記各説明ではタイル内のパケット順序の変換を行う場合について説明したが、タイル間における符号データの暗号化データも同様に同一の暗号化鍵毎に分割した暗号化データを生成することができる。また、暗号化データを暗号化レベルに応じて同一の暗号化鍵毎に整列して分割した暗号化データを生成することもできる。   In each of the above explanations, the case where the packet order in the tile is converted has been described. However, the encrypted data of the encoded data between the tiles can be similarly generated by dividing the data into the same encryption keys. It is also possible to generate encrypted data obtained by arranging and dividing encrypted data for each identical encryption key according to the encryption level.

すなわち、図10(a)に示すように、タイル間における符号データを異なる2種類の暗号化レベル0と暗号化レベル1で暗号化した暗号化データ801を、図10(b)に示すように、暗号化レベル0と暗号化レベル1毎の暗号化データにそれぞれまとめて、タイル間で並べ替えを行った暗号化データ802を生成することにより、暗号化レベル0と暗号化レベル1のいずれかで復元可能な暗号化した符号データのみを処理可能な復号処理装置でも確実に暗号化データを復元することができる。   That is, as shown in FIG. 10A, encrypted data 801 obtained by encrypting code data between tiles at two different encryption levels 0 and 1 as shown in FIG. 10B. One of the encryption level 0 and the encryption level 1 is generated by generating the encrypted data 802 obtained by sorting the tiles into the encrypted data for each of the encryption levels 0 and 1 and rearranging the tiles. Even with a decryption processing apparatus that can process only the encrypted code data that can be restored by the encrypted data, the encrypted data can be reliably restored.

前記説明では符号化処理と暗号化処理と暗号化データの変換処理をコンピュータ401のMPU402で同時に連続して行った場合について説明したが、これらの処理を必要に応じて別々に行っても良い。   In the above description, the case where the encoding process, the encryption process, and the conversion process of the encrypted data are performed simultaneously and continuously by the MPU 402 of the computer 401 has been described. However, these processes may be performed separately as necessary.

JPEG2000エンコーダの構成を示すブロック図である。It is a block diagram which shows the structure of a JPEG2000 encoder. JPEG2000のおける離散ウェーブレット変換によりサブバンドを示す図である。It is a figure which shows a subband by the discrete wavelet transform in JPEG2000. JPEG2000のストリームの構成を示す模式図である。It is a schematic diagram which shows the structure of the stream of JPEG2000. この発明の情報処理装置の基本構成を示すブロック図である。It is a block diagram which shows the basic composition of the information processing apparatus of this invention. 情報処理装置による暗号化処理を示すフローチャートである。It is a flowchart which shows the encryption process by information processing apparatus. この発明の符号化処理と暗号化処理と暗号化データの変換処理を示すフローチャートである。It is a flowchart which shows the encoding process of this invention, an encryption process, and the conversion process of encryption data. 暗号化処理した暗号化データと変換処理した暗号化データを示す模式図である。It is a schematic diagram which shows the encryption data which carried out the encryption process, and the encryption data which carried out the conversion process. 暗号化データに第2の変換処理をした暗号化データを示す模式図である。It is a schematic diagram which shows the encryption data which performed the 2nd conversion process to encryption data. 暗号化データに第3の変換処理をした暗号化データを示す模式図である。It is a schematic diagram which shows the encryption data which performed the 3rd conversion process to encryption data. 他の暗号化処理した暗号化データと変換処理した暗号化データを示す模式図である。It is a schematic diagram which shows the encryption data which carried out the other encryption process, and the encryption data which carried out the conversion process.

符号の説明Explanation of symbols

401;コンピュータ、402;MPU,403;主記憶装置、404;HDD、
405;ビデオコントローラ、406;モニタ、407;バス、
408;プリンタI/F、409;CDドライブ、410;DVDドライブ、
411;FDDドライブ、412;I/F、413;マウス、414;キーボード、
415;スキャナI/F、416;プリンタ、417;スキャナ。
401; Computer; 402; MPU; 403; Main storage; 404; HDD;
405; video controller, 406; monitor, 407; bus,
408; Printer I / F, 409; CD drive, 410; DVD drive,
411; FDD drive, 412; I / F, 413; mouse, 414; keyboard,
415; Scanner I / F, 416; Printer, 417; Scanner.

Claims (16)

画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理された符号データを暗号化する情報処理装置であって、
前記符号データを分割する分割手段と、
少なくとも2種類の暗号化鍵を設定する暗号化鍵設定手段と、
前記分割手段で分割された符号データを、前記暗号化鍵設定手段で設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する暗号化手段と、
前記暗号化手段で暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する整列手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus that divides image data into rectangular areas and encrypts code data that is independently compressed for each divided rectangular area,
Dividing means for dividing the code data;
An encryption key setting means for setting at least two types of encryption keys;
Encryption means for converting the code data divided by the dividing means into encrypted data that can be decrypted by at least two types of encryption keys set by the encryption key setting means;
An alignment means for aligning the encrypted data of the code data of the same rectangular area encrypted by the encryption means for each encryption key;
An information processing apparatus comprising:
画像データを暗号化する情報処理装置であって、
前記画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理して符号データを生成する符号化手段と、
前記符号化手段で生成した符号データを分割する分割手段と、
少なくとも2種類の暗号化鍵を設定する暗号化鍵設定手段と、
前記分割手段で分割された符号データを、前記暗号化鍵設定手段で設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する暗号化手段と、
前記暗号化手段で暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する整列手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus for encrypting image data,
An encoding unit that divides the image data into rectangular areas, and generates code data by independently compressing each divided rectangular area;
A dividing unit for dividing the code data generated by the encoding unit;
An encryption key setting means for setting at least two types of encryption keys;
Encryption means for converting the code data divided by the dividing means into encrypted data that can be decrypted by at least two types of encryption keys set by the encryption key setting means;
An alignment means for aligning the encrypted data of the code data of the same rectangular area encrypted by the encryption means for each encryption key;
An information processing apparatus comprising:
前記整列手段は、前記暗号化手段で暗号化された暗号化データを暗号化鍵毎に整列することを特徴とする請求項1又は2記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the sorting unit sorts the encrypted data encrypted by the encryption unit for each encryption key. 前記整列手段は、前記暗号化手段で異なる暗号化鍵で暗号化された暗号化データを独立にアクセス可能な配置に整列することを特徴とする請求項1又は2記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the arranging unit arranges the encrypted data encrypted by the encryption unit using different encryption keys into an arrangement that can be accessed independently. 前記整列手段は、前記暗号化手段で暗号化された、異なる矩形領域の符号データの暗号化データを暗号化鍵毎に整列することを特徴とする請求項1又は2記載の情報処理装置。   3. The information processing apparatus according to claim 1, wherein the aligning unit aligns the encrypted data of the code data of different rectangular areas encrypted by the encryption unit for each encryption key. 前記整列手段は、前記暗号化手段で暗号化された暗号化データを暗号化のレベル順に整列することを特徴とする請求項1又は2記載の情報処理装置。   3. The information processing apparatus according to claim 1, wherein the sorting unit sorts the encrypted data encrypted by the encryption unit in order of encryption level. 前記暗号化する符号データは、JPEG2000の符号データであることを特徴とする請求項1乃至6のいずれかに記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the code data to be encrypted is JPEG2000 code data. 画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理された符号データを暗号化する情報処理方法であって、
前記符号データを分割する工程と、
少なくとも2種類の暗号化鍵を設定する工程と、
前記分割された符号データを、設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する工程と、
前記暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する工程と、
を有することを特徴とする情報処理方法。
An information processing method that divides image data into rectangular areas and encrypts code data that is independently compressed for each divided rectangular area,
Dividing the code data;
Setting at least two types of encryption keys;
Converting the divided code data into encrypted data that can be decrypted with at least two types of set encryption keys;
Aligning the encrypted data of the encrypted encoded data of the same rectangular area for each encryption key;
An information processing method characterized by comprising:
画像データを矩形領域に分割し、分割した矩形領域ごとに独立に圧縮処理して符号データを生成する工程と、
生成した符号データを分割する工程と、
少なくとも2種類の暗号化鍵を設定する工程と、
分割された符号データを、設定された少なくとも2種類の暗号化鍵で復号可能な暗号化データに変換する工程と、
暗号化された同一矩形領域の符号データの暗号化データを暗号化鍵毎に整列する工程と、
を有することを特徴とする情報処理装置。
Dividing the image data into rectangular areas, and generating code data by independently compressing each divided rectangular area;
Dividing the generated code data; and
Setting at least two types of encryption keys;
Converting the divided code data into encrypted data that can be decrypted with at least two types of set encryption keys;
Aligning encrypted data of encrypted code data of the same rectangular area for each encryption key;
An information processing apparatus comprising:
前記整列する工程では、暗号化された暗号化データを暗号化鍵毎に整列することを特徴とする請求項8又は9記載の情報処理方法。   10. The information processing method according to claim 8, wherein in the arranging step, the encrypted encrypted data is arranged for each encryption key. 前記整列する工程では、異なる暗号化鍵で暗号化された暗号化データを独立にアクセス可能な配置に整列することを特徴とする請求項8又は9記載の情報処理方法。   10. The information processing method according to claim 8 or 9, wherein in the aligning step, the encrypted data encrypted with different encryption keys are aligned in an independently accessible arrangement. 前記整列する工程では、異なる矩形領域の符号データの暗号化データを暗号化鍵毎に整列することを特徴とする請求項8又は9記載の情報処理装置。   10. The information processing apparatus according to claim 8, wherein in the aligning step, the encrypted data of the code data in different rectangular areas is aligned for each encryption key. 前記整列する工程では、暗号化された暗号化データを暗号化のレベル順に整列することを特徴とする請求項8又は9記載の情報処理方法。   10. The information processing method according to claim 8, wherein in the arranging step, the encrypted encrypted data are arranged in order of encryption level. 前記暗号化する符号データは、JPEG2000の符号データであることを特徴とする請求項8乃至13のいずれかに記載の情報処理方法。   14. The information processing method according to claim 8, wherein the code data to be encrypted is JPEG2000 code data. 請求項8乃至14のいずれかに記載の情報処理方法を、画像データを処理するコンピュータに実行させることを特徴とする情報処理プログラム。   An information processing program that causes a computer that processes image data to execute the information processing method according to claim 8. 画像データを処理するコンピュータに、請求項8乃至14のいずれかに記載の情報処理方法を実行させるためにコンピュータで読み取り可能なプログラムを記録したことを特徴とする情報記録媒体。   An information recording medium on which a computer-readable program is recorded in order to cause a computer that processes image data to execute the information processing method according to claim 8.
JP2007296337A 2007-11-15 2007-11-15 Information processor, information processing method, information processing program, and information recording medium Pending JP2009124456A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007296337A JP2009124456A (en) 2007-11-15 2007-11-15 Information processor, information processing method, information processing program, and information recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007296337A JP2009124456A (en) 2007-11-15 2007-11-15 Information processor, information processing method, information processing program, and information recording medium

Publications (1)

Publication Number Publication Date
JP2009124456A true JP2009124456A (en) 2009-06-04

Family

ID=40816127

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007296337A Pending JP2009124456A (en) 2007-11-15 2007-11-15 Information processor, information processing method, information processing program, and information recording medium

Country Status (1)

Country Link
JP (1) JP2009124456A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016034119A (en) * 2014-07-31 2016-03-10 富士通株式会社 Echo suppression device, echo suppression method, and computer program for echo suppression
CN112242970A (en) * 2019-07-16 2021-01-19 丁爱民 Data segmentation encryption security reinforcing method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005341316A (en) * 2004-05-27 2005-12-08 Sony Corp Information processing system and method, information processing apparatus and method, and its program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005341316A (en) * 2004-05-27 2005-12-08 Sony Corp Information processing system and method, information processing apparatus and method, and its program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016034119A (en) * 2014-07-31 2016-03-10 富士通株式会社 Echo suppression device, echo suppression method, and computer program for echo suppression
CN112242970A (en) * 2019-07-16 2021-01-19 丁爱民 Data segmentation encryption security reinforcing method and device
CN112242970B (en) * 2019-07-16 2022-09-02 丁爱民 Data segmentation encryption security reinforcing method and device

Similar Documents

Publication Publication Date Title
US7463736B2 (en) Data process apparatus and method therefor
Wu et al. Separable reversible data hiding for encrypted palette images with color partitioning and flipping verification
KR101120258B1 (en) Information processing system and method
CN100556125C (en) Be used for successively managing the method and apparatus of the copyright of multi-layered multimedia stream
US7457419B2 (en) Information processing method and apparatus for encrypting encoded data
JP2007526507A (en) Method for generating data describing scalable media
JP2017535123A (en) Encoder, decoder and method using partial data encryption
JP2007534230A (en) Method for scaling progressively encrypted scalable data sequences
CN109889687B (en) JPEG image bit stream encryption method based on alternating current statistical characteristic change
JP4181802B2 (en) Information processing apparatus, information processing method, program, and storage medium
CN100342683C (en) Encryption/decryption method for data limited in value range, appts. and program tnerefor
JP2003153228A (en) Image encoding apparatus and image decoding apparatus
Seidel et al. Cryptanalysis of video encryption algorithms
CN102036102A (en) System and method for transcoding multimedia and system and method for playing multimedia
JP4136812B2 (en) Image encryption method, image encryption / decryption method and apparatus thereof, and computer program and computer-readable storage medium
JP2009124456A (en) Information processor, information processing method, information processing program, and information recording medium
JP2008118406A (en) Content encrypting method, content encrypting device and computer program
Hooda et al. A comprehensive survey of video encryption algorithms
JP2004032538A (en) Information processing apparatus and information processing method
Xu et al. Two-dimensional histogram modification for reversible data hiding in partially encrypted H. 264/AVC videos
JP4371663B2 (en) Information processing apparatus and information processing method
JP2010021931A (en) Video image transmitter and video image receiver
JP4672971B2 (en) Encryption / decryption method and apparatus
Varalakshmi et al. An enhanced encryption algorithm for video based on multiple Huffman tables
Ikeda et al. Selective encryption scheme and mode to avoid generating marker codes in JPEG2000 code streams with block cipher

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20091207

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100115

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100712

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120517

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120525

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120921