JP2010191871A - Similar password check system - Google Patents

Similar password check system Download PDF

Info

Publication number
JP2010191871A
JP2010191871A JP2009037979A JP2009037979A JP2010191871A JP 2010191871 A JP2010191871 A JP 2010191871A JP 2009037979 A JP2009037979 A JP 2009037979A JP 2009037979 A JP2009037979 A JP 2009037979A JP 2010191871 A JP2010191871 A JP 2010191871A
Authority
JP
Japan
Prior art keywords
password
information
client
change
hmm
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.)
Withdrawn
Application number
JP2009037979A
Other languages
Japanese (ja)
Inventor
Tomohisa Yamaguchi
倫央 山口
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2009037979A priority Critical patent/JP2010191871A/en
Publication of JP2010191871A publication Critical patent/JP2010191871A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a similar password check system capable of restricting a change of a password by determining similarity between a new input password and passwords already input. <P>SOLUTION: In the similar password check system in which a server 2 for receiving password authentication and a password change is connected to a client 1 through a public line network 7 in a freely communicable manner, the server 2 includes: a means for receiving password change information from the client 1; a means for accessing a password history management DB 3 by using the received password change information to calculate the number of times of changing passwords; a means for accessing an HMM information management DB 4, obtaining HMM information and calculating the occurrence probability of a changed password when the calculated number of times of changing passwords is a predetermined number or more; and a means for transmitting that the client 1 does not accept the change of the password when the calculated occurrence probability is equal to or greater than a defined threshold. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、パスワードの変更履歴を管理し、新たなパスワード変更に対して変更履歴との類似性をチェックし、パスワードの変更を制限する類似パスワードチェックシステムに関する。   The present invention relates to a similar password check system for managing a password change history, checking a similarity with a change history for a new password change, and restricting the password change.

近年、インターネットの普及によりクライアントとサーバ間で認証を行い、サービスを提供するシステムが増えている。
クライアントとサーバ間の認証方法については、ユーザIDとパスワードによる認証が一般的である。パスワードによる認証を行う場合、他人にパスワードが盗聴される虞があるため、各ユーザによる定期的なパスワードの変更が重要となる。
そのため、サーバ側からパスワードの変更を要請する機能や入力されたパスワードの強度をチェックし、変更を制限する機能が必要となる。
In recent years, with the spread of the Internet, an increasing number of systems provide services by performing authentication between a client and a server.
As an authentication method between the client and the server, authentication by a user ID and a password is common. When performing authentication using a password, it is important for each user to change the password regularly because there is a possibility that the password may be eavesdropped by others.
Therefore, a function for requesting a password change from the server side and a function for checking the strength of the input password and restricting the change are required.

パスワードの強度をチェックする機能として用いられている手法には、8文字以下の変更を許さない等のパスワードの文字数によるチェックや、前回と同一パスワードは許さない等の同一パスワードチェックや、マルコフ連鎖を用いてi番目の文字とi+1番目の文字の関係(i+1番目が数値か文字か等)からパスワードの強度をチェックする機能などがある。   The methods used to check the strength of passwords include checking by the number of characters in the password, such as not allowing changes to 8 characters or less, checking the same password, such as not allowing the same password as the previous time, and Markov chaining. Use it to check the strength of the password from the relationship between the i-th character and the i + 1-th character (whether the i + 1-th character is a number or a character).

なお、本発明に関連する公知技術文献としては下記の特許文献1がある。特許文献1には、使用者のシステムへのアクセス頻度から使用者毎にパスワード有効期限と更新期限を設定し、この期限に基づいてパスワードの変更を事前に使用者に対して促すことができるパスワード更新方式が記載されている。   In addition, there exists the following patent document 1 as a well-known technical document relevant to this invention. In Patent Document 1, a password that can set a password expiration date and a renewal time limit for each user based on the frequency of access to the user's system, and can prompt the user to change the password based on this time limit. The update method is described.

特許第2596361号公報Japanese Patent No. 2596361

ところで、ユーザが入力するパスワードは、各ユーザにとって意味のある文字列{誕生日、氏名の一部(ローマ字)、ペットの名前、等}を利用してパスワードを作成することが多い。また、パスワードの変更に対しても文字列の入れ替えを行うのみで、同一の文字列を再利用する場合が多い。
このため、パスワード自体は変更されているが何度も同じ文字列が利用されているため、パスワードを簡単に推測される虞がある。
By the way, the password input by the user is often created using a character string {birthday, part of name (Roman characters), pet name, etc.} meaningful to each user. In addition, in many cases, the same character string is reused only by exchanging the character string for changing the password.
For this reason, although the password itself has been changed, the same character string is used many times, so that the password may be easily guessed.

以上の現状に鑑み、本発明は、ユーザのパスワード変更履歴を管理し、ユーザごとの変更履歴を利用してパスワード系列の学習を行い、新たに入力されたパスワードとこれまでに入力されたパスワードとの類似性の判断を行い、パスワードの変更を制限することができる類似パスワードチェックシステムを提供することを目的とする。   In view of the above situation, the present invention manages a password change history of a user, learns a password sequence using the change history for each user, and newly input passwords and passwords input so far It is an object of the present invention to provide a similar password check system capable of determining similarity of passwords and restricting password changes.

上記の課題を解決すべく、本発明は以下の構成を提供する。
請求項1に係る発明は、パスワードの認証、およびパスワードの変更を受け付けるサーバが、パスワードの認証を受けるクライアントに公衆回線網を介して通信自在に接続される類似パスワードチェックシステムであって、
前記サーバは、パスワードの変更履歴を管理しているパスワード履歴管理データベースと、
学習された隠れマルコフモデル(HMM)の属性情報であるHMM情報を格納するHMM情報管理データベースと、
前記クライアントからパスワード変更情報を受信する手段と、
受信したパスワード変更情報のクライアントIDを用いて前記パスワード履歴管理データベースにアクセスしパスワードの変更回数を算出する手段と、
算出されたパスワード変更回数が所定値未満であれば、前記パスワード履歴管理データベースにパスワード変更情報を追加し、前記クライアントにパスワードの変更が正常に受け入れられたことを送信する手段と、
算出されたパスワード変更回数が所定値以上であれば、前記HMM情報管理データベースにアクセスし、HMM情報を取得し、変更パスワードの発生確率を算出する手段と、
算出された発生確率が定義した閾値以上の場合、前記クライアントにパスワードの変更が受け入れられなかったことを送信する手段と、
算出された発生確率が定義した閾値未満の場合、前記パスワード管理データベースにパスワード変更情報を追加すると共に、入力されたパスワードと前記パスワード履歴管理データベースの情報よりHMM情報の再学習を行い、HMM情報管理データベースを更新し、前記クライアントにパスワードの変更が正常に受け入れられたことを送信する手段とを備えたことを特徴とする類似パスワードチェックシステムを提供するものである。
In order to solve the above problems, the present invention provides the following configurations.
The invention according to claim 1 is a similar password check system in which a server that accepts password authentication and password change is communicatively connected to a client that receives password authentication via a public network,
The server includes a password history management database that manages a password change history;
An HMM information management database that stores HMM information that is attribute information of the learned hidden Markov model (HMM);
Means for receiving password change information from the client;
Means for accessing the password history management database using the client ID of the received password change information and calculating the number of password changes;
If the calculated number of password changes is less than a predetermined value, adding password change information to the password history management database, and means for transmitting to the client that the password change has been successfully accepted,
Means for accessing the HMM information management database if the calculated number of password changes is equal to or greater than a predetermined value, obtaining HMM information, and calculating the probability of occurrence of the changed password;
Means for transmitting to the client that the password change was not accepted if the calculated occurrence probability is greater than or equal to a defined threshold;
If the calculated occurrence probability is less than the defined threshold, password change information is added to the password management database, and HMM information is relearned from the input password and the password history management database information to manage the HMM information. The present invention provides a similar password check system comprising a means for updating a database and transmitting to the client that a password change has been successfully accepted.

本発明の類似パスワードチェックシステムによれば、ユーザのパスワード変更履歴を管理し、ユーザごとの変更履歴を利用してパスワード系列の学習を行い、新たに入力されたパスワードとこれまでに入力されたパスワードとの類似性の判断を行い、パスワードを簡単に推測されないように、パスワードの変更を制限することができる。   According to the similar password check system of the present invention, the password change history of the user is managed, the password sequence is learned using the change history for each user, the newly entered password and the password entered so far The password change can be restricted so that the password is not easily guessed.

本発明の類似パスワードチェックシステムの一実施の形態例を示すシステム構成図である。It is a system configuration figure showing an example of an embodiment of a similar password check system of the present invention. 本発明のパスワード履歴管理データベースに格納されているデータの構成図である。It is a block diagram of the data stored in the password history management database of this invention. 本発明にて利用する隠れマルコフモデル(HMM)のイメージ図である。It is an image figure of a Hidden Markov Model (HMM) used in the present invention. 本発明のHMM情報管理データベースに格納されているデータの構成図である。It is a block diagram of the data stored in the HMM information management database of this invention. 本発明のサーバの類似パスワードチェック処理の概要を示すフローチャート図である。It is a flowchart figure which shows the outline | summary of the similar password check process of the server of this invention.

以下、実施例を示した図面を参照しつつ本発明の実施の形態を説明する。
尚、上記サーバとクライアントはコンピュータであり、上記各手段は、コンピュータのCPUが必要なコンピュータプログラムを読み込んで実行することにより実現される手段であり、そのフローチャート図が図5である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings showing examples.
The server and the client are computers, and each of the above means is realized by reading and executing a computer program required by the CPU of the computer, and a flowchart thereof is shown in FIG.

図1は、本発明の一実施の形態例を示すシステム構成図である。この実施例の類似パスワードチェックシステムは、パスワードの認証を受けるクライアント1と、パスワードの認証、およびパスワードの変更を受け付けるサーバ2から構成され、クライアント1とサーバ2は公衆回線網7により接続されている。
クライアント1は、パスワードを入力する入力装置6と、入力した結果の表示、およびサーバ2からのパスワード認証結果、変更結果を表示する表示装置5から構成される。
FIG. 1 is a system configuration diagram showing an embodiment of the present invention. The similar password check system according to this embodiment includes a client 1 that receives password authentication and a server 2 that receives password authentication and password change. The client 1 and the server 2 are connected by a public network 7. .
The client 1 includes an input device 6 for inputting a password, a display device 5 for displaying the input result, a password authentication result from the server 2, and a change result.

サーバ2は、パスワードの変更履歴を管理しているパスワード履歴管理データベース(DB)3と、学習された隠れマルコフモデル(HMM)の属性情報である隠れマルコフモデル(HMM)情報を格納する隠れマルコフモデル(HMM)情報管理データベース(DB)4が設けられている。
また、サーバ2は、パスワード履歴管理データベース3とHMM情報管理データベース4の更新処理を行うDB更新部8、パスワード履歴管理データベース3の情報からHMMのシンボル出力確率、状態遷移確率等を学習するHMM学習部9、クライアント1から入力されたパスワード変更情報をHMM情報管理データベース4の情報を用いて類似性のチェックを行うHMMチェック部10、チェック結果をクライアント1に送信する結果送信部11を備えている。
The server 2 includes a password history management database (DB) 3 that manages password change history and a hidden Markov model (HMM) information that is attribute information of the learned hidden Markov model (HMM). (HMM) An information management database (DB) 4 is provided.
Further, the server 2 updates the password history management database 3 and the HMM information management database 4, and HMM learning for learning the symbol output probability, state transition probability, etc. of the HMM from the information of the password history management database 3. 9 includes an HMM check unit 10 that checks similarity of password change information input from the client 1 using information in the HMM information management database 4, and a result transmission unit 11 that transmits a check result to the client 1. .

パスワード履歴管理データベース3に格納されるクライアントごとのパスワード履歴情報は、図2に示すように、クライアントID21、変更日付22、変更パスワード23の各エリアデータから構成され、クライアント、変更日ごとに登録される。ここで例えば、クライアントが新たにパスワードの変更を行った場合、図2に示すように、クライアントID21として「USER01」、変更日付22として「2008/11/11」、変更パスワード23として「aaabbbcccddd」が登録される。   As shown in FIG. 2, the password history information for each client stored in the password history management database 3 is composed of area data of client ID 21, change date 22, and change password 23, and is registered for each client and change date. The Here, for example, when the client newly changes the password, as shown in FIG. 2, “USER01” as the client ID 21, “2008/11/11” as the change date 22, and “aaabbbcccddd” as the change password 23. be registered.

図3は、隠れマルコフモデル(HMM)のイメージを表す図である。隠れマルコフモデル(HMM)は、状態31、各状態の初期状態確率32、状態から状態への状態遷移確率33、現在いる状態でのシンボル出力確率34により表すことができる。
HMM情報管理データベース4に格納されるクライアントごとの隠れマルコフモデル(HMM)情報は、図4に示すように、クライアントID41、状態数42、各状態の初期状態確率43、各状態に保持しているシンボルのシンボル出力確率44、状態から状態への状態遷移確率45の各エリアデータから構成され、クライアントごとに登録される。
FIG. 3 is a diagram illustrating an image of a hidden Markov model (HMM). A hidden Markov model (HMM) can be represented by a state 31, an initial state probability 32 of each state, a state transition probability 33 from state to state, and a symbol output probability 34 in the current state.
As shown in FIG. 4, hidden Markov model (HMM) information for each client stored in the HMM information management database 4 is held in the client ID 41, the number of states 42, the initial state probability 43 of each state, and each state. Each area data includes a symbol output probability 44 of a symbol and a state transition probability 45 from state to state, and is registered for each client.

以下、以上のように構成された類似パスワードチェックシステムの動作を説明する。
図5は、サーバ2の類似パスワードチェック処理の概要を示すフローチャートである。
クライアント1は、入力装置6により変更したいパスワードを入力する。入力されたパスワードは公衆回線網7によりサーバ2に送信される。サーバ2は、クライアント1からのパスワード変更情報を受信する(ステップ501)。
The operation of the similar password check system configured as described above will be described below.
FIG. 5 is a flowchart showing an outline of the similar password check process of the server 2.
The client 1 inputs a password to be changed by the input device 6. The input password is transmitted to the server 2 via the public line network 7. The server 2 receives the password change information from the client 1 (step 501).

サーバ2は受信したパスワード変更情報のクライアントIDを用いてパスワード履歴管理データベース3にアクセスしパスワードの変更回数(レコード数)を算出する(ステップ502)。算出されたパスワード変更回数がある一定値未満であれば、パスワード履歴管理データベース3にパスワード変更情報を追加し(ステップ503)、クライアント1にパスワードの変更が正常に受け入れられたことを送信する(ステップ504)。
算出されたパスワード変更回数がある一定値以上であれば、HMM情報管理データベース4にアクセスし、HMM情報を取得し、変更パスワードの発生確率を算出する(ステップ505)。
The server 2 accesses the password history management database 3 using the client ID of the received password change information and calculates the number of password changes (number of records) (step 502). If the calculated number of password changes is less than a certain value, password change information is added to the password history management database 3 (step 503), and the fact that the password change has been successfully accepted is transmitted to the client 1 (step 503). 504).
If the calculated number of password changes is equal to or greater than a certain value, the HMM information management database 4 is accessed, the HMM information is acquired, and the occurrence probability of the changed password is calculated (step 505).

HMMの学習を行うためには、ある程度のパスワード変更回数が必要である。そのため、ある一定回数の変更が行われるまでは通常通りパスワードの変更を受け付ける必要がある。変更回数はシステムで任意に決定することができるが、ここでは仮に10としている。
また、変更パスワードの発生確率を算出するには、Viterbiアルゴリズムを用いて最適な状態遷移系列を決定し、その状態遷移系列上でのシンボル出力確率の積を発生確率とすることとする。
In order to perform HMM learning, a certain number of password changes are required. Therefore, it is necessary to accept a password change as usual until a certain number of changes are made. The number of changes can be arbitrarily determined by the system, but is assumed to be 10 here.
In order to calculate the occurrence probability of the changed password, an optimum state transition sequence is determined using the Viterbi algorithm, and the product of the symbol output probabilities on the state transition sequence is set as the occurrence probability.

次に、算出された発生確率がシステムで定義した閾値以上の場合(ステップ506)、これまで入力されたパスワードとの類似性が高いと判断し、クライアント1にパスワードの変更が受け入れられなかったことを送信する(ステップ507)。算出された発生確率がシステムで定義した閾値未満の場合(ステップ506)、これまで入力されたパスワードとの類似性が低いと判断し、パスワードの変更要求を受け入れることとし、パスワード管理データベース3にパスワード変更情報を追加する(ステップ508)。
判定する閾値は、1シンボル(文字)の基準確率をPとした場合、閾値=P×系列数(パスワード文字数)で算出することとする。
Next, when the calculated occurrence probability is equal to or higher than the threshold defined by the system (step 506), it is determined that the similarity with the password input so far is high, and the client 1 has not accepted the password change. Is transmitted (step 507). If the calculated occurrence probability is less than the threshold defined by the system (step 506), it is determined that the similarity with the password input so far is low, and the password change request is accepted, and the password management database 3 receives the password. Change information is added (step 508).
The threshold value to be determined is calculated as threshold = P × number of series (number of password characters), where P is a reference probability of one symbol (character).

次に、入力されたパスワードとパスワード履歴管理データベース3の情報より隠れマルコフモデル(HMM)の再学習を行う(ステップ509)。学習にはBaum-Welchアルゴリズムを利用する。
再学習された情報は、HMM情報管理データベース4に更新され(ステップ510)、次回のパスワード変更時に利用される。
上記処理がすべて完了後、クライアント1にパスワードの変更が正常に受け入れられたことを送信して(ステップ511)処理が完了となる。
Next, the hidden Markov model (HMM) is relearned from the input password and the information of the password history management database 3 (step 509). Learning uses the Baum-Welch algorithm.
The re-learned information is updated in the HMM information management database 4 (step 510) and used when the password is changed next time.
After all the above processes are completed, the client 1 is transmitted that the password change has been normally accepted (step 511), and the process is completed.

1 クライアント
2 サーバ
3 パスワード履歴管理データベース
4 マルコフモデル(HMM)情報管理データベース
7 公衆回線網
21,41 クライアントID
23 変更パスワード
1 Client 2 Server 3 Password History Management Database 4 Markov Model (HMM) Information Management Database 7 Public Line Network 21, 41 Client ID
23 Change password

Claims (1)

パスワードの認証、およびパスワードの変更を受け付けるサーバが、パスワードの認証を受けるクライアントに公衆回線網を介して通信自在に接続される類似パスワードチェックシステムであって、
前記サーバは、パスワードの変更履歴を管理しているパスワード履歴管理データベースと、
学習された隠れマルコフモデル(HMM)の属性情報であるHMM情報を格納するHMM情報管理データベースと、
前記クライアントからパスワード変更情報を受信する手段と、
受信したパスワード変更情報のクライアントIDを用いて前記パスワード履歴管理データベースにアクセスしパスワードの変更回数を算出する手段と、
算出されたパスワード変更回数が所定値未満であれば、前記パスワード履歴管理データベースにパスワード変更情報を追加し、前記クライアントにパスワードの変更が正常に受け入れられたことを送信する手段と、
算出されたパスワード変更回数が所定値以上であれば、前記HMM情報管理データベースにアクセスし、HMM情報を取得し、変更パスワードの発生確率を算出する手段と、
算出された発生確率が定義した閾値以上の場合、前記クライアントにパスワードの変更が受け入れられなかったことを送信する手段と、
算出された発生確率が定義した閾値未満の場合、前記パスワード管理データベースにパスワード変更情報を追加すると共に、入力されたパスワードと前記パスワード履歴管理データベースの情報よりHMM情報の再学習を行い、HMM情報管理データベースを更新し、前記クライアントにパスワードの変更が正常に受け入れられたことを送信する手段とを備えたことを特徴とする類似パスワードチェックシステム。
A server that accepts password authentication and password change is a similar password check system in which a client receiving password authentication is communicatively connected via a public network,
The server includes a password history management database that manages a password change history;
An HMM information management database that stores HMM information that is attribute information of the learned hidden Markov model (HMM);
Means for receiving password change information from the client;
Means for accessing the password history management database using the client ID of the received password change information and calculating the number of password changes;
If the calculated number of password changes is less than a predetermined value, adding password change information to the password history management database, and means for transmitting to the client that the password change has been successfully accepted,
Means for accessing the HMM information management database if the calculated number of password changes is equal to or greater than a predetermined value, obtaining HMM information, and calculating the probability of occurrence of the changed password;
Means for transmitting to the client that the password change was not accepted if the calculated occurrence probability is greater than or equal to a defined threshold;
If the calculated occurrence probability is less than the defined threshold, password change information is added to the password management database, and HMM information is relearned from the input password and the password history management database information to manage the HMM information. A similar password check system comprising: means for updating a database and transmitting to the client that a password change has been successfully accepted.
JP2009037979A 2009-02-20 2009-02-20 Similar password check system Withdrawn JP2010191871A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009037979A JP2010191871A (en) 2009-02-20 2009-02-20 Similar password check system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009037979A JP2010191871A (en) 2009-02-20 2009-02-20 Similar password check system

Publications (1)

Publication Number Publication Date
JP2010191871A true JP2010191871A (en) 2010-09-02

Family

ID=42817822

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009037979A Withdrawn JP2010191871A (en) 2009-02-20 2009-02-20 Similar password check system

Country Status (1)

Country Link
JP (1) JP2010191871A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5568696B1 (en) * 2014-03-07 2014-08-06 株式会社 ディー・エヌ・エー Password management system and program for password management system
KR101487233B1 (en) 2013-09-25 2015-01-29 (주) 시큐어가드 테크놀러지 Method for changing password, device for changing password, and computer readable recording medium applying the same
JP2016085621A (en) * 2014-10-27 2016-05-19 株式会社リコー Information processing system, information processing unit, information processing method and program
CN109829289A (en) * 2019-01-09 2019-05-31 中国电子科技集团公司电子科学研究院 Password guess method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101487233B1 (en) 2013-09-25 2015-01-29 (주) 시큐어가드 테크놀러지 Method for changing password, device for changing password, and computer readable recording medium applying the same
JP5568696B1 (en) * 2014-03-07 2014-08-06 株式会社 ディー・エヌ・エー Password management system and program for password management system
JP2016085621A (en) * 2014-10-27 2016-05-19 株式会社リコー Information processing system, information processing unit, information processing method and program
CN109829289A (en) * 2019-01-09 2019-05-31 中国电子科技集团公司电子科学研究院 Password guess method
CN109829289B (en) * 2019-01-09 2023-02-17 中国电子科技集团公司电子科学研究院 Password guessing method

Similar Documents

Publication Publication Date Title
KR101422859B1 (en) Permission-based document server
US10915828B2 (en) Website address identification method and apparatus
US8539247B2 (en) Password checking
US8549314B2 (en) Password generation methods and systems
US20080240515A1 (en) Method of adjusting reference information for biometric authentication and apparatus
US9460308B2 (en) Multi-level privacy evaluation
US20060259960A1 (en) Server, method and program product for management of password policy information
EP2472423A1 (en) Password protection using personal information
CN113656807B (en) Vulnerability management method, device, equipment and storage medium
US20140282893A1 (en) Reducing authentication confidence over time based on user history
WO2019212663A1 (en) Method and system for enhanced login credential security via blockchain
US20130073692A1 (en) Systems and methods for receiver-controlled data distribution
US20180144264A1 (en) Training sequence natural language processing engines
WO2021208701A1 (en) Method, apparatus, electronic device, and storage medium for generating annotation for code change
US20220284174A1 (en) Correcting content generated by deep learning
US9336187B2 (en) Mediation computing device and associated method for generating semantic tags
US10540490B2 (en) Deep learning for targeted password generation with cognitive user information understanding
CN112417887B (en) Sensitive word and sentence recognition model processing method and related equipment thereof
JP2010191871A (en) Similar password check system
WO2022217708A1 (en) Artificial intelligence-based question and answer method and apparatus, server, and storage medium
US9886498B2 (en) Title standardization
CN105323145A (en) Malicious information identification method, device and system
US20160241671A1 (en) Profile update evaluator
US11681873B2 (en) Creating an executable process from a text description written in a natural language
US20170103065A1 (en) System for verifying the integrity of a document

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20120501