JP2006174246A - Image forming apparatus, data processing method, computer-readable storage medium with program stored thereon, and the program - Google Patents

Image forming apparatus, data processing method, computer-readable storage medium with program stored thereon, and the program Download PDF

Info

Publication number
JP2006174246A
JP2006174246A JP2004366089A JP2004366089A JP2006174246A JP 2006174246 A JP2006174246 A JP 2006174246A JP 2004366089 A JP2004366089 A JP 2004366089A JP 2004366089 A JP2004366089 A JP 2004366089A JP 2006174246 A JP2006174246 A JP 2006174246A
Authority
JP
Japan
Prior art keywords
circuit
data
image
encryption
forming apparatus
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
JP2004366089A
Other languages
Japanese (ja)
Inventor
Ryotaro Imine
良太郎 井峯
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2004366089A priority Critical patent/JP2006174246A/en
Publication of JP2006174246A publication Critical patent/JP2006174246A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To freely customize an encryption/decryption processing environment wherein electronic data is encrypted with an arbitrary encryption algorithm, and the electronic data encrypted with the arbitrary encryption algorithm is decrypted with an arbitrary decryption algorithm. <P>SOLUTION: A first circuit for encrypting electronic data with an arbitrary encryption algorithm or a second circuit for decrypting encrypted data with an arbitrary decryption algorithm is reloaded and formed by a reconfigurable device 1270 based on encryption circuit formation information for encrypting electronic data read from removable media 1209 or decryption circuit formation information for decrypting encrypted data. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、電子データに対して暗号化処理あるいは暗号化データに対して復号化処理を行う画像形成装置およびデータ処理方法およびコンピュータが読み取り可能なプログラムを格納した記憶媒体およびプログラムに関するものである。   The present invention relates to an image forming apparatus and a data processing method for performing encryption processing on electronic data or decryption processing on encrypted data, a storage medium storing a computer-readable program, and a program.

現在、複合機、プリンタ等の各種事務機器にはハードディスク等の記録媒体を有しており、スキャン画像、プリント画像、FAX受信画像を大量に記録保持する機能が備わっている。   Currently, various office machines such as multifunction peripherals and printers have a recording medium such as a hard disk, and have a function of recording and holding a large amount of scanned images, printed images, and FAX received images.

また、通常、記録媒体に記録を行う場合、生データかもしくはJBIG等の圧縮方式で圧縮処理が施されて保存されている。この様な事務機器あるいはシステムには通常、個人または部門毎に保存場所を指定でき、個別にパスワードを設定できるような機能を備えている。   In general, when recording on a recording medium, the data is stored by being subjected to compression processing using a compression method such as raw data or JBIG. Such office equipment or system is usually provided with a function that can specify a storage location for each individual or department and can set a password individually.

一方、パスワード設定のみならず、保存するデータに各種暗号化方式で暗号化を施すなどセキュリティを高めた製品も提案され始めている(例えば特許文献1)。   On the other hand, not only password setting but also products with improved security such as encryption of data to be stored by various encryption methods have been proposed (for example, Patent Document 1).

このように暗号化を施す際に現在用いられている暗号化方式には大きくわけて、秘密鍵暗号と公開鍵暗号とがある。ここでは、まずこれらの代表として、現在最も広汎に採用されているDES暗号とRSA暗号をとり、暗号化アルゴリズムを説明する。   As described above, the encryption methods currently used for encryption are roughly divided into secret key encryption and public key encryption. Here, first, the DES cipher and RSA cipher, which are currently most widely adopted, are taken as representatives of these, and the encryption algorithm will be described.

DESは、米国を中心として採用されている代表的な秘密鍵暗号化アルゴリズムの規格である。DESの暗号化アルゴリズムでは、数値化された平文データを例えば64ビットの固定長ブロックに分割し、そのブロック単位で秘密鍵を用いた様々な演算を行うことで、平文データの暗号化を行う。この秘密鍵は、被暗号化データである平文データを分割した固定長ブロックのビット長と同じビット長である。   DES is a typical secret key encryption algorithm standard employed mainly in the United States. In the DES encryption algorithm, digitized plaintext data is divided into, for example, 64-bit fixed-length blocks, and plaintext data is encrypted by performing various operations using a secret key for each block. This secret key has the same bit length as the bit length of the fixed-length block obtained by dividing the plaintext data that is the encrypted data.

図22は、この種の暗号化アルゴリズムの構成を説明するブロック図であり、例えばブロック長が64ビットの場合のDESの暗号化アルゴリズムの概要を示している。   FIG. 22 is a block diagram illustrating the configuration of this type of encryption algorithm, and shows an outline of the DES encryption algorithm when the block length is 64 bits, for example.

図22において、例えば64ビットの暗号化鍵は、縮約転置1を施されて、1段目の処理に入力される。ここで、縮約転置1とは、入力データの1部を取り除いて残りの部分を転置する操作を意味し、転置とは、データの部分的な入れ替え操作を意味する。   In FIG. 22, for example, a 64-bit encryption key is subjected to contraction transposition 1 and input to the first stage processing. Here, the contracted transposition 1 means an operation of removing a part of the input data and transposing the remaining part, and the transposition means a partial replacement operation of data.

転置された暗号化鍵は前半と後半の2つの部分に分割され、それぞれの部分に巡回シフト2が施される。巡回シフト2とは、入力データを左または右にサイクリックにシフトする操作を意味する。巡回シフト2の後さらに縮約転置3が施される。   The transposed encryption key is divided into two parts, the first half and the second half, and cyclic shift 2 is applied to each part. Cyclic shift 2 means an operation of cyclically shifting input data to the left or right. After the cyclic shift 2, further contraction transposition 3 is performed.

また、64ビットの平文は、転置4により転置処理が施された後、前半と後半の2つの部分に分割されて1段目の処理に入力される。そして、その片方には、縮約転置3による縮約転置後、暗号化鍵を用いた非線形変換部5で非線形変換が施されて、加算部6においてもう一方と加算される。このような処理がm段目まで繰り返され、m段目の処理の結果に転置7が施され64ビットの暗号文となる。   The 64-bit plaintext is transposed by transposition 4 and then divided into two parts, the first half and the second half, and input to the first stage process. Then, after one of the contraction transpositions by the contraction transposition 3, one of them is subjected to nonlinear transformation by the nonlinear transformation unit 5 using the encryption key, and is added to the other by the addition unit 6. Such processing is repeated up to the m-th stage, and the transpose 7 is applied to the result of the m-th stage processing to form a 64-bit ciphertext.

DESの復号化アルゴリズムも、暗号化アルゴリズムとほとんど同じであるが、巡回シフト2においては、暗号化アルゴリズムと逆向きにデータをシフトする必要がある。   The DES decryption algorithm is almost the same as the encryption algorithm. However, in cyclic shift 2, it is necessary to shift data in the opposite direction to the encryption algorithm.

次に、RSAの暗号化アルゴリズムは、非常に強力な公開鍵暗号化アルゴリズムであり、データの暗号化だけではなく、メッセージやユーザ認証も行うことができる。   Next, the RSA encryption algorithm is a very strong public key encryption algorithm, and can perform not only data encryption but also message and user authentication.

このアルゴリズムでは、公開鍵と秘密鍵の2つの暗号化鍵を用いる。公開鍵は、文書やネットワーク上のデータの形で公開され、誰でもアクセス可能な状態に置かれるが、秘密鍵は使用者が厳密に保管する必要がある。   This algorithm uses two encryption keys, a public key and a secret key. The public key is disclosed in the form of data on a document or network and placed in a state where anyone can access it, but the private key must be strictly stored by the user.

RSAの暗号化アルゴリズムは、数値的な
n=q*p (1)
e*d≡1(mod(p−1)(q−1)) (2)
ここで、pとqは素数である。第(2)式は、法(p−1)(q−1)の下での合同式であって、e*dと1は(p−1)(q−1)を法として合同であることを示している。
The RSA encryption algorithm is numerical n = q * p (1)
e * d≡1 (mod (p-1) (q-1)) (2)
Here, p and q are prime numbers. Equation (2) is a congruent equation under the modulo (p-1) (q-1), and e * d and 1 are congruent modulo (p-1) (q-1). It is shown that.

言い換えれば、e*d−1は、(p−1)(q−1)で割り切れるということであり、C≡Me(modn)となる、そして、復号化部においては暗号文Cは法nで、M≡Cd(modn)となる。   In other words, e * d−1 is divisible by (p−1) (q−1), and C≡Me (modn). In the decryption unit, the ciphertext C is modulo n. , M≡Cd (modn).

このようにして暗号化された暗号文Cを解読するためには、秘密鍵dの値を知る必要があるが、その為にはnを素因数分解した、素数pと素数qを求めなければならない。しかし、nが非常に大きな数の場合、現在の計算機パワーでは、現実的な処理時間内で素因数分解を行うことができないというのが、RSAの暗号化アルゴリズムにおける原理原則である。
特開平6−303440号公報
In order to decrypt the ciphertext C encrypted in this way, it is necessary to know the value of the secret key d. For that purpose, prime number p and prime number q obtained by factoring n must be obtained. . However, when n is a very large number, it is a principle principle in the RSA encryption algorithm that prime factorization cannot be performed within a realistic processing time with the current computer power.
JP-A-6-303440

複合機等ハードディスク内に大量の各種データを電子化し保存するBOX機能の普及や高速通信記述の普及によりネットワークを行き交うデータが膨大になるにつれ、情報資産を盗難や悪意のある閲覧行為から保護することの重要性が増している。   Protect information assets from theft and malicious browsing as the amount of data passing through the network grows with the spread of the BOX function that electronically stores a large amount of various data in hard disks such as multifunction devices and the spread of high-speed communication descriptions The importance of is increasing.

また、データに暗号化を施すことは有効な手段であるが、異なるメーカの機器間で暗号化データを扱う場合問題が生じる。現在暗号化アルゴリズムは多様に存在し、現状、複写機、プリンタ等の事務機器業界では世界的に標準のアルゴリズムを採用する方向性は見えていない。   Although it is an effective means to encrypt data, there is a problem when encrypted data is handled between devices of different manufacturers. At present, there are a variety of encryption algorithms, and at present, the direction of adopting standard algorithms worldwide has not been seen in the office equipment industry such as copiers and printers.

そこで、メーカ毎に異なる機器固有の暗号化アルゴリズムを採用した場合、シームレスな暗号化データの送受信に問題が生じる。   Therefore, when a device-specific encryption algorithm different for each manufacturer is adopted, a problem occurs in seamless transmission / reception of encrypted data.

一方、複数のアルゴリズムによる暗号化データが混在する環境において、装置全体のパフォーマンスを犠牲にすることなく、画像データのハンドリングをスムーズに行えるようにしなければならない。特に、FAX、コピー、プリンタ機能が複合化されているネットワーク複合機においては特に配慮が必要である。   On the other hand, in an environment where encrypted data based on a plurality of algorithms coexist, image data must be handled smoothly without sacrificing the performance of the entire apparatus. In particular, special consideration is required in a network multifunction peripheral in which FAX, copy, and printer functions are combined.

本発明は、上記の問題点を解決するためになされたもので、本発明の目的は、電子データを記憶する記憶手段を備える画像形成装置において、読み込まれる電子データを暗号化するための暗号化回路形成情報または暗号化された暗号化データを復号化するための復号化回路形成情報に基づいて、任意の暗号化アルゴリズムで電子データを暗号化処理する第1の回路または任意の復号化アルゴリズムで暗号化データを復号化処理する第2の回路を書き換えて形成することにより、任意の暗号化アルゴリズムで電子データを暗号化処理できるとともに、任意の暗号化アルゴリズムで暗号化されている電子データを任意の復号化アルゴリズムで復号化できる暗複処理環境を自在にカスタマイズすることで、アルゴリズムが異なる暗号化要求あるいは復号化要求に自在に対応できる利便性に優れ、かつ、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずに済み、装置コストを大幅に低下できる画像形成装置およびデータ処理方法およびコンピュータが読み取り可能なプログラムを格納した記憶媒体およびプログラムを提供することである。   The present invention has been made to solve the above-described problems, and an object of the present invention is to perform encryption for encrypting read electronic data in an image forming apparatus having a storage unit for storing electronic data. Based on the circuit formation information or the decryption circuit formation information for decrypting the encrypted data, the first circuit for encrypting the electronic data with an arbitrary encryption algorithm or the arbitrary decryption algorithm By rewriting and forming the second circuit that decrypts the encrypted data, the electronic data can be encrypted with an arbitrary encryption algorithm, and the electronic data encrypted with an arbitrary encryption algorithm can be arbitrarily selected. By freely customizing the encryption / decryption processing environment that can be decrypted with the decryption algorithm of Image formation that greatly reduces the cost of equipment with excellent convenience that can respond freely to encoding requests, and without the need for dedicated hardware for each of the many image compression and encryption technologies. An apparatus, a data processing method, and a storage medium storing a computer-readable program and a program are provided.

上記目的を達成する本発明の画像形成装置は以下に示す構成を備える。   The image forming apparatus of the present invention that achieves the above object has the following configuration.

電子データを記憶する記憶手段を備える画像形成装置であって、前記電子データを暗号化するための暗号化回路形成情報または暗号化された暗号化データを復号化するための復号化回路形成情報を読み込む回路情報読込み手段と、前記回路情報読込み手段により読み取られる暗号化回路形成情報または復号化回路形成情報に基づいて、任意の暗号化アルゴリズムで前記電子データを暗号化処理する第1の回路または任意の復号化アルゴリズムで暗号化データを復号化処理する第2の回路を書き換えて形成する回路形成手段とを有することを特徴とする。   An image forming apparatus comprising storage means for storing electronic data, comprising: encryption circuit formation information for encrypting the electronic data or decryption circuit formation information for decrypting encrypted encrypted data A circuit information reading unit to be read, and a first circuit or an arbitrary circuit for encrypting the electronic data with an arbitrary encryption algorithm based on the encrypted circuit formation information or the decryption circuit formation information read by the circuit information reading unit Circuit forming means for rewriting and forming the second circuit for decrypting the encrypted data with the decryption algorithm.

上記目的を達成する本発明のデータ処理方法は以下に示す構成を備える。   The data processing method of the present invention that achieves the above object has the following configuration.

電子データを記憶する記憶手段を備える画像形成装置におけるデータ処理方法であって、前記電子データを暗号化するための暗号化回路形成情報または暗号化された暗号化データを復号化するための復号化回路形成情報を読み込む回路情報読込みステップと、前記回路情報読込みステップにより読み取られる暗号化回路形成情報または復号化回路形成情報に基づいて、任意の暗号化アルゴリズムで前記電子データを暗号化処理する第1の回路または任意の復号化アルゴリズムで暗号化データを復号化処理する第2の回路を書き換えて形成する回路形成ステップを有することを特徴とする。   A data processing method in an image forming apparatus provided with a storage means for storing electronic data, the encryption circuit forming information for encrypting the electronic data or the decryption for decrypting the encrypted data A circuit information reading step for reading circuit formation information, and a first encryption process for the electronic data using an arbitrary encryption algorithm based on the encrypted circuit formation information or the decryption circuit formation information read in the circuit information read step. Or a circuit forming step for rewriting and forming the second circuit for decrypting the encrypted data with an arbitrary decryption algorithm.

本発明によれば、任意の暗号化アルゴリズムで電子データを暗号化処理できるとともに、任意の暗号化アルゴリズムで暗号化されている電子データを任意の復号化アルゴリズムで復号化できる暗複処理環境を自在にカスタマイズすることで、アルゴリズムが異なる暗号化要求あるいは復号化要求に自在に対応できる利便性に優れ、かつ、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずに済み、装置コストを大幅に低下できる。   According to the present invention, an electronic data can be encrypted with an arbitrary encryption algorithm, and an encryption / decryption processing environment in which electronic data encrypted with an arbitrary encryption algorithm can be decrypted with an arbitrary decryption algorithm can be freely used. By customizing it, it has excellent convenience that can freely respond to encryption requests or decryption requests with different algorithms, and has dedicated hardware corresponding to each of many image compression technologies and encryption technologies The cost of the apparatus can be greatly reduced.

また、データのセキュリティを向上させるとともに各種暗号化アルゴリズムに基づく暗号化回路を柔軟に構成することができるので機器によらず暗号化方式の違いを吸収できる。   In addition, data security can be improved and an encryption circuit based on various encryption algorithms can be configured flexibly, so that differences in encryption methods can be absorbed regardless of the device.

さらに、機器本体には復号化回路情報を、解読につながる情報をもたないのでHDDが盗難された場合でもデータの復元は困難になり、セキュリティを向上させることができる。   Furthermore, since the device main body does not have decryption circuit information and information that leads to decryption, it is difficult to restore data even if the HDD is stolen, and security can be improved.

また、ファイル結合時においても単一ジョブ単位異なる暗号化方式を随時切り替えられるのでパフォーマンスを落とさずに処理が行える。   Also, even when combining files, different encryption methods for single jobs can be switched at any time, so that processing can be performed without degrading performance.

次に本発明を実施するための最良の形態について図面を参照して説明する。   Next, the best mode for carrying out the present invention will be described with reference to the drawings.

<システム構成の説明>
〔第1実施形態〕
図1は、本発明の第1実施形態を示す画像形成装置に適用可能な暗号処理ユニットの構成を説明するブロック図である。
<Description of system configuration>
[First Embodiment]
FIG. 1 is a block diagram for explaining the configuration of an encryption processing unit applicable to the image forming apparatus showing the first embodiment of the present invention.

図1において、1は外部I/F回路で、後述する画像形成装置のプロセッサとバスを介して接続される。2はリコンフィギャラブルデバイスで、暗号化・復号化処理を行う為の暗号化・復号化回路として機能する。リコンフィギャラブルデバイス2は、リコンフィギャラブル演算ユニットが多数配置されてリコンフィギャラブルユニット3を構成している。各演算ユニット間の配線はダイナミックに変更可能である。   In FIG. 1, reference numeral 1 denotes an external I / F circuit, which is connected to a processor of an image forming apparatus described later via a bus. A reconfigurable device 2 functions as an encryption / decryption circuit for performing encryption / decryption processing. In the reconfigurable device 2, a large number of reconfigurable arithmetic units are arranged to constitute a reconfigurable unit 3. The wiring between the arithmetic units can be changed dynamically.

なお、配線の変更はプロセッサ部4で行われる。変更の為の情報は外部インタフェース回路1によって入出力される。また、リコンフィギャラブルデバイス2の特徴とするところは、組み込み向けのプロセッサにおいて、自由度は高いが処理速度の遅い汎用プロセッサ(ARM/MIPSなど)と、それに比較して処理速度に優れるが回路が固定で決まった処理しかできない専用ハードウェア(VLSI/ASICなど)の中間ともいえる“再構成可能(Reconfigurable)な”プロセッサである。さらに、プログラムにより1CLKで構成を変更できる特徴がある。   Note that the wiring is changed by the processor unit 4. Information for change is input / output by the external interface circuit 1. In addition, the reconfigurable device 2 is characterized by a built-in processor having a high degree of freedom but a slow processing speed (such as ARM / MIPS) and a processing speed that is superior to that of a general-purpose processor (ARM / MIPS). It is a “Reconfigurable” processor that can be said to be the middle of dedicated hardware (VLSI / ASIC, etc.) that can only perform fixed and fixed processing. Furthermore, there is a feature that the configuration can be changed at 1 CLK by a program.

リコンフィギャラブルデバイス2がFPGA(Field Programmable Gate Array)の場合、回路をマッピングに要する時間に比較して、ソフト的なタイムラグなしに複数の暗号化アルゴリズムを瞬時に切り替えることが可能であり、複合機等、複数の処理が同時並列的に処理がされている環境においてはパフォーマンスを考慮した設計時には、理想的なプロセッサの選択といえる。   When the reconfigurable device 2 is an FPGA (Field Programmable Gate Array), it is possible to instantaneously switch a plurality of encryption algorithms without a software time lag compared to the time required for mapping the circuit. In an environment where a plurality of processes are processed simultaneously in parallel, it can be said that an ideal processor is selected when designing in consideration of performance.

また、現在、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずにすむことからコスト設計面でも有効である。   Further, since there are currently a large number of image compression technologies and encryption technologies, it is not necessary to have dedicated hardware corresponding to each of them, which is also effective in terms of cost design.

この様に構成された暗号処理ユニットは、特定のアルゴリズムによる暗号化チップを持たないで、フレキシブルに書き換え可能なリコンフィギャラブルデデバイス2のプロセッサ部4がリコンフィギャラブルユニット3上に暗号化、復号化のための第1の回路(暗号化回路)または第2の回路(復号化回路)を構成する。複数の復号化回路構成情報(アルゴリズム)から構成する復号化情報とデータの所在を示す機器固有情報(シリアルNO,IPアドレス等)を、例えばICカード等のリムーバブルメディアに持たせる。リムーバブルメディアは、USBフラッシュメモリであってもよい。   The encryption processing unit configured in this way does not have an encryption chip based on a specific algorithm, and the processor unit 4 of the reconfigurable device 2 that can be flexibly rewritten encrypts and decrypts the reconfigurable unit 3 on the reconfigurable unit 3. A first circuit (encryption circuit) or a second circuit (decryption circuit) for encryption is configured. Removable media such as an IC card is provided with device-specific information (serial NO, IP address, etc.) indicating the location of data and decryption information composed of a plurality of decryption circuit configuration information (algorithms). The removable medium may be a USB flash memory.

なお、画像形成装置本体の記憶装置上には、復号化処理に必要な情報は残さない構成にしている。   Note that the information necessary for the decoding process is not left on the storage device of the image forming apparatus main body.

また、回路構成情報は、データの暗号化/復号化を施す際に、上記リムーバブルメディアより回路構成情報をダウンロードし、随時必要な時にコンフィギャラブルユニット3上に第1または第2の回路を再構成する。   The circuit configuration information is downloaded from the removable medium when data is encrypted / decrypted, and the first or second circuit is re-installed on the configurable unit 3 when necessary. Constitute.

暗号/復号化処理を終えた後は、随時書き換え可能デバイス中に構成されている回路をプロセッサ部4が消去処理する。   After the encryption / decryption processing is completed, the processor unit 4 erases the circuit configured in the rewritable device at any time.

なお、データを出力する際はデータの所在元のデータ処理装置からネットワークを介して暗号化データの形式で転送し、情報を出力する画像形成装置に備える暗号処理ユニットのリコンフィギャラブルデバイス2のプロセッサ部4により、コンフィギャラブルユニット3上に第2の回路(復号化回路)を形成し復号化及び出力を行う。   When outputting data, the processor of the reconfigurable device 2 of the cryptographic processing unit provided in the image forming apparatus provided in the image forming apparatus that transfers the data in the form of encrypted data from the data processing apparatus that is the location of the data via the network. The unit 4 forms a second circuit (decoding circuit) on the configurable unit 3 to perform decoding and output.

また、後述する第2実施形態に示すように、個人等に属する複数種のアルゴリズムで暗号化された単一ジョブの連結時には、ジョブ単位に復号化回路を切り替えて1ジョブに結合して暗号化を行う。   Also, as shown in the second embodiment to be described later, when connecting a single job encrypted with a plurality of types of algorithms belonging to individuals, etc., the decryption circuit is switched for each job and combined into one job for encryption. I do.

<画像形成装置の外観>
図2は、本発明に係る暗号処理装置を適用可能な画像処理装置の外観を示す図である。
<Appearance of image forming apparatus>
FIG. 2 is a diagram showing the appearance of an image processing apparatus to which the cryptographic processing apparatus according to the present invention can be applied.

図2において、画像入力デバイスであるスキャナ部10は、原稿画像をランプにより照射し、CCDラインセンサ(図示せず)で読み取り、電気信号に変換することで画像データとして処理を行う。原稿用紙を原稿フィーダ142にセットし、装置使用者が操作部140から読み取り起動指示することにより、原稿フィーダ142は原稿用紙を1枚ずつフィードし原稿画像の読み取り動作を行う。   In FIG. 2, a scanner unit 10 serving as an image input device irradiates a document image with a lamp, reads it with a CCD line sensor (not shown), and converts it into an electrical signal to perform processing as image data. The original paper is set in the original feeder 142, and the user of the apparatus gives a reading start instruction from the operation unit 140, whereby the original feeder 142 feeds the original paper one by one and performs an original image reading operation.

画像出力デバイスであるプリンタ部20は、画像データを用紙上の画像に変換する部分であり、本明細書では、感光体ドラムや感光体ベルトを用いた電子写真方式により説明を行うが、微少ノズルアレイからインクを吐出して用紙上に直接画像を印字するインクジェット方式等であっても構わない。プリント動作の起動は、装置内部のコントローラ(後述)からの指示によって開始する。プリンタ部20には、異なる用紙サイズまたは異なる用紙向きを選択できるように複数の給紙段を持ち、それに対応した用紙カセット122、124、142、144がある。また、画像形成された用紙は排紙トレイ132上に排出される。   The printer unit 20 that is an image output device is a part that converts image data into an image on paper. In this specification, the electrophotographic method using a photosensitive drum or a photosensitive belt will be described. An ink jet system that prints an image directly on a sheet by ejecting ink from the array may be used. The activation of the printing operation is started by an instruction from a controller (described later) inside the apparatus. The printer unit 20 has a plurality of paper feed stages so that different paper sizes or different paper orientations can be selected, and has paper cassettes 122, 124, 142, and 144 corresponding thereto. Further, the paper on which the image is formed is discharged onto the paper discharge tray 132.

図3は、図2に示した画像形成装置の構成を説明する断面図であり、図2と同一のものには同一の符号を付してある。   FIG. 3 is a cross-sectional view illustrating the configuration of the image forming apparatus shown in FIG. 2, and the same components as those in FIG. 2 are denoted by the same reference numerals.

図3において、901は原稿台ガラスであり、原稿フィーダ142から給送された原稿が順次、所定位置に載置される。902は例えばハロゲンランプから構成される原稿照明ランプで、原稿台ガラス901に載置された原稿を露光する。903、904、905は走査ミラーであり、図示しない光学走査ユニットに収容され、往復運動しながら、原稿からの反射光をCCDユニット906に導く。CCDユニット906はCCDに原稿からの反射光を結像させる結像レンズ907、例えばCCDから構成される撮像素子908、撮像素子908を駆動するCCDドライバ909等から構成されている。撮像素子908からの画像信号出力は例えば8ビットのデジタルデータに変換された後、コントローラ部939に入力される。また、910は感光ドラムであり、
912の前露光ランプによって画像形成に備えて除電される。913は1次帯電器であり、感光ドラム910を一様に帯電させる。917は露光手段であり、例えば半導体レーザ等で構成され、画像形成や装置全体の制御を行うコントローラ部939で処理された画像データに基づいて感光ドラム910を露光し、静電潜像を形成する。
In FIG. 3, reference numeral 901 denotes an original table glass, and the originals fed from the original feeder 142 are sequentially placed at predetermined positions. Reference numeral 902 denotes an original illumination lamp composed of, for example, a halogen lamp, which exposes an original placed on the original table glass 901. Reference numerals 903, 904, and 905 denote scanning mirrors which are accommodated in an optical scanning unit (not shown) and guide reflected light from the original to the CCD unit 906 while reciprocating. The CCD unit 906 includes an imaging lens 907 that forms an image of reflected light from an original on the CCD, for example, an image sensor 908 composed of a CCD, a CCD driver 909 that drives the image sensor 908, and the like. An image signal output from the image sensor 908 is converted into, for example, 8-bit digital data and then input to the controller unit 939. Reference numeral 910 denotes a photosensitive drum,
The pre-exposure lamp 912 is neutralized in preparation for image formation. Reference numeral 913 denotes a primary charger that uniformly charges the photosensitive drum 910. Reference numeral 917 denotes an exposure unit, which is composed of, for example, a semiconductor laser and exposes the photosensitive drum 910 based on image data processed by a controller unit 939 that controls image formation and the entire apparatus, thereby forming an electrostatic latent image. .

918は現像器であり、黒色の現像剤(トナー)が収容されている。919は転写前帯電器であり、感光ドラム910上に現像されたトナー像を用紙に転写する前に高圧をかける。920、922、924、942、944は給紙ユニットであり(920は手差し給紙ユニット)、各給紙ローラ921、923、925、943、945の駆動により、転写用紙が装置内へ給送され、レジストローラ926の配設位置で一旦停止し、感光ドラム910に形成された画像との書き出しタイミングがとられ再給送される。927は転写帯電器であり、感光ドラム910に現像されたトナー像を給送される転写用紙に転写する。   Reference numeral 918 denotes a developing device that contains a black developer (toner). Reference numeral 919 denotes a pre-transfer charger, which applies a high voltage before transferring the toner image developed on the photosensitive drum 910 onto a sheet. Reference numerals 920, 922, 924, 942, and 944 denote paper feed units (920 is a manual paper feed unit), and the transfer paper is fed into the apparatus by driving the paper feed rollers 921, 923, 925, 943, and 945. Then, the operation is temporarily stopped at the position where the registration roller 926 is disposed, and the write-out timing with the image formed on the photosensitive drum 910 is taken and the paper is fed again. A transfer charger 927 transfers the toner image developed on the photosensitive drum 910 to a transfer sheet to be fed.

928は分離帯電器であり、転写動作の終了した転写用紙を感光ドラム910より分離する。転写されずに感光ドラム910上に残ったトナーはクリーナ911によって回収される。929は搬送ベルトで、転写プロセスの終了した転写用紙を定着器930に搬送し、例えば熱により定着される。931はフラッパであり、定着プロセスの終了した転写用紙の搬送パスを、ソータ932または中間トレイ937の配置方向のいずれかに制御する。   A separation charger 928 separates the transfer sheet on which the transfer operation has been completed from the photosensitive drum 910. The toner remaining on the photosensitive drum 910 without being transferred is collected by the cleaner 911. Reference numeral 929 denotes a conveyance belt which conveys the transfer sheet on which the transfer process has been completed to the fixing device 930 and is fixed by heat, for example. Reference numeral 931 denotes a flapper, which controls the transfer path of the transfer paper after the fixing process to either the sorter 932 or the intermediate tray 937.

また、933〜936は給送ローラであり、一度定着プロセスの終了した転写用紙を中間トレイ937に反転(多重)または非反転(両面)して給送する。938は再給送ローラであり、中間トレイ937に載置された転写用紙を再度、レジストローラ926の配設位置まで搬送する。コントローラ部939には後述するマイクロコンピュータ、画像処理部等を備えており、マンマシンインターフェース装置940からの指示に従って、前述の画像形成動作を行う。   Reference numerals 933 to 936 denote feeding rollers that feed the transfer sheet once the fixing process is completed to the intermediate tray 937 by being reversed (multiple) or non-reversed (both sides). Reference numeral 938 denotes a re-feed roller, which again conveys the transfer paper placed on the intermediate tray 937 to the position where the registration roller 926 is disposed. The controller unit 939 includes a microcomputer, an image processing unit, and the like, which will be described later, and performs the above-described image forming operation in accordance with an instruction from the man-machine interface device 940.

<コントローラユニット>
図4は、図3に示した画像形成装置のコントローラユニットの構成を示す図である。
<Controller unit>
FIG. 4 is a diagram showing the configuration of the controller unit of the image forming apparatus shown in FIG.

図4において、コントローラユニット30は画像入力デバイスであるスキャナ10や画像出力デバイスであるプリンタ20と電気的に接続し、一方ではLAN3000や公衆回線(WAN)1251と接続することで、画像情報やデバイス情報の入出力を行う為のコントローラとして機能する。   In FIG. 4, the controller unit 30 is electrically connected to the scanner 10 as an image input device and the printer 20 as an image output device, and on the other hand, is connected to a LAN 3000 or a public line (WAN) 1251, thereby enabling image information and devices. It functions as a controller for inputting and outputting information.

CPU1201は、画像処理システム全体を制御するコントローラである。RAM1202は、CPU1201が動作するためのシステムワークメモリであり、画像データを一時記憶するための画像メモリとしても機能する。   A CPU 1201 is a controller that controls the entire image processing system. A RAM 1202 is a system work memory for the CPU 1201 to operate, and also functions as an image memory for temporarily storing image data.

ROM1203は、ブートROMであり、システムのブートプログラムが格納されている。1204はハードディスクドライブ(HDD)で、システムソフトウェア、画像データ、ソフトウェアカウンタ値などを格納する。   A ROM 1203 is a boot ROM, and stores a system boot program. A hard disk drive (HDD) 1204 stores system software, image data, software counter values, and the like.

なお、ソフトウェアカウンタ値は用紙サイズ別カウンタ領域とデータ処理容量別カウンタ領域が設定されており、画像出力枚数やCPU1201が処理したデータ容量に基づき予め設定した任意の基準容量値を基準に算出してカウントアップが行われる。また、カウントされたカウンタ値はHDD1204に限らず電源が切れても記憶保持することができれば、図示しないEEPROM等にその記憶領域を持ってもよい。   The software counter value has a counter area for each paper size and a counter area for each data processing capacity, and is calculated based on an arbitrary reference capacity value set in advance based on the number of output images and the data capacity processed by the CPU 1201. Count up is performed. Further, the counted counter value is not limited to the HDD 1204, and the storage area may be stored in an unillustrated EEPROM or the like as long as it can be stored and retained even when the power is turned off.

操作部I/F1206は、操作部(UI)140とのインタフェース部で、操作部140に表示する画像データを操作部140に対して出力する。また、操作部140から本システム使用者が入力した情報を、CPU1201に伝える役割をする。Network1210はLAN3000に接続し、出力用画像データの入出力や機器制御にかかわる情報の入出力を行う。   The operation unit I / F 1206 is an interface unit with the operation unit (UI) 140 and outputs image data to be displayed on the operation unit 140 to the operation unit 140. Also, it plays a role of transmitting information input by the system user from the operation unit 140 to the CPU 1201. A network 1210 is connected to the LAN 3000 and inputs / outputs output image data and information related to device control.

また、操作部140における入力操作によってネットワーク上のホストコンピュータ1100や図示しない出力用画像データ管理装置から操作部140による入力操作に応じた出力用画像データを受信して画像出力を行う。   In addition, by the input operation in the operation unit 140, output image data corresponding to the input operation by the operation unit 140 is received from the host computer 1100 on the network or an output image data management device (not shown), and an image is output.

Modem1250は、公衆回線1251に接続し、情報の入出力を行う。スキャナ・プリンタ通信I/F1212はスキャナ10、プリンタ20のCPUとそれぞれ通信を行うためのI/Fである。以上のデバイスがシステムバス1207上に配置される。タイマ1211は画像形成装置及びコントローラユニットの時刻設定や一定時間周期に割り込みを発するタイマとして機能する。ラスタイメージプロセッサ(RIP)1260はPDLコードをビットマップイメージに展開する。   The Modem 1250 is connected to the public line 1251 and inputs / outputs information. A scanner / printer communication I / F 1212 is an I / F for communicating with the CPUs of the scanner 10 and the printer 20. The above devices are arranged on the system bus 1207. The timer 1211 functions as a timer for issuing an interrupt at a time setting or a fixed time period of the image forming apparatus and the controller unit. A raster image processor (RIP) 1260 expands the PDL code into a bitmap image.

Image Bus I/F1205はシステムバス1207と画像データを高速で転送する画像バス2008を接続し、データ構造を変換するバスブリッジである。画像バス2008は、PCIバスまたはIEEE1394で構成される。画像バス2008上には以下のデバイスが配置される。   An Image Bus I / F 1205 is a bus bridge that connects a system bus 1207 and an image bus 2008 that transfers image data at high speed, and converts a data structure. The image bus 2008 is configured by a PCI bus or IEEE1394. The following devices are arranged on the image bus 2008.

デバイスI/F部1220は、画像入出力デバイスであるスキャナ10やプリンタ20とコントローラユニット30を接続し、画像データの同期系/非同期系の変換を行う。スキャナ画像処理部1280は、入力画像データに対し補正、加工、編集を行う。プリンタ画像処理部1290は、プリント出力画像データに対して、プリンタの補正、解像度変換等を行う。   A device I / F unit 1220 connects the scanner 10 and the printer 20 that are image input / output devices to the controller unit 30 and performs synchronous / asynchronous conversion of image data. A scanner image processing unit 1280 corrects, processes, and edits input image data. A printer image processing unit 1290 performs printer correction, resolution conversion, and the like on print output image data.

画像回転部1230は画像データの回転を行う。画像圧縮部1240は、多値画像データはJPEG、2値画像データはJBIG、MMR、MHの圧縮伸長処理を行う。リコンフィギャラブルデバイス1270はプログラムにより随時回路構成を瞬時に変更することが可能なプロセッサである。   The image rotation unit 1230 rotates image data. The image compression unit 1240 performs compression / decompression processing of JPEG for multi-valued image data and JBIG, MMR, and MH for binary image data. The reconfigurable device 1270 is a processor capable of instantaneously changing the circuit configuration at any time by a program.

例えば、画像圧縮、暗号化等コスト的に複数ハードウェアを持つことができないが、パフォーマンスを考慮してハード回路で実現したい機能を必要とする場合に回路を構成する。FPGAとは異なり、柔軟な回路を組めることに加え、ソフト的なタイムラグなしに瞬時に回路構成を切り替えることが可能である。リムーバブルメディアIF1208は、ICカード、CDROM、モバイルハードディスク等のリムーバブルメディア1209へ読み書き可能な外部インタフェースである。USB、PCMCIA、DVDドライブ等その種類は問わない。   For example, although a plurality of hardware cannot be provided in terms of cost such as image compression and encryption, a circuit is configured when a function desired to be realized by a hardware circuit is required in consideration of performance. Unlike FPGA, in addition to building a flexible circuit, it is possible to instantaneously switch the circuit configuration without a software time lag. The removable media IF 1208 is an external interface that can read and write to a removable media 1209 such as an IC card, a CDROM, and a mobile hard disk. There are no restrictions on the type of USB, PCMCIA, DVD drive, etc.

<スキャナ画像処理部>
図5は、図4に示したスキャナ画像処理部1280の構成を示すブロック図であり、図4と同一のものには同一の符号を付してある。
<Scanner image processing unit>
FIG. 5 is a block diagram showing a configuration of the scanner image processing unit 1280 shown in FIG. 4. The same components as those in FIG. 4 are denoted by the same reference numerals.

図5において、画像バスI/Fコントローラ1281は、画像バス2008と接続し、そのバスアクセスシーケンスを制御する働きと、スキャナ画像処理部1280内の各デバイスの制御及びタイミングを発生させる。フィルタ処理部1282は、空間フィルタでコンボリューション演算を行う。   In FIG. 5, an image bus I / F controller 1281 is connected to the image bus 2008, and controls the bus access sequence and generates control and timing of each device in the scanner image processing unit 1280. The filter processing unit 1282 performs a convolution operation with a spatial filter.

編集部1283は、例えば入力画像データからマーカペンで囲まれた閉領域を認識して、その閉領域内の画像データに対して、影つけ、網掛け、ネガポジ反転等の画像加工処理を行う。   For example, the editing unit 1283 recognizes a closed region surrounded by a marker pen from the input image data, and performs image processing such as shading, shading, and negative / positive inversion on the image data in the closed region.

変倍処理部1284は、読み取り画像の解像度を変える場合にラスタイメージの主走査方向について補間演算を行い拡大、縮小を行う。副走査方向の変倍については、画像読み取りラインセンサ(図示せず)を走査する速度を変えることで行う。テーブル1285は、読み取った輝度データである画像データを濃度データに変換するために行うテーブル変換である。2値化1286は、多値のグレースケール画像データを、誤差拡散処理やスクリーン処理によって2値化する。処理が終了した画像データは、再び画像バスI/Fコントローラ1281を介して、画像バス2008上に転送される。   The scaling processing unit 1284 performs enlargement / reduction by performing an interpolation operation in the main scanning direction of the raster image when changing the resolution of the read image. The scaling in the sub-scanning direction is performed by changing the scanning speed of an image reading line sensor (not shown). The table 1285 is table conversion performed to convert image data, which is read luminance data, into density data. The binarization 1286 binarizes multi-value grayscale image data by error diffusion processing or screen processing. The processed image data is transferred to the image bus 2008 via the image bus I / F controller 1281 again.

<プリンタ画像処理部>
図6は、図4に示したプリンタ画像処理部1290の構成を示すブロック図であり、図1と同一のものには同一の符号を付してある。
<Printer image processing unit>
FIG. 6 is a block diagram showing the configuration of the printer image processing unit 1290 shown in FIG. 4, and the same components as those in FIG. 1 are denoted by the same reference numerals.

図6において、画像バスI/Fコントローラ1291は、画像バス2008と接続し、そのバスアクセスシーケンスを制御する働きと、スキャナ画像処理部1280内の各デバイスの制御及びタイミングを発生させる。解像度変換部1292は、Network3000あるいは公衆回線1251から来た画像データを、プリンタ20の解像度に変換するための解像度変換を行う。スムージング処理部1293は、解像度変換後の画像データのジャギー(斜め線等の白黒境界部に現れる画像のがさつき)を滑らかにする処理を行う。   In FIG. 6, an image bus I / F controller 1291 is connected to the image bus 2008, and controls the bus access sequence and generates control and timing of each device in the scanner image processing unit 1280. A resolution conversion unit 1292 performs resolution conversion for converting image data coming from the Network 3000 or the public line 1251 to the resolution of the printer 20. The smoothing processing unit 1293 performs processing to smooth out jaggies (roughness of an image appearing at a black-and-white boundary portion such as an oblique line) of image data after resolution conversion.

<画像圧縮部>
図7は、図4に示した画像圧縮部1240の構成を示すブロック図であり、図4と同一のものには同一の符号を付してある。
<Image compression unit>
FIG. 7 is a block diagram showing the configuration of the image compression unit 1240 shown in FIG. 4. The same components as those in FIG. 4 are denoted by the same reference numerals.

図7において、画像バスI/Fコントローラ1241は、画像バス2008と接続し、そのバスアクセスシーケンスを制御する働き、入力バッファ1242・出力バッファ1245とのデータのやりとりを行うためのタイミング制御及び、画像圧縮部1243に対するモード設定などの制御を行う。以下に画像圧縮処理部の処理手順を示す。   In FIG. 7, the image bus I / F controller 1241 is connected to the image bus 2008, controls its bus access sequence, performs timing control for exchanging data with the input buffer 1242 and the output buffer 1245, and the image Control such as mode setting for the compression unit 1243 is performed. The processing procedure of the image compression processing unit is shown below.

画像バス2008を介して、CPU1201から画像バスI/Fコントローラ1241に画像圧縮制御のための設定を行う。この設定により画像バスI/Fコントローラ1241は画像圧縮部1243に対して画像圧縮に必要な設定(例えばMMR圧縮・JBIG伸長等の)を行う。そして、必要な設定を行った後に、再度CPU1201から画像バスI/Fコントローラ1241に対して画像データ転送の許可を行う。この許可に従い、画像バスI/Fコントローラ1241はRAM1202もしくは画像バス2008上の各デバイスから画像データの転送を開始する。   Settings for image compression control are performed from the CPU 1201 to the image bus I / F controller 1241 via the image bus 2008. With this setting, the image bus I / F controller 1241 makes settings necessary for image compression (for example, MMR compression, JBIG expansion, etc.) to the image compression unit 1243. After making necessary settings, the CPU 1201 again permits image data transfer to the image bus I / F controller 1241. In accordance with this permission, the image bus I / F controller 1241 starts transferring image data from each device on the RAM 1202 or the image bus 2008.

そして、受け取った画像データは入力バッファ1242に一時格納され、画像圧縮部1243の画像データ要求に応じて一定のスピードで画像を転送する。この際、入力バッファは画像バスI/Fコントローラ1241と、画像圧縮部1243両者の間で、画像データを転送できるかどうかを判断し、画像バス2008からの画像データの読み込み及び、画像圧縮部1243への画像の書き込みが不可能である場合は、データの転送を行わないような制御を行う(以後このような制御をハンドシェークと呼称する)。   The received image data is temporarily stored in the input buffer 1242, and the image is transferred at a constant speed in response to an image data request from the image compression unit 1243. At this time, the input buffer determines whether image data can be transferred between the image bus I / F controller 1241 and the image compression unit 1243, reads the image data from the image bus 2008, and reads the image compression unit 1243. When it is impossible to write an image on the screen, control is performed so as not to transfer data (hereinafter, such control is referred to as handshaking).

画像圧縮部1243は受け取った画像データを、一旦RAM1244に格納する。これは画像圧縮を行う際には行う画像圧縮処理の種類によって、数ライン分のデータを要するためであり、最初の1ライン分の圧縮を行うためには数ライン分の画像データを用意してからでないと画像圧縮が行えないためである。画像圧縮を施された画像データは直ちに出力バッファ1245に送られる。   The image compression unit 1243 temporarily stores the received image data in the RAM 1244. This is because several lines of data are required depending on the type of image compression processing to be performed, and several lines of image data are prepared in order to compress the first one line. This is because the image cannot be compressed unless it is empty. The image data subjected to the image compression is immediately sent to the output buffer 1245.

出力バッファ1245では、画像バスI/Fコントローラ1241及び画像圧縮部1243とのハンドシェークを行い、画像データを画像バスI/Fコントローラ1241に転送する。画像バスI/Fコントローラ1241では転送された圧縮(もしくは伸長)された画像データをRAM1202もしくは画像バス2008上の各デバイスにデータを転送する。こうした一連の処理は、CPU1201からの処理要求が無くなるまで(必要なページ数の処理が終わったとき)、もしくはこの画像圧縮部から停止要求が出るまで(圧縮及び伸長時のエラー発生時等)繰り返される。   The output buffer 1245 performs handshaking with the image bus I / F controller 1241 and the image compression unit 1243 and transfers image data to the image bus I / F controller 1241. The image bus I / F controller 1241 transfers the transferred compressed (or expanded) image data to each device on the RAM 1202 or the image bus 2008. Such a series of processing is repeated until there is no processing request from the CPU 1201 (when processing of the necessary number of pages is completed) or until a stop request is issued from this image compression unit (when an error occurs during compression and expansion). It is.

<画像回転部>
図8は、図4に示した画像回転部1230の構成を示すブロック図であり、図4と同一のものには同一の符号を付してある。
<Image rotation part>
FIG. 8 is a block diagram showing a configuration of the image rotation unit 1230 shown in FIG. 4, and the same components as those in FIG. 4 are denoted by the same reference numerals.

図8において、画像バスI/Fコントローラ1231は、画像バス2008と接続し、そのバスシーケンスを制御する働き、画像回転部1232にモード等を設定する制御及び、画像回転部1232に画像データを転送するためのタイミング制御を行う。以下に画像回転部1232の処理手順を示す。   In FIG. 8, an image bus I / F controller 1231 is connected to the image bus 2008, functions to control the bus sequence, controls to set a mode or the like in the image rotation unit 1232, and transfers image data to the image rotation unit 1232. Timing control is performed. The processing procedure of the image rotation unit 1232 is shown below.

画像バス2008を介して、CPU1201から画像バスI/Fコントローラ1231に画像回転制御のための設定を行う。この設定により画像バスI/Fコントローラ1241は画像回転部1232に対して画像回転に必要な設定(たとえば画像サイズや回転方向・角度等)を行う。   Settings for image rotation control are performed from the CPU 1201 to the image bus I / F controller 1231 via the image bus 2008. With this setting, the image bus I / F controller 1241 performs settings necessary for image rotation (for example, image size, rotation direction / angle, etc.) for the image rotation unit 1232.

そして、必要な設定を行った後に、再度CPU1201から画像バスI/Fコントローラ1241に対して画像データ転送の許可を行う。この許可に従い、画像バスI/Fコントローラ1231はRAM1202もしくは画像バス2008上の各デバイスから画像データの転送を開始する。   After making necessary settings, the CPU 1201 again permits image data transfer to the image bus I / F controller 1241. In accordance with this permission, the image bus I / F controller 1231 starts transferring image data from each device on the RAM 1202 or the image bus 2008.

なお、ここでは32bitをそのサイズとし回転を行う画像サイズを32×32(bit)とし、又、画像バス2008上に画像データを転送させる際に32bitを単位とする画像転送を行うものとする(扱う画像は2値を想定する)。   Here, the size is 32 bits and the image size to be rotated is 32 × 32 (bits), and image data is transferred in units of 32 bits when transferring image data on the image bus 2008 ( The image to be handled is assumed to be binary).

図9、図10は、図4に示した画像回転部1230による画像回転処理例を説明する図である。   9 and 10 are diagrams illustrating an example of image rotation processing by the image rotation unit 1230 illustrated in FIG.

上述のように、32×32(bit)の画像を得るためには、上述の単位データ転送を32回行う必要があり、且つ不連続なアドレスから画像データを転送する必要がある(図9参照)。   As described above, in order to obtain a 32 × 32 (bit) image, it is necessary to perform the above unit data transfer 32 times, and it is necessary to transfer image data from discontinuous addresses (see FIG. 9). ).

不連続アドレッシングにより転送された画像データは、読み出し時に所望の角度に回転されているように、RAM1233に書き込まれる。例えば、90度反時計方向回転であれば、最初に転送された32bitの画像データを、図10のようにY方向に書き込んでいく。読み出し時にX方向に読み出すことで、画像が回転される。   The image data transferred by the discontinuous addressing is written in the RAM 1233 so that it is rotated to a desired angle at the time of reading. For example, if the rotation is 90 degrees counterclockwise, the 32-bit image data transferred first is written in the Y direction as shown in FIG. By reading in the X direction at the time of reading, the image is rotated.

32×32(bit)の画像回転(RAM2033への書き込み)が完了した後、画像回転部1232はRAM1233から上述した読み出し方法で画像データを読み出し、画像バスI/Fコントローラ1231に画像を転送する。回転処理された画像データを受け取った画像バスI/Fコントローラ1231は、連続アドレッシングを以て、RAM1202もしくは画像バス2008上の各デバイスにデータを転送する。   After the 32 × 32 (bit) image rotation (writing to the RAM 2033) is completed, the image rotation unit 1232 reads the image data from the RAM 1233 by the above-described reading method, and transfers the image to the image bus I / F controller 1231. The image bus I / F controller 1231 that has received the rotated image data transfers the data to each device on the RAM 1202 or the image bus 2008 by continuous addressing.

こうした一連の処理は、CPU1201からの処理要求が無くなるまで(必要なページ数の処理が終わったとき)繰り返される。   Such a series of processing is repeated until there is no processing request from the CPU 1201 (when processing of the necessary number of pages is completed).

<デバイスI/F>
図11は、図4に示したデバイスI/F部1220の構成を示すブロック図である。
<Device I / F>
FIG. 11 is a block diagram showing a configuration of the device I / F unit 1220 shown in FIG.

図11において、画像バスI/Fコントローラ1221は、画像バス2008と接続し、そのバスアクセスシーケンスを制御する働きと、デバイスI/F部1220内の各デバイスの制御及びタイミングを発生させる。   In FIG. 11, an image bus I / F controller 1221 is connected to the image bus 2008, and controls the bus access sequence and generates control and timing of each device in the device I / F unit 1220.

また、スキャナ10及びプリンタ20への制御信号を発生させる。スキャンバッファ1222は、スキャナ10から送られてくる画像データを一時保存し、画像バス2008に同期させて画像データを出力する。シリアルパラレル・パラレルシリアル変換1223は、スキャンバッファ1222に保存された画像データを順番に並べて、あるいは分解して、画像バス2008に転送できる画像データのデータ幅に変換する。   In addition, control signals to the scanner 10 and the printer 20 are generated. The scan buffer 1222 temporarily stores the image data sent from the scanner 10 and outputs the image data in synchronization with the image bus 2008. The serial-parallel / parallel-serial conversion 1223 arranges the image data stored in the scan buffer 1222 in order or disassembles and converts the image data into a data width that can be transferred to the image bus 2008.

パラレルシリアル・シリアルパラレル変換1224は、画像バス2008から転送された画像データを分解して、あるいは順番に並べて、プリントバッファ1225に保存できる画像データのデータ幅に変換する。プリントバッファ1225は、画像バス2008から送られてくる画像データを一時保存し、プリンタ20に同期させて画像データを出力する。   The parallel-serial / serial-parallel conversion 1224 decomposes the image data transferred from the image bus 2008 or arranges the image data in order, and converts the image data into a data width that can be stored in the print buffer 1225. The print buffer 1225 temporarily stores the image data sent from the image bus 2008 and outputs the image data in synchronization with the printer 20.

画像スキャン時の処理手順を以下に示す。スキャナ10から送られてくる画像データをスキャナ10から送られてくるタイミング信号に同期させて、スキャンバッファ1222に保存する。   The processing procedure at the time of image scanning is shown below. The image data sent from the scanner 10 is stored in the scan buffer 1222 in synchronization with the timing signal sent from the scanner 10.

そして、画像バス2008がPCIバスの場合には、バッファ内に画像データが32ビット以上入ったときに、画像データを先入れ先出しで32ビット分、バッファからシリアルパラレル・パラレルシリアル変換1223に送り、32ビットの画像データに変換し、画像バスI/Fコントローラ1221を通して画像バス2008上に転送する。   When the image bus 2008 is a PCI bus, when the image data is 32 bits or more in the buffer, the image data is sent from the buffer to the serial-parallel / parallel-serial conversion 1223 by 32 bits in a first-in first-out manner. Is transferred to the image bus 2008 through the image bus I / F controller 1221.

また、画像バス2008がIEEE1394の場合には、バッファ内の画像データを先入れ先出しで、バッファからシリアルパラレル・パラレルシリアル変換1223に送り、シリアル画像データに変換し、画像バスI/Fコントローラ1221を通して画像バス2008上に転送する。   When the image bus 2008 is IEEE1394, the image data in the buffer is first-in-first-out, sent from the buffer to the serial-parallel / parallel-serial conversion 1223, converted into serial image data, and then converted into serial image data through the image bus I / F controller 1221 Transfer on 2008.

画像プリント時の処理手順を以下に示す。画像バス2008がPCIバスの場合には、画像バスから送られてくる32ビットの画像データを画像バスI/Fコントローラで受け取り、パラレルシリアル・シリアルパラレル変換1224に送り、プリンタ20の入力データビット数の画像データに分解し、プリントバッファ1225に保存する。   The processing procedure at the time of image printing is shown below. When the image bus 2008 is a PCI bus, 32-bit image data sent from the image bus is received by the image bus I / F controller, sent to the parallel serial-serial parallel conversion 1224, and the number of input data bits of the printer 20 Are stored in the print buffer 1225.

また、画像バス2008がIEEE1394の場合には、画像バスからおくられてくるシリアル画像データを画像バスI/Fコントローラで受け取り、パラレルシリアル・シリアルパラレル変換1224に送り、プリンタ20の入力データビット数の画像データに変換し、プリントバッファ1225に保存する。そして、プリンタ20から送られてくるタイミング信号に同期させて、バッファ内の画像データを先入れ先出しで、プリンタ20に送る。   When the image bus 2008 is IEEE1394, serial image data sent from the image bus is received by the image bus I / F controller, sent to the parallel serial / serial parallel conversion 1224, and the number of input data bits of the printer 20. The image data is converted and stored in the print buffer 1225. Then, in synchronization with the timing signal sent from the printer 20, the image data in the buffer is sent to the printer 20 in a first-in first-out manner.

<操作部>
図12は、図4に示した操作部140の構成を説明する平面図であり、デジタル複合機の操作部の例に対応する。
<Operation unit>
FIG. 12 is a plan view illustrating the configuration of the operation unit 140 illustrated in FIG. 4 and corresponds to an example of the operation unit of the digital multifunction peripheral.

図12において、液晶操作パネル2300は液晶にタッチパネルを組み合わせたものであり、設定内容の表示、ソフトキーの表示等がなされるものである。スタートキー2302はコピー動作等を開始指示するためのハードキーであり、内部に緑色および赤色のLEDが組み込まれており、スタート可能のときに緑色、スタート不可のときに赤色のLEDが点灯する。   In FIG. 12, a liquid crystal operation panel 2300 is a combination of a liquid crystal and a touch panel, and displays setting contents, soft keys, and the like. A start key 2302 is a hard key for instructing the start of a copy operation or the like, and has green and red LEDs incorporated therein. The green LED lights when the start is possible and the red LED lights when the start is impossible.

ストップキー2303は動作を停止させるときに使用するハードキーである。ハードキー群2306には、テンキー、クリアキー2305、リセットキー2304、ガイドキー、ユーザーモードキーが設けられている。   A stop key 2303 is a hard key used for stopping the operation. The hard key group 2306 is provided with a numeric keypad, a clear key 2305, a reset key 2304, a guide key, and a user mode key.

<コピー動作モード時の液晶パネル表示>
図13は、図12に示した液晶操作パネル2301に表示される標準画面(通常のコピー画面)の一例を示す図である。
<LCD panel display in copy operation mode>
FIG. 13 is a diagram showing an example of a standard screen (normal copy screen) displayed on the liquid crystal operation panel 2301 shown in FIG.

図13において、設定表示部411には、デジタル複合機の現在の動作状況、設定されている倍率、用紙、部数を表示する部分である。倍率ソフトキー群412には、複写時の倍率に関するソフトキーである等倍、拡大、縮小、ズームキーが設けられる。等倍キーは複写倍率を100%にする際に押す。   In FIG. 13, the setting display unit 411 is a part that displays the current operation status of the digital multifunction peripheral, the set magnification, the paper, and the number of copies. The magnification soft key group 412 is provided with the same magnification, enlargement, reduction, and zoom keys that are soft keys relating to the magnification at the time of copying. The same size key is pressed to set the copy magnification to 100%.

縮小キー、拡大キーは、定形の縮小、拡大を行う際に押す。ズームキーは、1%刻みで非定形の縮小、拡大を行う際に押す。ソータキー414は、出力用紙の処理方法を指定するときに使用する。両面キー415は、原稿または出力方法に、両面印刷が係る場合に使用する。用紙選択キー416は、出力用紙のサイズ、色、マテリアル等を指定するための画面に遷移するときに使用する。濃度指定キー群417は、読み取りまたは出力画像の濃度を調整し、設定内容を表示する部分である。応用モードキー418は、応用モード画面に移るときに使用する。   The reduction key and the enlargement key are pressed when performing standard reduction or enlargement. The zoom key is pressed to reduce or enlarge an irregular size in 1% increments. The sorter key 414 is used when designating a processing method of output paper. A double-sided key 415 is used when double-sided printing is applied to an original or an output method. A paper selection key 416 is used when transitioning to a screen for designating the size, color, material, etc. of the output paper. The density designation key group 417 is a part for adjusting the density of the read or output image and displaying the setting contents. The application mode key 418 is used to move to the application mode screen.

<機器構成を示す図>
図14は、本発明に係る画像形成装置を適用するネットワークシステムの一例を示すブロック図であり、例えば2台の画像形成装置がネットワークを介して通信可能な例である。
<Figure showing equipment configuration>
FIG. 14 is a block diagram showing an example of a network system to which the image forming apparatus according to the present invention is applied. For example, two image forming apparatuses can communicate with each other via a network.

図14において、1401、1402は画像形成装置であり、ICカード等のリムーバブルメディア1209に読み書き可能なインタフェースを有している。この例ではICカードには、暗号化データの所在を示す画像形成装置1401のIPアドレス「111.222.111.5」とシリアルNO「1234」、暗号化を施したアルゴリズム「トリプルDES」等の情報が図示しないカードデバイスを介して格納されている。   In FIG. 14, reference numerals 1401 and 1402 denote image forming apparatuses, which have interfaces capable of reading and writing to a removable medium 1209 such as an IC card. In this example, the IC card has an IP address “111.222.1111.5” and serial number “1234” of the image forming apparatus 1401 indicating the location of the encrypted data, an encrypted algorithm “Triple DES”, and the like. Information is stored via a card device (not shown).

また、各画像形成装置間はネットワークで接続されており、画像形成装置1402でリムーバブルメディア1209より読み込まれた情報により画像形成装置1401からデータを受信し、画像形成装置1402より出力を行う。もちろん、スタンドアロンの構成でも同様の動作が可能である。   The image forming apparatuses are connected to each other via a network. The image forming apparatus 1402 receives data from the image forming apparatus 1401 based on information read from the removable medium 1209 and outputs the data from the image forming apparatus 1402. Of course, the same operation is possible even in a stand-alone configuration.

なお、画像形成装置1401、1402には、図1に示した構成を備えるリコンフィギュラブルデバイス1と同等の機能を備えるリコンフィギュラブルデバイス1401−1、1402−1を備えている。1401−2、1402−2はメモリである。   Note that the image forming apparatuses 1401 and 1402 include reconfigurable devices 1401-1 and 1402-1 having the same functions as the reconfigurable device 1 having the configuration illustrated in FIG. Reference numerals 1401-2 and 1402-2 denote memories.

<暗号化処理例>
図15は、本発明に係る画像形成装置における第1のデータ処理手順の一例を示すフローチャートであり、画像形成装置における暗号化処理手順に対応する。なお、S1501〜S1510は各ステップを示す。なお、各ステップは、図4に示したROM1203、ハードディスク1204に記憶される制御プログラムをRAM1202にロードして実行することで実現される。
<Example of encryption processing>
FIG. 15 is a flowchart showing an example of a first data processing procedure in the image forming apparatus according to the present invention, and corresponds to the encryption processing procedure in the image forming apparatus. S1501 to S1510 indicate steps. Each step is realized by loading a control program stored in the ROM 1203 and the hard disk 1204 shown in FIG.

また、本処理前に、ユーザは、画像形成装置1402のリムーバブルメディアインタフェース1208にリムーバブルメディア1209を取り付けるものとする。   Further, it is assumed that the user attaches the removable media 1209 to the removable media interface 1208 of the image forming apparatus 1402 before this processing.

先ず、ステップS1501で、操作部140に表示された暗号化方式を選択し、施す暗号化方式を決定する。次に、ステップS1502で、操作部140のスタートボタンを押下することにより、スキャナ10によりスキャン動作が開始される。   First, in step S1501, the encryption method displayed on the operation unit 140 is selected, and the encryption method to be applied is determined. Next, in step S1502, the scanner 10 starts a scanning operation by pressing the start button of the operation unit 140.

次に、ステップ1503で、リムーバブルメディア1209よりリコンフィギャラブルデバイスを構成する暗号化回路の暗号化アルゴリズム情報をリコンフィギャラブルデバイス1402−1が読み込む。そして、ステップS1504で、読み込まれた暗号化アルゴリズム情報に基づき、例えば図1に示したリコンフィギャラブルユニット3に対してプロセッサ部4が暗号化回路を構成する。   Next, in step 1503, the reconfigurable device 1402-1 reads the encryption algorithm information of the encryption circuit constituting the reconfigurable device from the removable medium 1209. In step S1504, based on the read encryption algorithm information, for example, the processor unit 4 configures an encryption circuit for the reconfigurable unit 3 shown in FIG.

次に、ステップS1505で、原稿をスキャナ10で読み取り、ステップS1506で暗号キーを生成する。そして、電子化されたデータをステップS1504で、構成された暗号化回路に対してデータと暗号化キーを入力し、ステップS1507で暗号化処理を施す。そして、暗号化を施された暗号化データは、ステップS1508で、メモリ1402−2に記憶する。   In step S1505, the original is read by the scanner 10, and an encryption key is generated in step S1506. In step S1504, the data and the encryption key are input to the configured encryption circuit, and encryption processing is performed in step S1507. The encrypted data that has been encrypted is stored in the memory 1402-2 in step S1508.

次に、スッテップS1509で、リコンフィギャラブルユニット3に構成していた暗号化回路をプロセッサ部4が消去し、ステップS1501で、リムーバブルメディア1403に暗号化キーを含む暗号データ化情報を記録する。   In step S1509, the processor unit 4 erases the encryption circuit configured in the reconfigurable unit 3, and in step S1501, the encrypted data including the encryption key is recorded in the removable medium 1403.

なお、ここで、暗号化データ情報とは、暗号化データを保存した、機器のシリアルNO、IPアドレス、タイムスタンプ、施した暗号化アルゴリズム情報、暗号化キー等で構成される。この暗号化データ情報はデータの復元時に必要なものであり、データを一意に特定するために必要な情報であれば、この例に限るものではない。   Here, the encrypted data information is composed of the serial number, the IP address, the time stamp, the applied encryption algorithm information, the encryption key, and the like of the device that stores the encrypted data. This encrypted data information is necessary at the time of data restoration, and is not limited to this example as long as it is information necessary to uniquely identify data.

これにより、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずに済み、コスト設計面でも有効となる。   This eliminates the need for dedicated hardware corresponding to each of a large number of image compression techniques and encryption techniques, and is effective in terms of cost design.

<復号化処理例>
図16は、本発明に係る画像形成装置における第2のデータ処理手順の一例を示すフローチャートであり、画像形成装置における復号化処理とプリント処理手順に対応する。なお、S1601〜S1614は各ステップを示す。なお、各ステップは、図4に示したROM1203、ハードディスク1204に記憶される制御プログラムをRAM1202にロードして実行することで実現される。
<Example of decryption processing>
FIG. 16 is a flowchart showing an example of a second data processing procedure in the image forming apparatus according to the present invention, and corresponds to the decoding process and the printing process procedure in the image forming apparatus. S1601 to S1614 indicate each step. Each step is realized by loading a control program stored in the ROM 1203 and the hard disk 1204 shown in FIG.

なお、ユーザは画像形成装置1402が備えるリムーバブルメディアインタフェース1208にリムーバブルメディア1209を取り付ける。   Note that the user attaches the removable media 1209 to the removable media interface 1208 provided in the image forming apparatus 1402.

先ず、ステップS1601で、暗号化時に記録された暗号化データ情報をリムーバブルメディア1209から読み込み、操作部140にデータの一覧を表示するために使用する。   First, in step S1601, the encrypted data information recorded at the time of encryption is read from the removable medium 1209 and used to display a list of data on the operation unit 140.

なお、暗号化データ情報には、暗号化アルゴリズムと、暗号化キーを含むものとする。   The encrypted data information includes an encryption algorithm and an encryption key.

そして、ステップS1602において、操作部140により、画像形成装置1402を使用するために設定された、ユーザID、パスワードを入力する。次に、ステップS1603で、ステップS1602で入力されるユーザID、パスワードが一致しているかどうかを判断して、一致していると判定された場合は、ステップS1601で読み込まれた暗号化データ情報を元に該当する機器にアクセスしてデータを参照する(S1604)。   In step S1602, the operation unit 140 inputs a user ID and a password set to use the image forming apparatus 1402. Next, in step S1603, it is determined whether the user ID and password input in step S1602 match. If it is determined that they match, the encrypted data information read in step S1601 is stored. The device corresponding to the original is accessed to refer to the data (S1604).

次に、ステップS1605で、データの記録された日時を示すタイムスタンプが一致するか、さらにステップS1606で、暗号化を施したアルゴリズムが一致するかどうかのチェックをCPU1201が行う。   Next, in step S1605, the CPU 1201 checks whether or not the time stamps indicating the date and time when the data is recorded match, and in step S1606, whether or not the encrypted algorithms match.

そして、タイムスタンプ、暗号化アルゴリズムが一致しないと判断した場合は、ステップS1614に進み、不正にアクセスが行われたものとみなし、リムーバブルメディア1209を使用不可能な状態(無効状態)にして(例えば、リムーバブルメディアの情報を消去する)、本処理を終了する。   If it is determined that the time stamp and the encryption algorithm do not match, the process proceeds to step S1614, where it is assumed that access has been made illegally, and the removable medium 1209 is made unusable (invalid) (for example, , Delete the information of the removable media), and the process ends.

一方、ステップS1605、S1606でともにYESと判定された場合、すなわち、タイムスタンプ、アルゴリズムが一致していると判断した場合は、ステップS1607において、操作部140に出力可能なデータ一覧をCPU1201の制御で表示する。   On the other hand, if YES is determined in both steps S1605 and S1606, that is, if it is determined that the time stamp and the algorithm match, a list of data that can be output to the operation unit 140 is controlled by the CPU 1201 in step S1607. indicate.

そして、ユーザは、ステップS1608で、操作部140に表示された出力可能なデータ一覧より出力すべきデータを選択する。   In step S1608, the user selects data to be output from the list of data that can be output displayed on the operation unit 140.

次に、選択されたデータの暗号化データ情報に基づきリムーバブルメディア1209より暗号化回路構成情報を読み込み、ステップS1610で、リコンフィギャラブルデバイス1270上のリコンフィギャラブル3にプロセッサ部4が復号化回路を構成する。   Next, the encryption circuit configuration information is read from the removable medium 1209 based on the encrypted data information of the selected data. In step S1610, the processor unit 4 adds a decryption circuit to the reconfigurable 3 on the reconfigurable device 1270. Constitute.

次に、ステップS1611で、ステップS1610で構成された復号化回路に暗号化データを入力し、復号化処理を行い、ステップS1612で、ステップS1610で、リコンフィギャラブルデバイス1270上のリコンフィギャラブル3に構成している復号化回路をプロセッサ部4が消去し、ステップS1613で、復号化された画像データをCPU1201の制御でプリンタ20に転送して、プリントアウトを行い、本処理を終了する。   Next, in step S1611, the encrypted data is input to the decryption circuit configured in step S1610, and decryption processing is performed. The processor unit 4 erases the decoding circuit configured, and in step S1613, the decoded image data is transferred to the printer 20 under the control of the CPU 1201, printed out, and the process ends.

なお、復号化された画像データをそのまま印刷するか、リムーバブルメディア1209に記憶されている画像処理モードあるいは、操作部140から指定された画像処理モードに基づいてプリンタ画像処理部1290が画像処理を施してからプリントアウトするか否かを任意である。   The decoded image data is printed as it is, or the printer image processing unit 1290 performs image processing based on the image processing mode stored in the removable medium 1209 or the image processing mode designated from the operation unit 140. Whether or not to print out after that is arbitrary.

また、上記画像処理モードは、画像形成装置1402が備える画像処理モードであれば、なんでもよい。   The image processing mode may be any image processing mode provided in the image forming apparatus 1402.

これにより、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずに済み、コスト設計面でも有効となる。   This eliminates the need for dedicated hardware corresponding to each of a large number of image compression techniques and encryption techniques, and is effective in terms of cost design.

<リムーバブルメディアの説明>
図17は、図4に示したリムーバブルメディア1209の構成を説明するブロック図である。
<Description of removable media>
FIG. 17 is a block diagram for explaining the configuration of the removable medium 1209 shown in FIG.

図17において、リムーバブルメディア1209は、データを記録する記録部1702と、画像形成装置のリムーバブルメディアインタフェース1208と接続されるインタフェース部1703を備える。   In FIG. 17, the removable medium 1209 includes a recording unit 1702 for recording data and an interface unit 1703 connected to a removable media interface 1208 of the image forming apparatus.

なお、本発明において、リムーバブルメディアの種別は、CD−ROM、フラッシュメモリ、磁気記憶デバイス、USBフラッシュメモリ等その種類は限定するものではない。   In the present invention, the type of the removable medium is not limited to a CD-ROM, flash memory, magnetic storage device, USB flash memory, or the like.

<リムーバブルメディアに記録する情報の説明>
図18は、図17に示した記録部1702のデータ構造を説明する図であり、例えば読み書き可能なリムーバブルメディアに記録する情報の一例に対応する。
<Description of information recorded on removable media>
FIG. 18 is a diagram for explaining the data structure of the recording unit 1702 shown in FIG. 17 and corresponds to an example of information recorded on a readable / writable removable medium, for example.

図18において、1800はメディア上の記録領域を示している。情報の種類としては、扱うデータのファイル名1801とデータが格納されているプリンタのIPアドレス1802、データが記録された日時1803、個人を特定する為のユーザID1804、暗号化アルゴリズム1805、暗号化キー1806、パスワード1807等があり、本発明の画像形成装置が複数ネットワークで接続された環境において、データを一意に特定するための情報とデータの復号化するための情報、ユーザ認証を行う為に必要な情報であればこの例にかぎるものではない。   In FIG. 18, reference numeral 1800 denotes a recording area on the medium. The types of information include the file name 1801 of the data to be handled, the IP address 1802 of the printer in which the data is stored, the date and time 1803 when the data was recorded, the user ID 1804 for identifying the individual, the encryption algorithm 1805, the encryption key 1806, password 1807, etc., necessary for performing user authentication, information for uniquely identifying data, information for decrypting data, in an environment where the image forming apparatus of the present invention is connected by a plurality of networks This information is not limited to this example.

<ファイル結合保存の説明>
図19は、本発明に係る画像形成装置におけるファイル結合処理例を説明する概略図である。
<Explanation of file combination save>
FIG. 19 is a schematic diagram for explaining an example of file combination processing in the image forming apparatus according to the present invention.

図19において、1901は暗号化データを格納するハードディスクである。1902は図示しないホストコンピュータより受信した、所定のプリント記述言語をビットマップイメージに展開されたファイルである。   In FIG. 19, reference numeral 1901 denotes a hard disk for storing encrypted data. Reference numeral 1902 denotes a file which is received from a host computer (not shown) and developed into a bitmap image of a predetermined print description language.

1903はFAX回線により受信したビットマップデータよりなるファイルである。1904はスキャナより光学的によみとられ電子データに変換されたビットマップデータよりなるファイルである。これら個別のファイルを1つのファイル1903として結合し再びハードディスク1901に保存を行うというものである。本発明の画像形成装置において、このファイル結合機能においてこれら1902〜1904のファイルは個別に、各種アルゴリズムにより暗号化が施されていている。   Reference numeral 1903 denotes a file composed of bitmap data received via a FAX line. Reference numeral 1904 denotes a file composed of bitmap data which is optically read by the scanner and converted into electronic data. These individual files are combined as one file 1903 and stored again on the hard disk 1901. In the image forming apparatus of the present invention, in the file combination function, the files 1902-1904 are individually encrypted by various algorithms.

これにより、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずにすむことからコスト設計面でも有効となる。   This eliminates the need for dedicated hardware corresponding to each of a large number of image compression techniques and encryption techniques, which is also effective in terms of cost design.

〔第2実施形態〕
上記第1実施形態では、暗号化されているアルゴリズムに対応すべくリコンフィギャラブルデバイス1270上のリコンフィギャラブル3に構成している復号化回路を変更して、メディアに記憶されている画像データの復号化を切り替える場合について説明したが、画像形成装置で扱うデータであって、例えばHDD1204に記憶される属性の異なるデータ(例えば暗号化されているPDLデータ、FAX送受信データ、スキャンデータ)に施されている暗号化データをリコンフィギャラブルデバイス1270のプロセッサ部3が制御して、1つのデータに結合処理できるように構成してもよい。以下、その実施形態について説明する。
[Second Embodiment]
In the first embodiment, the decryption circuit configured in the reconfigurable device 1270 on the reconfigurable device 1270 is changed to correspond to the encrypted algorithm, and the image data stored in the medium is changed. Although the case of switching the decryption has been described, it is applied to data handled by the image forming apparatus and having different attributes (for example, encrypted PDL data, FAX transmission / reception data, scan data) stored in the HDD 1204, for example. The encrypted data may be configured to be controlled by the processor unit 3 of the reconfigurable device 1270 to be combined into one data. The embodiment will be described below.

<ファイル結合保存時のデータ処理例>
図20は、本発明に係る画像形成装置における第3のデータ処理手順の一例を示すフローチャートであり、画像形成装置における復号化処理とプリント処理手順に対応する。なお、S2001〜S2011は各ステップを示す。なお、各ステップは、図4に示したROM1203、ハードディスク1204に記憶される制御プログラムをRAM1202にロードして実行することで実現される。
<Example of data processing when saving a file>
FIG. 20 is a flowchart showing an example of a third data processing procedure in the image forming apparatus according to the present invention, and corresponds to the decoding process and the printing process procedure in the image forming apparatus. In addition, S2001-S2011 show each step. Each step is realized by loading a control program stored in the ROM 1203 and the hard disk 1204 shown in FIG.

本実施形態における画像形成装置には、スキャン、プリント、FAX等のデータが混在してハードディスク1901に記録されている。この各々のファイルを結合して再びハードディスク1901に保存する機能を有する。それぞれは異なるアルゴリズムで暗号化が施されるため、結合時に随時データの復号化、復号化回路を切り替えるようにリコンフィギャラブルデバイス1270のプロセッサ部3が制御する。   In the image forming apparatus according to the present exemplary embodiment, data such as scan, print, and fax are mixedly recorded on the hard disk 1901. Each of these files is combined and stored in the hard disk 1901 again. Since each of them is encrypted with a different algorithm, the processor unit 3 of the reconfigurable device 1270 controls to switch data decryption and decryption circuits at any time during combination.

まず、ステップS2001で、図示しないがすでに図18に示したステップS1601〜S1606までのフローと同様の動作がなされているものとする。   First, in step S2001, although not shown, it is assumed that operations similar to those in steps S1601 to S1606 shown in FIG. 18 have already been performed.

そして、ステップS2001で、操作部140に選択可能なデータ一覧を表示する。そして、ステップS2002で、結合するデータと結合順序を操作部140より指定する。次に、ステップS2003で、暗号化データを読み出し、ステップS2004で、暗号化データに対応した復号化回路をリコンフィギャラブルデバイス1270のリコンフィギャラブルユニット3上に構成し、ステップS2005で、プロセッサ部が復号化処理を施す。   In step S2001, a selectable data list is displayed on the operation unit 140. In step S2002, the operation unit 140 designates data to be combined and a combining order. Next, in step S2003, the encrypted data is read, and in step S2004, a decryption circuit corresponding to the encrypted data is configured on the reconfigurable unit 3 of the reconfigurable device 1270. In step S2005, the processor unit Decryption processing is performed.

次に、ステップS2006で、選択したすべての復号化処理が終了したか否かをCPU1201が判断し、終了するまで、選択されているデータ種別毎に対応する復号化回路を切り替え復号化を施す処理を繰り返す。   Next, in step S2006, the CPU 1201 determines whether or not all the selected decoding processes have been completed, and performs a process of switching the decoding circuit corresponding to each selected data type until decoding is completed. repeat.

そして、ステップS2006で、すべての復号化処理が終了していると判断した場合、ステップS2007で、復号化されたそれぞれのファイルをCPU1201の制御でRAM1202上で結合処理し、ステップS2008で、リコンフィギャラブルデバイス1270のリコンフィギャラブルユニット3上に暗号化回路を構成し、ステップS2009で、プロセッサ部4がリコンフィギャラブルユニット3を介して暗号化処理を施し、暗号化処理終了後、ステップS2010で、リコンフィギャラブルユニット3上に暗号化回路をプロセッサ部4で消去する。次に、ステップS2011で、暗号化データをハードディスク1901に保存して、処理を終了する。   If it is determined in step S2006 that all the decryption processes have been completed, the decrypted files are combined on the RAM 1202 under the control of the CPU 1201 in step S2007, and the reconfiguration is performed in step S2008. An encryption circuit is configured on the reconfigurable unit 3 of the reconfigurable device 1270. In step S2009, the processor unit 4 performs an encryption process via the reconfigurable unit 3, and after the encryption process ends, in step S2010, The encryption circuit is deleted from the reconfigurable unit 3 by the processor unit 4. Next, in step S2011, the encrypted data is stored in the hard disk 1901, and the process ends.

これにより、ファイル結合時においても単一ジョブ単位で異なる暗号化方式を随時切り替えられるのでパフォーマンスを落とさずに処理が行える。さらに、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずにすむことからコスト設計面でも有効となる。   As a result, even when combining files, different encryption methods can be switched as needed for each single job, so that processing can be performed without degrading performance. Furthermore, since there are many image compression techniques and encryption techniques, it is not necessary to have dedicated hardware corresponding to each of them, which is effective in terms of cost design.

〔第3実施形態〕
なお、上記第2実施形態では、種別の異なる暗号化データを1まとめにする際に、本発明を適用する場合について説明したが、例えばデータ処理装置から受信するプリントジョブ中で、複数のページからなるプリントデータが、複数にページ毎に分割されて転送される場合に、異なる暗号化処理で暗号化されているデータを、画像形成装置側で1連の印刷データに復号化する場合にも本発明を適用することができる。
[Third Embodiment]
In the second embodiment, the case where the present invention is applied to a group of encrypted data of different types has been described. However, for example, from a plurality of pages in a print job received from a data processing apparatus. When the print data to be transferred is divided into a plurality of pages and transferred, the data encrypted by different encryption processing is decrypted into a series of print data on the image forming apparatus side. The invention can be applied.

〔第4実施形態〕
以下、図21に示すメモリマップを参照して本発明に係る画像形成装置で読み取り可能なデータ処理プログラムの構成について説明する。
[Fourth Embodiment]
The configuration of a data processing program that can be read by the image forming apparatus according to the present invention will be described below with reference to the memory map shown in FIG.

図21は、本発明に係る画像形成装置で読み取り可能な各種データ処理プログラムを格納する記憶媒体のメモリマップを説明する図である。   FIG. 21 is a diagram illustrating a memory map of a storage medium that stores various data processing programs that can be read by the image forming apparatus according to the present invention.

なお、特に図示しないが、記憶媒体に記憶されるプログラム群を管理する情報、例えばバージョン情報,作成者等も記憶され、かつ、プログラム読み出し側のOS等に依存する情報、例えばプログラムを識別表示するアイコン等も記憶される場合もある。   Although not particularly illustrated, information for managing a program group stored in the storage medium, for example, version information, creator, etc. is also stored, and information depending on the OS on the program reading side, for example, a program is identified and displayed. Icons may also be stored.

さらに、各種プログラムに従属するデータも上記ディレクトリに管理されている。また、各種プログラムをコンピュータにインストールするためのプログラムや、インストールするプログラムが圧縮されている場合に、解凍するプログラム等も記憶される場合もある。   Further, data depending on various programs is also managed in the directory. In addition, a program for installing various programs in the computer, and a program for decompressing when the program to be installed is compressed may be stored.

本実施形態における図15、図16、図20に示す機能が外部からインストールされるプログラムによって、ホストコンピュータにより遂行されていてもよい。そして、その場合、CD−ROMやフラッシュメモリやFD等の記憶媒体により、あるいはネットワークを介して外部の記憶媒体から、プログラムを含む情報群を出力装置に供給される場合でも本発明は適用されるものである。   The functions shown in FIGS. 15, 16, and 20 in the present embodiment may be performed by a host computer by a program installed from the outside. In this case, the present invention is applied even when an information group including a program is supplied to the output device from a storage medium such as a CD-ROM, a flash memory, or an FD, or from an external storage medium via a network. Is.

以上のように、前述した実施形態の機能を実現するソフトウエアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, a storage medium storing software program codes for realizing the functions of the above-described embodiments is supplied to the system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium in the storage medium. It goes without saying that the object of the present invention can also be achieved by reading and executing the programmed program code.

この場合、記憶媒体から読み出されたプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the novel function of the present invention, and the storage medium storing the program code constitutes the present invention.

従って、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等、プログラムの形態を問わない。   Therefore, as long as it has the function of the program, the form of the program such as an object code, a program executed by an interpreter, or script data supplied to the OS is not limited.

プログラムを供給するための記憶媒体としては、例えばフレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RW、磁気テープ、不揮発性のメモリカード、ROM、DVDなどを用いることができる。   As a storage medium for supplying the program, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, CD-RW, magnetic tape, nonvolatile memory card, ROM, DVD, etc. Can be used.

この場合、記憶媒体から読出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続し、該ホームページから本発明のコンピュータプログラムそのもの、もしくは、圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバやftpサーバ等も本発明の請求項に含まれるものである。   As another program supply method, a browser of a client computer is used to connect to a homepage on the Internet, and the computer program itself of the present invention or a compressed file including an automatic installation function is stored on a recording medium such as a hard disk from the homepage. It can also be supplied by downloading. It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server, an ftp server, and the like that allow a plurality of users to download a program file for realizing the functional processing of the present invention on a computer are also included in the claims of the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせ、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. It is also possible to execute the encrypted program by using the key information and install the program on a computer.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) or the like running on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the case where the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

本発明は上記実施形態に限定されるものではなく、本発明の趣旨に基づき種々の変形(各実施形態の有機的な組合せを含む)が可能であり、それらを本発明の範囲から排除するものではない。   The present invention is not limited to the above embodiments, and various modifications (including organic combinations of the embodiments) are possible based on the spirit of the present invention, and these are excluded from the scope of the present invention. is not.

本発明の様々な例と実施形態を示して説明したが、当業者であれば、本発明の趣旨と範囲は、本明細書内の特定の説明に限定されるのではなく、以下の実施態様も含まれることはいうまでもない。以下、その実施態様1〜14について説明する。   Although various examples and embodiments of the present invention have been shown and described, those skilled in the art will recognize that the spirit and scope of the present invention are not limited to the specific descriptions in the present specification, but the following embodiments. Needless to say, is also included. Hereinafter, Embodiments 1 to 14 will be described.

〔実施態様1〕
電子データを記憶する記憶手段(例えば図4に示すHDD1204)を備える画像形成装置であって、前記電子データを暗号化するための暗号化回路形成情報または暗号化された暗号化データを復号化するための復号化回路形成情報を読み込む回路情報読込み手段と、前記回路情報読込み手段により読み取られる暗号化回路形成情報または復号化回路形成情報に基づいて、任意の暗号化アルゴリズムで前記電子データを暗号化処理する第1の回路または任意の復号化アルゴリズムで暗号化データを復号化処理する第2の回路を書き換えて形成する回路形成手段(図4に示すリコンフィギャラブルデバイス1270)とを有することを特徴とする画像形成装置。
[Embodiment 1]
An image forming apparatus including storage means (for example, HDD 1204 shown in FIG. 4) for storing electronic data, wherein the encryption circuit forming information for encrypting the electronic data or the encrypted data encrypted is decrypted. Circuit information reading means for reading decryption circuit formation information, and encrypting the electronic data with an arbitrary encryption algorithm based on the encryption circuit formation information or the decryption circuit formation information read by the circuit information reading means Circuit forming means (reconfigurable device 1270 shown in FIG. 4) that rewrites and forms a first circuit to process or a second circuit to decrypt encrypted data with an arbitrary decryption algorithm An image forming apparatus.

これにより、任意の暗号化アルゴリズムで電子データを暗号化処理できるとともに、任意の暗号化アルゴリズムで暗号化されている電子データを任意の復号化アルゴリズムで復号化できる暗複処理環境を自在にカスタマイズすることで、アルゴリズムが異なる暗号化要求あるいは復号化要求に自在に対応できる利便性に優れ、かつ、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずに済み、装置コストを大幅に低下できる。   This makes it possible to freely customize an encryption / decryption processing environment in which electronic data can be encrypted with an arbitrary encryption algorithm and electronic data encrypted with an arbitrary encryption algorithm can be decrypted with an arbitrary decryption algorithm. This makes it easy to respond to encryption requests and decryption requests with different algorithms, and eliminates the need for dedicated hardware for each of the many image compression and encryption technologies. The device cost can be greatly reduced.

また、データのセキュリティを向上させるとともに各種暗号化アルゴリズムに基づく暗号化回路を柔軟に構成することができるので機器によらず暗号化方式の違いを吸収できる。   In addition, data security can be improved and an encryption circuit based on various encryption algorithms can be configured flexibly, so that differences in encryption methods can be absorbed regardless of the device.

〔実施態様2〕
前記暗号化回路形成情報または復号化回路形成情報は、リムーバルメディアから読み取られることを特徴とする実施態様1記載の画像形成装置。
[Embodiment 2]
2. The image forming apparatus according to claim 1, wherein the encryption circuit formation information or the decryption circuit formation information is read from a removable medium.

これにより、機器本体には復号化回路情報を、解読につながる情報をもたないのでHDDが盗難された場合でもデータの復元は困難になり、セキュリティを向上させることができる。   As a result, the device main body does not have the decryption circuit information and the information that leads to the decryption, so that even if the HDD is stolen, it becomes difficult to restore the data, and the security can be improved.

〔実施態様3〕
前記回路形成手段は、形成する第1の回路または第2の回路を無効化処理する無効化手段を有することを特徴とする実施態様1記載の画像形成装置。
[Embodiment 3]
2. The image forming apparatus according to claim 1, wherein the circuit forming unit includes an invalidating unit configured to invalidate a first circuit or a second circuit to be formed.

これにより、1つの回路形成手段で、電子データに対する暗号化要求、復号化要求にも自在に対応でき、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずに済み、装置コストを大幅に低下できる。   As a result, a single circuit forming means can respond freely to an encryption request and a decryption request for electronic data, and does not have dedicated hardware corresponding to each of a large number of image compression techniques and encryption techniques. Therefore, the apparatus cost can be greatly reduced.

〔実施態様4〕
前記回路形成手段は、プルグラマブルロジックデバイス(例えば図1に示すリコンフィギャラブルユニット3)と、プルグラマブルロジックデバイスへの回路形成と無効化処理を制御するプロセッサ(図1に示すプロセッサ部4)とを備えることを特徴とする実施態様1記載の画像形成装置。
[Embodiment 4]
The circuit forming means includes a programmable logic device (for example, the reconfigurable unit 3 shown in FIG. 1) and a processor (processor section 4 shown in FIG. 1) that controls circuit formation and invalidation processing in the programmable logic device. And an image forming apparatus according to the first embodiment.

これにより、1つのプルグラマブルロジックデバイスで、電子データに対する暗号化要求、復号化要求にも自在対応でき、多数の画像圧縮技術、暗号化技術があるなかそれぞれに対応した専用のハードウェアを持たずに済み、装置コストを大幅に低下できる。   As a result, one programmable logic device can flexibly handle requests for encryption and decryption of electronic data, and has dedicated hardware for each of the many image compression and encryption technologies. The cost of the apparatus can be greatly reduced.

〔実施態様5〕
前記プロセッサは、前記リムーバルメディアに記憶される前記暗号化回路形成情報または復号化回路形成情報と前記記憶手段に記憶される識別情報とを照合して第1または第2の回路の形成実行を制御することを特徴とする実施態様4記載の画像形成装置。
[Embodiment 5]
The processor controls the formation and execution of the first or second circuit by collating the encrypted circuit formation information or the decryption circuit formation information stored in the removable medium with the identification information stored in the storage means. An image forming apparatus according to Embodiment 4, wherein:

これにより、機器本体には復号化回路情報を、解読につながる情報をもたないので記憶手段が盗難された場合でもデータの復元は困難になり、かつ、前記リムーバルメディアに記憶される前記暗号化回路形成情報または復号化回路形成情報と前記記憶手段に記憶される識別情報とが一致しない場合は、それぞれの処理が制限されるため、電子データに対するセキュリティ面を向上させることができる。   As a result, the decryption circuit information is not stored in the device body, and it is difficult to restore the data even if the storage means is stolen because the information does not lead to the decryption, and the encryption stored in the removable medium If the circuit formation information or the decryption circuit formation information and the identification information stored in the storage means do not match, the respective processes are restricted, so that the security of electronic data can be improved.

〔実施態様6〕
前記識別情報は、機体シリアルID、IPアドレス、ユーザID、パスワードから構成されることを特徴とする実施態様1〜5のいずれかに記載の画像形成装置。
[Embodiment 6]
The image forming apparatus according to any one of Embodiments 1 to 5, wherein the identification information includes a machine serial ID, an IP address, a user ID, and a password.

これにより、機体シリアルID、IPアドレス、ユーザID、パスワードを照合してそれぞれの処理が制限されるため、電子データに対するセキュリティ面を向上させることができる。   Thereby, the machine serial ID, the IP address, the user ID, and the password are collated and the respective processes are restricted, so that the security of electronic data can be improved.

〔実施態様7〕
前記回路形成手段は、前記記憶手段に記憶される種別の異なる複数の電子データに対して設定されている復号化回路形成情報に基づいて種別の異なる電子データを前記第2の回路で復号化して、それぞれの電子データを連結した後、該連結された単一の電子データに対して前記第1の回路で暗号化可能とすることを特徴とする実施態様1記載の画像形成装置。
[Embodiment 7]
The circuit forming means decodes electronic data of different types by the second circuit based on decoding circuit formation information set for a plurality of electronic data of different types stored in the storage means. 2. The image forming apparatus according to claim 1, wherein after the respective electronic data are concatenated, the concatenated single electronic data can be encrypted by the first circuit.

これにより、ファイル結合時においても単一ジョブ単位異なる暗号化方式を随時切り替えられるのでパフォーマンスを落とさずに処理が行える。   As a result, even when combining files, different encryption methods for each single job can be switched at any time, so that processing can be performed without degrading performance.

〔実施態様8〕
電子データを記憶する記憶手段を備える画像形成装置におけるデータ処理方法であって、前記電子データを暗号化するための暗号化回路形成情報または暗号化された暗号化データを復号化するための復号化回路形成情報を読み込む回路情報読込みステップ(例えば図15に示すステップS1503、または図16に示すステップS1601)と、前記回路情報読込みステップにより読み取られる暗号化回路形成情報または復号化回路形成情報に基づいて、任意の暗号化アルゴリズムで前記電子データを暗号化処理する第1の回路または任意の復号化アルゴリズムで暗号化データを復号化処理する第2の回路を書き換えて形成する回路形成ステップ(例えば図15に示すステップS1504、または図16に示すステップS1610)とを有することを特徴とするデータ処理方法。
[Embodiment 8]
A data processing method in an image forming apparatus provided with a storage means for storing electronic data, the encryption circuit forming information for encrypting the electronic data or the decryption for decrypting the encrypted data Based on the circuit information reading step (for example, step S1503 shown in FIG. 15 or step S1601 shown in FIG. 16) for reading the circuit formation information, and the encrypted circuit formation information or the decryption circuit formation information read by the circuit information read step. A circuit forming step of rewriting and forming a first circuit that encrypts the electronic data with an arbitrary encryption algorithm or a second circuit that decrypts the encrypted data with an arbitrary decryption algorithm (for example, FIG. 15). Step S1504 shown in FIG. 16 or Step S1610 shown in FIG. Data processing method characterized by.

これにより、実施態様1と同等の効果が期待できる。   Thereby, the effect equivalent to Embodiment 1 can be expected.

〔実施態様9〕
前記暗号化回路形成情報または復号化回路形成情報は、リムーバルメディアから読み取られることを特徴とする実施態様8記載のデータ処理方法。
[Embodiment 9]
The data processing method according to claim 8, wherein the encryption circuit formation information or the decryption circuit formation information is read from a removable medium.

これにより、実施態様2と同等の効果が期待できる。   Thereby, the effect equivalent to Embodiment 2 can be expected.

〔実施態様10〕
前記回路形成ステップは、形成する第1の回路または第2の回路を無効化処理する無効化ステップ(例えば図15に示すステップS1509、または図16に示すステップS1612)を有することを特徴とする実施態様8記載の画像形成装置。
[Embodiment 10]
The circuit forming step includes an invalidating step (for example, step S1509 shown in FIG. 15 or step S1612 shown in FIG. 16) for invalidating the first circuit or the second circuit to be formed. The image forming apparatus according to Aspect 8.

これにより、実施態様3と同等の効果が期待できる。   Thereby, the effect equivalent to Embodiment 3 can be expected.

〔実施態様11〕
前記識別情報は、機体シリアルID、IPアドレス、ユーザID、パスワードから構成されることを特徴とする実施態様8〜11のいずれかに記載のデータ処理方法。
[Embodiment 11]
The data processing method according to any one of embodiments 8 to 11, wherein the identification information includes a machine serial ID, an IP address, a user ID, and a password.

これにより、実施態様4と同等の効果が期待できる。   Thereby, an effect equivalent to that of Embodiment 4 can be expected.

〔実施態様12〕
前記回路形成ステップは、前記記憶手段に記憶される種別の異なる複数の電子データに対して設定されている復号化回路形成情報に基づいて種別の異なる電子データを前記第2の回路で復号化して、それぞれの電子データを連結した後(図20に示すステップS2001〜S2007)、該連結された単一の電子データに対して前記第1の回路で暗号化可能とすることを特徴とする実施態様8記載のデータ処理方法。
[Embodiment 12]
The circuit forming step uses the second circuit to decode electronic data of different types based on decoding circuit formation information set for a plurality of electronic data of different types stored in the storage means. After connecting the respective electronic data (steps S2001 to S2007 shown in FIG. 20), the connected single electronic data can be encrypted by the first circuit. 8. The data processing method according to 8.

これにより、実施態様5と同等の効果が期待できる。   Thereby, an effect equivalent to that of Embodiment 5 can be expected.

〔実施態様13〕
実施態様8〜12のいずれかに記載の方法を実行させるためのプログラムを格納したことを特徴とするコンピュータが読み取り可能な記憶媒体。
[Embodiment 13]
A computer-readable storage medium storing a program for executing the method according to any one of Embodiments 8 to 12.

これにより、実施態様8〜12と同等の効果が期待できる。   Thereby, the effect equivalent to Embodiment 8-12 can be anticipated.

〔実施態様14〕
実施態様8〜12のいずれかに記載の方法を実行させることを特徴とするプログラム。
[Embodiment 14]
A program for executing the method according to any one of embodiments 8 to 12.

これにより、実施態様8〜12と同等の効果が期待できる。   Thereby, the effect equivalent to Embodiment 8-12 can be anticipated.

本発明の第1実施形態を暗号処理装置の構成を説明するブロック図である。1 is a block diagram illustrating a configuration of a cryptographic processing apparatus according to a first embodiment of the present invention. 本発明に係る暗号処理装置を適用可能な画像処理装置の外観を示す図である。It is a figure which shows the external appearance of the image processing apparatus which can apply the encryption processing apparatus which concerns on this invention. 図2に示した画像形成装置の構成を説明する断面図である。FIG. 3 is a cross-sectional view illustrating a configuration of the image forming apparatus illustrated in FIG. 2. 図3に示した画像形成装置のコントローラユニットの構成を示す図である。FIG. 4 is a diagram illustrating a configuration of a controller unit of the image forming apparatus illustrated in FIG. 3. 図4に示したスキャナ画像処理部の構成を示すブロック図である。FIG. 5 is a block diagram illustrating a configuration of a scanner image processing unit illustrated in FIG. 4. 図4に示したプリンタ画像処理部の構成を示すブロック図である。FIG. 5 is a block diagram illustrating a configuration of a printer image processing unit illustrated in FIG. 4. 図4に示した画像圧縮部の構成を示すブロック図である。FIG. 5 is a block diagram illustrating a configuration of an image compression unit illustrated in FIG. 4. 図4に示した画像回転部の構成を示すブロック図である。It is a block diagram which shows the structure of the image rotation part shown in FIG. 図4に示した画像回転部による画像回転処理例を説明する図である。It is a figure explaining the example of an image rotation process by the image rotation part shown in FIG. 図4に示した画像回転部による画像回転処理例を説明する図である。It is a figure explaining the example of an image rotation process by the image rotation part shown in FIG. 図4に示したデバイスI/F部の構成を示すブロック図である。FIG. 5 is a block diagram illustrating a configuration of a device I / F unit illustrated in FIG. 4. 図4に示した操作部の構成を説明する平面図である。FIG. 5 is a plan view illustrating a configuration of an operation unit illustrated in FIG. 4. 図12に示した液晶操作パネルに表示される標準画面(通常のコピー画面)の一例を示す図である。It is a figure which shows an example of the standard screen (normal copy screen) displayed on the liquid crystal operation panel shown in FIG. 本発明に係る画像形成装置を適用するネットワークシステムの一例を示すブロック図である。1 is a block diagram illustrating an example of a network system to which an image forming apparatus according to the present invention is applied. 本発明に係る画像形成装置における第1のデータ処理手順の一例を示すフローチャートである。3 is a flowchart illustrating an example of a first data processing procedure in the image forming apparatus according to the present invention. 本発明に係る画像形成装置における第2のデータ処理手順の一例を示すフローチャートである。6 is a flowchart illustrating an example of a second data processing procedure in the image forming apparatus according to the present invention. 図4に示したリムーバブルメディアの構成を説明するブロック図である。FIG. 5 is a block diagram illustrating a configuration of a removable medium illustrated in FIG. 4. 図17に示した記録部のデータ構造を説明する図である。It is a figure explaining the data structure of the recording part shown in FIG. 本発明に係る画像形成装置におけるファイル結合処理例を説明する概略図である。FIG. 6 is a schematic diagram illustrating an example of file combination processing in the image forming apparatus according to the present invention. 本発明に係る画像形成装置における第3のデータ処理手順の一例を示すフローチャートである。12 is a flowchart illustrating an example of a third data processing procedure in the image forming apparatus according to the present invention. 本発明に係る画像形成装置で読み取り可能な各種データ処理プログラムを格納する記憶媒体のメモリマップを説明する図である。It is a figure explaining the memory map of the storage medium which stores the various data processing program which can be read with the image forming apparatus which concerns on this invention.

符号の説明Explanation of symbols

10 スキャナ
20 プリンタ
30 コントローラユニット
1201 CPU
1202 RAM
1203 ROM
1204 HDD
1208 リムーバルメディアインタフェース
1209 リムーバルメディア
1270 リコンフィギャラブルデバイス
10 Scanner 20 Printer 30 Controller unit 1201 CPU
1202 RAM
1203 ROM
1204 HDD
1208 Removable media interface 1209 Removable media 1270 Reconfigurable device

Claims (14)

電子データを記憶する記憶手段を備える画像形成装置であって、
前記電子データを暗号化するための暗号化回路形成情報または暗号化された暗号化データを復号化するための復号化回路形成情報を読み込む回路情報読込み手段と、
前記回路情報読込み手段により読み取られる暗号化回路形成情報または復号化回路形成情報に基づいて、任意の暗号化アルゴリズムで前記電子データを暗号化処理する第1の回路または任意の復号化アルゴリズムで暗号化データを復号化処理する第2の回路を書き換えて形成する回路形成手段と、
を有することを特徴とする画像形成装置。
An image forming apparatus including a storage unit that stores electronic data,
Circuit information reading means for reading encrypted circuit formation information for encrypting the electronic data or decryption circuit formation information for decrypting the encrypted data;
Based on the encryption circuit formation information or the decryption circuit formation information read by the circuit information reading means, the electronic data is encrypted with an arbitrary encryption algorithm using a first circuit or an arbitrary decryption algorithm. Circuit forming means for rewriting and forming a second circuit for decoding data;
An image forming apparatus comprising:
前記暗号化回路形成情報または復号化回路形成情報は、リムーバルメディアから読み取られることを特徴とする請求項1記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the encryption circuit formation information or the decryption circuit formation information is read from a removable medium. 前記回路形成手段は、形成する第1の回路または第2の回路を無効化処理する無効化手段を有することを特徴とする請求項1記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the circuit forming unit includes an invalidating unit configured to invalidate a first circuit or a second circuit to be formed. 前記回路形成手段は、プルグラマブルロジックデバイスと、プルグラマブルロジックデバイスへの回路形成と無効化処理を制御するプロセッサとを備えることを特徴とする請求項1記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the circuit forming unit includes a programmable logic device and a processor that controls circuit formation and invalidation processing in the programmable logic device. 前記プロセッサは、前記リムーバルメディアに記憶される前記暗号化回路形成情報または復号化回路形成情報と前記記憶手段に記憶される識別情報とを照合して第1または第2の回路の形成実行を制御することを特徴とする請求項4記載の画像形成装置。   The processor controls the formation and execution of the first or second circuit by collating the encrypted circuit formation information or the decryption circuit formation information stored in the removable medium with the identification information stored in the storage means. The image forming apparatus according to claim 4. 前記識別情報は、機体シリアルID、IPアドレス、ユーザID、パスワードから構成されることを特徴とする請求項1〜5のいずれかに記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the identification information includes a machine serial ID, an IP address, a user ID, and a password. 前記回路形成手段は、前記記憶手段に記憶される種別の異なる複数の電子データに対して設定されている復号化回路形成情報に基づいて種別の異なる電子データを前記第2の回路で復号化して、それぞれの電子データを連結した後、該連結された単一の電子データに対して前記第1の回路で暗号化可能とすることを特徴とする請求項1記載の画像形成装置。   The circuit forming means decodes electronic data of different types by the second circuit based on decoding circuit formation information set for a plurality of electronic data of different types stored in the storage means. 2. The image forming apparatus according to claim 1, wherein after the respective electronic data are concatenated, the concatenated single electronic data can be encrypted by the first circuit. 電子データを記憶する記憶手段を備える画像形成装置におけるデータ処理方法であって、
前記電子データを暗号化するための暗号化回路形成情報または暗号化された暗号化データを復号化するための復号化回路形成情報を読み込む回路情報読込みステップと、
前記回路情報読込みステップにより読み取られる暗号化回路形成情報または復号化回路形成情報に基づいて、任意の暗号化アルゴリズムで前記電子データを暗号化処理する第1の回路または任意の復号化アルゴリズムで暗号化データを復号化処理する第2の回路を書き換えて形成する回路形成ステップと、
を有することを特徴とするデータ処理方法。
A data processing method in an image forming apparatus comprising a storage means for storing electronic data,
Circuit information reading step for reading encrypted circuit formation information for encrypting the electronic data or decryption circuit formation information for decrypting the encrypted data;
Based on the encryption circuit formation information or the decryption circuit formation information read in the circuit information reading step, the electronic data is encrypted with an arbitrary encryption algorithm by the first circuit or an arbitrary decryption algorithm. A circuit forming step of rewriting and forming a second circuit for decrypting data;
A data processing method characterized by comprising:
前記暗号化回路形成情報または復号化回路形成情報は、リムーバルメディアから読み取られることを特徴とする請求項8記載のデータ処理方法。   9. The data processing method according to claim 8, wherein the encryption circuit formation information or the decryption circuit formation information is read from a removable medium. 前記回路形成ステップは、形成する第1の回路または第2の回路を無効化処理する無効化ステップを有することを特徴とする請求項8記載の画像形成装置。   9. The image forming apparatus according to claim 8, wherein the circuit forming step includes a disabling step of disabling the first circuit or the second circuit to be formed. 前記識別情報は、機体シリアルID、IPアドレス、ユーザID、パスワードから構成されることを特徴とする請求項8〜11のいずれかに記載のデータ処理方法。   The data processing method according to any one of claims 8 to 11, wherein the identification information includes a machine serial ID, an IP address, a user ID, and a password. 前記回路形成ステップは、前記記憶手段に記憶される種別の異なる複数の電子データに対して設定されている復号化回路形成情報に基づいて種別の異なる電子データを前記第2の回路で復号化して、それぞれの電子データを連結した後、該連結された単一の電子データに対して前記第1の回路で暗号化可能とすることを特徴とする請求項8記載のデータ処理方法。   The circuit forming step uses the second circuit to decode electronic data of different types based on decoding circuit formation information set for a plurality of electronic data of different types stored in the storage means. 9. The data processing method according to claim 8, wherein after the respective electronic data are concatenated, the concatenated single electronic data can be encrypted by the first circuit. 請求項8〜12のいずれかに記載のデータ処理方法を実行させるためのプログラムを格納したことを特徴とするコンピュータが読み取り可能な記憶媒体。   A computer-readable storage medium storing a program for executing the data processing method according to claim 8. 請求項8〜12のいずれかに記載のデータ処理方法を実行させることを特徴とするプログラム。   A program for executing the data processing method according to any one of claims 8 to 12.
JP2004366089A 2004-12-17 2004-12-17 Image forming apparatus, data processing method, computer-readable storage medium with program stored thereon, and the program Pending JP2006174246A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004366089A JP2006174246A (en) 2004-12-17 2004-12-17 Image forming apparatus, data processing method, computer-readable storage medium with program stored thereon, and the program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004366089A JP2006174246A (en) 2004-12-17 2004-12-17 Image forming apparatus, data processing method, computer-readable storage medium with program stored thereon, and the program

Publications (1)

Publication Number Publication Date
JP2006174246A true JP2006174246A (en) 2006-06-29

Family

ID=36674494

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004366089A Pending JP2006174246A (en) 2004-12-17 2004-12-17 Image forming apparatus, data processing method, computer-readable storage medium with program stored thereon, and the program

Country Status (1)

Country Link
JP (1) JP2006174246A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008141290A (en) * 2006-11-30 2008-06-19 Sharp Corp System equipment provided with nic and power saving control method for the system equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008141290A (en) * 2006-11-30 2008-06-19 Sharp Corp System equipment provided with nic and power saving control method for the system equipment

Similar Documents

Publication Publication Date Title
JP4443836B2 (en) Digital copier
JP4322885B2 (en) Image forming apparatus and image forming system
US20070019810A1 (en) Data transmitting and receiving system, data processing apparatus and encoding communication method
JP2008003883A (en) Image forming device and image forming system
JP4791741B2 (en) Data processing apparatus and data processing method
JP2006261955A (en) Image formation system, image formation method, information processor and information processing method
JP2009130726A (en) Image reading apparatus, and image forming apparatus
US20110103587A1 (en) Data concealing apparatus, data decryption apparatus and image forming apparatus having data encrypting function
JP2006168261A (en) Image forming apparatus, data processing method, memory medium containing computer readable program, and program
JP2006174246A (en) Image forming apparatus, data processing method, computer-readable storage medium with program stored thereon, and the program
JP2009126033A (en) Printer and combined machine equipped with printer function
JP2006292921A (en) Encryption processor
JP2007196481A (en) Image printer, image printing method, and image printing program
JP6669994B2 (en) Image forming apparatus, image forming method, and image forming program
JP4197169B2 (en) Image forming apparatus
JP2006018398A (en) Print controller and print control method
JP2006243998A (en) Image forming system
JP2007004682A (en) Image processing system, image processing device and image processing method
JP4666892B2 (en) Data processing device
JP2007166387A (en) Printing data file generator and printing device
JP3799298B2 (en) Image processing apparatus, control method therefor, and image processing system
JP2006109271A (en) Image communication device, communication method, program, and recording medium
JPH10276335A (en) Image forming device, method and storage medium
JP2005080099A (en) Image forming device, image processing method therefor and image forming system
JP6651864B2 (en) Image processing apparatus, image forming apparatus, image processing method, and image processing program