JP2017058746A - Information processing apparatus, control method thereof, and program - Google Patents

Information processing apparatus, control method thereof, and program Download PDF

Info

Publication number
JP2017058746A
JP2017058746A JP2015180749A JP2015180749A JP2017058746A JP 2017058746 A JP2017058746 A JP 2017058746A JP 2015180749 A JP2015180749 A JP 2015180749A JP 2015180749 A JP2015180749 A JP 2015180749A JP 2017058746 A JP2017058746 A JP 2017058746A
Authority
JP
Japan
Prior art keywords
file
password
user
input
identification information
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
JP2015180749A
Other languages
Japanese (ja)
Inventor
浩一 田邉
Koichi Tanabe
浩一 田邉
明弘 浜名
Akihiro Hamana
明弘 浜名
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 JP2015180749A priority Critical patent/JP2017058746A/en
Publication of JP2017058746A publication Critical patent/JP2017058746A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To improve the convenience in opening a file with password, while ensuring security of the file in an information processing apparatus.SOLUTION: A CPU 106 of an information processing apparatus 100 executes a password management application, to acquire user name of a log-in user, file name of a file with password, and a password input by the user for opening the file, and stores the file name, the password, and the user name in a password management table, in association with each other. When the user opens the file with password again, the CPU 106 searches the password management table for a password associated with the file name and the user name. When the password is detected, the file is automatically opened with the password stored in the password management table, without requiring the user to input the password.SELECTED DRAWING: Figure 2

Description

本発明は、情報処理装置及びその制御方法並びにプログラムに関し、特に、パスワードが設定されたファイルを開く際の利便性を向上させる技術に関する。   The present invention relates to an information processing apparatus, a control method thereof, and a program, and more particularly, to a technique for improving convenience when opening a file in which a password is set.

電子メールにファイルを添付して送信する際に、セキュリティを確保することを目的として、添付ファイルにパスワードを設定して送信することが行われている(特許文献1参照)。ここで、電子メールにファイルを添付する際に多く利用されるファイル形式としてZIPファイルフォーマットがある。ZIPファイルフォーマットは、ファイルを圧縮してファイルサイズを縮小することができるだけでなく、パスワードの設定が可能であるため、セキュリティを確保する観点から広く利用されている。   In order to ensure security when attaching a file to an e-mail and sending it, a password is set in the attached file and sent (see Patent Document 1). Here, there is a ZIP file format as a file format often used when attaching a file to an e-mail. The ZIP file format is widely used from the viewpoint of ensuring security because not only the file size can be reduced by compressing the file but also a password can be set.

パスワードが設定されたファイル(以下「パスワード付きファイル」という)が添付された電子メールの受信者(ユーザ)は、例えば、電子メールの送信者との取り決めに従ったパスワードを入力することで、パスワード付きファイルを開くことができる。これに限らず、例えば、電子メールの送信者からのパスワード付きファイルのパスワードが別途通知されることで、ユーザは通知されたパスワードを入力して、パスワード付きファイルを開くことができる。   An e-mail recipient (user) to which a file with a password set (hereinafter referred to as “file with password”) is attached, for example, by entering the password according to the agreement with the e-mail sender, You can open the attached file. For example, the password of the password-added file from the sender of the e-mail is notified separately, so that the user can input the notified password and open the password-added file.

特開2015−122097号公報Japanese Patent Application Laid-Open No. 2015-122097

しかし、後日、ユーザがパスワード付きファイルを開こうとした際に、パスワードを忘れてしまっていて入力することができず、ファイルを開けないことが多々ある。このような事態が生じることのないように、ユーザは、例えば、パスワードの設定を解除してファイルを保存することがある。しかし、この場合には第三者もファイルを開くことが可能になるため、セキュリティを確保することができなくなってしまう。   However, when a user tries to open a file with a password at a later date, the user often forgets the password and cannot enter the file, and often the file cannot be opened. In order to prevent such a situation from occurring, for example, the user may cancel the password setting and save the file. However, in this case, since a third party can open the file, security cannot be ensured.

本発明は、パスワード付きファイルのセキュリティを確保しつつ、当該ファイルを開く際の利便性を向上させた情報処理装置を提供することを目的とする。   It is an object of the present invention to provide an information processing apparatus that improves the convenience when opening a file while ensuring the security of a file with a password.

本発明に係る情報処理装置は、ユーザのログイン認証処理を実行するログイン手段と、パスワードが設定されたファイルを読み込む読み込み手段と、前記ファイルを開くためのパスワードを入力する入力手段と、前記入力手段に入力されたパスワードを用いて前記ファイルを開くように制御する制御手段と、前記ファイルのファイル識別情報と、前記入力手段に入力されたパスワードと、前記情報処理装置にログイン中のユーザのユーザ識別情報とを関連付けて保存する管理手段と、前記ファイルが読み込まれると、前記ファイルのファイル識別情報とログインしているユーザのユーザ識別情報に基づき、前記管理手段に保存されている前記パスワードを検索する検索手段を有し、前記検索手段により該パスワードが検索された場合に、前記制御手段は、前記入力手段に対する前記パスワードの入力なしに、前記検索手段により検索された前記管理手段に保存されている前記パスワードを用いて自動的に前記ファイルを開くように制御することを特徴とする。   An information processing apparatus according to the present invention includes a login unit that executes a login authentication process of a user, a reading unit that reads a file in which a password is set, an input unit that inputs a password for opening the file, and the input unit Control means for controlling to open the file using the password input to the file, file identification information of the file, password input to the input means, and user identification of the user who is logged in to the information processing apparatus Management means for associating and storing information, and when the file is read, the password stored in the management means is searched based on the file identification information of the file and the user identification information of the logged-in user Having a search means, and when the password is searched by the search means, The control means controls to automatically open the file using the password stored in the management means searched by the search means without inputting the password to the input means. To do.

本発明に係る別の情報処理装置は、ユーザのログイン認証処理を実行するログイン手段と、パスワードが設定されたファイルを読み込む読み込み手段と、前記ファイルを開くためのパスワードを入力する入力手段と、前記入力手段に入力されたパスワードを用いて前記ファイルを開くように制御する制御手段と、前記入力手段に入力されたパスワードと、前記情報処理装置にログイン中のユーザのユーザ識別情報とを前記ファイルに付加する管理手段と、前記ファイルが読み込まれると、前記ログインしているユーザのユーザ識別情報が前記ファイルに付加されているか否かを判定する判定手段を有し、前記判定手段により該ユーザ識別情報が前記ファイルに付加されていると判定された場合に、前記制御手段は、前記入力手段に対する前記パスワードの入力なしに、前記ファイルに付加されているパスワードを用いて自動的に前記ファイルを開くように制御することを特徴とする。   Another information processing apparatus according to the present invention includes: a login unit that executes a login authentication process of a user; a reading unit that reads a file in which a password is set; an input unit that inputs a password for opening the file; Control means for controlling to open the file using a password input to the input means, a password input to the input means, and user identification information of a user who is logged in to the information processing apparatus are stored in the file. Management means to be added; and determination means for determining whether or not user identification information of the logged-in user is added to the file when the file is read. Is determined to have been added to the file, the control means provides the input means with respect to the input means. Without Seward input, and controls to open automatically the file by using a password that is added to the file.

本発明に係る情報処理装置によれば、パスワード付きファイルのセキュリティを確保しつつ、当該ファイルを開く際の利便性を向上させることができる。   According to the information processing apparatus of the present invention, it is possible to improve the convenience when opening a file while ensuring the security of a file with a password.

本発明の実施形態に係る情報処理装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the information processing apparatus which concerns on embodiment of this invention. 図1の情報処理装置上で動作する、第1実施形態に係るパスワード管理アプリケーションを用いた、パスワード管理のための情報処理のフローチャートである。It is a flowchart of the information processing for password management using the password management application which concerns on 1st Embodiment which operate | moves on the information processing apparatus of FIG. 第1実施形態に係るパスワード管理アプリケーションで用いられるパスワード管理テーブルの構成を示す図である。It is a figure which shows the structure of the password management table used with the password management application which concerns on 1st Embodiment. 第1実施形態に係るパスワード管理アプリケーションが実行された際にディスプレイに表示されるパスワード入力画面の一例を示す図である。It is a figure which shows an example of the password input screen displayed on a display, when the password management application which concerns on 1st Embodiment is performed. 図1の情報処理装置上で動作する、第2実施形態に係るパスワード管理アプリケーションでパスワード管理が可能なパスワード付きファイルのデータ構成例を示す図である。It is a figure which shows the data structural example of the file with a password which operate | moves on the information processing apparatus of FIG. 1, and can perform password management with the password management application which concerns on 2nd Embodiment.

以下、本発明の実施形態について、添付図面を参照して説明する。図1は、本発明の実施形態に係る情報処理装置100の概略構成を示すブロック図である。情報処理装置100の典型例は、パーソナルコンピュータである。情報処理装置100は、ディスプレイ101、VRAM102、BMU103、キーボード104、PD105、CPU106、ROM107、RAM108、HDD109、光学ディスクドライブ110、ネットワークI/F111及びバス112を有する。   Embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 1 is a block diagram showing a schematic configuration of an information processing apparatus 100 according to an embodiment of the present invention. A typical example of the information processing apparatus 100 is a personal computer. The information processing apparatus 100 includes a display 101, a VRAM 102, a BMU 103, a keyboard 104, a PD 105, a CPU 106, a ROM 107, a RAM 108, an HDD 109, an optical disk drive 110, a network I / F 111, and a bus 112.

ディスプレイ101は、情報処理装置100上で動作するOSやアプリケーション(ソフトウェア)に対するユーザインタフェースをはじめとして、各種の情報を表示する表示手段であり、例えば、液晶ディスプレイである。VRAM102には、ディスプレイ101に各種情報を表示するためのデータが記憶される。VRAM102に記憶されたデータは、所定の規定に従ってディスプレイ101に転送され、これにより、ディスプレイ101に、各種情報がアイコンやメニュー、オブジェクト等として表示される。   The display 101 is a display unit that displays various types of information including a user interface for an OS and an application (software) operating on the information processing apparatus 100, and is, for example, a liquid crystal display. The VRAM 102 stores data for displaying various information on the display 101. The data stored in the VRAM 102 is transferred to the display 101 according to a predetermined rule, whereby various information is displayed on the display 101 as icons, menus, objects, and the like.

BMU(bit move unit)103は、メモリ間(例えば、VRAM102とRAM108との間)のデータ転送や、メモリとI/Oデバイス(例えば、RAM108とネットワークI/F111)との間のデータ転送を制御する。キーボード104は、文字や数字等を入力するための各種キーを有する入力手段の1つである。PD(pointing device)105は、ディスプレイ101に表示されたアイコンやメニュー、その他のコンテンツ等の指定等に用いられる入力手段であり、例えば、マウスやタッチパネルである。   A BMU (bit move unit) 103 controls data transfer between memories (for example, between the VRAM 102 and the RAM 108) and data transfer between the memory and an I / O device (for example, the RAM 108 and the network I / F 111). To do. The keyboard 104 is one of input means having various keys for inputting characters, numbers, and the like. A PD (pointing device) 105 is an input unit used for designating icons, menus, and other contents displayed on the display 101, and is, for example, a mouse or a touch panel.

ROM107は、情報処理装置100の起動に必要なBIOS等の制御プログラムやデータを格納する記憶手段である。RAM108は、CPU106のワーク領域や、各種データを一時的に記憶する一次記憶領域、各種プログラムのロード領域等を有する記憶手段である。HDD109は、OSプログラム、各種の制御プログラム、OSプログラム上で実行可能な各種アプリケーション(ソフトウェア)のプログラム、各種データ等を格納する記憶手段である。光学ディスクドライブ110は、DVD−RAM等の光学ディスクに格納されたプログラム等を読み取る。   The ROM 107 is a storage unit that stores a control program such as a BIOS necessary for starting up the information processing apparatus 100 and data. The RAM 108 is a storage unit having a work area for the CPU 106, a primary storage area for temporarily storing various data, a load area for various programs, and the like. The HDD 109 is a storage unit that stores an OS program, various control programs, programs of various applications (software) that can be executed on the OS program, various data, and the like. The optical disk drive 110 reads a program stored on an optical disk such as a DVD-RAM.

CPU106は、ROM107に格納されたBIOS等の制御プログラムを実行することにより、情報処理装置100を構成する各種ハードウェアの全体的な制御を行う。また、CPU106は、HDD109等に格納されたOSプログラムやアプリケーションプログラムをRAM108に展開することによって、プログラムに従った各種の処理を実行する。   The CPU 106 performs overall control of various hardware constituting the information processing apparatus 100 by executing a control program such as BIOS stored in the ROM 107. In addition, the CPU 106 executes various processes according to the program by expanding the OS program or application program stored in the HDD 109 or the like on the RAM 108.

ネットワークI/F111は、不図示の外部の情報処理装置やプリンタ等と、LANやインターネット等のネットワークを介して通信を行う。図1には、外部の情報処理装置として、データサーバ120が接続された例が示されている。なお、CPU106に対する制御プログラムの提供は、ネットワークI/F111を介してネットワーク経由で他の情報処理装置等から行うこともできる。バス112は、アドレスバス、データバス及びコントロールバスを含み、情報処理装置100を構成する各ブロック間でのデータ通信を可能とする。不図示であるが、情報処理装置100は、USB規格等の所定の規格に従う外部装置を接続するためのポートと、装着された外部装置とCPU106との間のデータ通信を可能とするインタフェース等を有する。   The network I / F 111 communicates with an external information processing apparatus, a printer, and the like (not shown) via a network such as a LAN or the Internet. FIG. 1 shows an example in which a data server 120 is connected as an external information processing apparatus. The provision of the control program to the CPU 106 can also be performed from another information processing apparatus or the like via the network via the network I / F 111. The bus 112 includes an address bus, a data bus, and a control bus, and enables data communication between the blocks constituting the information processing apparatus 100. Although not shown, the information processing apparatus 100 includes a port for connecting an external device conforming to a predetermined standard such as the USB standard, an interface that enables data communication between the mounted external device and the CPU 106, and the like. Have.

情報処理装置100は、1人のユーザに限らず、複数のユーザが利用可能となっているものとする。また、情報処理装置100は利用者それぞれに予め割り当てられたアカウント情報を使って、ユーザのログイン認証処理を実行し、成功すれば、当該ユーザによる情報処理装置100の利用が可能になるものとする。CPU106は、ユーザが情報処理装置100にログインした際に、アカウント情報からユーザを一意に特定可能なユーザ識別情報、例えば、ユーザ名又はユーザIDを読み出して、RAM108に記憶する。情報処理装置100により実行される情報処理方法について、以下に具体的に説明する。   It is assumed that the information processing apparatus 100 can be used not only by one user but also by a plurality of users. Further, the information processing apparatus 100 executes user login authentication processing using account information previously assigned to each user, and if successful, the information processing apparatus 100 can be used by the user. . When the user logs in to the information processing apparatus 100, the CPU 106 reads user identification information that can uniquely identify the user from account information, for example, a user name or a user ID, and stores the user identification information in the RAM 108. The information processing method executed by the information processing apparatus 100 will be specifically described below.

<第1実施形態>
図2は、情報処理装置100上で動作する第1実施形態に係るパスワード管理アプリケーション(以下「パスワード管理アプリ」という)を用いた、パスワード管理のための情報処理のフローチャートである。図2に示される各処理は、CPU106が、パスワード管理アプリのプログラムをRAMに展開し、プログラムに従った所定の演算処理を行うと共に、情報処理装置100を構成する各ブロックを制御することによって実現される。
<First Embodiment>
FIG. 2 is a flowchart of information processing for password management using the password management application (hereinafter referred to as “password management application”) according to the first embodiment operating on the information processing apparatus 100. Each process shown in FIG. 2 is realized by the CPU 106 developing the password management application program in the RAM, performing predetermined arithmetic processing according to the program, and controlling each block constituting the information processing apparatus 100. Is done.

本実施形態では、パスワード管理アプリは、HDD109に格納されているものとする。但し、これに限らず、パスワード管理アプリは、HDD109以外の記憶手段(例えば、光学ディスクやUSB規格の外部装置等)に格納されていてもよいし、ネットワークI/F111を介して外部装置から情報処理装置100に提供されてもよい。   In the present embodiment, it is assumed that the password management application is stored in the HDD 109. However, the present invention is not limited to this, and the password management application may be stored in storage means other than the HDD 109 (for example, an optical disk or a USB standard external device), or information from an external device via the network I / F 111. It may be provided to the processing apparatus 100.

また、本実施形態では、情報処理装置100が起動している状態では、パスワード管理アプリを起動するためのアイコンがディスプレイ101に表示されるものとする。そして、ユーザがPD105を操作して、パスワード付きファイル(パスワードが設定されたファイル)のアイコンをパスワード管理アプリのアイコンにドラッグ&ドロップすると、CPU106がパスワード管理アプリを立ち上げるものとする。但し、パスワード管理アプリの起動は、これに限定されず、他の周知の方法により行うことができる。例えば、ディスプレイ101に表示されるOSのメニュー画面等から、PD105等の操作によってパスワード管理アプリを選択して立ち上げることができる。また、PD105でパスワード付きファイルを選択した状態で、立ち上げるソフトウェアを更に選択する方法を用いて、パスワード管理アプリを立ち上げることもできる。   In the present embodiment, it is assumed that an icon for activating a password management application is displayed on the display 101 in a state where the information processing apparatus 100 is activated. Then, when the user operates the PD 105 and drags and drops the icon of the file with password (file with the password set) onto the icon of the password management application, the CPU 106 starts up the password management application. However, the activation of the password management application is not limited to this, and can be performed by other known methods. For example, a password management application can be selected and launched from the OS menu screen displayed on the display 101 by operating the PD 105 or the like. In addition, a password management application can be launched using a method of further selecting software to be launched in a state where a file with a password is selected on the PD 105.

また、本実施形態では、パスワード管理アプリによる処理対象となるパスワード付きファイルは、図3を参照して後述するように、拡張子がzipで表される、ファイル形式がZIPファイルフォーマットのファイルであるとする。但し、パスワード管理アプリによる処理対象となるパスワード付きファイルは、これに限定されるものではない。   In this embodiment, the password-added file to be processed by the password management application is a file whose extension is represented by zip and whose file format is the ZIP file format, as will be described later with reference to FIG. And However, the password-added file to be processed by the password management application is not limited to this.

パスワード付きファイルのデータがパスワード管理アプリに読み込まれると、図2のフローチャートの処理が開始される。パスワード付きファイルは、CPU106が読み取り可能な場所に保存されていればよく、例えば、HDD109やデータサーバ120に保存されている。情報処理装置100がパスワード付きファイルを受信したり、情報処理装置100のHDD109に保存された複数のファイルの中からパスワード付きファイルが選択されたりすると、そのパスワード付きファイルがパスワード管理アプリに読み込まれる。   When the data of the password-added file is read into the password management application, the process of the flowchart of FIG. 2 is started. The password-added file only needs to be stored in a location that can be read by the CPU 106, and is stored in the HDD 109 or the data server 120, for example. When the information processing apparatus 100 receives a file with a password, or when a file with a password is selected from a plurality of files stored in the HDD 109 of the information processing apparatus 100, the file with a password is read into the password management application.

ステップS201においてCPU106は、パスワード付きファイルのファイル名と全解除フラグの値「1」を検索キーとしてパスワード管理テーブル(以下「管理テーブル」という)を検索し、一致するデータを保持しているか否かを判定する。管理テーブルの情報は、例えば、HDD109に格納されている。ここで、ファイル名はファイルを一意に特定するためのファイル識別情報である。   In step S201, the CPU 106 searches the password management table (hereinafter referred to as “management table”) using the file name of the file with password and the value “1” of the all cancellation flag as a search key, and whether or not matching data is held. Determine. Information on the management table is stored in the HDD 109, for example. Here, the file name is file identification information for uniquely identifying the file.

図3は、管理テーブルの構成を示す図である。管理テーブルは、ファイル名欄301、ユーザ名欄302、パスワード欄303及び全解除フラグ欄304を有しており、パスワード管理アプリは、各欄に保存されたファイル名、ユーザ名、パスワード及び解除フラグを関連付けて管理している。   FIG. 3 is a diagram showing the configuration of the management table. The management table has a file name column 301, a user name column 302, a password column 303, and an all cancellation flag column 304. The password management application stores the file name, user name, password, and cancellation flag stored in each column. Are associated and managed.

ファイル名欄301には、パスワードの管理対象となるパスワード付きファイルのファイル名が保存されている。本実施形態では、ファイル名欄301に保存されるファイル名は、その保存場所(ディレクトリ)を含んでいる。そして、ステップS201では、開こうとしているパスワード付きファイルのファイル名が管理テーブルに保持されているか否かが、この保存場所を含めて判定されるものとする。よって、ファイル名が管理テーブルへ保持された後に、ユーザの操作によってそのファイル名のパスワード付きファイルの保存場所が変更された場合には、保存場所変更後のパスワード付きファイルのファイル名は、管理テーブルに保持されていないと判定される。但し、これに限定されず、ファイル名欄301には、パスワード付きファイルの保存場所を記憶させずに、ファイル名のみを記憶するようにしてもよい。   In the file name column 301, the file name of a password-added file that is a password management target is stored. In the present embodiment, the file name stored in the file name column 301 includes the storage location (directory). In step S201, whether or not the file name of the password-added file to be opened is held in the management table is determined including this storage location. Therefore, after the file name is stored in the management table, if the storage location of the password-protected file is changed by the user's operation, the file name of the password-protected file after the storage location change is It is determined that it is not held in However, the present invention is not limited to this, and the file name column 301 may store only the file name without storing the storage location of the file with the password.

ユーザ名欄302には、パスワード付きファイルを最初にパスワード管理アプリで処理したユーザのユーザ名が、その際に情報処理装置100にログインしていたユーザのアカウント情報から取得され、保存されている。パスワード欄303には、パスワード管理アプリのパスワード入力画面で入力されたパスワードが保持される。なお、パスワード入力画面については、図4を参照して後述する。   In the user name column 302, the user name of the user who first processed the password-added file with the password management application is acquired and stored from the account information of the user who has logged in to the information processing apparatus 100 at that time. The password field 303 holds a password input on the password input screen of the password management application. The password input screen will be described later with reference to FIG.

全解除フラグ欄304には、全解除フラグが「0」又は「1」の値で保存されている。パスワード管理アプリは、全解除フラグが「1」の場合には、情報処理装置100を利用可能な全ユーザに対して、対応するパスワード付きファイルのパスワードを解除する。一方、パスワード管理アプリは、全解除フラグが「0」の場合には、対応するパスワード付きファイルのパスワードを、対応するユーザ名のユーザに対して解除するが、情報処理装置100を利用可能な全ユーザに対しては解除しない。   In the all release flag column 304, the all release flag is stored with a value of “0” or “1”. When the all cancellation flag is “1”, the password management application cancels the password of the corresponding password-added file for all users who can use the information processing apparatus 100. On the other hand, when the all cancellation flag is “0”, the password management application cancels the password of the corresponding password-added file with respect to the user having the corresponding user name, but all the information processing apparatuses 100 can be used. It is not released for the user.

図2の説明に戻る。管理テーブルに、ファイル名が同じ、且つ、全解除フラグが「1」であるデータが保持されている場合(S201でYES)、CPU106は、処理をステップS204へ進める。前述の通り、パスワード管理アプリは、全解除フラグが「1」のパスワード付きファイルについては、情報処理装置100を利用可能な全ユーザに対してパスワード付きファイルのパスワードを解除する。管理テーブルでは、1行目のデータがこれに該当する。   Returning to the description of FIG. If the management table holds data having the same file name and the entire release flag “1” (YES in S201), the CPU 106 advances the process to step S204. As described above, the password management application cancels the password of the password-added file for all users who can use the information processing apparatus 100 for the password-added file whose all release flag is “1”. In the management table, the data in the first row corresponds to this.

よって、ステップS201からステップS204へ処理が進んだ場合のステップS204においてCPU106は、管理テーブルからファイル名が同じで全解除フラグが「1」のデータのパスワードを読み出す。その後、CPU106は、処理をステップS208へ進め、ステップS208において、ステップS204で読み出したパスワードを用いて、対応する(開こうとしている)パスワード付きファイルを自動的に開くように制御する。こうして、ユーザは、ステップS201で開こうとしたパスワード付きファイルを、パスワード入力を行うことなく開いて、その内容を閲覧することができる。   Therefore, in step S204 when the process proceeds from step S201 to step S204, the CPU 106 reads the password of the data having the same file name and the all release flag “1” from the management table. Thereafter, the CPU 106 advances the processing to step S208, and controls to automatically open the corresponding password-added file (opening) using the password read in step S204 in step S208. In this way, the user can open the file with the password to be opened in step S201 without browsing for the password and browse the contents.

管理テーブルに、ファイル名が同じで、全解除フラグが「1」であるデータが保持されていない場合(S201でNO)、CPU106は、処理をステップS202へ進める。ステップS202においてCPU106は、現在、情報処理装置100にログイン中のユーザのユーザ名を取得する。なお、ユーザ名は、前述した通り、ユーザが情報処理装置100にログインした際のアカウント情報に基づいてRAM108に記憶されているため、CPU106はRAM108からユーザ名を読み出すことができる。   If the management table does not hold data having the same file name and the entire release flag “1” (NO in S201), the CPU 106 advances the process to step S202. In step S <b> 202, the CPU 106 acquires the user name of the user who is currently logged in to the information processing apparatus 100. Note that the user name is stored in the RAM 108 based on the account information when the user logs into the information processing apparatus 100 as described above, and thus the CPU 106 can read the user name from the RAM 108.

続くステップS203においてCPU106は、開こうとしているパスワード付きファイルのファイル名とステップS202で取得したユーザ名の組み合わせを検索キーとしてパスワード管理テーブルを検索し、一致するデータを保持しているか否かを判定する。CPU106は、一致するデータを保持している場合(S203でYES)、処理をステップS204へ進め、一致するデータを保持していない場合(S203でNO)、処理をステップS205へ進める。   In subsequent step S203, CPU 106 searches the password management table using the combination of the file name of the password-added file to be opened and the user name acquired in step S202 as a search key, and determines whether or not matching data is held. To do. If CPU 106 holds matching data (YES in S203), the process proceeds to step S204. If CPU 106 does not hold matching data (NO in S203), the process proceeds to step S205.

ステップS203の判定が「YES」となる場合とは、管理テーブルに、ファイル名とユーザ名とが一致し、全解除フラグが「0」となっているデータが保持されている場合である。図3では、ユーザ名がTomであれば2行目のデータが、ユーザ名がBobであれば3行目のデータが、ユーザ名がJohnであれば4行目のデータがそれぞれ、これに該当する。いずれの場合も、管理テーブルにはパスワードが保存されている。   The case where the determination in step S203 is “YES” is a case where data in which the file name matches the user name and the all cancellation flag is “0” is held in the management table. In FIG. 3, if the user name is Tom, the data on the second line corresponds to the data on the third line if the user name is Bob, and the data on the fourth line if the user name is John. To do. In either case, a password is stored in the management table.

よって、ステップS203からステップS204へ処理が進んだ場合のステップS204では、CPU106は、管理テーブルからファイル名とユーザ名が同じデータのパスワードを読み出す。その後、CPU106は、処理をステップS208へ進め、ステップS208において、ステップS204で読み出したパスワードを用いて、対応する(開こうとしている)パスワード付きファイルを自動的に開くように制御する。こうして、ユーザは、自身にのみパスワードが解除されたパスワード付きファイルを、パスワード入力を行うことなく開くことができる。   Therefore, in step S204 when the process proceeds from step S203 to step S204, the CPU 106 reads a password of data having the same file name and user name from the management table. Thereafter, the CPU 106 advances the processing to step S208, and controls to automatically open the corresponding password-added file (opening) using the password read in step S204 in step S208. In this way, the user can open the password-added file whose password is canceled only for himself / herself without entering the password.

ステップS203の判定が「NO」となる場合とは、管理テーブルに、開こうとしているパスワード付きファイルのデータが保存されていない場合である。例えば、初めてパスワード付きファイルをパスワード管理アプリから開こうとした場合や、後述するパスワード入力画面でパスワード解除を行わないことが選択された場合である。   The case where the determination in step S203 is “NO” is a case where data of a file with a password to be opened is not stored in the management table. For example, when a password-added file is first opened from a password management application, or when it is selected not to cancel a password on a password input screen described later.

そこで、ステップS205においてCPU106は、ディスプレイ101にパスワード入力画面を表示する。図4は、パスワード入力画面の一例を示す図である。ユーザの指示に応答して、パスワード入力画面の各欄への選択または入力の受け付けが行われる。パスワード入力画面に示されるパスワード入力欄401は、パスワード付きファイルに設定されたパスワードを入力するための欄である。パスワード入力画面が表示された場合に、パスワード入力欄401にパスワードを入力することなくOKボタン407が押下された場合にはエラーとなる。この場合、CPU106は、例えば、「パスワードを入力して下さい」等のエラーメッセージをディスプレイ101に表示するエラー処理を行う。また、パスワード入力欄401に正しくないパスワードが入力された状態でOKボタン407が押下された場合もエラーとなる。この場合、CPU106は、例えば、「パスワードが間違っています。パスワードを再入力して下さい」等のエラーメッセージをディスプレイ101に表示するエラー処理を行う。   In step S205, the CPU 106 displays a password input screen on the display 101. FIG. 4 is a diagram illustrating an example of a password input screen. In response to the user's instruction, selection or input of each column of the password input screen is performed. A password input field 401 displayed on the password input screen is a field for inputting a password set in a file with a password. When the password input screen is displayed, if the OK button 407 is pressed without entering the password in the password input field 401, an error occurs. In this case, the CPU 106 performs error processing for displaying an error message such as “Please enter password” on the display 101, for example. An error also occurs when the OK button 407 is pressed with an incorrect password entered in the password entry field 401. In this case, the CPU 106 performs error processing for displaying an error message on the display 101 such as “The password is incorrect. Please re-enter the password”.

OKボタン407は、次のステップへ処理を進めるための入力手段である。キャンセルボタン408は、パスワード入力画面を閉じるための入力手段であり、キャンセルボタン408が押下されると、管理テーブルには何らデータが保存されることなく、パスワード管理アプリでの処理は終了となる。   An OK button 407 is input means for proceeding to the next step. The cancel button 408 is an input means for closing the password input screen. When the cancel button 408 is pressed, no data is stored in the management table, and the processing by the password management application is ended.

ラジオボタン402〜405は、パスワードの解除方法を指定するための入力手段であり、ユーザは、これらのうちのいずれか1つを選択することができる。ラジオボタン402は、情報処理装置100の全ユーザに対してパスワードの設定を解除することを設定するための入力手段である。ラジオボタン402が選択されて、OKボタン407が押下された場合には、管理テーブルの全解除フラグ欄304に「1」が設定される。   The radio buttons 402 to 405 are input means for designating a password release method, and the user can select any one of them. The radio button 402 is an input unit for setting to cancel the password setting for all users of the information processing apparatus 100. When the radio button 402 is selected and the OK button 407 is pressed, “1” is set in the all cancellation flag field 304 of the management table.

ラジオボタン403は、現在、情報処理装置100にログイン中のユーザのみに対してパスワードの解除を設定するための入力手段である。ラジオボタン403が選択されて、OKボタン407が押下された場合には、管理テーブルの全解除フラグ欄304に「0」が設定される。ラジオボタン404が選択され、OKボタン407が押下された場合には、管理テーブルには何らデータは保存されない。   A radio button 403 is an input unit for setting password cancellation only for a user who is currently logged in to the information processing apparatus 100. When the radio button 403 is selected and the OK button 407 is pressed, “0” is set in the all cancellation flag field 304 of the management table. When the radio button 404 is selected and the OK button 407 is pressed, no data is stored in the management table.

ラジオボタン405は、現在、情報処理装置100にログイン中のユーザが、自身と、ユーザが指定した他のユーザに対してパスワードの解除を設定するためのボタンである。ユーザは、ユーザが指定した他のユーザのユーザ名を、ユーザ名入力欄406に入力することができる。ラジオボタン404が選択されて、OKボタン407が押下された場合には、管理テーブルの全解除フラグ欄304に「0」が設定される。   The radio button 405 is a button for a user who is currently logged in to the information processing apparatus 100 to set password cancellation for himself and other users specified by the user. The user can input the user name of another user specified by the user in the user name input field 406. When the radio button 404 is selected and the OK button 407 is pressed, “0” is set in the all cancellation flag field 304 of the management table.

具体的には、図3の管理テーブルの第1行目のデータは、ログインユーザであるTomが、パスワードを入力し、ラジオボタン402を選択し、OKボタン407を押下した場合に保存されたデータである。また、第2行目のデータは、ログインユーザであるTomが、パスワードを入力し、ラジオボタン403を選択し、OKボタン407を押下した場合に保存されたデータである。第3行目と第4行目のデータは、ログインユーザであるBobが、パスワードを入力し、ラジオボタン405を選択し、ユーザ名入力欄406に「John」を入力して、OKボタン407を押下した場合に保存されたデータである。   Specifically, the data in the first row of the management table in FIG. 3 is data stored when Tom, the login user, inputs a password, selects the radio button 402, and presses the OK button 407. It is. The data on the second line is data saved when the login user Tom inputs the password, selects the radio button 403, and presses the OK button 407. In the data on the third and fourth lines, Bob who is a login user inputs a password, selects a radio button 405, inputs “John” in the user name input field 406, and clicks an OK button 407. Data saved when the button is pressed.

ステップS205によりディスプレイ101にパスワード入力画面が表示されると、ステップS206においてCPU106は、パスワード入力画面に対するユーザによる入力を受け付ける。このとき、現在、情報処理装置100にログイン中のユーザは、ステップS201で開こうとしたパスワード付きファイルに設定されているパスワードを暗記し、又は十分なセキュリティレベルの下で管理しており、パスワードの入力が可能な状況にあるものとする。   When the password input screen is displayed on the display 101 in step S205, in step S206, the CPU 106 receives input from the user on the password input screen. At this time, the user who is currently logged in to the information processing apparatus 100 memorizes the password set in the file with the password to be opened in step S201, or manages the password under a sufficient security level. It is assumed that it is possible to input

続くステップS207においてCPU106は、ステップS206での入力内容に従って、管理テーブルの保存内容を更新する。パスワード入力画面でラジオボタン402,403,405が選択された場合には、管理テーブルに一式(ファイル名、ユーザ名、パスワード、全解除フラグ)の新たなデータが追記される。一方、ラジオボタン404が選択された場合には、管理テーブルは更新されない。   In subsequent step S207, CPU 106 updates the stored content of the management table in accordance with the input content in step S206. When radio buttons 402, 403, and 405 are selected on the password input screen, a set of new data (file name, user name, password, all release flag) is added to the management table. On the other hand, when the radio button 404 is selected, the management table is not updated.

ステップS206では、ラジオボタン402〜405の選択に関係なく、パスワードが入力されている。そのため、ステップS206,S207を経てステップS208においてCPU106は、ステップS206で入力されたパスワードを用いて、対応する(開こうとしている)パスワード付きファイルを開くように制御する。こうして、ユーザは、ステップS201で開こうとしたパスワード付きファイルのその内容を閲覧することができる。ステップS208により、本処理は終了となる。   In step S206, the password is input regardless of the selection of the radio buttons 402 to 405. Therefore, in steps S208 through S206 and S207, the CPU 106 controls to open the corresponding password-added file (opening) using the password input in step S206. In this way, the user can view the contents of the password-added file to be opened in step S201. This process is ended by step S208.

以上の説明の通り、情報処理装置100のユーザは、パスワード付きファイルのパスワードが解除される条件を、ユーザを制限して設定することができる。これにより、所望するセキュリティを確保しつつ、ユーザが、再度、パスワード付きファイルを開く際のパスワード入力の手間を省くことができる。また、管理テーブルにデータが保存されているパスワード付きファイルについては、パスワードを忘失してしまった場合でも、セキュリティを確保した状態で開くことが可能になる。   As described above, the user of the information processing apparatus 100 can set the conditions for releasing the password of the password-added file by restricting the user. Thereby, the user can save the trouble of inputting the password when opening the file with the password again while ensuring the desired security. In addition, a password-added file whose data is stored in the management table can be opened with security secured even if the password is forgotten.

<第2実施形態>
第1実施形態では、パスワード付きファイルのパスワード管理をパスワード管理アプリ内の管理テーブルを用いて行う構成とした。これに対して、第2実施形態では、パスワード付きファイルの末尾に各種情報を付加することによって、パスワード付きファイルのパスワードを管理する。なお、以下では、ファイルの末尾を例に説明するが、これに限らず、先頭や、先頭または末尾から何ビットの位置というように予め定められた位置に各種情報を付加する場合も同様に本実施形態を実現することができる。
Second Embodiment
In the first embodiment, the password management of the password-added file is performed using the management table in the password management application. On the other hand, in the second embodiment, the password of the file with password is managed by adding various information to the end of the file with password. In the following description, the end of the file will be described as an example. However, the present invention is not limited to this. Embodiments can be realized.

図5は、情報処理装置100上で動作する第2実施形態に係るパスワード管理アプリでパスワード管理が可能なパスワード付きファイルのデータ構成例を示す図である。第2実施形態に係るパスワード管理アプリは、パスワード付きファイルが初めてパスワード管理アプリによって処理される際に、図4に示したパスワード入力画面をディスプレイ101に表示し、入力内容をパスワード付きファイルに管理データとして付加する。但し、パスワード入力画面のラジオボタン404が選択された場合には、管理データはパスワード付きファイルに付加されない。   FIG. 5 is a diagram illustrating a data configuration example of a file with a password that can be managed by the password management application according to the second embodiment that operates on the information processing apparatus 100. The password management application according to the second embodiment displays the password input screen shown in FIG. 4 on the display 101 when a file with a password is processed by the password management application for the first time, and the input content is managed as a file with a password. Add as However, when the radio button 404 on the password input screen is selected, the management data is not added to the password-added file.

データファイル500は、パスワード付きファイルのオリジナルのデータ領域である。第1データ欄501には、パスワード付きファイルのオリジナルのデータ領域とパスワード管理アプリが利用するデータ領域(パスワード管理領域)とを区別し、パスワード管理領域の開始位置を示すシグネチャが記憶されるヘッダ部である。以下に説明する第2データ欄502以降が、パスワード管理領域である。   The data file 500 is an original data area of a file with a password. The first data column 501 distinguishes the original data area of the password-added file from the data area (password management area) used by the password management application, and stores a header indicating the signature indicating the start position of the password management area It is. The second data column 502 and later described below is a password management area.

第2データ欄502には、パスワード入力画面のパスワード入力欄401に入力された、パスワード付きファイルに設定されているパスワードが記憶される。第3データ欄503には、管理テーブルと同様に、全解除フラグが「0」又は「1」で記憶される。パスワード入力画面のラジオボタン402が選択された場合には「1」が、ラジオボタン403又はラジオボタン405が選択された場合には「0」が記憶される。   The second data field 502 stores the password set in the password-added file input in the password input field 401 on the password input screen. In the third data column 503, as in the management table, the all cancellation flag is stored as “0” or “1”. When the radio button 402 on the password input screen is selected, “1” is stored, and when the radio button 403 or the radio button 405 is selected, “0” is stored.

第4データ欄504には、ユーザ数が記憶される。パスワード入力画面のラジオボタン402が選択された場合には、ユーザ数に制限はなくなる、便宜上、例えば「0」が記憶されるが、全解除フラグの値「1」が優先されるため、実質的に考慮されることはない。ラジオボタン403が選択された場合には「1」が記憶される。ラジオボタン405が選択された場合に、ユーザ名入力欄406に入力された人数に自身を加えた値が入力される。   The fourth data column 504 stores the number of users. When the radio button 402 on the password input screen is selected, there is no limit to the number of users. For convenience, for example, “0” is stored, but the value “1” of the all cancellation flag is prioritized. Will not be considered. When the radio button 403 is selected, “1” is stored. When the radio button 405 is selected, a value obtained by adding itself to the number of persons input in the user name input field 406 is input.

第5データ欄505には、ユーザ名(管理テーブルのユーザ名欄302に保存されるユーザ名と同じ)が記憶される。第5データ欄505は、ユーザ数に応じた数だけ設けられる。なお、不図示であるが、データ管理上、ユーザ名を誤って読み出すことのないように、n番目(n:自然数)の第5データ欄505の直前には、n番目のユーザ名の長さ(バイト数)を示すデータが付加される。なお、同様に、第2データ欄502の直前に、第2データ欄502に記憶されるパスワードの長さを示すデータを付加し、また、第4データ欄504の直前に、第4データ欄504に記憶されるユーザ数の長さを示すデータを付加することが望ましい。   The fifth data column 505 stores a user name (same as the user name stored in the user name column 302 of the management table). The fifth data column 505 is provided in a number corresponding to the number of users. Although not shown, the length of the nth user name is immediately before the nth (n: natural number) fifth data column 505 so that the user name is not erroneously read out for data management. Data indicating (number of bytes) is added. Similarly, data indicating the length of the password stored in the second data column 502 is added immediately before the second data column 502, and the fourth data column 504 is added immediately before the fourth data column 504. It is desirable to add data indicating the length of the number of users stored in.

第2実施形態に係るパスワード管理アプリによる処理フローは、第1実施形態に係るパスワード管理アプリによる図2のフローチャートで示される処理フローに準ずる。但し、パスワード付きファイルに付加された管理データを用いることに起因して、一部の処理内容が変更される。具体的には、第1実施形態に係るパスワード管理アプリでのステップS201の処理は、第2実施形態に係るパスワード管理アプリでは、『全解除フラグが「1」であるか?』に変更される。また、第1実施形態に係るパスワード管理アプリでのステップS203の処理は、第2実施形態に係るパスワード管理アプリでは、『管理データのユーザ名の中にS202で取得したユーザ名があるか?』に変更される。その他のステップの処理内容に変更はなく、このように変更したフローに従って処理を行うことにより、第1実施形態と同じ結果と効果を得ることができる。更に、第2実施形態はパスワード付きファイルがデータサーバ120等の外部装置に保存されている場合に特に有用である。この場合、ユーザが外部装置にアクセスする端末を変更しても、その端末にパスワード管理アプリがインストールされていれば、外部装置に保存されているパスワード付きファイルを開くことができる。   The processing flow by the password management application according to the second embodiment is similar to the processing flow shown by the flowchart of FIG. 2 by the password management application according to the first embodiment. However, due to the use of management data added to the password-added file, some processing contents are changed. Specifically, in the password management application according to the second embodiment, the process of step S201 in the password management application according to the first embodiment is “whether the all cancellation flag is“ 1 ”? To be changed. Further, the process of step S203 in the password management application according to the first embodiment is as follows. In the password management application according to the second embodiment, “is the user name acquired in S202 included in the user name of the management data? To be changed. The processing contents of the other steps are not changed, and the same results and effects as those of the first embodiment can be obtained by performing the processing according to the flow thus changed. Furthermore, the second embodiment is particularly useful when a file with a password is stored in an external device such as the data server 120. In this case, even if the user changes the terminal that accesses the external device, the file with the password stored in the external device can be opened if the password management application is installed in the terminal.

<その他の実施形態>
以上、本発明をその好適な実施形態に基づいて詳述してきたが、本発明はこれら特定の実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の様々な形態も本発明に含まれる。例えば、上記実施形態では、パスワード付きファイルが、ZIPファイルフォーマットのファイルであるとした。しかし、これに限られず、パスワードの付加が可能なその他のフォーマットのファイルであっても本発明の適用は可能であり、例えば、ZIPファイルフォーマット以外のファイル圧縮フォーマットが挙げられる。
<Other embodiments>
Although the present invention has been described in detail based on preferred embodiments thereof, the present invention is not limited to these specific embodiments, and various forms within the scope of the present invention are also included in the present invention. included. For example, in the above embodiment, the file with a password is a file in the ZIP file format. However, the present invention is not limited to this, and the present invention can be applied even to a file of another format to which a password can be added. For example, a file compression format other than the ZIP file format can be mentioned.

本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。   The present invention supplies a program that realizes one or more functions of the above-described embodiments to a system or apparatus via a network or a storage medium, and one or more processors in a computer of the system or apparatus read and execute the program This process can be realized. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

100 情報処理装置
101 ディスプレイ
104 キーボード
106 CPU
120 データサーバ
301 ファイル名欄
302 ユーザ名欄
303 パスワード欄
304 全解除フラグ欄
DESCRIPTION OF SYMBOLS 100 Information processing apparatus 101 Display 104 Keyboard 106 CPU
120 Data Server 301 File Name Field 302 User Name Field 303 Password Field 304 All Cancel Flag Field

Claims (13)

情報処理装置であって、
ユーザのログイン認証処理を実行するログイン手段と、
パスワードが設定されたファイルを読み込む読み込み手段と、
前記ファイルを開くためのパスワードを入力する入力手段と、
前記入力手段に入力されたパスワードを用いて前記ファイルを開くように制御する制御手段と、
前記ファイルのファイル識別情報と、前記入力手段に入力されたパスワードと、前記情報処理装置にログイン中のユーザのユーザ識別情報とを関連付けて保存する管理手段と、
前記ファイルが読み込まれると、前記ファイルのファイル識別情報とログインしているユーザのユーザ識別情報に基づき、前記管理手段に保存されている前記パスワードを検索する検索手段を有し、
前記検索手段により該パスワードが検索された場合に、前記制御手段は、前記入力手段に対する前記パスワードの入力なしに、前記検索手段により検索された前記管理手段に保存されている前記パスワードを用いて自動的に前記ファイルを開くように制御することを特徴とする情報処理装置。
An information processing apparatus,
Login means for executing login authentication processing of the user;
Reading means to read a file with a password,
An input means for inputting a password for opening the file;
Control means for controlling to open the file using a password input to the input means;
Management means for storing the file identification information of the file, the password input to the input means, and the user identification information of the user who is logged in to the information processing apparatus in association with each other;
When the file is read, based on the file identification information of the file and the user identification information of the logged-in user, search means for searching the password stored in the management means,
When the password is searched by the search means, the control means automatically uses the password stored in the management means searched by the search means without inputting the password to the input means. An information processing apparatus that controls to open the file automatically.
前記ログイン中のユーザが指定した他のユーザのユーザ識別情報の入力を受け付ける受け付け手段をさらに備え、
前記管理手段は、前記ファイルのファイル識別情報と、前記入力手段に入力されたパスワードを更に、前記他のユーザのユーザ識別情報と関連付けて保存することを特徴とする請求項1に記載の情報処理装置。
A receiving means for receiving input of user identification information of another user designated by the logged-in user;
2. The information processing according to claim 1, wherein the management unit further stores the file identification information of the file and the password input to the input unit in association with the user identification information of the other user. apparatus.
前記他のユーザとして前記情報処理装置にログインが可能な全ユーザが指定されると、前記管理手段は、前記他のユーザのユーザ識別情報として、前記情報処理装置にログインが可能な全ユーザを示すフラグを保存することを特徴とする請求項2に記載の情報処理装置。   When all users who can log in to the information processing apparatus are specified as the other users, the management unit indicates all users who can log in to the information processing apparatus as user identification information of the other users. The information processing apparatus according to claim 2, wherein a flag is stored. ユーザの指示に応答して、前記入力手段に入力されたパスワードを前記管理手段に保存しないことを設定する手段を有し、
前記管理手段は、前記入力されたパスワードを前記管理手段に保存しないことが設定された場合に、前記パスワードを前記ファイルのファイル識別情報と、前記ユーザ識別情報と関連付けて保存しないことを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。
In response to a user's instruction, there is means for setting that the password input to the input means is not stored in the management means,
The management unit does not store the password in association with the file identification information of the file and the user identification information when it is set not to store the input password in the management unit. The information processing apparatus according to any one of claims 1 to 3.
情報処理装置であって、
ユーザのログイン認証処理を実行するログイン手段と、
パスワードが設定されたファイルを読み込む読み込み手段と、
前記ファイルを開くためのパスワードを入力する入力手段と、
前記入力手段に入力されたパスワードを用いて前記ファイルを開くように制御する制御手段と、
前記入力手段に入力されたパスワードと、前記情報処理装置にログイン中のユーザのユーザ識別情報とを前記ファイルに付加する管理手段と、
前記ファイルが読み込まれると、前記ログインしているユーザのユーザ識別情報が前記ファイルに付加されているか否かを判定する判定手段を有し、
前記判定手段により該ユーザ識別情報が前記ファイルに付加されていると判定された場合に、前記制御手段は、前記入力手段に対する前記パスワードの入力なしに、前記ファイルに付加されているパスワードを用いて自動的に前記ファイルを開くように制御することを特徴とする情報処理装置。
An information processing apparatus,
Login means for executing login authentication processing of the user;
Reading means to read a file with a password,
An input means for inputting a password for opening the file;
Control means for controlling to open the file using a password input to the input means;
A management unit for adding a password input to the input unit and user identification information of a user who is logged in to the information processing apparatus to the file;
When the file is read, there is a determination unit that determines whether user identification information of the logged-in user is added to the file,
When the determination unit determines that the user identification information is added to the file, the control unit uses the password added to the file without inputting the password to the input unit. An information processing apparatus that controls to automatically open the file.
前記ログイン中のユーザが指定した他のユーザのユーザ識別情報の入力を受け付ける受け付け手段をさらに備え、
前記管理手段は、前記他のユーザのユーザ識別情報を前記ファイルに更に付加することを特徴とする請求項5に記載の情報処理装置。
A receiving means for receiving input of user identification information of another user designated by the logged-in user;
The information processing apparatus according to claim 5, wherein the management unit further adds user identification information of the other user to the file.
前記他のユーザとして前記情報処理装置にログインが可能な全ユーザが指定されると、前記管理手段は、前記他のユーザのユーザ識別情報として、前記情報処理装置にログインが可能な前記全ユーザを示すフラグを前記ファイルに付加することを特徴とする請求項6に記載の情報処理装置。   When all users who can log in to the information processing apparatus are specified as the other users, the management unit sets all the users who can log in to the information processing apparatus as user identification information of the other users. The information processing apparatus according to claim 6, wherein a flag to indicate is added to the file. ユーザの指示に応答して、前記入力手段に入力されたパスワードを前記ファイルに付加しないことを設定する手段を有し、
前記管理手段は、前記入力されたパスワードを前記ファイルに付加しないことが設定された場合に、前記パスワードを前記ファイルに付加しないことを特徴とする請求項5乃至7のいずれか1項に記載の情報処理装置。
In response to an instruction from the user, means for setting not to add the password input to the input means to the file,
The said management means does not add the said password to the said file, when it is set not to add the said input password to the said file, The any one of Claim 5 thru | or 7 characterized by the above-mentioned. Information processing device.
前記入力手段に入力されたパスワードが正しいか否かを判定する判定手段を有し、
前記制御手段は、前記入力手段に正しくないパスワードが入力された場合にエラー処理を行うことを特徴とする請求項1乃至8のいずれか1項に記載の情報処理装置。
Determining means for determining whether or not the password input to the input means is correct;
The information processing apparatus according to claim 1, wherein the control unit performs error processing when an incorrect password is input to the input unit.
情報処理装置の制御方法であって、
ユーザのログイン認証処理を実行するステップと、
パスワードが設定されたファイルを読み込むステップと、
前記ファイルを開くためのパスワードを入力するステップと、
前記入力されたパスワードを用いて前記ファイルを開くように制御するステップと、
前記情報処理装置にログイン中のユーザのユーザ識別情報と、前記ファイルのファイル識別情報と、前記入力されたパスワードとを関連付けて、前記情報処理装置が有する記憶手段に保存するステップと、
前記ファイルが読み込まれると、前記ファイルのファイル識別情報とログインしているユーザのユーザ識別情報に基づき、前記記憶手段に記憶されている前記パスワードを検索するステップと、
該パスワードが検索された場合に、前記パスワードの入力なしに、前記検索された記憶手段に保存されている前記パスワードを用いて自動的に前記ファイルを開くように制御するステップと、を有することを特徴とする制御方法。
A method for controlling an information processing apparatus,
Executing a user login authentication process;
Reading a file with a password set;
Entering a password to open the file;
Controlling to open the file using the entered password;
Associating user identification information of a user who is logged in to the information processing apparatus, file identification information of the file, and the input password, and storing them in a storage unit included in the information processing apparatus;
When the file is read, based on the file identification information of the file and the user identification information of the logged-in user, searching the password stored in the storage means;
Controlling to automatically open the file using the password stored in the searched storage means without inputting the password when the password is searched. Characteristic control method.
情報処理装置の制御方法であって、
ユーザのログイン認証処理を実行するステップと、
前記パスワードが設定されたファイルを読み込むステップと、
前記ファイルを開くためのパスワードを入力するステップと、
前記入力されたパスワードを用いて前記ファイルを開くように制御するステップと、
前記入力されたパスワードと、前記情報処理装置にログイン中のユーザのユーザ識別情報とを前記ファイルに付加するステップと、
前記ファイルが読み込まれると、前記ログインしているユーザのユーザ識別情報が前記ファイルに付加されているか否かを判定するステップと、
前記ユーザ識別情報が前記ファイルに付加されていると判定された場合に、前記パスワードの入力なしに、前記ファイルに付加されているパスワードを用いて自動的に前記ファイルを開くステップと、を有することを特徴とする制御方法。
A method for controlling an information processing apparatus,
Executing a user login authentication process;
Reading a file in which the password is set;
Entering a password to open the file;
Controlling to open the file using the entered password;
Adding the input password and user identification information of a user who is logged in to the information processing apparatus to the file;
When the file is read, determining whether user identification information of the logged-in user is added to the file;
Automatically opening the file using the password added to the file without entering the password when it is determined that the user identification information is added to the file. A control method characterized by the above.
コンピュータを、
ユーザのログイン認証処理を実行するログイン手段と、
パスワードが設定されたファイルを読み込む読み込み手段と、
前記ファイルを開くためのパスワードを入力する入力手段と、
前記入力手段に入力されたパスワードを用いて前記ファイルを開くように制御する制御手段と、
前記ファイルのファイル識別情報と、前記入力手段に入力されたパスワードと、前記コンピュータにログイン中のユーザのユーザ識別情報とを関連付けて保存する管理手段と、
前記ファイルが読み込まれると、前記ファイルのファイル識別情報とログインしているユーザのユーザ識別情報に基づき、前記管理手段に保存されている前記パスワードを検索する検索手段として機能させ、
前記検索手段により該パスワードが検索された場合に、前記制御手段は、前記入力手段に対する前記パスワードの入力なしに、前記検索手段により検索された前記管理手段に保存されている前記パスワードを用いて自動的に前記ファイルを開くように制御することを特徴とするプログラム。
Computer
Login means for executing login authentication processing of the user;
Reading means to read a file with a password,
An input means for inputting a password for opening the file;
Control means for controlling to open the file using a password input to the input means;
Management means for associating and storing file identification information of the file, a password input to the input means, and user identification information of a user who is logged in to the computer;
When the file is read, based on the file identification information of the file and the user identification information of the logged-in user, function as search means for searching the password stored in the management means,
When the password is searched by the search means, the control means automatically uses the password stored in the management means searched by the search means without inputting the password to the input means. A program for controlling to open the file automatically.
コンピュータを、
ユーザのログイン認証処理を実行するログイン手段と、
パスワードが設定されたファイルを読み込む読み込み手段と、
前記ファイルを開くためのパスワードを入力する入力手段と、
前記入力手段に入力されたパスワードを用いて前記ファイルを開くように制御する制御手段と、
前記入力手段に入力されたパスワードと、前記コンピュータにログイン中のユーザのユーザ識別情報とを前記ファイルに付加する管理手段と、
前記ファイルが読み込まれると、前記ログインしているユーザのユーザ識別情報が前記ファイルに付加されているか否かを判定する判定手段として機能させ、
前記判定手段により該ユーザ識別情報が前記ファイルに付加されていると判定された場合に、前記制御手段は、前記入力手段に対する前記パスワードの入力なしに、前記ファイルに付加されているパスワードを用いて自動的に前記ファイルを開くように制御することを特徴とするプログラム。
Computer
Login means for executing login authentication processing of the user;
Reading means to read a file with a password,
An input means for inputting a password for opening the file;
Control means for controlling to open the file using a password input to the input means;
Management means for adding a password input to the input means and user identification information of a user who is logged in to the computer to the file;
When the file is read, it functions as a determination unit that determines whether or not user identification information of the logged-in user is added to the file,
When the determination unit determines that the user identification information is added to the file, the control unit uses the password added to the file without inputting the password to the input unit. A program for controlling to automatically open the file.
JP2015180749A 2015-09-14 2015-09-14 Information processing apparatus, control method thereof, and program Pending JP2017058746A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015180749A JP2017058746A (en) 2015-09-14 2015-09-14 Information processing apparatus, control method thereof, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015180749A JP2017058746A (en) 2015-09-14 2015-09-14 Information processing apparatus, control method thereof, and program

Publications (1)

Publication Number Publication Date
JP2017058746A true JP2017058746A (en) 2017-03-23

Family

ID=58390225

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015180749A Pending JP2017058746A (en) 2015-09-14 2015-09-14 Information processing apparatus, control method thereof, and program

Country Status (1)

Country Link
JP (1) JP2017058746A (en)

Similar Documents

Publication Publication Date Title
US10554647B2 (en) Information processing device, information management method, and information processing system
US8863291B2 (en) Reputation checking of executable programs
CN106708557B (en) Update processing method and device for terminal application
US8990697B2 (en) Associating file types with web-based applications for automatically launching the associated application
JP5268945B2 (en) How to manage the user interface display
US20140223570A1 (en) Information processing apparatus, information processing system, and license management method
EP2897075B1 (en) Password management apparatus, password management method, and program
US20100293499A1 (en) Rendering to a device desktop of an adaptive input device
JP6142613B2 (en) Image processing system, operation unit, control method, and program
US20130139240A1 (en) Network system, information processing apparatus, method for controlling the information processing apparatus, and computer-readable storage medium for computer program
US10255013B2 (en) Uploading screenshots to an application store for multifunction peripherals
JP2017194957A (en) System and method for detecting cloud storage device
JPWO2015019398A1 (en) Screen display program
JP2017058746A (en) Information processing apparatus, control method thereof, and program
US10831882B2 (en) Device, program and method for calculating a number of days a password is used
US20140074906A1 (en) Information processing apparatus, system, and method
US9552044B2 (en) Information processing apparatus, information processing system, information processing method, and non-transitory computer readable medium
JP5927897B2 (en) Information processing apparatus, control method thereof, and program
JP4202398B2 (en) Misoperation prevention system
JP2019106118A (en) Information processing unit, control method thereof and program
JP5854070B2 (en) Access control device, terminal device, and program
JP2018116632A (en) Information processing device, information processing method, and program
JP6905999B2 (en) Information processing equipment, information processing methods, programs
JP7347529B2 (en) Operation support system, operation support method, and operation support program
JP6485470B2 (en) Information processing apparatus, information processing method, and program