JP2021092917A - Printing system, printing device, and printing control method - Google Patents

Printing system, printing device, and printing control method Download PDF

Info

Publication number
JP2021092917A
JP2021092917A JP2019222288A JP2019222288A JP2021092917A JP 2021092917 A JP2021092917 A JP 2021092917A JP 2019222288 A JP2019222288 A JP 2019222288A JP 2019222288 A JP2019222288 A JP 2019222288A JP 2021092917 A JP2021092917 A JP 2021092917A
Authority
JP
Japan
Prior art keywords
encryption
printing
print data
module
processing unit
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.)
Granted
Application number
JP2019222288A
Other languages
Japanese (ja)
Other versions
JP7454936B2 (en
Inventor
粟田 智
Satoshi Awata
智 粟田
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.)
Sharp Corp
Original Assignee
Sharp Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Corp filed Critical Sharp Corp
Priority to JP2019222288A priority Critical patent/JP7454936B2/en
Publication of JP2021092917A publication Critical patent/JP2021092917A/en
Application granted granted Critical
Publication of JP7454936B2 publication Critical patent/JP7454936B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To perform a decryption process on the printing device side without disclosing specifications of an encryption process that is performed by a printer driver.SOLUTION: A system comprises an information processing device (PC) with a printer driver that prepares encrypted print data and a printing device (a multifunction device) that receives and prints the print data. The printing device comprises a decryption module for storing an encryption module that performs an encryption process in a downloadable manner and storing a decryption module that performs a decryption process corresponding to the encryption process, a decryption processing unit for performing the decryption process by using the decryption module, and a print unit for printing the print data decrypted by the decryption processing unit. The printer driver comprises a download processing unit for downloading the encryption module from the printing device, an encryption processing unit for encrypting data by using the downloaded encryption module, and a print data providing unit for preparing the print data that includes the encrypted data at least partly.SELECTED DRAWING: Figure 1

Description

この発明は、印刷システム、印刷装置および印刷制御方法に関し、より詳細には少なくとも一部が暗号化された印刷データを生成し、復号化して印刷する技術に関する。 The present invention relates to a printing system, a printing apparatus, and a printing control method, and more particularly to a technique of generating, decrypting, and printing print data at least partially encrypted.

ユーザーが設定するログイン名やパスワードをプリンタードライバーで受付け、暗号化処理を行い、暗号化されたそれらのデータを印刷データに含めてプリンタードライバーから印刷装置へ送り、印刷を行う技術が知られている。権限を持たない第三者による印刷を防ぐためである。ログイン名やパスワードに対する暗号化処理は、仮に印刷データが第三者に漏れた場合でも、第三者がログイン名やパスワードを知ることがないようにするためのものである。
そのように印刷データの少なくとも一部をプリンタードライバー側で暗号化して印刷装置へ送信し、印刷を行うシステムに関して以下の技術が知られている。
A technique is known in which a printer driver accepts a login name and password set by a user, performs encryption processing, includes the encrypted data in print data, and sends the encrypted data from the printer driver to a printing device for printing. .. This is to prevent printing by an unauthorized third party. The encryption process for the login name and password is to prevent the third party from knowing the login name and password even if the print data is leaked to a third party.
The following techniques are known for a system in which at least a part of print data is encrypted on the printer driver side and transmitted to a printing apparatus to perform printing.

暗号化処理に用いられる暗号化キーの変更方法であって、マスタープリンタがユーザーから新たな暗号化キーの設定を受けると、これをデフォルトの暗号化キーで暗号化した新暗号化キー情報を生成する。そして、ネットワークを検索して見つけた自装置と同一機種のプリンタに新暗号化キー情報を送信する。また、自装置と同一機種のプリンタを特定する装置情報と新たな暗号化キーをサーバー上のプリンタードライバーに通知する。新暗号化キー情報を受信した同一機種のプリンタはこれをデフォルトの暗号化キーで復号化して自装置の暗号化キーを更新する。サーバー上のプリンタードライバーは、新たな暗号化キーを取得し、受信した装置情報が示すプリンタに送信する印刷ジョブの暗号化に使用する暗号化キーを、新たな暗号化キーに変更する(例えば、特許文献1参照)。 This is a method of changing the encryption key used in the encryption process. When the master printer receives a new encryption key from the user, it generates new encryption key information that is encrypted with the default encryption key. To do. Then, the new encryption key information is transmitted to the printer of the same model as the own device found by searching the network. It also notifies the printer driver on the server of the device information that identifies the printer of the same model as the own device and the new encryption key. The printer of the same model that received the new encryption key information decrypts this with the default encryption key and updates the encryption key of its own device. The printer driver on the server obtains a new encryption key and changes the encryption key used to encrypt the print job sent to the printer indicated by the received device information to the new encryption key (for example,). See Patent Document 1).

特開2018−1468号公報Japanese Unexamined Patent Publication No. 2018-1468

例えば、A社でプリンタードライバーを開発し、別のB社で印刷装置を開発するプロジェクトがあったとする。プリンタードライバーが生成する印刷データを印刷装置が印刷できるようにするには、暗号化された印刷データを印刷装置側で復号化処理したうえで印刷する必要がある。印刷装置側で復号化処理を行うためには、A社のプリンタードライバーで使用する暗号化処理の仕様をB社に開示しなければならない。しかし、機密保持の観点から、A社は開示を最小限に留めたいと考えるであろう。 For example, suppose that company A develops a printer driver and another company B develops a printing device. In order for the printing device to be able to print the print data generated by the printer driver, it is necessary for the printing device to perform decryption processing on the encrypted print data before printing. In order to perform the decryption process on the printing device side, the specifications of the encryption process used by the printer driver of the company A must be disclosed to the company B. However, from a confidentiality standpoint, Company A will want to minimize disclosure.

また、一社でプリンタードライバーと印刷装置の両方を開発する場合であっても、例えば印刷装置の機種によって暗号化処理および復号化処理の内容が異なる事態が起こり得る。さらに、たとえ同一機種であっても、暗号化処理および復号化処理の仕様が変更されて互換性がなくなる事態が起こり得る。例えば、セキュリティ強化のために暗号化処理および復号化処理の手法や仕様を変更するといった場合にそのような事態が生じる。
この発明は、以上のような事情を考慮してなされたものであって、プリンタードライバーが行う暗号化処理の仕様を開示しなくても印刷装置側で復号化処理が行え、また、異なる暗号化処理を用いた複数の印刷装置に対して共通のプリンタードライバーが適用できるようにするものである。
Further, even when one company develops both a printer driver and a printing device, for example, a situation may occur in which the contents of the encryption process and the decryption process differ depending on the model of the printing device. Further, even if the models are the same, the specifications of the encryption process and the decryption process may be changed and the compatibility may be lost. For example, such a situation occurs when the method or specification of the encryption process and the decryption process is changed in order to enhance security.
The present invention has been made in consideration of the above circumstances, and the decryption process can be performed on the printing device side without disclosing the specifications of the encryption process performed by the printer driver, and different encryption can be performed. This is intended to enable a common printer driver to be applied to a plurality of printing devices that use processing.

この発明は、少なくとも一部が暗号化された印刷データを準備するプリンタードライバーを有した情報処理装置と、前記印刷データを受信して印刷する印刷装置とを備えるシステムであって、前記印刷装置は、暗号化処理を行う暗号化モジュールをダウンロード可能に格納しかつその暗号化処理に対応した復号化処理を行う復号化モジュールを格納するモジュール格納部と、前記復号化モジュールを用いて復号化処理を行う復号化処理部と、前記復号化処理部により復号化された印刷データを印刷する印刷ユニットとを備え、前記プリンタードライバーは、前記印刷装置から前記暗号化モジュールをダウンロードするダウンロード処理部と、ダウンロードされた暗号化モジュールを用いてデータを暗号化する暗号化処理部と、暗号化されたデータを少なくとも一部に含む印刷データを準備する印刷データ提供部と、を備える印刷システムを提供する。 The present invention is a system including an information processing device having a printer driver that prepares print data that is at least partially encrypted, and a printing device that receives and prints the print data. , A module storage unit that stores an encryption module that performs encryption processing in a downloadable manner and stores a decryption module that performs decryption processing corresponding to the encryption processing, and a decryption process using the decryption module. The printer driver includes a decryption processing unit to perform the decryption processing unit and a printing unit for printing the print data decrypted by the decoding processing unit, and the printer driver has a download processing unit for downloading the encryption module from the printing device and a download processing unit. Provided is a printing system including an encryption processing unit that encrypts data using an encrypted encryption module and a print data providing unit that prepares print data including at least a part of the encrypted data.

また、異なる観点からこの発明は、暗号化処理を行う暗号化モジュールを外部の情報処理装置のプリンタードライバーがダウンロード可能に格納しかつその暗号化処理に対応した復号化処理を行う復号化モジュールを格納するモジュール格納部と、前記暗号化処理がなされたデータを少なくとも一部に含む印刷データを前記プリンタードライバーから受信する通信インターフェース回路と、受信した印刷データについて前記復号化モジュールを用いた復号化処理を行う復号化処理部と、前記復号化処理部により復号化された印刷データを印刷する印刷ユニットと、を備える印刷装置を提供する。 Further, from a different point of view, the present invention stores an encryption module that performs encryption processing so that it can be downloaded by a printer driver of an external information processing device, and stores a decryption module that performs decryption processing corresponding to the encryption processing. A module storage unit, a communication interface circuit that receives print data including at least a part of the encrypted data from the printer driver, and a decryption process using the decryption module for the received print data. Provided is a printing apparatus including a decoding processing unit to perform the decoding processing unit and a printing unit for printing the print data decoded by the decoding processing unit.

さらに、異なる観点からこの発明は、印刷装置の制御部が、ダウンロード可能に格納された暗号化モジュールを、通信可能に接続された情報処理装置のプリンタードライバーへ提供するステップと、前記暗号化モジュールを用いて暗号化処理されたデータを少なくとも一部に含む印刷データを前記プリンタードライバーから受信するステップと、受信した印刷データに対して、復号化モジュールを用いて前記暗号化処理に対応した復号化処理を行うステップと、前記復号化処理で復号化された印刷データを印刷するステップと、を実行する印刷制御方法を提供する。 Further, from a different point of view, the present invention includes a step in which a control unit of a printing device provides a downloadable stored encryption module to a printer driver of a communicably connected information processing device, and the encryption module. A step of receiving print data including at least a part of the data encrypted using the printer driver from the printer driver, and a decryption process corresponding to the encryption process using a decryption module for the received print data. A print control method for executing the step of printing the print data decoded by the decoding process and the step of printing the print data decoded by the decoding process are provided.

この発明による印刷システムにおいて、印刷装置は、暗号化処理を行う暗号化モジュールをダウンロード可能に格納しかつその暗号化処理に対応した復号化処理を行う復号化モジュールを格納するモジュール格納部と、前記復号化モジュールを用いて復号化処理を行う復号化処理部を備え、プリンタードライバーは、印刷装置から暗号化モジュールをダウンロードするダウンロード処理部と、ダウンロードされた暗号化モジュールを用いてデータを暗号化する暗号化処理部と、暗号化されたデータを少なくとも一部に含む印刷データを準備する印刷データ提供部と、を備えるので、プリンタードライバーが実行する暗号化処理の仕様を開示しなくても、ダウンロード可能な暗号化モジュールおよび復号化モジュールを印刷装置側にデータとして提供し格納しておくことで印刷データの暗号化/復号化処理が行えるようになる。また、異なる暗号化/復号化処理を用いる複数の印刷装置に対して共通のプリンタードライバーが適用できるようになる。
この発明による印刷装置および印刷制御方法も、同様の作用効果を奏する。
In the printing system according to the present invention, the printing apparatus includes a module storage unit that stores the encryption module that performs the encryption process in a downloadable manner and stores the decryption module that performs the decryption process corresponding to the encryption process. A decryption processing unit that performs decryption processing using a decryption module is provided, and the printer driver encrypts data using a download processing unit that downloads an encryption module from a printing device and a downloaded encryption module. Since it includes an encryption processing unit and a print data providing unit that prepares print data containing at least a part of the encrypted data, it can be downloaded without disclosing the specifications of the encryption processing executed by the printer driver. By providing and storing possible encryption modules and decryption modules as data on the printing device side, it becomes possible to perform encryption / decryption processing of print data. In addition, a common printer driver can be applied to a plurality of printing devices that use different encryption / decryption processes.
The printing apparatus and the printing control method according to the present invention also have similar effects.

この実施形態による印刷システムの構成例を示すブロック図である。It is a block diagram which shows the structural example of the printing system by this Embodiment. 実施形態に係るプリンタードライバーが提供する、印刷設定ダイアログの一例を示す説明図である。It is explanatory drawing which shows an example of the print setting dialog provided by the printer driver which concerns on embodiment. 図2と同様の印刷設定ダイアログにおいて、認証方式としてログイン名およびパスワードが選択された場合を示す説明図である。It is explanatory drawing which shows the case where the login name and the password are selected as the authentication method in the print setting dialog similar to FIG. 図2と同様の印刷設定ダイアログにおいて、認証方式としてユーザー番号が選択された場合を示す説明図である。It is explanatory drawing which shows the case where the user number is selected as the authentication method in the print setting dialog similar to FIG. 図2と異なる印刷設定ダイアログの例として、メインタブが選択された状態を示す説明図である。As an example of the print setting dialog different from FIG. 2, it is explanatory drawing which shows the state which the main tab is selected. この実施形態において、プリンタードライバーとしてのPC処理部および複合機制御部が実行する処理の流れを示すフローチャートである。In this embodiment, it is a flowchart which shows the flow of the process executed by the PC processing unit and the multifunction device control unit as a printer driver.

以下、図面を用いてこの発明をさらに詳述する。なお、以下の説明は、すべての点で例示であって、この発明を限定するものと解されるべきではない。
(実施の形態1)
≪印刷システムの構成例≫
まず、この発明による印刷システムおよび印刷装置の構成例について述べる。
図1は、一例としてこの実施形態による印刷システムの構成を示すブロック図である。図1に示す印刷システムは、PC100および200ならびに複合機300、400および500がネットワークを介して接続されている。さらに、サーバー600がネットワークに接続されていてもよい。ネットワークの形態、通信方式は問わない。
PC100および200は、情報処理装置の一態様としてのパーソナルコンピュータである。複合機300、400および500は、印刷装置の一態様である。サーバー600は、データ格納装置の一態様である。
Hereinafter, the present invention will be described in more detail with reference to the drawings. It should be noted that the following description is exemplary in all respects and should not be construed as limiting the invention.
(Embodiment 1)
≪Printing system configuration example≫
First, a configuration example of the printing system and the printing apparatus according to the present invention will be described.
FIG. 1 is a block diagram showing a configuration of a printing system according to this embodiment as an example. In the printing system shown in FIG. 1, PCs 100 and 200 and multifunction devices 300, 400 and 500 are connected via a network. Further, the server 600 may be connected to the network. The network form and communication method do not matter.
The PCs 100 and 200 are personal computers as an aspect of an information processing device. The multifunction devices 300, 400 and 500 are one aspect of the printing apparatus. The server 600 is an aspect of a data storage device.

PC100は、PC処理部110、PCメモリー120、PC入出力インターフェース回路130およびPC通信インターフェース回路170を備える。
PC処理部110は、ハードウェア資源としてCPU(Central Processing Unit)を中心とする回路(回路素子)で構成される。そのCPUがハードウェア資源であるメモリー(PCメモリー120)に格納されたプログラムを実行することによってPC処理部110の機能が実現される。
The PC 100 includes a PC processing unit 110, a PC memory 120, a PC input / output interface circuit 130, and a PC communication interface circuit 170.
The PC processing unit 110 is composed of a circuit (circuit element) centered on a CPU (Central Processing Unit) as a hardware resource. The function of the PC processing unit 110 is realized when the CPU executes a program stored in a memory (PC memory 120) which is a hardware resource.

PC処理部110は、プリンタードライバー112、BIOS114、オペレーティングシステム116、アプリケーション118を備える。
即ち、CPUが、PCメモリー120に格納されたプリンタードライバーのプログラムを実行することによってプリンタードライバー112の機能が実現される。また、CPUがPCメモリー120に格納されたBIOSのプログラムを実行することによってBIOS114の機能が実現される。オペレーティングシステムおよびアプリケーションについても同様である。
The PC processing unit 110 includes a printer driver 112, a BIOS 114, an operating system 116, and an application 118.
That is, the function of the printer driver 112 is realized by the CPU executing the program of the printer driver stored in the PC memory 120. Further, the function of the BIOS 114 is realized by the CPU executing the BIOS program stored in the PC memory 120. The same is true for operating systems and applications.

プリンタードライバー112は、ダウンロード処理部112d、暗号化処理部112e、印刷データ提供部112iの機能を備える。さらに、ユーザー名受領部112nおよびパスワード受領部112wの機能を備えていてもよい。
ダウンロード処理部112dは、印刷を行う複合機に格納されている暗号化モジュール322をダウンロードしてPCメモリー120に格納する処理を行う。
暗号化処理部112eは、ダウンロードされてPCメモリー120に格納された暗号化モジュール122を用いて、印刷データの少なくとも一部のデータについて暗号化処理を実行する。
The printer driver 112 includes the functions of a download processing unit 112d, an encryption processing unit 112e, and a print data providing unit 112i. Further, it may have the functions of the user name receiving unit 112n and the password receiving unit 112w.
The download processing unit 112d performs a process of downloading the encryption module 322 stored in the multifunction device for printing and storing it in the PC memory 120.
The encryption processing unit 112e uses the encryption module 122 that has been downloaded and stored in the PC memory 120 to perform encryption processing on at least a part of the print data.

PCメモリー120は、ハードウェア資源としてPC100が備えるメモリーである。PCメモリー120は、ROM、RAMおよび書き換え可能な不揮発性メモリー(フラッシュメモリーやHDDなど)から構成される。
PC入出力インターフェース回路130は、入出力手段としての外部機器(例えば、キーボード、ディスプレイあるいは外部記憶装置等)をPC100に接続して機能させるためのインターフェース回路である。
PC通信インターフェース回路170は、PC100がネットワークを介して外部の機器と通信するためのインターフェース回路である。
図1に詳細を示していないが、PC200もPC100と同様の構成とする。
The PC memory 120 is a memory included in the PC 100 as a hardware resource. The PC memory 120 is composed of a ROM, a RAM, and a rewritable non-volatile memory (flash memory, HDD, etc.).
The PC input / output interface circuit 130 is an interface circuit for connecting an external device (for example, a keyboard, a display, an external storage device, etc.) as an input / output means to the PC 100 to function.
The PC communication interface circuit 170 is an interface circuit for the PC 100 to communicate with an external device via a network.
Although details are not shown in FIG. 1, the PC200 has the same configuration as the PC100.

複合機300は、複合機制御部310、複合機メモリー320、操作ユニット330、データ処理回路340、スキャナーユニット350、印刷ユニット360および複合機通信インターフェース回路370を備える。
複合機制御部310は、ハードウェア資源としてCPU(Central Processing Unit)を中心とする回路(回路素子)で構成される。そのCPUがハードウェア資源であるメモリー(複合機メモリー320)に格納された制御プログラムを実行することによって、複合機300を制御する複合機制御部310の機能が実現される。
The multifunction device 300 includes a multifunction device control unit 310, a multifunction device memory 320, an operation unit 330, a data processing circuit 340, a scanner unit 350, a printing unit 360, and a multifunction device communication interface circuit 370.
The multifunction device control unit 310 is composed of a circuit (circuit element) centered on a CPU (Central Processing Unit) as a hardware resource. The function of the multifunction device control unit 310 that controls the multifunction device 300 is realized by the CPU executing the control program stored in the memory (multifunction device memory 320) which is a hardware resource.

複合機メモリー320は、ハードウェア資源としPC100が備えるメモリーである。複合機メモリー320は、ROM、RAMおよび書き換え可能な不揮発性メモリー(フラッシュメモリーやHDDなど)から構成される。複合機メモリー320は、PC100にダウンロードされPCメモリー120に格納される暗号化モジュール322を格納している。さらに、暗号化モジュール322に対応する復号化モジュール323を格納している。
複合機制御部310は、復号化処理部312を備える。復号化処理部312は、複合機メモリー320に予め格納された復号化モジュール323を実行して復号化処理を行う。
The multifunction device memory 320 is a memory included in the PC 100 as a hardware resource. The multifunction device memory 320 is composed of a ROM, a RAM, and a rewritable non-volatile memory (flash memory, HDD, etc.). The multifunction device memory 320 stores an encryption module 322 that is downloaded to the PC 100 and stored in the PC memory 120. Further, the decryption module 323 corresponding to the encryption module 322 is stored.
The multifunction device control unit 310 includes a decoding processing unit 312. The decoding processing unit 312 executes the decoding module 323 stored in advance in the multifunction device memory 320 to perform the decoding process.

操作ユニット330は、タッチパネル付のディスプレイや操作キーを有し、ユーザーの操作を受付けると共に複合機300の状態やジョブの設定、進行状況等をユーザーに知らせる。
データ処理回路340は、後述するスキャナーユニット350が読み取った画像データや、PC100等から受領した印刷データの処理を行う回路である。
スキャナーユニット350は、イメージセンサーを用いて原稿の画像を読み取るものである。
印刷ユニット360は、データ処理回路340で処理された画像データあるいは印刷データに基づいて印刷を行うものである。この実施形態では電子写真方式のプリントエンジンとする。
複合機通信インターフェース回路370は、複合機300がネットワークを介して外部の機器と通信するためのインターフェース回路である。
図1に詳細を示していないが、複合機400および500も複合機300と同様の構成とする。
The operation unit 330 has a display with a touch panel and operation keys, accepts user operations, and notifies the user of the status of the multifunction device 300, job settings, progress, and the like.
The data processing circuit 340 is a circuit that processes the image data read by the scanner unit 350, which will be described later, and the print data received from the PC 100 or the like.
The scanner unit 350 reads an image of a document using an image sensor.
The print unit 360 prints based on the image data or print data processed by the data processing circuit 340. In this embodiment, an electrophotographic print engine is used.
The multifunction device communication interface circuit 370 is an interface circuit for the multifunction device 300 to communicate with an external device via a network.
Although details are not shown in FIG. 1, the multifunction devices 400 and 500 have the same configuration as the multifunction device 300.

≪印刷処理≫
続いて、この発明に係る印刷処理について述べる。
この実施形態において、PC100においてPC処理部110がアプリケーション118を実行し、そのアプリケーションに係るデータを複合機300に印刷させる指示をユーザーから受付けたとする。印刷の指示に応答して、PC処理部110は、プリンタードライバー112としての処理を行う。プリンタードライバー112としての処理は以下の通りである。
≪Printing process≫
Subsequently, the printing process according to the present invention will be described.
In this embodiment, it is assumed that the PC processing unit 110 executes the application 118 on the PC 100 and receives an instruction from the user to print the data related to the application on the multifunction device 300. In response to the printing instruction, the PC processing unit 110 performs processing as the printer driver 112. The processing as the printer driver 112 is as follows.

印刷データの準備に先立って、ダウンロード処理部112dとしてのプリンタードライバー112は、複合機300の複合機メモリー320に格納されている暗号化モジュール322をダウンロードする。そして、ダウンロードされた暗号化モジュール322をPCメモリー120に格納する(ダウンロードされPCメモリー120に格納された暗号化モジュールを、図1に暗号化モジュール122で示す)。
暗号化処理部112eとしてプリンタードライバー112は、暗号化モジュール122を実行し、印刷データに含めるべきデータを暗号化処理する。ここで、暗号化モジュール122は、CPUが実行可能な形式でPCメモリー120に格納されている。
Prior to the preparation of the print data, the printer driver 112 as the download processing unit 112d downloads the encryption module 322 stored in the multifunction device memory 320 of the multifunction device 300. Then, the downloaded encryption module 322 is stored in the PC memory 120 (the encrypted module downloaded and stored in the PC memory 120 is shown by the encryption module 122 in FIG. 1).
The printer driver 112 executes the encryption module 122 as the encryption processing unit 112e, and performs encryption processing on the data to be included in the print data. Here, the encryption module 122 is stored in the PC memory 120 in a format that can be executed by the CPU.

印刷データ提供部112iとしてプリンタードライバー112は、暗号化されたデータを含む印刷データを準備する。そして、ネットワークを介して接続された複合機300へ準備した印刷データを送信する。
印刷データは、PC通信インターフェース回路170を介して送信され、ネットワークを経由して複合機300へ届く。複合機300では、複合機通信インターフェース回路370を介して印刷データが受信される。
As the print data providing unit 112i, the printer driver 112 prepares print data including encrypted data. Then, the prepared print data is transmitted to the multifunction device 300 connected via the network.
The print data is transmitted via the PC communication interface circuit 170 and reaches the multifunction device 300 via the network. In the multifunction device 300, print data is received via the multifunction device communication interface circuit 370.

複合機300において、複合機制御部310は、印刷データを受信して複合機メモリー320に一旦格納する。
復号化処理部312として複合機制御部310は、複合機メモリー320に格納された印刷データのうち、暗号化されたデータを対象に復号化処理を行う。
さらに複合機制御部310は、復号化処理された印刷データをデータ処理回路340に処理させて、印刷ユニット360が印刷可能なデータとしたうえで印刷ユニット360に印刷を行わせる。
In the multifunction device 300, the multifunction device control unit 310 receives print data and temporarily stores it in the multifunction device memory 320.
As the decoding processing unit 312, the multifunction device control unit 310 performs decryption processing on the encrypted data among the print data stored in the multifunction device memory 320.
Further, the multifunction device control unit 310 causes the data processing circuit 340 to process the decrypted print data to make the data printable by the print unit 360, and then causes the print unit 360 to print.

≪暗号化の対象とされるデータ≫
この実施形態において、印刷データのうち暗号化の対象とされるデータについて述べる。
暗号化は、印刷データが第三者に漏れても内容を知られないようにするためのものである。印刷データの全体が暗号化の対象であってもよいが、印刷データのうち機密性の高い情報だけを暗号化の対象としてもよい。
機密性の高い情報の一例として、ユーザー認証に係る情報(この実施形態では、後述するログイン名、ログイン名とパスワードの対あるいはユーザー番号等)が挙げられる。
≪Data to be encrypted≫
In this embodiment, the data to be encrypted among the print data will be described.
Encryption is intended to prevent the contents of print data from being known even if it is leaked to a third party. The entire print data may be the target of encryption, but only the highly confidential information of the print data may be the target of encryption.
As an example of highly confidential information, information related to user authentication (in this embodiment, a login name, a pair of a login name and a password, a user number, etc., which will be described later) can be mentioned.

この実施形態において、ユーザー認証は、複合機を使用する権限を有する者、即ち、複合機のユーザーを登録することで、登録されたユーザーのみが複合機を使用できるようにする機能である。さらに、複合機が有する印刷機能のうち、使用可能な機能をユーザーごとに設定することができるようにしてもよい。そうすれば、種々の印刷機能に係る使用の権限をユーザーに応じて設定することが可能になる。
複合機の管理者あるいはネットワークの管理者によって複合機のユーザー認証を行うように設定がなされると、設定された複合機を使用する際に、各ユーザーはログインを求められるようになる。
In this embodiment, the user authentication is a function of registering a person who has the authority to use the multifunction device, that is, a user of the multifunction device, so that only the registered user can use the multifunction device. Further, among the printing functions of the multifunction device, the available functions may be set for each user. Then, the authority to use various printing functions can be set according to the user.
If the administrator of the multifunction device or the network administrator sets to authenticate the user of the multifunction device, each user will be required to log in when using the set multifunction device.

ここで、管理者権限を有した複合機の管理者のみが、ユーザー認証に係る設定を行える。ユーザー認証に係る設定として、複合機のユーザー認証を行うようにするか否かの設定、ユーザー認証を行う方式の設定および各ユーザーの登録が挙げられる。
この実施形態において、ユーザー認証の方式は、以下の3つの何れかである。第1はログイン名のみを使用する方式である。第2は、ログイン名とパスワードを使用する方式である。第3は、ユーザー番号を使用する方式である。ユーザー認証を行わない設定も選択できる。なお、ユーザーの登録および管理の機能は複合機に代えてネットワーク管理用のサーバーが行ってもよい。例えば、図1に示すサーバー600がユーザーの登録および管理を行うものであってもよい。
管理者によって、複合機300がユーザー認証を行うように設定されると、ユーザーは複合機300を使用する際にログインを行う必要がある。例えば、PC100で印刷データを生成して複合機300で印刷を行おうとする場合、プリンタードライバー112が提供する印刷設定ダイアログ(印刷に係る状態や設定を表示し、その設定に対するユーザーの操作を受付ける画面)で、登録されたユーザーに固有のログイン名、ログイン名とパスワードあるいはユーザー番号を入力する。
Here, only the administrator of the multifunction device having administrator authority can make the settings related to user authentication. Settings related to user authentication include setting whether or not to perform user authentication of the multifunction device, setting the method of performing user authentication, and registering each user.
In this embodiment, the user authentication method is one of the following three. The first is a method that uses only the login name. The second is a method that uses a login name and a password. The third is a method using a user number. You can also select a setting that does not perform user authentication. The user registration and management functions may be performed by a network management server instead of the multifunction device. For example, the server 600 shown in FIG. 1 may register and manage users.
If the administrator sets the multifunction device 300 to perform user authentication, the user needs to log in when using the multifunction device 300. For example, when printing data is generated by the PC 100 and printing is performed by the multifunction device 300, a print setting dialog (a screen that displays the printing status and settings and accepts a user's operation for the settings) provided by the printer driver 112. ), Enter the login name, login name and password or user number unique to the registered user.

図2は、この実施形態に係るプリンタードライバーが提供する印刷設定ダイアログの一例を示す説明図である。図2に示すように、印刷設定ダイアログ11は、上部に表示されるメインタブ12m、給紙タブ12p、仕上げタブ12f、ユーザー認証タブ12uおよび図2に不図示のタブによってカテゴリー別に設定項目が分類されている。不図示のタブは、タブスクロールボタン13Lまたは13Rをユーザーが操作することで、印刷設定ダイアログ11に表示される。ユーザーが何れかのタブを選択すること、選択されたタブの設定項目が印刷設定ダイアログ11の中央部に表示される。
メインタブ12mには、よく使う設定の項目が集約されている。給紙タブ12pは、印刷に使用する用紙サイズ/タイプ、給紙トレイに係る設定を含む。仕上げタブ12fは、ステープル、パンチ、紙折りなどの仕上げ機能や排紙トレイに係る設定を含む。ユーザー認証タブ12uは、ユーザー認証に係る設定を含む。
図2は、ユーザー認証タブ12uが選択された状態を示している。
FIG. 2 is an explanatory diagram showing an example of a print setting dialog provided by the printer driver according to this embodiment. As shown in FIG. 2, in the print setting dialog 11, the setting items are classified by category according to the main tab 12m, the paper feed tab 12p, the finishing tab 12f, the user authentication tab 12u, and the tabs not shown in FIG. 2 displayed at the top. Has been done. The tabs (not shown) are displayed in the print setting dialog 11 by the user operating the tab scroll buttons 13L or 13R. When the user selects any tab, the setting items of the selected tab are displayed in the center of the print setting dialog 11.
Frequently used setting items are collected on the main tab 12m. The paper feed tab 12p includes settings related to the paper size / type used for printing and the paper feed tray. The finishing tab 12f includes finishing functions such as stapling, punching, and paper folding, and settings related to the output tray. The user authentication tab 12u includes settings related to user authentication.
FIG. 2 shows a state in which the user authentication tab 12u is selected.

印刷設定ダイアログ11の下部には、OKボタン14k、キャンセルボタン14c、適用ボタン14aおよびヘルプボタン14hが配置されている。OKボタン14kは、印刷設定の内容を印刷処理に反映させて印刷設定ダイアログ11を閉じる場合に操作される。キャンセルボタン14cは、印刷設定の内容をキャンセルして印刷設定ダイアログ11を閉じる場合に操作される。適用ボタン14aは、印刷設定の内容を印刷処理に反映させたうえで印刷設定ダイアログ11を表示したままにしておく場合に操作される。ヘルプボタン14hは、印刷設定ダイアログ11に係るヘルプ画面を表示させる場合に操作される。 At the bottom of the print setting dialog 11, an OK button 14k, a cancel button 14c, an apply button 14a, and a help button 14h are arranged. The OK button 14k is operated when the content of the print setting is reflected in the print process and the print setting dialog 11 is closed. The cancel button 14c is operated when canceling the contents of the print setting and closing the print setting dialog 11. The apply button 14a is operated when the contents of the print setting are reflected in the print process and the print setting dialog 11 is kept displayed. The help button 14h is operated when displaying the help screen related to the print setting dialog 11.

ユーザー認証タブ12uが選択された図2の印刷設定ダイアログ11には、中央部に認証方式ドロップダウンリスト15が表示されている。図2は、認証方式としてログイン名が選択された状態を示している。ログイン名が選択された場合、右側にログイン名入力ボックス17が表示される。
ここで、ユーザーがログイン名をログイン名入力ボックス17に入力し、OKボタン14kを操作すると、プリンタードライバー112は、ユーザー名受領部112nとして入力されたログイン名を取得する。ログイン名は、ユーザーを他のユーザーおよびユーザーでない者と識別するユーザー名として用いられている。
プリンタードライバー112は、取得されたログイン名含む印刷データを複合機300へ送信する。ログイン名は送信前に暗号化処理される。
In the print setting dialog 11 of FIG. 2 in which the user authentication tab 12u is selected, the authentication method drop-down list 15 is displayed in the center. FIG. 2 shows a state in which a login name is selected as the authentication method. When a login name is selected, the login name input box 17 is displayed on the right side.
Here, when the user inputs the login name into the login name input box 17 and operates the OK button 14k, the printer driver 112 acquires the login name input as the user name receiving unit 112n. The login name is used as a user name to distinguish the user from other users and non-users.
The printer driver 112 transmits the print data including the acquired login name to the multifunction device 300. The login name is encrypted before being sent.

印刷データを受信した複合機300は、印刷データに含まれるログイン名を複合機300に登録されたログイン名と照合し、登録されたログイン名の何れかと一致すればそのログイン名で特定されるユーザーに係るジョブとして印刷データを印刷する。登録されたログイン名の何れとも一致しない場合は、PC100側にその旨のメッセージを表示させる。受信した印刷データの印刷は行わない。
なお、当然のことであるが、複合機300側のユーザー認証方式に係る設定と、認証方式ドロップダウンリスト15の選択とは、対応している必要がある。即ち、複合機300側のユーザー認証方式に係る設定がログイン名を使用するように設定されている場合、ユーザーは認証方式ドロップダウンリスト15で「ログイン名」を選択して印刷を行うものとする。
The multifunction device 300 that has received the print data collates the login name included in the print data with the login name registered in the multifunction device 300, and if it matches any of the registered login names, the user specified by the login name. Print print data as a job related to. If none of the registered login names match, a message to that effect is displayed on the PC100 side. The received print data is not printed.
As a matter of course, it is necessary that the setting related to the user authentication method on the multifunction device 300 side and the selection of the authentication method drop-down list 15 correspond to each other. That is, when the setting related to the user authentication method on the multifunction device 300 side is set to use the login name, the user shall select "login name" in the authentication method drop-down list 15 to print. ..

図2の説明に戻る。認証方式ドロップダウンリスト15の下方に、ユーザー名チェックボックス18、ユーザー名入力ボックス19、ジョブ名チェックボックス20およびジョブ名入力ボックス21が表示される。
ユーザーがユーザー名チェックボックス18にチェックを入れてユーザー名入力ボックス19にユーザー名を入力すると、当該印刷ジョブに係るユーザー名として、ユーザー名入力ボックス19に入力されたユーザー名が複合機300の操作ユニット330に表示される。そうしない場合は、ユーザー名としてログイン名が表示される。
Returning to the description of FIG. Below the authentication method drop-down list 15, a user name check box 18, a user name input box 19, a job name check box 20, and a job name input box 21 are displayed.
When the user checks the user name check box 18 and enters the user name in the user name input box 19, the user name entered in the user name input box 19 is the operation of the multifunction device 300 as the user name related to the print job. Displayed on unit 330. Otherwise, the login name will be displayed as the user name.

また、ユーザーがジョブ名チェックボックス20にチェックを入れてジョブ名入力ボックス21にジョブ名を入力すると、当該印刷ジョブに係るジョブ名として、ジョブ名入力ボックス21に入力されたジョブ名が複合機300の操作ユニット330に表示される。そうしない場合は、アプリケーション118が設定したファイル名がジョブ名として表示される。
以上が、図2に示す印刷設定ダイアログ11の説明である。
Further, when the user checks the job name check box 20 and inputs the job name in the job name input box 21, the job name input in the job name input box 21 is used as the job name related to the print job in the multifunction device 300. Is displayed on the operation unit 330 of. Otherwise, the file name set by application 118 will be displayed as the job name.
The above is the description of the print setting dialog 11 shown in FIG.

この実施形態では、認証方式として上述のログイン名に代えてログイン名およびパスワードが選択できる。ログイン名およびパスワードが選択された場合についての差異を以下に述べる。
図3は、図2と同様の印刷設定ダイアログ11において、認証方式としてログイン名およびパスワードが選択された場合を示している。
図3に示すように、認証方式ドロップダウンリスト15の選択はログイン名/パスワードである。
In this embodiment, a login name and a password can be selected as the authentication method instead of the above-mentioned login name. The differences when a login name and password are selected are described below.
FIG. 3 shows a case where a login name and a password are selected as the authentication method in the print setting dialog 11 similar to FIG.
As shown in FIG. 3, the selection of the authentication method drop-down list 15 is a login name / password.

認証方式ドロップダウンリスト15でログイン名/パスワードが選択された場合、図2のログイン名入力ボックス17に代えて、ログイン名入力ボックス23とパスワード入力ボックス25とが表示される。
ユーザーがログイン名をログイン名入力ボックス23に入力しかつパスワードをパスワード入力ボックス25に入力し、OKボタン14kを操作すると、プリンタードライバー112は、ユーザー名受領部112nとして入力されたログイン名を取得する。また、パスワード受領部112wとして入力されたパスワードを取得する。なおここで、ログイン名は、ユーザーを他のユーザーおよびユーザーでない者と識別するユーザー名として用いられている。
When the login name / password is selected in the authentication method drop-down list 15, the login name input box 23 and the password input box 25 are displayed instead of the login name input box 17 in FIG.
When the user inputs the login name in the login name input box 23 and the password in the password input box 25 and operates the OK button 14k, the printer driver 112 acquires the login name input as the user name receiving unit 112n. .. In addition, the password input as the password receiving unit 112w is acquired. Here, the login name is used as a user name that distinguishes the user from other users and non-users.

プリンタードライバー112は入力されたログイン名とパスワードを含む印刷データを複合機300へ送信する。ログイン名およびパスワードは送信前に暗号化処理される。印刷データを受信した複合機300は、印刷データに含まれるログイン名およびパスワードの対を複合機300に登録されたログイン名およびパスワードの対と照合する。
印刷データに含まれるログイン名およびパスワードの対が、登録されたログイン名およびパスワードの対の何れかと一致すれば、そのログイン名とパスワードの対によって特定されるユーザーに係るジョブとして印刷データを印刷する。登録されたログイン名とパスワードの対の何れとも一致しない場合は、PC100側にその旨のメッセージを表示させる。受信した印刷データの印刷は行わない。
図3の印刷設定ダイアログ11の他の部分は、図2と同様である。
複合機300側のユーザー認証方式に係る設定がログイン名とパスワードを使用するように設定されている場合、ユーザーは認証方式ドロップダウンリスト15で「ログイン名/パスワード」を選択して印刷を行うものとする。
The printer driver 112 transmits the print data including the entered login name and password to the multifunction device 300. The login name and password are encrypted before transmission. Upon receiving the print data, the multifunction device 300 collates the pair of the login name and the password included in the print data with the pair of the login name and the password registered in the multifunction device 300.
If the pair of login name and password included in the print data matches any of the pair of registered login name and password, the print data is printed as a job related to the user specified by the pair of login name and password. .. If neither of the registered login name and password pairs match, a message to that effect is displayed on the PC100 side. The received print data is not printed.
Other parts of the print setting dialog 11 of FIG. 3 are the same as those of FIG.
When the setting related to the user authentication method on the multifunction machine 300 side is set to use the login name and password, the user selects "login name / password" in the authentication method drop-down list 15 to print. And.

認証方式として、さらにユーザー番号も選択できる。ユーザー番号は、ユーザーに固有の番号を割り当てるものである。ログイン名あるいはログイン名およびパスワードに代えてユーザー番号が選択された場合について以下に述べる。
図4は、図2と同様の印刷設定ダイアログ11において、認証方式としてログイン名およびパスワードが選択された場合を示している。
図4に示すように、認証方式ドロップダウンリスト15の選択はユーザー番号である。
You can also select a user number as the authentication method. The user number assigns a unique number to the user. The case where the user number is selected instead of the login name or the login name and password is described below.
FIG. 4 shows a case where a login name and a password are selected as the authentication method in the print setting dialog 11 similar to FIG.
As shown in FIG. 4, the selection of the authentication method drop-down list 15 is the user number.

認証方式ドロップダウンリスト15でユーザー番号が選択された場合、図2のログイン名入力ボックス17に代えて、ユーザー番号入力ボックス27が表示される。
ユーザーがユーザー番号をユーザー番号入力ボックス27に入力し、OKボタン14kを操作すると、プリンタードライバー112は、ユーザー名受領部112nとして入力されたユーザー番号を取得する。ここで、ユーザー番号は、ユーザーを他のユーザーおよびユーザーでない者と識別するユーザー名として用いられている。
プリンタードライバー112は、入力されたユーザー番号を含む印刷データを複合機300へ送信する。ユーザー番号は送信前に暗号化処理される。
When the user number is selected in the authentication method drop-down list 15, the user number input box 27 is displayed instead of the login name input box 17 in FIG.
When the user inputs the user number into the user number input box 27 and operates the OK button 14k, the printer driver 112 acquires the user number input as the user name receiving unit 112n. Here, the user number is used as a user name that distinguishes the user from other users and non-users.
The printer driver 112 transmits the print data including the input user number to the multifunction device 300. The user number is encrypted before transmission.

印刷データを受信した複合機300は、印刷データに含まれるユーザー番号を複合機300に登録されたユーザー番号と照合し、登録されたユーザー番号の何れかと一致すればそのユーザー番号によって特定されるユーザーに係るジョブとして印刷データを印刷する。登録されたユーザー番号の何れとも一致しない場合は、PC100側にその旨のメッセージを表示させる。受信した印刷データの印刷は行わない。
図4の印刷設定ダイアログ11の他の部分は、図2と同様である。
なお、複合機300側のユーザー認証方式に係る設定がユーザー番号を使用するように設定されている場合、ユーザーは認証方式ドロップダウンリスト15で「ユーザー番号」を選択して印刷を行うものとする。
また、図示しないが、認証方式ドロップダウンリスト15で「なし」を選択することもできる。複合機300側が、ユーザー認証を行うことなく印刷するように設定されている場合、ユーザーは認証方式ドロップダウンリスト15で「なし」を選択して印刷を行うものとする。
The multifunction device 300 that has received the print data collates the user number included in the print data with the user number registered in the multifunction device 300, and if it matches any of the registered user numbers, the user specified by the user number. Print print data as a job related to. If none of the registered user numbers match, a message to that effect is displayed on the PC100 side. The received print data is not printed.
Other parts of the print setting dialog 11 of FIG. 4 are the same as those of FIG.
If the setting related to the user authentication method on the multifunction device 300 side is set to use the user number, the user shall select "user number" in the authentication method drop-down list 15 to print. ..
Further, although not shown, "None" can be selected in the authentication method drop-down list 15. When the multifunction device 300 is set to print without performing user authentication, the user selects "None" in the authentication method drop-down list 15 to print.

メインタブ12mの設定項目について以下に述べる。併せて、上述のログイン名、パスワードおよびユーザー番号とは別の、ドキュメントファイリングに係るパスワードについて述べる。ドキュメントファイリングに係るパスワードも暗号化処理の対象である。
図5は、図2と異なる印刷設定ダイアログの例として、メインタブ12mが選択された状態を示す説明図である。
図5に示すように、印刷設定ダイアログ11の中央部に、印刷設定に係る種々の項目が表示される。具体的には、部数、原稿サイズ、出力用紙サイズ、原稿の向き、ズーム、両面印刷、ページ集約、ステープル、ドキュメントファイリング、カラーモードに係る設定が表示される。
部数入力ボックス31は、印刷部数を設定するためのものであって、1〜9999の範囲の数値を入力するか、右隣の[+][−]ボタンをクリックして部数を増減させることにより印刷部数が設定される。
The setting items of the main tab 12m are described below. At the same time, a password related to document filing, which is different from the above-mentioned login name, password and user number, will be described. Passwords related to document filing are also subject to encryption processing.
FIG. 5 is an explanatory diagram showing a state in which the main tab 12m is selected as an example of a print setting dialog different from that of FIG.
As shown in FIG. 5, various items related to the print setting are displayed in the central portion of the print setting dialog 11. Specifically, the settings related to the number of copies, the original size, the output paper size, the original orientation, the zoom, the double-sided printing, the page aggregation, the staple, the document filing, and the color mode are displayed.
The number of copies input box 31 is for setting the number of copies to be printed, and by inputting a numerical value in the range of 1 to 9999 or clicking the [+] [-] button on the right side to increase or decrease the number of copies. The number of copies to print is set.

原稿サイズドロップダウンリスト32は、印刷データに係る原稿サイズを選択するためのものである。アプリケーションが原稿サイズを指定している場合はその設定が優先するが、アプリケーションによる原稿サイズ指定がない場合や有効でない場合に原稿サイズを選択する。
出力用紙サイズドロップダウンリスト33は、印刷用紙のサイズを選択するためのものである。
原稿の向きドロップダウンリスト34は、原稿のイメージの向きがたて、よこの何れかを選択するためのものである。
ズームチェックボックス35は、このチェックボックスにユーザーがチェックを入れことによって、ズーム設定ボタン36で表示される設定画面で印刷出力のサイズを設定できるようになる。
The document size drop-down list 32 is for selecting the document size related to the print data. If the application specifies the original size, that setting takes precedence, but if the application does not specify the original size or it is not valid, the original size is selected.
The output paper size drop-down list 33 is for selecting the size of the printing paper.
The original orientation drop-down list 34 is for selecting one of the orientations of the original image.
The zoom check box 35 allows the user to check the check box so that the size of the print output can be set on the setting screen displayed by the zoom setting button 36.

両面印刷ドロップダウンリスト37は、印刷用紙の片面に印刷するか両面に印刷するかを選択し、さらに両面に印刷する場合は長辺とじにするか短辺とじにするかを選択するためのものである。
ページ集約ドロップダウンリスト38は、印刷用紙1ページ上に複数ページを割り付けて縮小印刷するか否かを選択し、さらに縮小印刷する場合は何ページを割り付けるのかを選択するためのものである。
ステープルドロップダウンリスト39は、部単位でステープルを行うか否かを選択し、さらにステープルを行う場合はどの箇所にステープルするかを選択するためのものである。
The double-sided printing drop-down list 37 is for selecting whether to print on one side or both sides of the printing paper, and when printing on both sides, select whether to use long-side binding or short-side binding. Is.
The page aggregation drop-down list 38 is for selecting whether or not to allocate a plurality of pages on one page of printing paper for reduced printing, and for further reducing printing, select how many pages are allocated.
The staple drop-down list 39 is for selecting whether or not to perform staples in units of copies, and when performing staples, select where to staple.

ドキュメントファイリング・ドロップダウンリスト40は、ドキュメントファイリングに係る機能を使用するか否かを選択するためのものである。印刷データを複合機メモリー320に格納し、必要な際に複合機300の操作ユニット330を操作して印刷出力する機能である。「なし」、「印刷せずにホールド」、「印刷後ホールド」の何れかを選択できる。
ここで、「印刷せずにホールド」、「印刷後ホールド」の何れかが選択された場合は、右側にドキュメントファイリング・パスワードチェックボックス41およびドキュメントファイリング・パスワード入力ボックス42が表示される(図5参照)。
The document filing drop-down list 40 is for selecting whether or not to use the function related to the document filing. This is a function of storing print data in the multifunction device memory 320 and operating the operation unit 330 of the multifunction device 300 to print out when necessary. You can select "None", "Hold without printing", or "Hold after printing".
Here, when either "Hold without printing" or "Hold after printing" is selected, the document filing password check box 41 and the document filing password input box 42 are displayed on the right side (FIG. 5). reference).

ユーザーが、ドキュメントファイリング・パスワードチェックボックス41にチェックを入れ、ドキュメントファイリング・パスワード入力ボックス42にパスワードを入力すると、プリンタードライバー112は、パスワード受領部112wとして入力されたドキュメントファイリング・パスワードを取得する。
プリンタードライバー112は入力されたドキュメントファイリング・パスワードを含む印刷データを複合機300へ送信する。ドキュメントファイリング・パスワードは送信前に暗号化処理される。
When the user checks the document filing password check box 41 and enters the password in the document filing password input box 42, the printer driver 112 acquires the document filing password entered as the password receiving unit 112w.
The printer driver 112 transmits the print data including the input document filing password to the multifunction device 300. The document filing password is encrypted before being sent.

ドキュメントファイリング・パスワードは、ユーザー認証タブ12uで認証方式として「ログイン名/パスワード」が選択された場合のパスワード、あるいはログイン名やユーザー番号の設定と独立したものである。ユーザー認証を行わないように設定されていても、ドキュメントファイリング・パスワードが設定できるし、逆に設定しないようにもできる。
一方、ユーザー認証を行うように設定されている場合に、ドキュメントファイリング・パスワードを設定することもできるし、設定しないようにもできる。
なお、ドキュメントファイリング・ドロップダウンリスト40で「なし」が選択されている場合、ドキュメントファイリング・パスワードチェックボックス41およびドキュメントファイリング・パスワード入力ボックス42は表示されない。
The document filing password is the password when "login name / password" is selected as the authentication method on the user authentication tab 12u, or is independent of the setting of the login name and user number. The document filing password can be set even if it is set not to authenticate the user, and vice versa.
On the other hand, if user authentication is set, the document filing password can be set or not set.
When "None" is selected in the document filing drop-down list 40, the document filing password check box 41 and the document filing password input box 42 are not displayed.

印刷データを受信した複合機300は、受信した印刷データを複合機メモリー320に保持する。より詳細には、「印刷後ホールド」が選択されている場合、印刷を行ったうえで、印刷データを保持する。「印刷せずにホールド」が選択されている場合、印刷を行わずに印刷データを保持する。
ユーザーは、複合機300の操作ユニット330を操作して、複合機メモリー320に保持されている印刷データを出力できる。ドキュメントファイリング・パスワードが設定されている場合、印刷出力の実行に際してユーザーは操作ユニット330にドキュメントファイリング・パスワードを入力する必要がある。
入力されたドキュメントファイリング・パスワードと、保持されている印刷データに含まれるドキュメントファイリング・パスワードとが一致すれば印刷出力がなされる。一致しない場合は、その旨のメッセージが操作ユニット330に表示され、印刷出力は行われない。
The multifunction device 300 that has received the print data holds the received print data in the multifunction device memory 320. More specifically, when "Hold after printing" is selected, printing is performed and the print data is retained. When "Hold without printing" is selected, the print data is retained without printing.
The user can operate the operation unit 330 of the multifunction device 300 to output the print data stored in the multifunction device memory 320. If the document filing password is set, the user needs to enter the document filing password in the operation unit 330 when executing the print output.
If the entered document filing password and the document filing password included in the retained print data match, print output is performed. If they do not match, a message to that effect is displayed on the operation unit 330, and no print output is performed.

カラーモード・ドロップダウンリスト43は、印刷のカラーモードを選択するためのものである。「自動」が選択された場合は、印刷ページ毎に印刷データがカラーを含むか白黒のみかを判断して印刷する。
以上が、メインタブ12mが選択された場合の印刷設定ダイアログ11の説明である。
The color mode drop-down list 43 is for selecting a color mode for printing. When "automatic" is selected, it is determined for each print page whether the print data includes color or only black and white, and printing is performed.
The above is the description of the print setting dialog 11 when the main tab 12m is selected.

≪フローチャート≫
印刷についてPC処理部110および複合機制御部310が実行する処理の流れを、フローチャートを参照しながら以下に述べる。
図6は、この実施形態にいて、プリンタードライバー112としてのPC処理部110および複合機制御部310が実行する処理の流れを示すフローチャートである。
図6に示すように、プリンタードライバー112は、例えばアプリケーション118に係るデータを印刷するようにユーザーからの指示をアプリケーション118が受けたことに応答して、印刷に係る処理を開始する(ステップS11のYes)。
≪Flowchart≫
The flow of processing executed by the PC processing unit 110 and the multifunction device control unit 310 for printing will be described below with reference to the flowchart.
FIG. 6 is a flowchart showing a flow of processing executed by the PC processing unit 110 and the multifunction device control unit 310 as the printer driver 112 in this embodiment.
As shown in FIG. 6, the printer driver 112 starts the printing process in response to the instruction from the user to print the data related to the application 118, for example (step S11). Yes).

印刷データを準備するためにまず、ダウンロード処理部112dとしてプリンタードライバー112は、印刷を行うべき複合機(ここでは複合機300とする)に対して、暗号化モジュール322のダウンロード要求を送る(ステップS13)。
ダウンロード要求を受けた複合機300は、ダウンロードの要求に応答して(ステップS31のYes)、複合機メモリー320に格納されている暗号化モジュール322がダウンロードされるように、PC100のプリンタードライバー112とやり取りを行う(ステップS33)。
In order to prepare the print data, first, as the download processing unit 112d, the printer driver 112 sends a download request for the encryption module 322 to the multifunction device (here, the multifunction device 300) to be printed (step S13). ).
Upon receiving the download request, the multifunction device 300 together with the printer driver 112 of the PC 100 so that the encryption module 322 stored in the multifunction device memory 320 is downloaded in response to the download request (Yes in step S31). Exchange (step S33).

ダウンロード処理部112dとしてプリンタードライバー112は、PC100にダウンロードされた暗号化モジュール322をPCメモリー120に格納する(ステップS15のYesを経てステップS17)。
暗号化処理部112eとしてプリンタードライバー112は、ダウンロードされた暗号化モジュール122を実行してデータの暗号化処理を行う(ステップS19)。
暗号化処理の対象とするデータの例は、図2に示すログイン名入力ボックス17に入力されたログイン名である。異なる一例は、図3に示すログイン名入力ボックス23に入力されたログイン名およびパスワード入力ボックス25に入力されたパスワードである。さらに異なる一例は、図4に示すユーザー番号入力ボックス27に入力されたユーザー番号である。
As the download processing unit 112d, the printer driver 112 stores the encryption module 322 downloaded to the PC 100 in the PC memory 120 (Yes in step S15, step S17).
As the encryption processing unit 112e, the printer driver 112 executes the downloaded encryption module 122 to perform data encryption processing (step S19).
An example of the data to be encrypted is the login name entered in the login name input box 17 shown in FIG. A different example is the login name entered in the login name input box 23 and the password entered in the password input box 25 shown in FIG. A further different example is the user number entered in the user number input box 27 shown in FIG.

あるいは、それらの何れかのデータにと別に、図5に示すドキュメントファイリング・パスワード入力ボックス42に入力されたドキュメントファイリング・パスワードが暗号化処理されてもよい。
あるいは、印刷データ全体が暗号化処理されてもよい。
印刷データ提供部112iとしてプリンタードライバー112は、少なくとも暗号化されたデータを準備する(ステップS21)。そして、準備された印刷データを複合機300へ送信する(ステップS23)。
Alternatively, the document filing password entered in the document filing password input box 42 shown in FIG. 5 may be encrypted separately from any of the data.
Alternatively, the entire print data may be encrypted.
The printer driver 112 prepares at least encrypted data as the print data providing unit 112i (step S21). Then, the prepared print data is transmitted to the multifunction device 300 (step S23).

プリンタードライバー112が準備した印刷データを受信すると(ステップS35のYes)、復号化処理部312として複合機制御部310は、復号化モジュール323を実行して受信した印刷データに含まれる暗号化データを復号化処理する(ステップS37)。印刷データ全体が暗号化されている場合は、全体を復号化処理する。
そして、複合機制御部310は、復号化処理された印刷データに基づいて、データ処理回路340および印刷ユニット360に印刷を実行させる(ステップS39)。なお、ドキュメントファイリングの場合は、印刷データを保持しておき、ユーザーが操作ユニット330を用いて印刷指示を行うと、その指示に応答して印刷を実行する。
以上が、プリンタードライバー112としてのPC処理部110および複合機制御部310が実行する印刷処理の流れである。
When the printer driver 112 receives the print data prepared (Yes in step S35), the multifunction device control unit 310 as the decryption processing unit 312 executes the decryption module 323 to execute the encryption data included in the received print data. Decryption processing is performed (step S37). If the entire print data is encrypted, the entire print data is decrypted.
Then, the multifunction device control unit 310 causes the data processing circuit 340 and the printing unit 360 to execute printing based on the decrypted print data (step S39). In the case of document filing, the print data is retained, and when the user gives a print instruction using the operation unit 330, printing is executed in response to the instruction.
The above is the flow of the printing process executed by the PC processing unit 110 and the multifunction device control unit 310 as the printer driver 112.

(実施の形態2)
実施の形態1において、ダウンロード可能な暗号化モジュール322は、印刷を行う複合機300の複合機メモリー320に格納されているとしている。
この実施形態において、ダウンロード可能な暗号化モジュール322は、印刷を行う複合機に代えて、あるいは印刷を行う複合機と共に、外部のデータ格納機器に格納されている。
図1を参照して説明すると、ダウンロード可能な暗号化モジュール(図1に示す暗号化モジュール322に相当)は、複合機メモリー320に代えて、あるいはそれと共に、サーバー600の図示しないメモリーに格納されている。
(Embodiment 2)
In the first embodiment, it is assumed that the downloadable encryption module 322 is stored in the multifunction device memory 320 of the multifunction device 300 for printing.
In this embodiment, the downloadable encryption module 322 is stored in an external data storage device in place of the multifunction device for printing or together with the multifunction device for printing.
Explaining with reference to FIG. 1, the downloadable encryption module (corresponding to the encryption module 322 shown in FIG. 1) is stored in a memory (not shown) of the server 600 in place of or together with the multifunction device memory 320. ing.

サーバー600は、例えばプリントサーバーであってもよいが、そうでなくてもよい。好ましい態様として、サーバー600は、複合機300の印刷処理に係るプリンタードライバー112をダウンロード可能に格納する。即ち、サーバー600は、複合機300用の暗号化モジュール(図1に示す暗号化モジュール322に相当)だけでなく、複合機300用のプリンタードライバーを格納している。PC100やPC200は、サーバー600からそれらをダウンロードしてインストールする。ただし、この態様に限定されるべきでない。ダウンロード処理部112dが、ダウンロードすべき暗号化モジュールの所在を特定でき、そこから暗号化モジュールがダウンロードできれば、暗号化モジュールを格納する機器の機能、態様は限定されない。 The server 600 may, for example, be a print server, but may not. As a preferred embodiment, the server 600 stores the printer driver 112 related to the printing process of the multifunction device 300 in a downloadable manner. That is, the server 600 stores not only the encryption module for the multifunction device 300 (corresponding to the encryption module 322 shown in FIG. 1) but also the printer driver for the multifunction device 300. The PC100 and PC200 download and install them from the server 600. However, it should not be limited to this aspect. If the download processing unit 112d can identify the location of the encryption module to be downloaded and the encryption module can be downloaded from the location, the function and mode of the device that stores the encryption module are not limited.

(実施の形態3)
実施の形態1では、ダウンロード処理部112dによって複合機メモリー320から暗号化モジュール322のダウンロードが常に行われ、暗号化処理部112eは、ダウンロードされた暗号化モジュール122を用いてデータの暗号化処理を行うものとしている。
しかし、暗号化モジュール322のダウンロードが失敗に終わる可能性がないとはいえない。
この実施形態で、プリンタードライバー112は、暗号化モジュール322のダウンロードに失敗した場合、データの暗号化を行わずに印刷データを準備する。準備した印刷データに、データの暗号化を行っていないことを示す属性を付加して、複合機300に送る。
印刷データを受信した複合機300は、復号化処理部312が、前記属性を認識して復号化を行わないようにして印刷処理を行う。
これによって、暗号化モジュール322のダウンロードが行われない場合においても、印刷を行うことができる。
(Embodiment 3)
In the first embodiment, the download processing unit 112d constantly downloads the encryption module 322 from the multifunction device memory 320, and the encryption processing unit 112e performs data encryption processing using the downloaded encryption module 122. It is supposed to be done.
However, it cannot be said that the download of the encryption module 322 may end in failure.
In this embodiment, when the printer driver 112 fails to download the encryption module 322, the printer driver 112 prepares print data without encrypting the data. An attribute indicating that the data is not encrypted is added to the prepared print data, and the data is sent to the multifunction device 300.
The multifunction device 300 that has received the print data performs the printing process so that the decoding processing unit 312 recognizes the attribute and does not perform the decoding.
As a result, printing can be performed even when the encryption module 322 is not downloaded.

(実施の形態4)
この実施形態において、プリンタードライバー112は、異なる種類の複合機300、400および500に共通のユニバーサルドライバーであるとする。ここで、複合機400はプリンタードライバーが所定の暗号化ロジックに基づく暗号化処理(第2暗号化処理)を行う機能を有していることを前提としており、ダウンロード可能な暗号化モジュール(図1に示す暗号化モジュール322に対応)を格納していないものとする。図1に示す暗号化モジュール322に対応する復号化モジュール(図1に示す復号化モジュール323に対応)も格納していない。
この実施形態よるプリンタードライバー112は、前記所定の暗号化ロジックに基づく暗号化処理を行う機能を暗号化処理部112eが有している。さらに、ダウンロード処理部112dを備えており、暗号化モジュールをダウンロードする機能を有している。
(Embodiment 4)
In this embodiment, the printer driver 112 is assumed to be a universal driver common to different types of multifunction devices 300, 400, and 500. Here, it is assumed that the multifunction device 400 has a function of performing an encryption process (second encryption process) based on a predetermined encryption logic by the printer driver, and a downloadable encryption module (FIG. 1). (Corresponding to the encryption module 322 shown in) is not stored. The decryption module corresponding to the encryption module 322 shown in FIG. 1 (corresponding to the decryption module 323 shown in FIG. 1) is also not stored.
The printer driver 112 according to this embodiment has a function of performing encryption processing based on the predetermined encryption logic in the encryption processing unit 112e. Further, it is provided with a download processing unit 112d, and has a function of downloading an encryption module.

実施の形態1で述べたように、複合機300を用いて印刷を行う場合において、プリンタードライバー112はダウンロード処理部112dとして暗号化モジュール322を複合機300からダウンロードしてデータの暗号化処理を行い、暗号化されたデータを含んだ印刷データを準備する。その印刷データを複合機300へ送って印刷を行う。
一方、複合機400を用いて印刷を行う場合において、暗号化処理部112eは、前記所定の暗号化ロジックに基づく第2暗号化処理を用いてデータの暗号化処理を行い、暗号化されたデータを含んだ印刷データを準備する。暗号化モジュールのダウンロードは行わない。そして、準備された印刷データを複合機400へ送って印刷を行う。複合機400の復号化処理部は、前記所定の暗号化ロジックに基づく復号化処理(第2復号化処理)を実行してデータの復号化処理を行い、復号化された印刷データに基づいて印刷を行う。
印刷を行う複合機に応じて暗号化モジュールをダウンロードすべきか否かの判断は、次のようにすればよい。即ち、予め各複合機と通信して暗号化処理に係る仕様を確認できるように定めておく。確認された各複合機の仕様に基づいて、暗号化モジュールをダウンロードするか否かを決定する。
As described in the first embodiment, when printing is performed using the multifunction device 300, the printer driver 112 downloads the encryption module 322 from the multifunction device 300 as the download processing unit 112d and performs data encryption processing. , Prepare print data including encrypted data. The print data is sent to the multifunction device 300 for printing.
On the other hand, when printing is performed using the multifunction machine 400, the encryption processing unit 112e performs data encryption processing using the second encryption processing based on the predetermined encryption logic, and the encrypted data. Prepare print data including. The encryption module is not downloaded. Then, the prepared print data is sent to the multifunction device 400 for printing. The decryption processing unit of the multifunction device 400 executes a decryption process (second decryption process) based on the predetermined encryption logic to perform a data decryption process, and prints based on the decrypted print data. I do.
The determination as to whether or not to download the encryption module according to the multifunction device for printing may be performed as follows. That is, it is defined in advance so that the specifications related to the encryption process can be confirmed by communicating with each multifunction device. Decide whether to download the encryption module based on the confirmed specifications of each multifunction device.

以上に述べたように、
(i)この発明による印刷システムは、少なくとも一部が暗号化された印刷データを準備するプリンタードライバーを有した情報処理装置と、前記印刷データを受信して印刷する印刷装置とを備えるシステムであって、前記印刷装置は、暗号化処理を行う暗号化モジュールをダウンロード可能に格納しかつその暗号化処理に対応した復号化処理を行う復号化モジュールを格納するモジュール格納部と、前記復号化モジュールを用いて復号化処理を行う復号化処理部と、前記復号化処理部により復号化された印刷データを印刷する印刷ユニットとを備え、前記プリンタードライバーは、前記印刷装置から前記暗号化モジュールをダウンロードするダウンロード処理部と、ダウンロードされた暗号化モジュールを用いてデータを暗号化する暗号化処理部と、暗号化されたデータを少なくとも一部に含む印刷データを準備する印刷データ提供部と、を備えることを特徴とする。
As mentioned above
(I) The printing system according to the present invention is a system including an information processing device having a printer driver that prepares print data that is at least partially encrypted, and a printing device that receives and prints the print data. The printing device includes a module storage unit that stores the encryption module that performs the encryption process in a downloadable manner and stores the decryption module that performs the decryption process corresponding to the encryption process, and the decryption module. The printer driver includes a decoding processing unit that performs decoding processing using the decryption processing unit and a printing unit that prints print data decrypted by the decoding processing unit, and the printer driver downloads the encryption module from the printing device. It is provided with a download processing unit, an encryption processing unit that encrypts data using a downloaded encryption module, and a print data providing unit that prepares print data that includes at least a part of the encrypted data. It is characterized by.

この発明において、プリンタードライバーは、通信可能に接続された印刷装置が印刷を実行するための印刷データを情報処理装置側で準備する処理を行うものである。その具体的な態様は、例えば、情報処理装置が備えるCPU等のハードウェア資源と、CPUが上述の処理を行うためのプログラムであるソフトウェア資源とが有機的に結合して機能が実現されるものである。
また、情報処理装置は、印刷装置と通信可能であってその印刷装置から暗号化モジュールをダウンロードして印刷データを生成する機能を有するものであればよく、一例としてパーソナルコンピュータ、スマートフォン、タブレット端末等が挙げられるがそれらに限るものでない。
さらにまた、印刷データは、受信した印刷データに基づいて印刷装置が印刷を行うデータであって、データの形式や内容は特に限定されるものでない。その具体的な態様の一例として、印刷データの生成にかかるアプリケーションや情報処理装置における設定やユーザー認証等に関して種々の情報を含んだページ記述言語が挙げられるが、これに限らない。
In the present invention, the printer driver performs a process in which the information processing apparatus prepares print data for the printing apparatus connected communicably to execute printing. In a specific embodiment, for example, a hardware resource such as a CPU included in an information processing device and a software resource which is a program for the CPU to perform the above-mentioned processing are organically combined to realize a function. Is.
Further, the information processing device may be any device that can communicate with the printing device and has a function of downloading an encryption module from the printing device and generating print data, for example, a personal computer, a smartphone, a tablet terminal, or the like. However, it is not limited to them.
Furthermore, the print data is data that the printing apparatus prints based on the received print data, and the format and contents of the data are not particularly limited. An example of a specific embodiment thereof is, but is not limited to, a page description language including various information regarding settings, user authentication, and the like in an application for generating print data and an information processing device.

モジュール格納部は、データとしての暗号化モジュールおよび復号化モジュールを格納するものである。その具体的な態様としては、例えば、フラッシュメモリーやHDD(Hard Disk Drive)あるいはSSD(Solid State Drive)が挙げられるがそれらに限らない。暗号化モジュールは、そのデータをダウンロードした情報処理装置が、メモリーに格納して処理を実行できる形式のデータであって、その具体的な態様の一例は、EXEファイル等の実行形式ファイルやDLL(Dynamic Link Library)ファイルであるが、それらに限らない。
また、暗号化および復号化の処理については、その方式や種類を問わない。
さらにまた、印刷ユニットは、印刷データに基づいて印刷を行うものであればよく、その方式や種類を問わない。その具体的な態様として、例えば、電子写真方式やインクジェット方式のものが挙げられるが、それらに限らない。
The module storage unit stores the encryption module and the decryption module as data. Specific embodiments thereof include, but are not limited to, flash memory, HDD (Hard Disk Drive), and SSD (Solid State Drive). The encryption module is data in a format in which an information processing device that has downloaded the data can store the data in a memory and execute processing, and an example of a specific embodiment thereof is an execution format file such as an EXE file or a DLL (DLL). Dynamic Link Library) files, but not limited to them.
In addition, the method and type of encryption and decryption processing are not limited.
Furthermore, the printing unit may be any method and type as long as it prints based on the print data. Specific embodiments thereof include, but are not limited to, an electrophotographic method and an inkjet method.

さらに、この発明の好ましい態様について説明する。
(ii)前記プリンタードライバーは、ログイン名の入力を受付けるユーザー名受領部をさらに備え、前記暗号化処理部は、受付けられたログイン名を少なくとも暗号化し、前記印刷データ提供部は、暗号化されたログイン名を含む印刷データを準備するようにしてもよい。
このようにすれば、印刷データが第三者に漏れた場合にもその第三者が印刷データからログイン名を知ることは容易でなく、秘密情報の安全性が確保される。
Further, preferred embodiments of the present invention will be described.
(Ii) The printer driver further includes a user name receiving unit that accepts an input of a login name, the encryption processing unit at least encrypts the received login name, and the print data providing unit is encrypted. Print data including the login name may be prepared.
In this way, even if the print data is leaked to a third party, it is not easy for the third party to know the login name from the print data, and the security of the confidential information is ensured.

(iii)前記プリンタードライバーは、パスワードの入力を受付けるパスワード受領部をさらに備え、前記暗号化処理部は、受付けられたパスワードを少なくとも暗号化し、前記印刷データ提供部は、暗号化されたパスワードを含む印刷データを準備するようにしてもよい。
このようにすれば、印刷データが第三者に漏れた場合にもその第三者が印刷データからパスワードを知ることは容易でなく、秘密情報の安全性が確保される。
勿論、ログイン名やパスワード以外のデータが暗号化されてもよく、さらにログイン名やパスワード等印刷データの一部が暗号化されるだけでなく全体が暗号化されてもよい。
(Iii) The printer driver further includes a password receiving unit that accepts a password input, the encryption processing unit at least encrypts the received password, and the print data providing unit includes the encrypted password. Print data may be prepared.
In this way, even if the print data is leaked to a third party, it is not easy for the third party to know the password from the print data, and the security of the confidential information is ensured.
Of course, data other than the login name and password may be encrypted, and not only a part of the print data such as the login name and password may be encrypted but also the entire data may be encrypted.

(iv)前記モジュール格納部は、前記印刷装置に代えてあるいは前記印刷装置と共に、前記情報処理装置と通信可能に接続された他の装置であってデータを格納するデータ格納装置に備えられ、前記ダウンロード処理部は、前記印刷装置に代えて前記データ格納装置から前記暗号化モジュールをダウンロードするようにしてもよい。
このようにすれば、暗号化モジュールを印刷装置に代えて、あるいは印刷装置だけでなく、例えばプリントサーバーなどデータを格納する他の装置に格納してくことが可能である。
(Iv) The module storage unit is provided in a data storage device for storing data, which is another device communicably connected to the information processing device in place of or together with the printing device. The download processing unit may download the encryption module from the data storage device instead of the printing device.
In this way, the encryption module can be stored in place of the printing device, or not only in the printing device but also in another device such as a print server that stores data.

(v)前記暗号化処理部は、前記暗号化モジュールがダウンロードされない場合はデータの暗号化を行わず、前記復号化処理部は、暗号化されていないデータについて復号化処理を行わないようにしてもよい。
このようにすれば、例えば、ダウンロード処理部がダウンロードに失敗した場合にも印刷が可能である。
また例えば、ある情報処理装置に複数の印刷装置が通信可能に接続されており、それらのうちある印刷装置はモジュール格納部を備えるが他の印刷装置はモジュール格納部を備えない場合に、他の印刷装置から暗号化モジュールがダウンロードされなくても他の印刷装置で印刷を行うことが可能である。すなわち、印刷データの暗号化に対応せず、したがって暗号化モジュールのダウンロードが不要な場合にも印刷が可能である。
(V) The encryption processing unit does not encrypt data when the encryption module is not downloaded, and the decryption processing unit does not perform decryption processing on unencrypted data. May be good.
In this way, for example, printing is possible even when the download processing unit fails to download.
Further, for example, when a plurality of printing devices are communicably connected to a certain information processing device, and one printing device among them has a module storage unit but another printing device does not have a module storage unit, another printing device has a module storage unit. It is possible to print on another printing device without downloading the encryption module from the printing device. That is, printing is possible even when the print data is not encrypted and therefore the encryption module does not need to be downloaded.

(vi)前記プリンタードライバーは、前記暗号化モジュールが行う暗号化処理と異なる第2暗号化処理を行う第2暗号化処理部をさらに備え、前記暗号化処理部は、前記暗号化モジュールがダウンロードされない場合は前記第2暗号化処理部を用いてデータを暗号化し、前記復号化処理部は、前記第2暗号化処理で暗号化されたデータについて前記第2暗号化処理に対応した復号化処理を行うようにしてもよい。
このようにすれば、例えば、ダウンロード処理部がダウンロードに失敗した場合にも第2暗号化処理を用いた印刷が可能である。
また例えば、ある情報処理装置に複数の印刷装置が通信可能に接続されており、それらのうちある印刷装置はモジュール格納部を備えるが他の印刷装置はモジュール格納部を備えず第2暗号化処理を用いるように設定されているものとする。その場合、他の印刷装置から暗号化モジュールがダウンロードされなくても第2暗号化処理を用いて他の印刷装置で印刷を行うことが可能である。すなわち、暗号化モジュールのダウンロードが不要な場合にも印刷が可能である。
(Vi) The printer driver further includes a second encryption processing unit that performs a second encryption processing different from the encryption processing performed by the encryption module, and the encryption processing unit does not download the encryption module. In that case, the data is encrypted using the second encryption processing unit, and the decryption processing unit performs a decryption process corresponding to the second encryption process on the data encrypted by the second encryption process. You may do it.
In this way, for example, even if the download processing unit fails to download, printing using the second encryption process is possible.
Further, for example, a plurality of printing devices are communicably connected to a certain information processing device, and one of the printing devices has a module storage unit, but another printing device does not have a module storage unit and a second encryption process is performed. It is assumed that is set to use. In that case, even if the encryption module is not downloaded from the other printing device, it is possible to print on the other printing device by using the second encryption process. That is, printing is possible even when the encryption module does not need to be downloaded.

(vii)また、この発明の好ましい態様は、暗号化処理を行う暗号化モジュールを外部の情報処理装置のプリンタードライバーがダウンロード可能に格納しかつその暗号化処理に対応した復号化処理を行う復号化モジュールを格納するモジュール格納部と、前記暗号化処理がなされたデータを少なくとも一部に含む印刷データを前記プリンタードライバーから受信する通信インターフェース回路と、受信した印刷データについて前記復号化モジュールを用いた復号化処理を行う復号化処理部と、前記復号化処理部により復号化された印刷データを印刷する印刷ユニットと、を備える印刷装置を含む。 (Vii) Further, a preferred embodiment of the present invention is a decryption in which an encryption module for performing an encryption process is stored so as to be downloadable by a printer driver of an external information processing device and a decryption process corresponding to the encryption process is performed. A module storage unit that stores a module, a communication interface circuit that receives print data including at least a part of the encrypted data from the printer driver, and decoding of the received print data using the decryption module. A printing apparatus including a decoding processing unit that performs a conversion process and a printing unit that prints print data decoded by the decoding processing unit is included.

(viii)さらにまた、この発明の好ましい態様は、印刷装置の制御部が、ダウンロード可能に格納された暗号化モジュールを、通信可能に接続された情報処理装置のプリンタードライバーへ提供するステップと、前記暗号化モジュールを用いて暗号化処理されたデータを少なくとも一部に含む印刷データを前記プリンタードライバーから受信するステップと、受信した印刷データに対して、復号化モジュールを用いて前記暗号化処理に対応した復号化処理を行うステップと、前記復号化処理で復号化された印刷データを印刷するステップと、を実行する印刷制御方法を含む。 (Viii) Furthermore, a preferred embodiment of the present invention includes a step in which the control unit of the printing apparatus provides the encryption module stored in a downloadable manner to the printer driver of the information processing apparatus connected communicably. The step of receiving print data including at least a part of the data encrypted by using the encryption module from the printer driver, and the received print data can be subjected to the encryption process by using the decryption module. The printing control method includes a step of performing the decoding process and a step of printing the print data decoded by the decoding process.

この発明の好ましい態様には、上述した複数の態様のうちの何れかを組み合わせたものも含まれる。
前述した実施の形態の他にも、この発明について種々の変形例があり得る。それらの変形例は、この発明の範囲に属さないと解されるべきものではない。この発明には、請求の範囲と均等の意味および前記範囲内でのすべての変形とが含まれるべきである。
Preferred embodiments of the present invention include a combination of any of the plurality of embodiments described above.
In addition to the embodiments described above, there may be various variations of the present invention. These variations should not be construed as not belonging to the scope of the present invention. The present invention should include the meaning equivalent to the claims and all modifications within the said scope.

11:印刷設定ダイアログ、 12f:仕上げタブ、 12m:メインタブ、 12p:給紙タブ、 12u:ユーザー認証タブ、 13L,13R:タブスクロールボタン、 14a:適用ボタン、 14c:キャンセルボタン、 14h:ヘルプボタン、 14k:OKボタン、 15:認証方式ドロップダウンリスト、 17:ログイン名入力ボックス、 18:ユーザー名チェックボックス、 19:ユーザー名入力ボックス、 20:ジョブ名チェックボックス、 21:ジョブ名入力ボックス、 23:ログイン名入力ボックス、 25:パスワード入力ボックス、 27:ユーザー番号入力ボックス、 31:部数入力ボックス、 32:原稿サイズドロップダウンリスト、 33:出力用紙サイズドロップダウンリスト、 34:原稿の向きドロップダウンリスト、 35:ズームチェックボックス、 36:ズーム設定ボタン、 37:両面印刷ドロップダウンリスト、 38:ページ集約ドロップダウンリスト、 39:ステープルドロップダウンリスト、 40:ドキュメントファイリング・ドロップダウンリスト、 41:ドキュメントファイリング・パスワードチェックボックス、 42:ドキュメントファイリング・パスワード入力ボックス、 43:カラーモード・ドロップダウンリスト
100,200:PC、 110:PC処理部、 112:プリンタードライバー、 112d:ダウンロード処理部、 112e:暗号化処理部、 112i:印刷データ提供部、 112n:ユーザー名受領部、 112w:パスワード受領部、 114:BIOS、 116:オペレーティングシステム、 118:アプリケーション 120:PCメモリー、 122:暗号化モジュール、 130:PC入出力インターフェース回路、 170:PC通信インターフェース回路
300,400,500:複合機、 310:複合機制御部、 312:復号化処理部、 320:複合機メモリー、 322:暗号化モジュール、 323:復号化モジュール、 330:操作ユニット、 340:データ処理回路、 350:スキャナーユニット、 360:印刷ユニット、 370:複合機通信インターフェース回路
600:サーバー
11: Print setting dialog, 12f: Finishing tab, 12m: Main tab, 12p: Feeding tab, 12u: User authentication tab, 13L, 13R: Tab scroll button, 14a: Apply button, 14c: Cancel button, 14h: Help button , 14k: OK button, 15: Authentication method drop-down list, 17: Login name input box, 18: User name check box, 19: User name input box, 20: Job name check box, 21: Job name input box, 23 : Login name input box, 25: Password input box, 27: User number input box, 31: Number of copies input box, 32: Original size drop-down list, 33: Output paper size drop-down list, 34: Original orientation drop-down list , 35: Zoom check box, 36: Zoom setting button, 37: Double-sided print drop-down list, 38: Page aggregation drop-down list, 39: Staple drop-down list, 40: Document filing drop-down list, 41: Document filing drop-down list Password check box, 42: Document filing password input box, 43: Color mode drop-down list 100, 200: PC, 110: PC processing unit, 112: Printer driver, 112d: Download processing unit, 112e: Encryption processing unit , 112i: Print data provider, 112n: User name receiver, 112w: Password receiver, 114: BIOS, 116: Operating system, 118: Application 120: PC memory, 122: Encryption module, 130: PC input / output interface Circuit, 170: PC communication interface circuit 300, 400, 500: Combined machine, 310: Combined machine control unit, 312: Decryption processing unit, 320: Combined machine memory, 322: Encryption module, 323: Decryption module, 330 : Operation unit, 340: Data processing circuit, 350: Scanner unit, 360: Printing unit, 370: Multi-function communication interface circuit 600: Server

Claims (8)

少なくとも一部が暗号化された印刷データを準備するプリンタードライバーを有した情報処理装置と、
前記印刷データを受信して印刷する印刷装置とを備えるシステムであって、
前記印刷装置は、
暗号化処理を行う暗号化モジュールをダウンロード可能に格納しかつその暗号化処理に対応した復号化処理を行う復号化モジュールを格納するモジュール格納部と、
前記復号化モジュールを用いて復号化処理を実行する復号化処理部と、
前記復号化処理部により復号化された印刷データを印刷する印刷ユニットとを備え、
前記プリンタードライバーは、
前記印刷装置から前記暗号化モジュールをダウンロードするダウンロード処理部と、
ダウンロードされた暗号化モジュールを用いてデータを暗号化する暗号化処理部と、
暗号化されたデータを少なくとも一部に含む印刷データを準備する印刷データ提供部と、を備える印刷システム。
An information processing device that has a printer driver that prepares at least partially encrypted print data,
A system including a printing device that receives and prints the print data.
The printing device is
A module storage unit that stores the encryption module that performs the encryption process in a downloadable manner and stores the decryption module that performs the decryption process corresponding to the encryption process.
A decoding processing unit that executes a decoding process using the decoding module, and
A printing unit for printing the print data decoded by the decoding processing unit is provided.
The printer driver
A download processing unit that downloads the encryption module from the printing device, and
An encryption processing unit that encrypts data using the downloaded encryption module,
A printing system including a print data providing unit that prepares print data including at least a part of encrypted data.
前記プリンタードライバーは、ログイン名の入力を受付けるユーザー名受領部をさらに備え、
前記暗号化処理部は、受付けられたログイン名を少なくとも暗号化し、
前記印刷データ提供部は、暗号化されたログイン名を含む印刷データを準備する請求項1に記載の印刷システム。
The printer driver further includes a user name receiving unit that accepts input of a login name.
The encryption processing unit at least encrypts the received login name.
The printing system according to claim 1, wherein the print data providing unit prepares print data including an encrypted login name.
前記プリンタードライバーは、パスワードの入力を受付けるパスワード受領部をさらに備え、
前記暗号化処理部は、受付けられたパスワードを少なくとも暗号化し、
前記印刷データ提供部は、暗号化されたパスワードを含む印刷データを準備する請求項1に記載の印刷システム。
The printer driver further includes a password receiving unit that accepts password input.
The encryption processing unit at least encrypts the received password.
The printing system according to claim 1, wherein the print data providing unit prepares print data including an encrypted password.
前記モジュール格納部は、前記印刷装置に代えてあるいは前記印刷装置と共に、前記情報処理装置と通信可能に接続された他の装置であってデータを格納するデータ格納装置に備えられ、
前記ダウンロード処理部は、前記印刷装置に代えて前記データ格納装置から前記暗号化モジュールをダウンロードする請求項1に記載の印刷システム。
The module storage unit is provided in a data storage device that stores data in place of the printing device or together with the printing device, which is another device communicably connected to the information processing device.
The printing system according to claim 1, wherein the download processing unit downloads the encryption module from the data storage device instead of the printing device.
前記暗号化処理部は、前記暗号化モジュールがダウンロードされない場合はデータの暗号化を行わず、
前記復号化処理部は、暗号化されていないデータについて復号化処理を行わない請求項1に記載の印刷システム。
The encryption processing unit does not encrypt the data when the encryption module is not downloaded.
The printing system according to claim 1, wherein the decryption processing unit does not perform decryption processing on unencrypted data.
前記プリンタードライバーは、前記暗号化モジュールが行う暗号化処理と異なる第2暗号化処理を行う第2暗号化処理部をさらに備え、
前記暗号化処理部は、前記暗号化モジュールがダウンロードされない場合は前記第2暗号化処理部を用いてデータを暗号化し、
前記復号化処理部は、前記第2暗号化処理で暗号化されたデータについて前記第2暗号化処理に対応した復号化処理を行う請求項1に記載の印刷システム。
The printer driver further includes a second encryption processing unit that performs a second encryption process different from the encryption process performed by the encryption module.
If the encryption module is not downloaded, the encryption processing unit encrypts the data using the second encryption processing unit.
The printing system according to claim 1, wherein the decryption processing unit performs a decryption process corresponding to the second encryption process on the data encrypted by the second encryption process.
暗号化処理を行う暗号化モジュールを外部の情報処理装置のプリンタードライバーがダウンロード可能に格納しかつその暗号化処理に対応した復号化処理を行う復号化モジュールを格納するモジュール格納部と、
前記暗号化処理がなされたデータを少なくとも一部に含む印刷データを前記プリンタードライバーから受信する通信インターフェース回路と、
受信した印刷データについて前記復号化モジュールを用いた復号化処理を行う復号化処理部と、
前記復号化処理部により復号化された印刷データを印刷する印刷ユニットと、
を備える印刷装置。
A module storage unit that stores an encryption module that performs encryption processing so that it can be downloaded by the printer driver of an external information processing device, and stores a decryption module that performs decryption processing corresponding to the encryption processing.
A communication interface circuit that receives print data including at least a part of the encrypted data from the printer driver, and
A decoding processing unit that performs decoding processing on the received print data using the decoding module, and
A printing unit that prints the print data decoded by the decoding processing unit, and
A printing device equipped with.
印刷装置の制御部が、
ダウンロード可能に格納された暗号化モジュールを、通信可能に接続された情報処理装置のプリンタードライバーへ提供するステップと、
前記暗号化モジュールを用いて暗号化処理されたデータを少なくとも一部に含む印刷データを前記プリンタードライバーから受信するステップと、
受信した印刷データに対して、復号化モジュールを用いて前記暗号化処理に対応した復号化処理を行うステップと、
前記復号化処理で復号化された印刷データを印刷するステップと、
を実行する印刷制御方法。
The control unit of the printing device
The step of providing the encryption module stored in a downloadable manner to the printer driver of the information processing device connected so as to be communicable.
A step of receiving print data from the printer driver that includes at least a part of data encrypted by using the encryption module.
A step of performing a decryption process corresponding to the encryption process using a decryption module on the received print data, and a step of performing the decryption process.
The step of printing the print data decoded by the decoding process and
Print control method to execute.
JP2019222288A 2019-12-09 2019-12-09 Printing system, printing device and printing control method Active JP7454936B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019222288A JP7454936B2 (en) 2019-12-09 2019-12-09 Printing system, printing device and printing control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019222288A JP7454936B2 (en) 2019-12-09 2019-12-09 Printing system, printing device and printing control method

Publications (2)

Publication Number Publication Date
JP2021092917A true JP2021092917A (en) 2021-06-17
JP7454936B2 JP7454936B2 (en) 2024-03-25

Family

ID=76312403

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019222288A Active JP7454936B2 (en) 2019-12-09 2019-12-09 Printing system, printing device and printing control method

Country Status (1)

Country Link
JP (1) JP7454936B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4254052B2 (en) 2000-01-04 2009-04-15 コニカミノルタビジネステクノロジーズ株式会社 OUTPUT SYSTEM, OUTPUT METHOD USED FOR THE SAME, AND RECORDING MEDIUM RECORDING PROGRAM EXECUTED IN OUTPUT SYSTEM
JP2006344173A (en) 2005-06-10 2006-12-21 Canon Inc Information processor and its control method
JP4337853B2 (en) 2006-09-04 2009-09-30 コニカミノルタビジネステクノロジーズ株式会社 Application program distribution apparatus, image processing apparatus, and program
JP2008165368A (en) 2006-12-27 2008-07-17 Konica Minolta Business Technologies Inc Service restriction method, image processing restriction method, and image processing system
JP7099039B2 (en) 2018-05-10 2022-07-12 富士フイルムビジネスイノベーション株式会社 Image formation system, terminal device and program

Also Published As

Publication number Publication date
JP7454936B2 (en) 2024-03-25

Similar Documents

Publication Publication Date Title
JP4821405B2 (en) File access control device and file management system
JP4835111B2 (en) Job processing system and image reading apparatus
US10243995B2 (en) Image processing apparatus that operates according to security policies, control method therefor, and storage medium
US9348994B2 (en) Information processor and system that associate job and user information based on job identifier
JP5511463B2 (en) Image forming apparatus, image processing system, method for controlling image processing system, and program
JP2008165368A (en) Service restriction method, image processing restriction method, and image processing system
JP2014159123A (en) Printing device, printing device control method, and program
JP2007272764A (en) Information processing apparatus, printing apparatus, output control method, storage medium, and program
JP2007140901A (en) Image processing system
US8973103B2 (en) Image forming apparatus, license server, terminal apparatus, method for installing application, and method for providing application file
KR100914698B1 (en) Printing system and host apparatus
US7437022B2 (en) Image data processing apparatus, and image data registration apparatus and attribute information registration apparatus pertaining thereto
JP6977316B2 (en) Setting information usage system, setting information usage method
EP3042332B1 (en) Image processing apparatus authentication system and image processing apparatus
US8559641B2 (en) Application program distributing apparatus, image processing apparatus and program, allowing data communications using S/MIME at ease
JP6468135B2 (en) Information processing apparatus, print system, and program
JP7383947B2 (en) Information processing equipment and image processing equipment
JP2008123030A (en) Printing device and information processing system using the same
JP7454936B2 (en) Printing system, printing device and printing control method
JP2009301421A (en) Information processing device, information processing system, information processing method, information processing program and recording medium
JP2006350689A (en) Client driver program and computer for controlling image forming apparatus, and method for controlling operation screen for image processing apparatus operation
JP2013186849A (en) Printing system
JP5640573B2 (en) Image processing apparatus, image processing system, setting control method, setting control program, and recording medium
US11182116B2 (en) Information processing apparatus and non-transitory computer readable medium
US11917414B2 (en) Information processing method and information processing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220921

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230627

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230630

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230808

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20230808

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20231024

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240118

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20240129

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240220

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240312

R150 Certificate of patent or registration of utility model

Ref document number: 7454936

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150