WO2011120357A1 - 验证输入的系统、方法及服务器 - Google Patents
验证输入的系统、方法及服务器 Download PDFInfo
- Publication number
- WO2011120357A1 WO2011120357A1 PCT/CN2011/070924 CN2011070924W WO2011120357A1 WO 2011120357 A1 WO2011120357 A1 WO 2011120357A1 CN 2011070924 W CN2011070924 W CN 2011070924W WO 2011120357 A1 WO2011120357 A1 WO 2011120357A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- verification
- information
- input
- user
- server
- 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.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3271—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using challenge-response
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3226—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using a predetermined code, e.g. password, passphrase or PIN
Definitions
- the present invention relates to the field of information verification technologies, and in particular, to a system, method and server for verifying input.
- a verification code is usually provided to verify the input of the user.
- This verification code is usually a scrambled image, and the user identifies the corresponding text and number according to the picture and fills in Enter the verification box, and then the background server verifies that the user-entered verification code is correct, thus verifying the legitimacy of the user input.
- a pop-up box is usually displayed to prompt the player to input corresponding texts, numbers, etc., thereby verifying whether the current operator has adopted the plug-in.
- the traditional verification input method uses a verification code character space of 26 uppercase and lowercase letters and 10 Arabic numerals, it is easy to be identified and exhaustive; and this verification code is scrambled, and if the scrambling code is simple, it is easy to be cracked.
- the scrambling code is complicated and difficult to be recognized by the user; and the verification code requires the user to input from the keyboard, which is easy to make human error, and the user may also encounter the problem that the user cannot input certain Chinese characters due to the use of Chinese characters, thereby increasing the user's use.
- the verification method in the game is difficult to apply in the web login box, and has a serious dependency on the context.
- a system for verifying input comprising: a server, receiving a verification session sent by a client, randomly selecting a preset verification mode, randomly selecting a resource corresponding to the verification mode according to the selected verification manner, generating verification information, and returning the verification information Go to the client, and obtain the input information of the user, compare the input information with the verification information, determine whether the input information and the verification information match, and if so, the verification passes, otherwise the verification fails; the client is used to send the verification to the server.
- the session receives the verification information returned by the server and sends the user's input information to the server.
- the server may include: a recognition generation module, randomly selecting a preset verification mode, selecting a resource corresponding to the verification mode according to the selected verification manner, generating verification information, and generating prompt information according to the feature information of the selected verification mode; a session management module, the verification information is added to the session; the verification module acquires input information of the user, compares the input information with the verification information in the first session management module, and determines the input information and the verification Whether the information matches, if yes, the verification passes, otherwise the verification fails; the first communication module receives the verification session sent by the client and the input information of the user, and returns the verification information and the prompt information generated by the server to the client.
- a recognition generation module randomly selecting a preset verification mode, selecting a resource corresponding to the verification mode according to the selected verification manner, generating verification information, and generating prompt information according to the feature information of the selected verification mode
- a session management module the verification information is added to the session
- the verification module acquires input information of the user, compares the input information with the
- the server may further include a resource library that stores a preset verification mode and a corresponding resource, and the resource includes one or more of text, picture, icon, voice, beat, and gesture information.
- the server may include: a recognition generation module, randomly selecting a preset verification mode, selecting a resource corresponding to the verification mode according to the selected verification manner, generating verification information, and generating prompt information according to the feature information of the selected verification mode; a session management module, the verification information is added to the session; the verification module acquires input information of the user, compares the input information with the verification information in the first session management module, and determines the input information and the verification Whether the information matches, if yes, the verification passes, otherwise the verification fails; the first communication module receives the verification session sent by the client and the input information of the user, and returns the verification information and the prompt information generated by the server to the client.
- a recognition generation module randomly selecting a preset verification mode, selecting a resource corresponding to the verification mode according to the selected verification manner, generating verification information, and generating prompt information according to the feature information of the selected verification mode
- a session management module the verification information is added to the session
- the verification module acquires input information of the user, compares the input information with the
- the server may further include a resource library that stores a preset verification mode and a corresponding resource, and the resource includes one or more of text, picture, icon, voice, beat, and gesture information.
- the server may further include: a scrambling code module, performing scrambling processing on the verification information, and returning the scrambling coded verification information to the client.
- the client may include: a second communication module, sending the verification session initiated by the user and the input information of the user to the server, and receiving the verification information, the prompt information and the verification result returned by the server; and the second session management module, configured to initiate the verification a session; an input/output module that provides an interface for user input of information, and outputs the verification information, prompt information, and display.
- a method for verifying input includes: receiving a verification session initiated by a user; randomly selecting a preset verification mode, randomly selecting a resource corresponding to the verification mode according to the selected verification manner, generating verification information; and returning the verification information to the user; Obtaining input information of the user, comparing the input information with the verification information; determining whether the input information matches the verification information; if yes, the verification is passed, otherwise the verification fails.
- the step of randomly generating the resource to generate the verification information may further include: adding the verification information to the session, and generating the prompt information according to the feature information of the selected verification mode.
- the method may further include: presetting a plurality of verification modes and resources corresponding to the verification mode, and storing the preset verification mode and corresponding resources in a resource library, where the resources include text, a picture, an icon, and a voice. More than one type of beat, gesture and gesture information.
- the step of returning the verification information to the user may further include the step of performing scrambling processing on the verification information.
- the step of returning the verification information to the user may further include: outputting and displaying the verification information and the prompt information; the method further comprising: returning the verification result to the user.
- a server for verifying input comprising:
- a first communication module configured to receive a verification session
- the identification generation module is configured to randomly select a preset verification mode, and extract corresponding resource generation verification information according to the selected verification manner;
- a first session management module configured to add the verification information generated by the identification generation module to the session
- the verification module is configured to obtain input information of the user, compare the input information with the verification information in the session, determine whether the input information matches the verification information, and if yes, pass the verification, otherwise the verification fails.
- the identification generating module is further configured to generate prompt information according to the feature information of the selected verification manner;
- the first communication module is further configured to return to the user to display the verification information and the prompt information, and receive the verification session and the input information of the user, and return the verification result to the user after the verification module completes the verification.
- the server further includes:
- the resource library is configured to store a preset verification mode and a corresponding resource, where the resource includes one or more of text, picture, icon, voice, beat, and gesture information.
- the server further includes:
- the scrambling code module is configured to perform scrambling processing on the verification information generated by the identification generation module, and the verification information after the scrambling code processing is returned to the user by using the first communication module.
- the prompt information is generated according to the feature information of the selected verification mode, so that the user is prompted to input the corresponding verification information;
- the selected resources include more than one of text, picture, icon, voice, beat and gesture information, further improving the verification and being recognized. Difficulty; pictures, icons, voices, beats, and gestures are not required to be entered from the keyboard, reducing the potential for human error and the user's threshold.
- FIG. 1 is a schematic structural diagram of a system for verifying an input in an embodiment
- FIG. 2 is a schematic structural diagram of a server in an embodiment
- Figure 3 is one of the interface diagrams for verifying the input
- Figure 4 is the second interface diagram of the verification input
- Figure 5 is a schematic structural diagram of a server in another embodiment
- FIG. 6 is a schematic structural diagram of a client in an embodiment
- Figure 7 is a flow diagram of a method of verifying an input in one embodiment.
- Figure 1 illustrates a system for verifying input in an embodiment, the system including server 10 and client 20 . It should be noted that this embodiment is a simplified embodiment proposed to explain the structure of the above system, and the system for verifying input provided by the present invention should include a plurality of clients 20 interacting with the server 10. . among them:
- Server 10 is used to receive clients 20
- the verification session is sent, and the preset verification mode is randomly selected, and the resource corresponding to the verification mode is randomly selected according to the selected verification manner, and the verification information is generated, and the verification information is returned to the client.
- Obtain the user's input information compare the input information with the verification information, and determine whether the input information matches the verification information. If yes, the verification passes, otherwise the verification fails.
- the client 20 is configured to send an authentication session to the server 10, receive authentication information returned by the server 10, and transmit the user's input information to the server 10.
- FIG. 2 shows a server 10 in an embodiment, the server 10 including a resource library 101, and an identification generation module 102.
- the first session management module 103, the first communication module 104, and the verification module 105 wherein:
- the preset verification manner may include multiple types, for example, verification by text, numbers, icons, pictures, voice, beats, gestures, and the like.
- the resource library 10 also stores resources corresponding to these verification methods, for example, a large number of icons are stored corresponding to the icon verification mode; corresponding voice verification mode, resource library 10
- the voice information of some sentences or phrases set in advance is stored; the corresponding beat verification mode stores the pre-recorded beat data; the corresponding gesture verification mode stores the track data of the specific gesture set in advance, and the like.
- Identification generation module 102 is used to randomly select a resource library 101 In the preset verification mode, the resource corresponding to the verification mode is selected according to the selected verification mode, the verification information is generated, and the prompt information is generated according to the feature information of the selected verification mode.
- the identification generation module 102 The verification mode is randomly selected from the resource library 101. For example, if the icon verification mode is randomly selected, the icon is randomly selected in the resource corresponding to the icon verification mode to generate verification information; for example, the identification generation module 102 is generated.
- the voice verification mode is randomly selected, the voice information of the sentence or the phrase is randomly selected in the resource corresponding to the voice verification mode, and the verification information is generated.
- Different verification methods correspond to different prompt information, and the prompt information is returned to the user in order to facilitate the corresponding input of the prompt information.
- the prompt information is returned to the user in order to facilitate the corresponding input of the prompt information.
- 'Please select the same avatar as the sample' 'Please select the same kind of fruit as the sample'.
- the user can pass the verification according to the prompt information.
- the first session management module 103 is configured to add the verification information generated by the identification generation module 102 to the session, and the verification information in the session is used to determine whether the information input by the user in the session matches the verification information.
- the first session management module 103 is further configured to implement session timeout and uniqueness control of the server 10.
- the first communication module 104 is configured to receive the verification session sent by the client 20 and the input information of the user, and the server 10 The generated verification information and prompt information are returned to the client 20 .
- the first communication module 104 is further configured to return the verification result to the client 20 .
- the verification result may be a verification success prompt message and a verification failure prompt message.
- the verification module 105 is configured to acquire input information of the user, and input information of the user with the first session management module 103. The verification information in the comparison is compared to determine whether the input information matches the verification information, and if so, the verification is passed, otherwise the verification fails. As shown in FIG. 3 to FIG. 4, when the generation module 102 is identified The icon verification method is randomly selected, and the user clicks the corresponding icon (including various icons such as avatar, fruit, vegetables, animals, plants, etc.) according to the prompt information, and the verification module 105 Obtain the icon input by the user, compare the icon with the previously generated verification information added to the session, and if the input icon matches the verification information, pass the verification, otherwise the verification fails. When the verification fails, the user may return a prompt for the verification failure (such as a pop-up message box prompting the user to verify the failure).
- a prompt for the verification failure such as a pop-up message box prompting the user to verify the failure.
- the verification module 105 is configured to acquire input information of the user, and input information of the user with the first session management module 103. The verification information in the comparison is compared to determine whether the input information matches the verification information, and if so, the verification is passed, otherwise the verification fails. As shown in FIG. 3 to FIG. 4, when the generation module 102 is identified The icon verification method is randomly selected, and the user clicks the corresponding icon (including various icons such as avatar, fruit, vegetables, animals, plants, etc.) according to the prompt information, and the verification module 105 Obtain the icon input by the user, compare the icon with the previously generated verification information added to the session, and if the input icon matches the verification information, pass the verification, otherwise the verification fails. When the verification fails, the user may return a prompt for the verification failure (such as a pop-up message box prompting the user to verify the failure).
- a prompt for the verification failure such as a pop-up message box prompting the user to verify the failure.
- the server 10 includes the above-mentioned resource library 101 and the identification generation module 102.
- the first session management module 103, the first communication module 104, and the verification module 105 further include a scrambling code module 106.
- scrambling code module 106 The method is used for scrambling the verification information, and the verification information after the scrambling process is returned to the client 20 through the first communication module 104.
- the scrambling code module 106 Adding some noise to the verification information, the verification information after the scrambling code processing is easily recognized by the user but difficult to be recognized by the machine, so that the difficulty of verifying the verification can be further improved.
- the scrambled verification information can be compressed and returned to the client. For example, for verification information formed by characters, numbers, icons, and the like, the verification information after the scrambling process can be compressed into a picture format, and for the voice verification information, it can be compressed into an audio format suitable for network transmission.
- Figure 6 shows a client 20 in an embodiment, the client 20 including a second session management module 201, a second communication module 202 and input and output module 203, wherein:
- the second session management module 201 is configured to initiate an authentication session. In one embodiment, as shown in Figures 3 to 4 As shown, the user needs to log in or register a network interaction system, and the second session module 201 initiates an authentication session, which is sent to the server 10.
- the second communication module 202 is configured to send the verification session and input information of the user to the server 10, and the receiving server 10 The verification information, prompt information, and verification result returned.
- Input and output module 203 An interface for providing user input information, outputting verification information, prompt information, and displaying to the user.
- the verification information generated by the server 10 is scrambled and returned to the client together with the prompt information.
- the second communication module 202 of the client 20 receives the information and displays it to the user through the input/output module 203, as shown in FIG. 3 to FIG.
- the verification code and prompt information in the user are input according to the information.
- Input and output module 203 Obtain a coordinate sequence that is clicked when the user inputs, and through which the user can input which icons are input.
- the input information is uploaded to the server 10 through the second communication module 202, and the server 10 After verification based on the user's input information, the verification result is returned to the client 20 .
- FIG. 7 shows the flow of the method of verifying input in one embodiment.
- the specific process is as follows:
- Step S10 Receive a verification session initiated by the user.
- Step S20 The preset verification mode is randomly selected, and the resources corresponding to the verification mode are randomly selected according to the selected verification manner to generate verification information.
- multiple verification modes and resources corresponding to the verification mode are preset, and the preset verification mode and corresponding resources may be stored in the resource library.
- Pre-set verification methods include verification by text, numbers, icons, pictures, voice, beats, gestures, and so on.
- the resource library 10 The resources corresponding to the verification methods are also stored, for example, a large number of icons are stored corresponding to the icon verification mode; corresponding to the voice verification mode, the resource library 10
- the voice information of some sentences or phrases set in advance is stored; the corresponding beat verification mode stores the pre-recorded beat data; the corresponding gesture verification mode stores the track data of the specific gesture set in advance, and the like.
- the verification method is randomly selected. For example, if the icon verification mode is randomly selected, the icon is randomly selected in the resource corresponding to the icon verification mode to generate verification information. For example, if the voice verification mode is randomly selected, the corresponding voice verification is performed. The voice information of the sentence or the phrase is randomly selected from the corresponding resources, and the verification information is generated. The generated verification information is added to the session. Different verification methods correspond to different prompt information. After the verification information is generated, the prompt information may be generated according to the characteristics of the selected verification manner, and the prompt information is returned to the user for the convenience of corresponding input of the prompt information. As shown 3 ⁇ As shown in Figure 4, 'Please select the same avatar as the sample', 'Please select the same kind of fruit as the sample'. The user can pass the verification according to the prompt information.
- Step S30 returning the verification information to the user.
- the generated verification information may also be scrambled, specifically by adding some noise to the verification information, so that the verification information returned to the user is easily recognized by the user but difficult to be recognized by the machine.
- the scrambling code is compressed, the verification information is returned to the user.
- the verification information after the scrambling process can be compressed into a picture format, and for the voice verification information, Compressed into an audio format suitable for network transmission, and the like.
- the generated prompt information may also be returned to the user and displayed, and the user may input according to the prompt information.
- Step S40 Acquire input information of the user, and compare the input information of the user with the verification information.
- the icon verification method is randomly selected. The user clicks the corresponding icon (including various icons such as avatar, fruit, vegetables, animals, plants, etc.) according to the prompt information, obtains the icon input by the user, and generates the icon with the previous generation. Join the verification information in this session for comparison.
- the voice verification mode is randomly selected, and the user inputs the corresponding voice according to the prompt information, and then the input voice of the user is compared with the verification information.
- the gesture selection method is randomly selected, and the user draws a corresponding trajectory on the screen according to the prompt information, and obtains the trajectory data input by the user and compares the verification information with the verification information.
- Step S50 determining whether the input information of the user matches the verification information, and if yes, proceeding to step S60, otherwise proceeding to step S70 .
- the user's input information and the verification information can usually be fuzzy matched.
- step S60 the verification is passed.
- step S70 the verification fails.
- the user may also return a prompt for the verification failure (such as a pop-up message box prompting the user to verify the failure).
- the prompt information is generated according to the feature information of the selected verification mode, so that the user is prompted to input the corresponding verification information;
- the selected resources include more than one of text, picture, icon, voice, beat and gesture information, further improving the verification and being recognized. Difficulty; pictures, icons, voices, beats, and gestures are not required to be entered from the keyboard, reducing the potential for human error and the user's threshold.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Description
Claims (14)
- 一种验证输入的系统,其特征在于,包括:服务器,接收客户端发送的验证会话,随机选取预设验证方式,根据选取的验证方式随机选取与验证方式对应的资源,生成验证信息,将所述验证信息返回至客户端,以及获取用户的输入信息,将所述输入信息与验证信息进行对比,判断输入信息与验证信息是否匹配,若是,则验证通过,否则验证失败;客户端,用于向服务器发送验证会话,接收所述服务器返回的验证信息,并将用户的输入信息发送至所述服务器。
- 根据权利要求 1 所述的验证输入的系统,其特征在于,所述服务器包括:识别生成模块,随机选取预设验证方式,根据选取的验证方式选取与该验证方式对应的资源,生成验证信息,并根据所述选取的验证方式的特征信息生成提示信息;第一会话管理模块,将所述验证信息加入会话中;验证模块,获取用户的输入信息,将所述输入信息与所述第一会话管理模块中的验证信息进行对比,判断所述输入信息与验证信息是否匹配,若是,则验证通过,否则验证失败;第一通信模块,接收客户端发送的验证会话及用户的输入信息,以及将服务器生成的验证信息及提示信息返回至所述客户端。
- 根据权利要求 2 所述的验证输入的系统,其特征在于,所述服务器还包括存储预设验证方式及对应资源的资源库,所述资源包括文字、图片、图标、语音、节拍及手势信息的一种以上。
- 根据权利要求 1 所述的验证输入的系统,其特征在于,所述服务器还包括:扰码模块,对所述验证信息进行扰码处理,扰码处理后的验证信息返回至所述客户端。
- 根据权利要求 2 所述的验证输入的系统,其特征在于,所述客户端包括:第二通信模块,将用户发起的验证会话以及用户的输入信息发送至服务器,以及接收服务器返回的验证信息、提示信息及验证结果;第二会话管理模块,用于发起验证会话;输入输出模块,提供用户输入信息的界面,以及输出所述验证信息、提示信息并显示。第二会话管理模块,用于发起验证会话;输入输出模块,提供用户输入信息的界面,以及输出所述验证信息、提示信息并显示。
- 一种验证输入的方法,包括:接收用户发起的验证会话;随机选取预设验证方式,根据选取的验证方式随机选取该验证方式对应的资源,生成验证信息;将所述验证信息返回至用户;获取用户的输入信息,将所述输入信息与验证信息进行对比;判断所述输入信息与验证信息是否匹配,若是,则验证通过,否则验证失败。
- 根据权利要求 6 所述的验证输入的方法,其特征在于,所述随机选取资源生成验证信息的步骤还包括:将所述验证信息加入会话中,根据所述选取的验证方式的特征信息生成提示信息。
- 根据权利要求 7 所述的验证输入的方法,其特征在于,所述方法还包括:预设多种验证方式及与所述验证方式对应的资源,将所述预设验证方式及对应的资源存储在资源库中,所述资源包括文字、图片、图标、语音、节拍及手势信息的一种以上。
- 根据权利要求 6 所述的验证输入的方法,其特征在于,所述将验证信息返回至用户的步骤之前还包括:对所述验证信息进行扰码处理的步骤。
- 根据权利要求 6 所述的验证输入的方法,其特征在于,所述将验证信息返回至用户的步骤还包括:将所述验证信息、提示信息输出并显示;所述方法还包括:将所述验证结果返回至用户。
- 一种验证输入的服务器,其特征在于,所述服务器包括:第一通信模块,用于接收验证会话;识别生成模块,用于随机选取预设验证方式,根据选取的验证方式提取对应的资源生成验证信息;第一会话管理模块,用于将所述识别生成模块生成的验证信息加入会话中;验证模块,用于获取用户的输入信息,将所述输入信息与所述会话中的验证信息进行对比,判断输入信息与所述验证信息是否匹配,若是,则验证通过,否则验证失败。
- 根据权利要求 11 所述的验证输入的服务器,其特征在于,所述识别生成模块还用于根据所述选取的验证方式的特征信息生成提示信息;所述第一通信模块还用于向用户返回显示所述验证信息和提示信息,以及接收验证会话和用户的输入信息,并在所述验证模块验证完后将验证结果返回给用户。
- 根据权利要求 11 或 12 所述的验证输入的服务器,其特征在于,所述服务器还包括:资源库,用于存储预设验证方式及对应的资源,所述资源包括文字、图片、图标、语音、节拍及手势信息的一种以上。
- 扰码模块,用于对所述识别生成模块生成的验证信息进行扰码处理,扰码处理后的验证信息通过所述第一通信模块返回给用户。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2010101424807A CN102208978A (zh) | 2010-03-30 | 2010-03-30 | 验证输入的系统及方法 |
| CN201010142480.7 | 2010-03-30 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2011120357A1 true WO2011120357A1 (zh) | 2011-10-06 |
Family
ID=44697652
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2011/070924 Ceased WO2011120357A1 (zh) | 2010-03-30 | 2011-02-11 | 验证输入的系统、方法及服务器 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN102208978A (zh) |
| WO (1) | WO2011120357A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105763319A (zh) * | 2016-02-02 | 2016-07-13 | 南京云创大数据科技股份有限公司 | 一种随机多态验证码生成方法 |
Families Citing this family (23)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8973095B2 (en) * | 2012-06-25 | 2015-03-03 | Intel Corporation | Authenticating a user of a system via an authentication image mechanism |
| CN102867025A (zh) * | 2012-08-23 | 2013-01-09 | 百度在线网络技术(北京)有限公司 | 一种获取图片标注数据的方法和装置 |
| EP2939166B1 (en) * | 2012-12-28 | 2020-11-11 | Nok Nok Labs, Inc. | Query system and method to determine authentication capabilities |
| CN104104664A (zh) | 2013-04-11 | 2014-10-15 | 腾讯科技(深圳)有限公司 | 对验证码进行验证的方法、服务器、客户端和系统 |
| CN103310139A (zh) * | 2013-05-10 | 2013-09-18 | 百度在线网络技术(北京)有限公司 | 一种输入验证方法和输入验证装置 |
| CN104378329B (zh) * | 2013-08-13 | 2018-08-07 | 深圳市腾讯计算机系统有限公司 | 安全验证的方法、装置及系统 |
| CN104468486B (zh) * | 2013-09-23 | 2019-01-15 | 联想(北京)有限公司 | 信息处理方法、系统及电子设备 |
| CN104954131B (zh) * | 2014-03-31 | 2019-09-17 | 腾讯科技(深圳)有限公司 | 验证码的验证方法和系统 |
| CN105450402A (zh) * | 2014-06-26 | 2016-03-30 | 优视科技有限公司 | 用于组合型图片验证码输入的方法、装置及系统 |
| CN105306207B (zh) * | 2014-07-21 | 2019-09-27 | 腾讯科技(深圳)有限公司 | 一种进行验证码验证的方法、装置和系统 |
| CN104965589A (zh) * | 2015-06-13 | 2015-10-07 | 东莞市微模式软件有限公司 | 一种基于人脑智慧和人机交互的人体活体检测方法与装置 |
| CN104967627B (zh) * | 2015-07-14 | 2016-09-07 | 深圳益强信息科技有限公司 | 一种基于管理后台的信息查询方法及系统 |
| WO2017028141A1 (zh) * | 2015-08-16 | 2017-02-23 | 张焰焰 | 登录账号的方法和移动终端 |
| CN107483456A (zh) * | 2017-08-25 | 2017-12-15 | 北京元心科技有限公司 | 身份认证方法及装置 |
| CN107748952A (zh) * | 2017-10-09 | 2018-03-02 | 深圳广联赛讯有限公司 | 基于消费风险控制的信誉审核方法、装置及存储介质 |
| CN108563375A (zh) * | 2018-03-09 | 2018-09-21 | 福州米鱼信息科技有限公司 | 一种基于文字提示的电子证据采集方法及系统 |
| CN109364489B (zh) * | 2018-12-12 | 2022-05-27 | 北京像素软件科技股份有限公司 | 基于角色扮演游戏的舞蹈动作处理方法及装置 |
| CN110032860B (zh) * | 2018-12-27 | 2020-07-28 | 阿里巴巴集团控股有限公司 | 登录方式的推送、展示方法、装置及设备 |
| CN113761489B (zh) * | 2020-06-02 | 2024-01-26 | 共道网络科技有限公司 | 验证方法、装置及设备、存储介质 |
| CN113489719B (zh) * | 2021-07-03 | 2023-05-23 | 深圳市泰壹格物信息技术有限公司 | 一种基于5g消息服务的人机验证应用系统 |
| CN114926169A (zh) * | 2022-04-20 | 2022-08-19 | 江苏苏宁银行股份有限公司 | 一种基于手机银行的转账验证方法 |
| CN115022002B (zh) * | 2022-05-27 | 2024-02-06 | 中国电信股份有限公司 | 验证方式确定方法、装置、存储介质和电子设备 |
| CN116036610A (zh) * | 2023-01-06 | 2023-05-02 | 不鸣科技(杭州)有限公司 | 基于数据验证的反外挂方法、装置及存储介质 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1283827A (zh) * | 2000-08-18 | 2001-02-14 | 郝孟一 | 通用电子信息网络认证系统及方法 |
| CN1697379A (zh) * | 2005-06-22 | 2005-11-16 | 王李琰 | 一种基于标识的密码技术的公共网络安全通信服务用户身份的认证方法 |
| CN101277181A (zh) * | 2008-05-04 | 2008-10-01 | 福州大学 | 一种流媒体数字权限管理的动态多层加密方法 |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR100548354B1 (ko) * | 2003-06-14 | 2006-02-02 | 엘지전자 주식회사 | 동기화 프로토콜에서의 사용자 인증 방법 |
| JP2006011768A (ja) * | 2004-06-25 | 2006-01-12 | Toshiba Corp | 認証システム及び装置 |
| CN1845489B (zh) * | 2005-04-06 | 2010-06-02 | 腾讯科技(深圳)有限公司 | 验证信息生成装置及其方法、反自动机验证装置及其方法 |
-
2010
- 2010-03-30 CN CN2010101424807A patent/CN102208978A/zh active Pending
-
2011
- 2011-02-11 WO PCT/CN2011/070924 patent/WO2011120357A1/zh not_active Ceased
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1283827A (zh) * | 2000-08-18 | 2001-02-14 | 郝孟一 | 通用电子信息网络认证系统及方法 |
| CN1697379A (zh) * | 2005-06-22 | 2005-11-16 | 王李琰 | 一种基于标识的密码技术的公共网络安全通信服务用户身份的认证方法 |
| CN101277181A (zh) * | 2008-05-04 | 2008-10-01 | 福州大学 | 一种流媒体数字权限管理的动态多层加密方法 |
Non-Patent Citations (1)
| Title |
|---|
| LI H. ET AL: "BMP validation code based Web authorization system and its applications", COMPUTER APPLICATIONS, vol. 25, no. 10, October 2005 (2005-10-01), pages 2428 - 2430 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105763319A (zh) * | 2016-02-02 | 2016-07-13 | 南京云创大数据科技股份有限公司 | 一种随机多态验证码生成方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102208978A (zh) | 2011-10-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2011120357A1 (zh) | 验证输入的系统、方法及服务器 | |
| US9729533B2 (en) | Human verification by contextually iconic visual public turing test | |
| EP2616901B1 (en) | Moving information between computing devices | |
| US8689302B2 (en) | System, method and program for user authentication, and recording medium on which the program is recorded | |
| TWI474703B (zh) | 提供時間比例式密碼/盤問鑑定的方法與電腦裝置 | |
| CN108093313B (zh) | 机顶盒接入网络的方法、装置、系统、介质及机顶盒 | |
| US20110314540A1 (en) | Preventing abuse of services through infrastructure incompatibility | |
| JP2007525767A (ja) | ユーザ認証 | |
| CN117056892A (zh) | 虚拟现实中对访问私有数据的安全授权 | |
| WO2009000172A1 (en) | Device, method and system for inputting content | |
| CN104428785A (zh) | 使用图标的关键字的图标密码设定装置以及图标密码设定方法 | |
| CN113051536B (zh) | 语音认证方法、装置、电子设备及存储介质 | |
| CN109388924A (zh) | 一种身份验证方法、装置、服务器及存储介质 | |
| Yang et al. | Game-based image semantic CAPTCHA on handset devices | |
| CN115206150B (zh) | 基于情节体验的教学方法、装置、设备及存储介质 | |
| CN114842848A (zh) | 语音控制系统、方法、装置、设备以及介质、程序产品 | |
| CN105763536B (zh) | 基于动态图形密码的网络注册方法及系统 | |
| JP2011053969A (ja) | eラーニングシステムにおける本人認証システム | |
| WO2011136464A1 (ko) | 비밀번호 키의 이동값을 이용하는 비밀번호 안전 입력 시스템 및 그 비밀번호 안전 입력 방법 | |
| WO2012074275A2 (ko) | 인터넷 보안을 위한 본인인증 장치, 그 방법 및 이를 기록한 기록매체 | |
| JP2002297546A (ja) | ユーザ認証方法および装置 | |
| CN113413590B (zh) | 一种信息验证方法、装置、计算机设备及存储介质 | |
| CN106161388B (zh) | 信息验证方法、服务器及系统 | |
| CN117412081A (zh) | 电视登录方法、装置、电子设备及计算机存储介质 | |
| JP2009211579A (ja) | クライアント装置、認証サーバ装置、認証システム、認証要求方法、認証方法、及び、プログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11761931 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 8992/CHENP/2012 Country of ref document: IN |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 08/02/2013) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11761931 Country of ref document: EP Kind code of ref document: A1 |