[go: up one dir, main page]

JP2002312319A - Password system - Google Patents

Password system

Info

Publication number
JP2002312319A
JP2002312319A JP2001118112A JP2001118112A JP2002312319A JP 2002312319 A JP2002312319 A JP 2002312319A JP 2001118112 A JP2001118112 A JP 2001118112A JP 2001118112 A JP2001118112 A JP 2001118112A JP 2002312319 A JP2002312319 A JP 2002312319A
Authority
JP
Japan
Prior art keywords
password
server
user
registration
registered
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
JP2001118112A
Other languages
Japanese (ja)
Other versions
JP4324951B2 (en
Inventor
Masayuki Murakami
真之 村上
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2001118112A priority Critical patent/JP4324951B2/en
Publication of JP2002312319A publication Critical patent/JP2002312319A/en
Application granted granted Critical
Publication of JP4324951B2 publication Critical patent/JP4324951B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

(57)【要約】 【課題】 暗号化を使わず、かつユーザーに負担がかか
らないパスワードシステムを実現する。 【解決手段】 ユーザーが端末として利用するローカル
のコンピュータであるクライアントより、ネットワーク
を介してリモートのコンピュータであるサーバーにログ
インするときにパスワードを認証するパスワードシステ
ムにおいて、前記ユーザーがあらかじめ前記サーバーに
対して複数のワンタイムパスワードをデータベースに登
録する手段と、前記ユーザーが前記クライアントより前
記登録ワンタイムパスワードの1つを用いて前記サーバ
ーにログインした時、前記サーバーは当該ログインパス
ワードと前記登録パスワードの一致を確認した場合にロ
グインを許可すると共に、当該登録パスワードを前記サ
ーバーのデータベース登録より削除する手段とを具備せ
しめた。
(57) [Summary] [PROBLEMS] To realize a password system that does not use encryption and does not burden users. SOLUTION: In a password system which authenticates a password when a user logs in to a server which is a remote computer via a network from a client which is a local computer used as a terminal, in the password system, the user in advance Means for registering a plurality of one-time passwords in a database, and when the user logs in to the server from the client using one of the registered one-time passwords, the server determines whether the login password matches the registered password. Means for permitting login when confirmed, and for deleting the registered password from the database registration of the server.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ユーザーが端末と
して利用するローカルのコンピュータ(以下クライアン
ト)より、ネットワークを介してリモートのコンピュー
タ(以下サーバー)にログインするときにパスワードを
認証するパスワードシステムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a password system for authenticating a password when a user logs in to a remote computer (hereinafter, a server) via a network from a local computer (hereinafter, a client) used as a terminal. It is.

【0002】[0002]

【従来の技術】図3は、従来におけるパスワードシステ
ムであり、クライアント1側からネットワーク3を介し
てユーザーがユーザーIDとパスワードを打ち込み、サ
ーバー2側がユーザーIDと送られてきたパスワードが
合っているかどうかをサーバー側にあるパスワードのデ
ータベースを使って照合し、ログインを許可するシステ
ムである。
2. Description of the Related Art FIG. 3 shows a conventional password system in which a user inputs a user ID and a password from a client 1 via a network 3 and a server 2 checks whether the user ID and the transmitted password match. Is a system that verifies passwords using a password database on the server side and permits login.

【0003】図4は、最近広く使われるようになった標
準的な暗号化規格であるSSH(Secure Shell)による
パスワードシステムである。クライアント1及びサーバ
ー2は共にSSHによる暗号化ソフトを具備している。
クライアント1側では、あらかじめサーバー2側より公
開鍵が渡されており、この公開鍵を用いてSSHにより
パスワードを暗号化してサーバ2に送付する。
FIG. 4 shows a password system based on SSH (Secure Shell), which is a standard encryption standard recently widely used. Both the client 1 and the server 2 have encryption software based on SSH.
The client 1 receives a public key from the server 2 in advance, uses the public key to encrypt a password using SSH, and sends the encrypted password to the server 2.

【0004】サーバー2側では、秘密鍵によりパスワー
ドを開き、SSHにより暗号を解読し、サーバー側デー
タベースに登録されたパスワードのデータベースと照合
し、ログインを許可するシステムである。尚、SSH
は、パスワードだけでなく,通信全体が暗号化される。
On the server 2 side, a password is opened using a secret key, decryption is performed using SSH, the password is checked against a password database registered in a server side database, and login is permitted. In addition, SSH
Is encrypted not only for the password but also for the entire communication.

【0005】図5は,本発明の主題であるワンタイム
(使い捨て)形式のパスワードシステムのオリジナル方
式を示す。クライアント1側より、ユーザーがサーバー
2にユーザーIDを送ると、サーバーは乱数を生成し、
共有鍵を暗号化して、クライアント1に返送する。クラ
イアント1は、更にそれを復号化して、乱数をサーバー
2に送る。サーバー2は、送られてきた乱数と生成した
乱数が一致しているかをみて、ユーザーを認証する。乱
数は逐次新しいものが生成される。
FIG. 5 shows an original method of a one-time (disposable) password system which is the subject of the present invention. When the user sends the user ID to the server 2 from the client 1, the server generates a random number,
The shared key is encrypted and returned to the client 1. The client 1 further decrypts it and sends a random number to the server 2. The server 2 authenticates the user by checking whether the transmitted random number matches the generated random number. New random numbers are successively generated.

【0006】図6は、パスワードシステムの別の方式を
示す。ユーザーが初期のパスワードをサーバー2に事前
に与えると、サーバー2はハッシュ関数を使って,いく
つかのパスワードを自動生成する。ユーザーは、ハッシ
ュ関数を利用する専用のコマンドがクライアント1にあ
れば,その場所でパスワードを計算して使用可能なパス
ワードを知るか、または、サーバー2側の計算結果を事
前に紙に出力しておいて、ユーザーがこれを紙で持ち歩
くケースもある。
FIG. 6 shows another method of the password system. When the user gives an initial password to the server 2 in advance, the server 2 automatically generates some passwords using a hash function. If the client 1 has a dedicated command to use the hash function, the user can calculate the password at that location to know the usable password, or output the calculation result of the server 2 on paper in advance. In some cases, users carry this with paper.

【0007】[0007]

【発明が解決しようとする課題】図3のパスワードシス
テムでは、ユーザーが入力したパスワードが生のテキス
トでネットワーク回線上を流れるため、第三者に傍受さ
れてしまう。図4のSSHシステムでは、クライアント
がSSHクライアントである必要がある。ユーザーが必
ずしもSSHをサポートしたマシンからサーバーにリモ
ートログインできるわけではない。
In the password system shown in FIG. 3, since the password input by the user flows on the network line in the form of raw text, it is intercepted by a third party. In the SSH system of FIG. 4, the client needs to be an SSH client. Users cannot always log in remotely to a server from a machine that supports SSH.

【0008】図5のパスワードシステムでは,SSHと
同様,複号化のための乱数発生ツールを常にクライアン
トで持ち合わせてなければならない.図6パスワードシ
ステムでは,事前にサーバーから渡された無造作なワン
タイムパスワードをユーザーが逐次順々に覚えなければ
ならない煩わしさがある。また、ハッシュ関数の逆関数
を求めて、第三者があるワンタイムパスワードから次の
ワンタイムパスワードを推測することも不可能ではな
い。
In the password system shown in FIG. 5, a client must always have a random number generation tool for decryption, like SSH. FIG. 6 In the password system, there is an annoyance that the user has to memorize the random one-time password passed from the server in advance. In addition, it is not impossible that a third party can guess the next one-time password from one one-time password by finding an inverse function of the hash function.

【0009】会社や大学のネットワーク内で作業してい
る者にとって、自宅や出張先のマシン、さらには、カン
ファレンスなどに設置された形態が不明なマシンから、
会社や大学にリモートでログインしたい場合がある。近
年、ネットワークのセキュリティは強く求められ、暗号
化を使わないリモートログインを禁止させているところ
も多い。
[0009] For a person working in a company or university network, a machine at home or on a business trip, or a machine installed in a conference or the like whose form is unknown,
You may want to log in to a company or university remotely. In recent years, network security has been strongly demanded, and in many places remote login without encryption has been prohibited.

【0010】SSHを使えば、通信全体が暗号化される
ので、セキュリティ上問題ないが、ユーザーが常にSS
Hをサポートしたクライアントからサーバーにアクセス
できる状況にあるとは限らない。また、大抵のリモート
ログインのケースは、機密性のあるファイルなどをリモ
ートでやりとりするのでなく,他人に知られても構わな
いファイルのやりとりであるから、通信全体の暗号化は
不要である。
[0010] If SSH is used, the entire communication is encrypted, so there is no security problem.
It is not always possible to access the server from a client supporting H. Also, most remote login cases do not involve remote exchange of confidential files and the like, but exchange files that may be known to others, so that encryption of the entire communication is unnecessary.

【0011】以上のように、これまでの暗号化によるパ
スワードシステムでは、複合化のツールをユーザーに持
たせたり、無造作なパスワードの文字列を順番に覚えさ
せたりなど、ユーザーに煩わしさを感じさせるものであ
った。本発明は、暗号化を使わず、かつユーザーに負担
がかからないパスワードシステムの実現を目的とする。
[0011] As described above, in the conventional password system using encryption, the user is inconvenienced by giving the user a compounding tool or making the user memorize a random password character string in order. Was something. An object of the present invention is to realize a password system that does not use encryption and does not burden a user.

【0012】[0012]

【課題を解決するための手段】このような課題を達成す
るために、本発明のうち請求項1記載発明の特徴は、ユ
ーザーが端末として利用するローカルのコンピュータで
あるクライアントより、ネットワークを介してリモート
のコンピュータであるサーバーにログインするときにパ
スワードを認証するパスワードシステムにおいて、前記
ユーザーがあらかじめ前記サーバーに対して複数のワン
タイムパスワードをデータベースに登録する手段と、前
記ユーザーが前記クライアントより前記登録ワンタイム
パスワードの1つを用いて前記サーバーにログインした
時、前記サーバーは当該ログインパスワードと前記登録
パスワードの一致を確認した場合にログインを許可する
と共に、当該登録パスワードを前記サーバーのデータベ
ース登録より削除する手段と、を具備せしめた点にあ
る。
SUMMARY OF THE INVENTION In order to achieve the above object, a feature of the present invention is that a user who is a local computer used as a terminal by a user through a network. In a password system for authenticating a password when logging in to a server which is a remote computer, a means for the user to register a plurality of one-time passwords in advance in the database with respect to the server; When logging in to the server using one of the time passwords, the server permits login when the login password and the registered password match, and deletes the registered password from the server database registration. In points allowed and means that, the.

【0013】請求項2記載発明の特徴は、前記ユーザー
前記サーバーに登録するパスワードに、有効期限情報を
付加する点にある。
A feature of the present invention is that the user adds expiration date information to a password registered in the server.

【0014】請求項3記載発明の特徴は、前記サーバー
は、前記ユーザーによるパスワード登録を受付けた時、
前記有効期限を含むパスワード登録条件をチェックし、
条件を満足する場合はデータベースへの登録を許可する
メッセージを、条件を満足しない場合にはデータベース
への登録を拒否するメッセージを前記ユーザーに通知す
る点にある。
[0014] A feature of the invention according to claim 3 is that, when the server receives a password registration by the user,
Check the password registration conditions including the expiration date,
When the condition is satisfied, a message for permitting registration to the database is notified to the user, and when the condition is not satisfied, a message for rejecting registration to the database is notified to the user.

【0015】請求項4記載発明の特徴は、前記サーバー
は、前記ユーザーによるパスワード登録を受付け、前記
パスワード登録条件をチェックしてデータベースへの登
録を許可する場合は、当該新規登録パスワードを含む現
在の有効パスワードを、前記ユーザーのホームディレク
トリのリストファイルに出力する点にある。
According to a fourth aspect of the present invention, when the server accepts a password registration by the user, checks the password registration condition and permits the registration in the database, the server includes the current registration including the newly registered password. The effective password is output to a list file in the home directory of the user.

【0016】請求項5記載発明の特徴は、前記ユーザー
が前記クライアントより前記登録ワンタイムパスワード
の1つを用いて前記サーバーにログインした時、当該登
録パスワードを前記サーバーのデータベース登録より削
除すると共に、前記ユーザーのホームディレクトリのリ
ストファイルを更新する点にある。
According to a fifth aspect of the present invention, when the user logs in to the server from the client using one of the registered one-time passwords, the registered password is deleted from the database registration of the server, The point is that the list file in the home directory of the user is updated.

【0017】請求項6記載発明の特徴は、前記サーバー
が、前記ユーザーによるパスワード登録を受付けた時、
過去に使用されたパスワードと同一パスワード若しくは
一字違いのパスワードであった場合は、登録条件を満足
しないと判断し、データベースへの登録を拒否するメッ
セージを前記ユーザーに通知する点にある。
According to a sixth aspect of the present invention, when the server accepts a password registration by the user,
If the password is the same as or different from the password used in the past, it is determined that the registration condition is not satisfied, and the user is notified of a message rejecting registration in the database.

【0018】[0018]

【発明の実施の形態】以下本発明実施態様を、図面を用
いて説明する。図1は、本発明のパスワードシステムに
おいて、ユーザー4によるサーバー2側での事前作業を
説明する機能ブロック線図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a functional block diagram illustrating a preliminary operation on the server 2 side by the user 4 in the password system of the present invention.

【0019】ユーザー4は、ワンタイムパスワードのサ
ービスをもつサーバー2のマンマシンインターフェイス
5を介してワンタイムパスワード用データベース6にパ
スワードを登録(この例ではすでに登録されているパス
ワードに新規のパスワードpasswd123を追加)する。入
力するパスワードは、任意の文字列で、必要に応じて最
長有効期限情報も入力する。このとき、パスワードの数
は許容されるだけ入力してよい。
The user 4 registers a password in the one-time password database 6 via the man-machine interface 5 of the server 2 having the one-time password service (in this example, a new password passwd123 is added to the already registered password). to add. The password to be input is an arbitrary character string, and the longest expiration date information is also input as necessary. At this time, the number of passwords may be input as much as permitted.

【0020】サーバー2は、登録可否判断手段7を有
し、管理者のセキュリティ方針(パスワードの文字列
数,有効期限など)に基づく条件テーブル8の内容に従
って、ユーザーが登録しようとしたパスワードpasswd12
3がデータベースに登録できるか否かを判断する。
The server 2 has a registration permission / non-permission judging means 7, and the password passwd12 which the user tried to register according to the contents of the condition table 8 based on the security policy of the administrator (the number of character strings of the password, the expiration date, etc.).
3. Determine whether 3 can be registered in the database.

【0021】判断結果、登録できなければ、ユーザーに
登録できないことを、マンマシンインターフェイス5を
介して通知し、登録できれば、パスワードpasswd123を
データベース6の追加登録し、新規追加を含め現在利用
可能なワンタイムパスワードをユーザーのホームディレ
クトリ9のリストファイル10に出力し、その内容を更
新する。
As a result of the determination, if the registration is not possible, the user is notified via the man-machine interface 5 that the user cannot be registered. If the registration is successful, the password passwd123 is additionally registered in the database 6, and the currently available one including the newly added password is registered. The time password is output to the list file 10 in the user's home directory 9 and the contents are updated.

【0022】図2は、本発明のパスワードシステムにお
いて、ユーザーがクライアント1側よりネットワーク3
を介してサーバー2側にワンタイムパスワードを送って
ログインの許可を求める場合の作業を説明する機能ブロ
ック線図である。
FIG. 2 shows that in the password system according to the present invention, the user operates the network 3 from the client 1.
FIG. 7 is a functional block diagram illustrating an operation when a one-time password is sent to the server 2 via the PC to request permission for login.

【0023】使用時において、ユーザー4は、クライア
ント1のマンマシンインターフェイスよりネットワーク
3を介してサーバー2にパスワード(例えばpasswd12
3)を送り、ログインの許可を求める。
In use, the user 4 sends a password (for example, passwd12) to the server 2 via the network 3 from the man-machine interface of the client 1.
Send 3) and ask for permission to log in.

【0024】11はサーバー2の機能であるユーザー認
証手段であり、クライアント1から送られてきたパスワ
ードpasswd123を受け取ると、当該パスワードがデータ
ベース6にあらかじめ登録されているパスワードの一つ
と一致していたら、ログイン許可をネットワークを介し
てクライアント1に通知し、不一致であれば不許可を通
知する。
Reference numeral 11 denotes a user authentication means which is a function of the server 2. When the password passwd123 sent from the client 1 is received, if the password matches one of the passwords registered in the database 6 in advance, The log-in permission is notified to the client 1 via the network.

【0025】パスワードpasswd123の一致によりログイ
ンを許可した場合には、許可と同時に、そのパスワード
passwd123はデータベース6から破棄され、使えないよ
うにされる。また、このパスワード破棄によるデータベ
ース6の登録内容変更は、ユーザーのホームディレクト
リ9にあるパスワードリストファイル10の更新により
最新情報に書き換えられる。
When login is permitted by matching the password passwd123, the password is
The passwd 123 is discarded from the database 6 and cannot be used. Further, the change in the registered contents of the database 6 due to the discard of the password is rewritten to the latest information by updating the password list file 10 in the home directory 9 of the user.

【0026】本発明システムの運用に当たっては、サー
バー側における登録条件テーブル8では、最小文字列
数、最長有効期限の他、過去に使用されたパスワードを
記憶しておき、ユーザーによるパスワード登録を受付け
た時、過去に使用されたパスワードと同一パスワード若
しくは一字違いのパスワードであった場合は登録を拒否
し、そのパスワードを採用しない、とする登録条件を設
定することがセキュリティ上好ましい。
In the operation of the system of the present invention, in the registration condition table 8 on the server side, the password used in the past is stored in addition to the minimum number of character strings and the maximum expiration date, and password registration by the user is accepted. At this time, it is preferable in terms of security that a registration condition is set such that if the password is the same as or different from the password used in the past, the registration is rejected and the password is not adopted.

【0027】[0027]

【発明の効果】以上説明したことから明らかなように、
本発明によれば暗号化、復号化などクライアントで特別
な処理を必要としないので、インターネットに接続され
たあらゆるマシンからサーバーにログインすることがで
きる。
As is apparent from the above description,
According to the present invention, since no special processing such as encryption and decryption is required on the client, it is possible to log in to the server from any machine connected to the Internet.

【0028】ユーザーが覚えやすいパスワードを使うこ
とができ、パスワードを順番に覚える煩雑さが回避され
る。
The user can use a password which is easy for the user to remember, thereby avoiding the trouble of memorizing the password in order.

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

【図1】本発明のパスワードシステムの機能ブロック線
図である。
FIG. 1 is a functional block diagram of a password system according to the present invention.

【図2】本発明のパスワードシステムの機能ブロック線
図である。
FIG. 2 is a functional block diagram of the password system of the present invention.

【図3】従来のパスワードシステムを示すブロック線図
である。
FIG. 3 is a block diagram showing a conventional password system.

【図4】従来のパスワードシステムを示すブロック線図
である。
FIG. 4 is a block diagram showing a conventional password system.

【図5】従来のパスワードシステムを示すブロック線図
である。
FIG. 5 is a block diagram showing a conventional password system.

【図6】従来のパスワードシステムを示すブロック線図
である。
FIG. 6 is a block diagram showing a conventional password system.

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

1 クライアント 2 サーバー 3 ネットワーク 4 ユーザー 5 サーバー側マンマシンインターフェイス 6 ワンタイムパスワード用データベース 7 登録可否判断手段 8 登録条件テーブル 9 ユーザーホームディレクトリ 10 パスワードのリストファイル 11 ユーザー認証手段 DESCRIPTION OF SYMBOLS 1 Client 2 Server 3 Network 4 User 5 Server-side man-machine interface 6 One-time password database 7 Registration permission / non-permission means 8 Registration condition table 9 User home directory 10 Password list file 11 User authentication means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】ユーザーが端末として利用するローカルの
コンピュータであるクライアントより、ネットワークを
介してリモートのコンピュータであるサーバーにログイ
ンするときにパスワードを認証するパスワードシステム
において、 前記ユーザーがあらかじめ前記サーバーに対して複数の
ワンタイムパスワードをデータベースに登録する手段
と、 前記ユーザーが前記クライアントより前記登録ワンタイ
ムパスワードの1つを用いて前記サーバーにログインし
た時、前記サーバーは当該ログインパスワードと前記登
録パスワードの一致を確認した場合にログインを許可す
ると共に、当該登録パスワードを前記サーバーのデータ
ベース登録より削除する手段と、を具備するパスワード
システム。
1. A password system which authenticates a password when a user logs in to a server which is a remote computer via a network from a client which is a local computer used as a terminal. Means for registering a plurality of one-time passwords in a database, and when the user logs in to the server from the client using one of the registered one-time passwords, the server matches the login password with the registered password. And a means for permitting login when confirming, and for deleting the registered password from the database registration of the server.
【請求項2】前記ユーザー前記サーバーに登録するパス
ワードに、有効期限情報を付加することを特徴とする請
求項1記載のパスワードシステム。
2. The password system according to claim 1, wherein expiration date information is added to a password registered in said server.
【請求項3】前記サーバーは、前記ユーザーによるパス
ワード登録を受付けた時、前記有効期限を含むパスワー
ド登録条件をチェックし、条件を満足する場合はデータ
ベースへの登録を許可するメッセージを、条件を満足し
ない場合にはデータベースへの登録を拒否するメッセー
ジを前記ユーザーに通知することを特徴とする請求項1
及び2記載のパスワードシステム。
3. The server, upon receiving a password registration by the user, checks a password registration condition including the expiration date, and if the condition is satisfied, sends a message permitting registration to a database, and a message that satisfies the condition. 2. The method according to claim 1, wherein if not, a message rejecting registration to the database is notified to the user.
And 2. The password system according to 2.
【請求項4】前記サーバーは、前記ユーザーによるパス
ワード登録を受付け、前記パスワード登録条件をチェッ
クしてデータベースへの登録を許可する場合は、当該新
規登録パスワードを含む現在の有効パスワードを、前記
ユーザーのホームディレクトリのリストファイルに出力
することを特徴とする請求項1乃至3の何れかに記載の
パスワードシステム。
4. The server accepts the password registration by the user, checks the password registration condition and permits the registration in the database, and replaces the current effective password including the newly registered password with the user. 4. The password system according to claim 1, wherein the password is output to a list file in a home directory.
【請求項5】前記ユーザーが前記クライアントより前記
登録ワンタイムパスワードの1つを用いて前記サーバー
にログインした時、当該登録パスワードを前記サーバー
のデータベース登録より削除すると共に、前記ユーザー
のホームディレクトリのリストファイルを更新すること
を特徴とする請求項1乃至4の何れかに記載のパスワー
ドシステム。
5. When the user logs in to the server from the client using one of the registered one-time passwords, the registered password is deleted from the database registration of the server, and a list of the home directory of the user is provided. The password system according to any one of claims 1 to 4, wherein the file is updated.
【請求項6】前記サーバーが、前記ユーザーによるパス
ワード登録を受付けた時、過去に使用されたパスワード
と同一パスワード若しくは一字違いのパスワードであっ
た場合は、登録条件を満足しないと判断し、データベー
スへの登録を拒否するメッセージを前記ユーザーに通知
することを特徴とする請求項1乃至5の何れかに記載の
パスワードシステム。
6. When the server accepts the password registration by the user, if the password is the same as or different from the password used in the past, the server judges that the registration condition is not satisfied, and The password system according to any one of claims 1 to 5, wherein the user is notified of a message rejecting registration of the password.
JP2001118112A 2001-04-17 2001-04-17 Password system Expired - Fee Related JP4324951B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001118112A JP4324951B2 (en) 2001-04-17 2001-04-17 Password system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001118112A JP4324951B2 (en) 2001-04-17 2001-04-17 Password system

Publications (2)

Publication Number Publication Date
JP2002312319A true JP2002312319A (en) 2002-10-25
JP4324951B2 JP4324951B2 (en) 2009-09-02

Family

ID=18968548

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001118112A Expired - Fee Related JP4324951B2 (en) 2001-04-17 2001-04-17 Password system

Country Status (1)

Country Link
JP (1) JP4324951B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006004020A (en) * 2004-06-15 2006-01-05 Masakatsu Morii One-time password authentication system and method
JP2007334644A (en) * 2006-06-15 2007-12-27 Nec Biglobe Ltd Authentication system, authentication server, terminal, authentication method, program
JP2009093578A (en) * 2007-10-12 2009-04-30 Fuji Xerox Co Ltd Image processing system, image processing device, and image processing program
KR101118605B1 (en) 2011-10-18 2012-02-27 이경민 Security-Enhanced Login System and Method
JP2012119007A (en) * 2003-09-12 2012-06-21 Emc Corp System and method for providing contactless authentication
WO2019239834A1 (en) 2018-06-14 2019-12-19 京セラドキュメントソリューションズ株式会社 Authentication device and image formation device
JP7519491B1 (en) 2023-03-16 2024-07-19 株式会社三井住友銀行 Support system, method, and program

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012119007A (en) * 2003-09-12 2012-06-21 Emc Corp System and method for providing contactless authentication
US8966276B2 (en) 2003-09-12 2015-02-24 Emc Corporation System and method providing disconnected authentication
JP2006004020A (en) * 2004-06-15 2006-01-05 Masakatsu Morii One-time password authentication system and method
JP2007334644A (en) * 2006-06-15 2007-12-27 Nec Biglobe Ltd Authentication system, authentication server, terminal, authentication method, program
JP2009093578A (en) * 2007-10-12 2009-04-30 Fuji Xerox Co Ltd Image processing system, image processing device, and image processing program
KR101118605B1 (en) 2011-10-18 2012-02-27 이경민 Security-Enhanced Login System and Method
WO2019239834A1 (en) 2018-06-14 2019-12-19 京セラドキュメントソリューションズ株式会社 Authentication device and image formation device
US11956404B2 (en) 2018-06-14 2024-04-09 Kyocera Document Solutions Inc. Authentication device and image forming apparatus
JP7519491B1 (en) 2023-03-16 2024-07-19 株式会社三井住友銀行 Support system, method, and program
JP2024131616A (en) * 2023-03-16 2024-09-30 株式会社三井住友銀行 Support system, method, and program

Also Published As

Publication number Publication date
JP4324951B2 (en) 2009-09-02

Similar Documents

Publication Publication Date Title
US7698565B1 (en) Crypto-proxy server and method of using the same
KR102390108B1 (en) Information processing system and control method therefor
KR100621420B1 (en) Network connection system
US7035442B2 (en) User authenticating system and method using one-time fingerprint template
US9197420B2 (en) Using information in a digital certificate to authenticate a network of a wireless access point
US8238555B2 (en) Management server, communication apparatus and program implementing key allocation system for encrypted communication
EP1498800B1 (en) Security link management in dynamic networks
US20010034836A1 (en) System for secure certification of network
CN112425114A (en) Password manager protected by public-private key pair
JP2002215582A (en) Authentication method and device
US20050021984A1 (en) Encryption system
JPH1125048A (en) Network system security management method
JP2001186122A (en) Authentication system and authentication method
JP7079528B2 (en) Service provision system and service provision method
JP4657706B2 (en) Authority management system, authentication server, authority management method, and authority management program
JP3711931B2 (en) E-mail system, processing method thereof, and program thereof
JP2006004020A (en) One-time password authentication system and method
CN114422233B (en) Login method and system of private device
JP4324951B2 (en) Password system
KR20130039745A (en) System and method for authentication interworking
JP5665592B2 (en) Server apparatus, computer system, and login method thereof
JP2002215585A (en) Device and method for processing subject name of individual certificate
JP2000224162A (en) Client authentication method using irreversible function
JP7043480B2 (en) Information processing system and its control method and program
KR20050070381A (en) Authentication system based on one-time password

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051006

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090203

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090303

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090326

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: 20090518

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090531

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120619

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees