CN108875349B - Verification code generation method and device based on pinyin - Google Patents

Verification code generation method and device based on pinyin Download PDF

Info

Publication number
CN108875349B
CN108875349B CN201710327279.8A CN201710327279A CN108875349B CN 108875349 B CN108875349 B CN 108875349B CN 201710327279 A CN201710327279 A CN 201710327279A CN 108875349 B CN108875349 B CN 108875349B
Authority
CN
China
Prior art keywords
chinese character
pinyin
verification
chinese
letter
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.)
Active
Application number
CN201710327279.8A
Other languages
Chinese (zh)
Other versions
CN108875349A (en
Inventor
林万琪
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.)
Shanghai Lingxi Interactive Entertainment Co ltd
Original Assignee
Alibaba China 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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN201710327279.8A priority Critical patent/CN108875349B/en
Publication of CN108875349A publication Critical patent/CN108875349A/en
Application granted granted Critical
Publication of CN108875349B publication Critical patent/CN108875349B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/36User authentication by graphic or iconic representation

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention provides a verification code generation method and a verification code generation device based on pinyin, wherein the verification code generation method comprises the following steps: selecting M different verification Chinese characters from a Chinese character library, wherein the verification Chinese characters comprise a prompt Chinese character and at least two to-be-selected Chinese characters, at least one standard Chinese character exists in the to-be-selected Chinese characters, the pinyin first letter of the standard Chinese character is the same as the pinyin first letter of the prompt Chinese character, and M is a positive integer not less than 3; and generating and pushing a verification code to a user according to the prompt Chinese character and the Chinese character to be selected, so that the user selects a Chinese character with the same pinyin first letter as the prompt Chinese character from the Chinese character to be selected for verification according to the verification code. The scheme performs user verification based on the first letter of the pinyin of the Chinese character, is difficult to break, has better safety, and in addition, the user only needs to perform simple selection operation, has good user experience, does not need a developer to pay extra cost, and is low in cost.

Description

Verification code generation method and device based on pinyin
Technical Field
The invention relates to the field of user verification, in particular to a verification code generation method and device based on pinyin.
Background
Authentication codes are a common fully automated procedure for distinguishing whether a user is a person or a computer. In the business scenes of login, registration, activity and the like, in order to prevent hackers from using automatic programs (or tools) such as viruses, trojans and the like to earn benefits and encroach on resources, most Internet product developers use authentication codes to authenticate users, if authentication is successful, namely the users are identified to be people, corresponding processing and response are carried out, otherwise, the hackers are judged to refuse to process and respond.
There are many kinds of verification codes, such as graphic verification codes, mobile phone short message verification codes, mobile phone voice verification codes, etc. However, the graphic verification code is easy to be cracked by a black production program, the security is poor, and the short message verification code and the mobile phone voice verification code of the mobile phone require developers to pay related expenses to mobile network operators, so that the cost is too high. It can be seen that, although the above verification codes do not implement user verification safely and conveniently.
Disclosure of Invention
The invention provides a verification code generation method and device based on pinyin, which are used for solving the problem that the existing verification code cannot safely and conveniently verify a user.
The invention provides a verification code generation method based on pinyin, which comprises the following steps: selecting M different verification Chinese characters from a Chinese character library, wherein the verification Chinese characters comprise a prompt Chinese character and at least two to-be-selected Chinese characters, at least one standard Chinese character exists in the to-be-selected Chinese characters, the pinyin first letter of the standard Chinese character is the same as the pinyin first letter of the prompt Chinese character, and M is a positive integer not less than 3; and generating and pushing a verification code to a user according to the prompt Chinese character and the Chinese character to be selected, so that the user selects a Chinese character with the same pinyin first letter as the prompt Chinese character from the Chinese character to be selected for verification according to the verification code.
In an implementation manner, before the selecting M different verification chinese characters from the chinese character library, the method further includes: and counting a Chinese character set corresponding to each letter, and establishing the Chinese character library, wherein the pinyin initial letters of all Chinese characters in the Chinese character set corresponding to each letter are the letters.
In an implementation manner, the selecting M different verification chinese characters from the chinese character library includes: randomly selecting N first letters from the letters, wherein N is a positive integer and is less than M; and randomly selecting at least one Chinese character from the Chinese character set corresponding to each first letter to obtain the M different verification Chinese characters.
In an implementable manner, there is at least one interfering Chinese character in the candidate Chinese character, the pinyin first letter of the interfering Chinese character being different from the pinyin first letter of the prompt Chinese character.
In an implementable manner, N is M-1, the number of standard Chinese characters is one, and the pinyin initials of the interfering Chinese characters are all different.
In an implementable manner, after the counting the set of chinese characters corresponding to each letter and establishing the chinese character library, the method further includes: clearing invalid letters in the letters and a Chinese character set corresponding to the invalid letters, wherein the Chinese character set corresponding to the invalid letters is empty; and/or clearing polyphone in the Chinese character library, wherein the first phonetic letter of the polyphone is multiple.
In an implementation manner, after pushing the verification code to the user, the method further includes: if the Chinese character selected by the user is consistent with the standard Chinese character, the verification is successful, otherwise, the verification fails.
In an implementable manner, the generating a verification code according to the prompt chinese character and the candidate chinese character includes: randomly selecting a background image from a preset image library; and generating the verification code by taking the background picture as a display background according to the prompt Chinese character and the Chinese character to be selected.
In an implementation manner, after pushing the verification code to the user, the method further includes: caching a first coordinate of the standard Chinese character in the background image; acquiring a second coordinate of the Chinese character selected by the user in the background image; and detecting whether the Chinese character selected by the user is consistent with the standard Chinese character or not by comparing whether the first coordinate is consistent with the second coordinate or not.
Another aspect of the present invention is to provide a pinyin-based captcha generating apparatus, including: the system comprises a selection module, a verification module and a verification module, wherein the selection module is used for selecting M different verification Chinese characters from a Chinese character library, the verification Chinese characters comprise a prompt Chinese character and at least two to-be-selected Chinese characters, at least one standard Chinese character exists in the to-be-selected Chinese characters, the pinyin first letter of the standard Chinese character is the same as the pinyin first letter of the prompt Chinese character, and M is a positive integer not less than 3; and the verification module is used for generating and pushing a verification code to a user according to the prompt Chinese character and the Chinese character to be selected, so that the user selects a Chinese character with the same pinyin initial letter as the pinyin initial letter of the prompt Chinese character from the Chinese character to be selected according to the verification code to verify.
In an implementable manner, the apparatus further comprises: and the initial module is used for counting the Chinese character set corresponding to each letter and establishing the Chinese character library, wherein the pinyin initial letters of all Chinese characters in the Chinese character set corresponding to each letter are the letters.
In an implementable manner, the selecting module includes: the first selection unit is used for randomly selecting N first letters from the letters, wherein N is a positive integer and is less than M; and the second selection unit is used for randomly selecting at least one Chinese character from the Chinese character set corresponding to each first letter to obtain the M different verification Chinese characters.
In an implementable manner, N is greater than 1, at least one interfering Chinese character is present in the candidate Chinese character, the pinyin first letter of the interfering Chinese character being different from the pinyin first letter of the prompt Chinese character.
In an implementable manner, N is M-1, the number of standard Chinese characters is one, and the pinyin initials of the interfering Chinese characters are all different.
In an implementable manner, the apparatus further comprises: the updating module is used for clearing invalid letters in the letters and a Chinese character set corresponding to the invalid letters, wherein the Chinese character set corresponding to the invalid letters is empty; and/or clearing polyphone in the Chinese character library, wherein the first phonetic letter of the polyphone is multiple.
In an implementable manner, the verification module is further configured to verify the standard Chinese character if the Chinese character selected by the user is consistent with the standard Chinese character, and otherwise, verify the standard Chinese character if the Chinese character selected by the user is not consistent with the standard Chinese character.
In an implementable manner, the verification module comprises: the background unit is used for randomly selecting a background image from a preset image library; and the generating unit is used for generating the verification code by taking the background picture as a display background according to the prompt Chinese character and the Chinese character to be selected.
In an implementable manner, the verification module further comprises: the cache unit is used for caching a first coordinate of the standard Chinese character in the background image; the acquisition unit is used for acquiring a second coordinate of the Chinese character selected by the user in the background image; and the comparison unit is used for detecting whether the Chinese character selected by the user is consistent with the standard Chinese character or not by comparing whether the first coordinate is consistent with the second coordinate or not.
Yet another aspect of the present invention is to provide a pinyin-based captcha generation apparatus that includes at least one processor, a memory, and a communication interface; the at least one processor, the memory and the communication interface are all connected through a bus; the memory stores computer-executable instructions; the at least one processor executes the computer-executable instructions stored in the memory to cause the pinyin-based captcha generation apparatus to perform the method of any one of the preceding embodiments.
Yet another aspect of the present invention is to provide a computer-readable storage medium storing computer-executable instructions that, when executed by at least one processor of a pinyin-based captcha generation apparatus, cause the pinyin-based captcha generation apparatus to perform the method of any one of the preceding embodiments.
Yet another aspect of the present invention is to provide a computer product comprising computer-executable instructions stored in a computer-readable storage medium, the computer-executable instructions being readable from the computer-readable storage medium by at least one processor of a pinyin-based captcha generating device, execution of the instructions by the at least one processor causing the pinyin-based captcha generating device to perform the method of any one of the preceding embodiments.
The verification code generation method and device based on the pinyin provided by the invention can be used for pushing prompt Chinese characters and Chinese characters to be selected to a user, wherein at least one pinyin first letter of the Chinese character is the same as the prompt Chinese character in the Chinese characters to be selected, and the user selects the Chinese character with the pinyin first letter which is the same as the prompt Chinese character from the Chinese characters to be selected, so that verification is performed according to the selection result of the user.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1A is a schematic flow chart of a verification code generation method based on pinyin according to an embodiment of the present invention;
FIG. 1B is a diagram illustrating an effect of a generated verification code according to an embodiment of the present invention;
FIG. 2A is a schematic flow chart of a verification code generation method based on Pinyin according to a second embodiment of the present disclosure;
FIG. 2B is a schematic flow chart illustrating another Pinyin-based verification code generation method according to a second embodiment of the present disclosure;
fig. 3A is a schematic flow chart of a verification code generation method based on pinyin according to a third embodiment of the present invention;
FIG. 3B is a schematic flow chart of another Pinyin-based verification code generation method according to a third embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a verification code generating apparatus based on pinyin according to a fourth embodiment of the present invention;
fig. 5A is a schematic structural diagram of a verification code generating device based on pinyin according to a fifth embodiment of the present invention;
fig. 5B is a schematic structural diagram of another pinyin-based verification code generation apparatus according to a fifth embodiment of the present invention;
fig. 6A is a schematic structural diagram of a verification code generation apparatus based on pinyin according to a sixth embodiment of the present invention;
fig. 6B is a schematic structural diagram of another pinyin-based verification code generation apparatus according to a sixth embodiment of the present invention;
fig. 7 is a schematic structural diagram of a verification code generating apparatus based on pinyin according to a seventh embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1A is a schematic flow chart of a verification code generation method based on pinyin according to an embodiment of the present invention, where the method may be applied to a verification code generation apparatus based on pinyin, and as shown in fig. 1A, the method includes:
101. selecting M different verification Chinese characters from a Chinese character library, wherein the verification Chinese characters comprise a prompt Chinese character and at least two to-be-selected Chinese characters, at least one standard Chinese character exists in the to-be-selected Chinese characters, the pinyin first letter of the standard Chinese character is the same as the pinyin first letter of the prompt Chinese character, and M is a positive integer not less than 3;
102. and generating and pushing a verification code to a user according to the prompt Chinese character and the Chinese character to be selected, so that the user selects a Chinese character with the same pinyin first letter as the prompt Chinese character from the Chinese character to be selected for verification according to the verification code.
The Chinese character library may be a conventional known Chinese character library directly, or may be established according to actual verification requirements, which is not limited herein. For example, in order to improve the general practicability of the verification code, the Chinese character library can be established by counting a certain number of common Chinese characters, so that the influence on the accuracy of the verification result caused by that a user does not know uncommon Chinese characters is avoided.
Specifically, if the Chinese character selected by the user is consistent with the standard Chinese character, the verification is successful, otherwise, the verification fails. The value of M may be 7, that is, one prompt chinese character and 6 candidate chinese characters, where the pinyin initial of at least one standard chinese character in the 6 candidate chinese characters is the same as the prompt chinese character, and the value of M is larger, the security of the verification code is higher, but the operation time of the user needs to be taken into consideration. Alternatively, the value of M may be randomly determined each time the verification code is generated.
Optionally, the number of the standard chinese characters may be preset, for example, the number of the standard chinese characters may also be determined according to security requirements and user experience in a balanced manner, or the number of the standard chinese characters may also be determined randomly each time 101 is executed. If the number of the standard Chinese characters is a preset fixed value, in order to ensure the strength and accuracy of verification, the Chinese characters to be selected also comprise at least one interference Chinese character, the pinyin first letter of the interference Chinese character is different from the pinyin first letter of the prompt Chinese character, namely the number of the standard Chinese characters is not more than M-2; if the number of standard Chinese characters is randomly determined every time 101 is executed, the number of the randomly determined standard Chinese characters is only limited to be not more than M-1.
Specifically, the chinese character library may be pre-established, and in practical applications, the established chinese character library may be stored in a database or a memory. It can be understood that after the Chinese character library is established, verification Chinese characters can be selected from the established Chinese character library to generate verification codes in each verification process, and the Chinese character library does not need to be established each time the verification codes need to be generated. In practical application, there are many ways to establish a Chinese character library, as long as the first letter of pinyin of each Chinese character can be obtained based on the Chinese character library. For example, a Chinese character library is established by analyzing and counting the pinyin initial letters of the Chinese characters.
With the scheme of the present embodiment, by way of example, in an actual scenario: when user authentication is required, for example, when an authentication code request sent by a client is received, M different authentication Chinese characters are selected from a pre-established Chinese character library, specifically, the selection strategy is various, for example, random selection or selection according to the difficulty degree of the Chinese characters is performed, a prompt Chinese character and at least two Chinese characters to be selected are obtained, and the pinyin initial letter of at least one standard Chinese character in the Chinese characters to be selected is the same as the prompt Chinese character; after the verification Chinese character is selected, generating a verification code according to a certain format and pushing the verification code to the user according to the prompt Chinese character and the Chinese character to be selected, for example, as shown in fig. 1B, fig. 1B is a schematic diagram of an effect of a generated verification code based on an embodiment of the present invention, wherein the preset format is as follows: clicking the Chinese characters with the same initial sum in the lower part, wherein the king in the double quotation marks is the prompt Chinese character, and the six Chinese characters in the lower part are the Chinese characters to be selected; based on the pushed verification code, the user can select a Chinese character with the same pinyin initial as the pinyin initial of the prompt Chinese character from the Chinese characters to be selected for verification, and still take fig. 1B as an example, that is, the user can select a character with the same pinyin initial as the king from the characters of garden, people, ears, old, characters and cars for verification. It can be known that the Chinese character which is identical to the first letter of the pinyin of the king is 'text'. It is to be understood that the drawings are exemplary embodiments only, and are not intended to limit the present invention to other embodiments, such as the form of questions, the font of Chinese characters, the format of Chinese character arrangement, etc.
The verification code generation method based on the pinyin provided by the embodiment pushes a prompt Chinese character and a to-be-selected Chinese character to a user, the pinyin first letter of at least one Chinese character in the to-be-selected Chinese character is the same as the prompt Chinese character, and the user selects a Chinese character with the pinyin first letter which is the same as the prompt Chinese character from the to-be-selected Chinese character, so that verification is performed according to a selection result of the user.
In order to quickly acquire a verification Chinese character and thereby improve the efficiency of verification code generation, a Chinese character library may be established by using letters as indexes, and accordingly, as shown in fig. 2A, fig. 2A is a schematic flow diagram of a verification code generation method based on pinyin according to a second embodiment of the present invention, and on the basis of the first embodiment, before 101, the method further includes:
201. and counting a Chinese character set corresponding to each letter, and establishing the Chinese character library, wherein the pinyin initial letters of all Chinese characters in the Chinese character set corresponding to each letter are the letters.
Specifically, for each letter, for example, all 26 letters, that is, letters a to z, are indexed by using the letter, and based on a rule of a pinyin first letter, a chinese character set corresponding to each letter is counted by establishing a mapping relationship between the letter and the chinese character, and finally a chinese character library is established, where the pinyin first letter of all the chinese characters in the chinese character set corresponding to each letter is the letter. The letters described herein are not case-specific, and for example, the Chinese characters corresponding to the letter a include but are not limited to: o, an and; the Chinese characters corresponding to the letter c include but are not limited to: only, layer; the Chinese characters corresponding to the letter t include but are not limited to: he, Te, Tao and Tao.
Further, in practical applications, there may be letters, e.g., i and u, for which no Chinese character is the initial pinyin, and accordingly, the letters may be eliminated in advance in order to further reduce the time taken to verify the selection of a Chinese character and avoid unnecessary searching. Correspondingly, on the basis of the embodiment shown in fig. 2A, after 201, the method may further include: and clearing the invalid letters in the letters and the Chinese character set corresponding to the invalid letters, wherein the Chinese character set corresponding to the invalid letters is empty.
For example, assuming that the chinese character library includes a chinese character set corresponding to 26 letters before the removal processing, based on the present embodiment, if the chinese character set corresponding to the letters i and u is determined to be empty, the two letters are deleted from each letter, the chinese character set corresponding to the two letters is correspondingly deleted, and the remaining 24 letters and the chinese character sets corresponding to the letters are retained. Correspondingly, when the verification Chinese character is selected from the Chinese character library subsequently, the selection is only carried out from the Chinese character set corresponding to 24 letters, so that the selection speed and efficiency are improved.
In the embodiment, the invalid letters with the corresponding Chinese character set being empty are removed from each letter, so that unnecessary processing in the process of selecting the verification Chinese character is avoided, and the generation efficiency of the verification code is improved.
In addition, in practical applications, there may be some polyphones, for example, the "tail" has multiple pronunciations, i.e., "wei" and "yi", and accordingly, in order to avoid inaccurate verification results caused by polyphones, the words may be cleared in advance. Correspondingly, on the basis of the embodiment shown in fig. 2A, after 201, the method may further include: and clearing polyphone characters in the Chinese character library, wherein the first phonetic letter of the polyphone characters is multiple.
According to the embodiment, polyphones with different pronunciations are eliminated from the Chinese character library, so that the influence of the polyphones on the verification result is avoided, and the verification accuracy is improved.
The above two embodiments can be implemented separately or in combination, for example, to eliminate invalid letters and their corresponding Chinese character sets, and also to eliminate polyphones. When the two are combined for implementation, the execution sequence is not limited.
Based on the Chinese character library in the embodiment, letters can be used as indexes, and then verification Chinese characters are selected from Chinese character sets corresponding to the letters. As shown in fig. 2B, fig. 2B is a schematic flow chart of another verification code generation method based on pinyin according to a second embodiment of the present invention, and on the basis of the implementation shown in fig. 2A, 101 may specifically include:
1011. randomly selecting N first letters from the letters, wherein N is a positive integer and is less than M;
1012. and randomly selecting at least one Chinese character from the Chinese character set corresponding to each first letter to obtain the M different verification Chinese characters.
Specifically, when the verification code needs to be generated, N letters are randomly selected from each letter, then at least one Chinese character is randomly selected from a Chinese character set corresponding to each letter in the N letters, and finally, M different verification Chinese characters are obtained.
In a first practical manner, N may be a preset value, and specifically, when N is the preset value, the candidate chinese character further needs to include at least one interfering chinese character, where a pinyin first letter of the interfering chinese character is different from a pinyin first letter of the prompt chinese character, that is, N is greater than 1. Further, in the first implementable manner, N may be set to M-1, that is, at least one chinese character is selected from the chinese character set corresponding to the M-1 letters, respectively, to obtain M verification chinese characters, it can be understood that in this case, only the pinyin first letters of two chinese characters are the same in the verification chinese characters, that is, only one standard chinese character exists in the chinese character to be selected, the rest are interference chinese characters, and the pinyin first letters of the interference chinese characters are all different.
In the second implementable manner, the value of N may also be randomly determined each time 1011 is executed, and in this implementation, a case that all the chinese characters to be selected are standard chinese characters may occur in a certain verification, for example, when N is 1, i.e., a verification chinese character is selected from a chinese character set corresponding to the same letter, but since the value of N is randomly determined each time 1011 is executed, the accuracy of verification is not affected. In the second embodiment, N may also be set to be greater than 1, that is, at least one verification chinese character is selected from the chinese character set corresponding to two letters, and accordingly, at least one interfering chinese character may exist in the candidate chinese character, and the first pinyin letter of the interfering chinese character is different from the first pinyin letter of the prompt chinese character.
According to the embodiment, the difficulty of cracking the verification code can be further improved and the accuracy and the reliability of verification can be improved by adjusting the relative number of the standard Chinese characters and the interfering Chinese characters.
The verification code generation method based on pinyin provided by the embodiment takes letters as indexes, and establishes a Chinese character library by counting Chinese character sets corresponding to the letters, so that verification Chinese characters can be selected from the Chinese character library more quickly and accurately, and the efficiency and the accuracy of verification code generation are improved.
Fig. 3A is a schematic flow chart of a verification code generation method based on pinyin according to a third embodiment of the present invention, as shown in fig. 3A, on the basis of the first embodiment or the second embodiment, the generating a verification code according to the prompt chinese character and the candidate chinese character in 102 may specifically include:
1021. randomly selecting a background image from a preset image library;
1022. and generating the verification code by taking the background picture as a display background according to the prompt Chinese character and the Chinese character to be selected.
Specifically, based on the scheme of the first embodiment or the second embodiment, after the verification Chinese characters are selected from the Chinese character library, the background graph is randomly selected from the graph library, and the prompt Chinese characters and the Chinese characters to be selected are added to the background graph according to a preset format by using the background graph as the canvas according to the prompt Chinese characters and the Chinese characters to be selected in the verification Chinese characters, so as to generate the final verification code. It can be understood that the patterns in the background image can interfere the cracking program to identify the Chinese characters, so that the failure rate of cracking the verification code is increased, and the accuracy and the reliability of verification are improved.
Further, fig. 3B is a schematic flow chart of another pinyin-based verification code generation method according to a third embodiment of the present invention, as shown in fig. 3B, and on the basis of the implementation manner shown in fig. 3A, after 102, the method may further include:
301. caching a first coordinate of the standard Chinese character in the background image;
302. acquiring a second coordinate of the Chinese character selected by the user in the background image;
303. and detecting whether the Chinese character selected by the user is consistent with the standard Chinese character or not by comparing whether the first coordinate is consistent with the second coordinate or not.
Specifically, in the embodiment, the background map is used as the canvas, the Chinese characters to be selected are added to the background map according to the preset format, the coordinates of the standard Chinese characters in the background map are recorded in the cache as the correct "answer", the coordinates of the standard Chinese characters in the background map are compared with the coordinates of the Chinese characters selected by the user subsequently, whether the coordinates of the standard Chinese characters are consistent with the coordinates of the Chinese characters selected by the user is determined, if the coordinates of the Chinese characters selected by the user are consistent with the coordinates of the standard Chinese characters, the verification is successful, and if the coordinates of the Chinese.
According to the pinyin-based verification code generation method provided by the embodiment, the prompt Chinese characters and the Chinese characters to be selected from the Chinese character library are added into the background image according to the preset format, and the cracking program can be interfered to identify the Chinese characters by combining the patterns in the background image, so that the failure rate of cracking the verification code is increased, and the accuracy and the reliability of verification are improved.
Fig. 4 is a schematic structural diagram of a pinyin-based verification code generation apparatus according to a fourth embodiment of the present invention, and as shown in fig. 4, the apparatus includes:
a selecting module 41, configured to select M different verification chinese characters from a chinese character library, where the verification chinese characters include a prompt chinese character and at least two candidate chinese characters, where at least one standard chinese character exists in the candidate chinese characters, a pinyin first letter of the standard chinese character is the same as a pinyin first letter of the prompt chinese character, and M is a positive integer no less than 3;
and the verification module 42 is configured to generate and push a verification code to the user according to the prompt Chinese character and the candidate Chinese character, so that the user selects a Chinese character with the same pinyin initial letter as the pinyin initial letter of the prompt Chinese character to verify according to the verification code.
The Chinese character library may be a conventional known Chinese character library directly, or may be established according to actual verification requirements, which is not limited herein.
Specifically, the verification module 42 is further configured to, if the chinese character selected by the user is consistent with the standard chinese character, verify successfully, otherwise, verify unsuccessfully. Wherein M may be a preset value; alternatively, the value of M may be randomly determined each time the verification code is generated. Alternatively, the number of standard chinese characters may be set in advance, or the number of standard chinese characters may be randomly determined each time 101 is executed.
Taking the actual scene as an example: when user verification is needed, the selection module 41 selects M different verification Chinese characters from a pre-established Chinese character library to obtain a prompt Chinese character and at least two candidate Chinese characters, wherein the candidate Chinese characters have at least one standard Chinese character with the same pinyin initial letter as the prompt Chinese character; after the selection module 41 selects the verification Chinese character, the verification module 42 generates a verification code according to a certain format and pushes the verification code to the user according to the prompt Chinese character and the Chinese character to be selected.
The verification code generation device based on the pinyin provided by the embodiment pushes a prompt Chinese character and a to-be-selected Chinese character to a user, the pinyin first letter of at least one Chinese character in the to-be-selected Chinese character is the same as the prompt Chinese character, and the user selects the Chinese character with the pinyin first letter which is the same as the prompt Chinese character from the to-be-selected Chinese character, so that verification is performed according to the selection result of the user.
In order to obtain the verification chinese character quickly and thereby improve the efficiency of verification code generation, a chinese character library may be established using letters as indexes, and accordingly, as shown in fig. 5A, fig. 5A is a schematic structural diagram of a verification code generation apparatus based on pinyin according to a fifth embodiment of the present invention, and on the basis of the fourth embodiment, the apparatus further includes:
the initial module 51 is configured to count a Chinese character set corresponding to each letter, and establish the Chinese character library, where a pinyin initial of all Chinese characters in the Chinese character set corresponding to each letter is the letter.
Specifically, the letters are used as indexes, Chinese character sets corresponding to the letters are counted, and a Chinese character library is finally established, wherein the first phonetic letter of all Chinese characters in the Chinese character set corresponding to each letter is the letter.
Further, in practical applications, there may be some letters, and accordingly, in order to further reduce the time taken to verify the selection of the chinese character, on the basis of the embodiment shown in fig. 5A, the apparatus further includes: and the updating module is used for clearing invalid letters in the letters and the Chinese character set corresponding to the invalid letters, wherein the Chinese character set corresponding to the invalid letters is empty.
In the embodiment, the invalid letters with the corresponding Chinese character set being empty are removed from each letter, so that unnecessary processing in the process of selecting the verification Chinese character is avoided, and the generation efficiency of the verification code is improved.
In addition, to avoid inaccurate verification results due to polyphones, the words may be pre-erased. Correspondingly, on the basis of the embodiment shown in fig. 5A, the apparatus further includes: and the updating module is used for clearing polyphone characters in the Chinese character library, and the first phonetic letters of the polyphone characters are multiple.
According to the embodiment, polyphones with different pronunciations are eliminated from the Chinese character library, so that the influence of the polyphones on the verification result is avoided, and the verification accuracy is improved.
The two implementation modes can be implemented independently or in combination, for example, the updating module is used for clearing invalid letters and the corresponding Chinese character set, and is also used for clearing polyphones.
Based on the Chinese character library in the embodiment, letters can be used as indexes, and then verification Chinese characters are selected from Chinese character sets corresponding to the letters. As shown in fig. 5B, fig. 5B is a schematic structural diagram of another pinyin-based verification code generation apparatus according to a fifth embodiment of the present invention, and based on the implementation shown in fig. 5A, the selecting module 41 includes:
a first selecting unit 411, configured to randomly select N first letters from the letters, where N is a positive integer and N is smaller than M;
a second selecting unit 412, configured to randomly select at least one Chinese character from the Chinese character set corresponding to each first letter, so as to obtain the M different verified Chinese characters.
Specifically, when the verification code needs to be generated, the first selecting unit 411 first randomly selects N letters from each letter, and the second selecting unit 412 then randomly selects at least one Chinese character from the Chinese character set corresponding to each letter in the N letters, thereby finally obtaining M different verification Chinese characters.
In a first practical manner, N may be a preset value, and specifically, when N is the preset value, the candidate chinese character further needs to include at least one interfering chinese character, where a pinyin first letter of the interfering chinese character is different from a pinyin first letter of the prompt chinese character, that is, N is greater than 1. Further, in the first implementable manner, N may be set to M-1, that is, at least one chinese character is selected from the chinese character set corresponding to the M-1 letters, respectively, to obtain M verification chinese characters, it can be understood that in this case, only the pinyin first letters of two chinese characters are the same in the verification chinese characters, that is, only one standard chinese character exists in the chinese character to be selected, the rest are interference chinese characters, and the pinyin first letters of the interference chinese characters are all different.
In the second implementable manner, the value of N may also be randomly determined each time a verification chinese character is selected, and in this implementation, a situation that all chinese characters to be selected are standard chinese characters may occur in a certain verification, for example, when N is 1, a verification chinese character is selected in a chinese character set corresponding to the same letter, but since the value of N is randomly determined each time a verification chinese character is selected, the accuracy of verification is not affected. In the second embodiment, N may also be set to be greater than 1, that is, at least one verification chinese character is selected from the chinese character set corresponding to two letters, and accordingly, at least one interfering chinese character may exist in the candidate chinese character, and the first pinyin letter of the interfering chinese character is different from the first pinyin letter of the prompt chinese character.
According to the embodiment, the difficulty of cracking the verification code can be further improved and the accuracy and the reliability of verification can be improved by adjusting the relative number of the standard Chinese characters and the interfering Chinese characters.
The verification code generation device based on pinyin takes letters as indexes, establishes a Chinese character library by counting Chinese character sets corresponding to the letters, so that verification Chinese characters can be selected from the Chinese character library more quickly and accurately, and the efficiency and the accuracy of verification code generation are improved.
Fig. 6A is a schematic structural diagram of a pinyin-based verification code generation apparatus according to a sixth embodiment of the present invention, and as shown in fig. 6A, on the basis of the fourth embodiment or the fifth embodiment, the verification module 42 includes:
a background unit 421, configured to randomly select a background image from a preset gallery;
the generating unit 422 is configured to generate the verification code according to the prompt chinese character and the candidate chinese character, with the background image as a display background.
Specifically, based on the scheme of the first embodiment or the second embodiment, after the verification chinese character is selected from the chinese character library, the background unit 421 randomly selects a background map from the map library, and the generation unit 422 adds the prompt chinese character and the candidate chinese character to the background map according to a preset format by using the background map as a canvas according to the prompt chinese character and the candidate chinese character in the verification chinese character, so as to generate the final verification code.
Further, fig. 6B is a schematic structural diagram of another pinyin-based verification code generation apparatus according to a sixth embodiment of the present invention, and as shown in fig. 6B, on the basis of the implementation shown in fig. 6A, the verification module 42 further includes:
the caching unit 423 is used for caching a first coordinate of the standard Chinese character in the background image;
an obtaining unit 424, configured to obtain a second coordinate of the chinese character selected by the user in the background map;
a comparing unit 425 configured to detect whether the chinese character selected by the user is consistent with the standard chinese character by comparing whether the first coordinate and the second coordinate are consistent.
Specifically, in this embodiment, the generating unit 422 uses the background map as a canvas, adds the Chinese character to be selected to the background map according to a preset format, the caching unit 423 records the coordinate of the standard Chinese character in the background map into the cache as a correct "answer", the subsequent comparing unit 425 compares the coordinate of the standard Chinese character in the background map with the coordinate of the Chinese character selected by the user and acquired by the acquiring unit 424, determines whether the coordinate of the Chinese character selected by the user is consistent with the coordinate of the Chinese character selected by the user in the background map, and if the coordinate of the Chinese character selected by the user is consistent with the standard Chinese character, the verification is successful, otherwise, the.
The pinyin-based verification code generation device provided by the embodiment adds prompt Chinese characters and Chinese characters to be selected, which are selected from a Chinese character library, into the background image according to a preset format, and can interfere with the cracking program to identify the Chinese characters by combining the patterns in the background image, so that the failure rate of cracking verification codes is increased, and the accuracy and reliability of verification are improved.
In a specific implementation of the pinyin-based captcha generating apparatus in the foregoing embodiment, the selecting module and the verifying module may be implemented as a processor, and data and program codes may be stored in a memory and controlled by the controller to be executed according to corresponding program instructions.
In the above specific implementation of the pinyin-based verification code generating apparatus, it should be understood that the Processor may be a Central Processing Unit (CPU), other general-purpose processors, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware processor, or may be implemented by a combination of hardware and software modules in the processor.
Fig. 7 is a schematic structural diagram of a pinyin-based verification code generation apparatus according to a seventh embodiment of the present invention, and as shown in fig. 7, the pinyin-based verification code generation apparatus 700 includes at least one processor 701, a memory 702, and a communication interface 703, which are all connected via a bus 704; the memory 702 stores computer-executable instructions; the at least one processor 701 executes computer-executable instructions stored by the memory 702 to cause the pinyin-based captcha generating device to perform the method of any one of the preceding embodiments by way of data interaction with an external server via the communication interface 703.
The processors 701 in the pinyin-based captcha generating apparatus 700 may include processors of different types, or may include processors of the same type; the processor may be any of the following: a Central Processing Unit (CPU), an ARM processor, a Field Programmable Gate Array (FPGA), a special processor, and other devices with computing and processing capabilities. In an alternative embodiment, at least one of the processors may also be integrated as a many-core processor.
The memory 702 in the pinyin-based captcha generating apparatus 700 may be any one or any combination of the following: random Access Memory (RAM), Read Only Memory (ROM), non-volatile Memory (NVM), Solid State Disk (SSD), mechanical hard disk, magnetic disk, and magnetic disk array.
The communication interface 703 is used for data interaction between the pinyin-based captcha generating apparatus 700 and other devices. The communication interface may be any one or any combination of the following: a network interface (e.g., an ethernet interface), a wireless network card, etc. having a network access function.
The bus 704 may include an address bus, a data bus, a control bus, etc., and the bus 704 is represented by a thick line in fig. 7 for ease of illustration. The bus may be any one or any combination of the following: an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (Extended Industry Standard Architecture, EISA) bus, and other devices for wired data transmission.
The verification code generation device based on the pinyin provided by the embodiment pushes a prompt Chinese character and a to-be-selected Chinese character to a user, the pinyin first letter of at least one Chinese character in the to-be-selected Chinese character is the same as the prompt Chinese character, and the user selects the Chinese character with the pinyin first letter which is the same as the prompt Chinese character from the to-be-selected Chinese character, so that verification is performed according to the selection result of the user.
The present invention also provides a computer-readable storage medium having stored thereon computer-executable instructions that, when executed by at least one processor of a pinyin-based captcha generation apparatus, cause the pinyin-based captcha generation apparatus to perform the method of any one of the above embodiments.
The present invention also provides a computer product comprising computer executable instructions stored on a computer readable storage medium, the computer executable instructions being readable from the computer readable storage medium by at least one processor of a pinyin-based captcha generating device, the at least one processor executing the computer to perform the method of any one of the above embodiments.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working process of the apparatus described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (19)

1. A verification code generation method based on pinyin is characterized by comprising the following steps:
selecting M different verification Chinese characters from a Chinese character library, wherein the verification Chinese characters comprise a prompt Chinese character and at least two to-be-selected Chinese characters, at least one standard Chinese character exists in the to-be-selected Chinese characters, the pinyin first letter of the standard Chinese character is the same as the pinyin first letter of the prompt Chinese character, M is a positive integer not less than 3, and the Chinese character library comprises a Chinese character set corresponding to each letter;
generating and pushing a verification code to a user according to the prompt Chinese character and the Chinese character to be selected so that the user selects a Chinese character with the same pinyin first letter as the pinyin first letter of the prompt Chinese character for verification according to the verification code;
wherein, the selecting M different verification Chinese characters from the Chinese character library comprises:
randomly selecting N first letters from the letters, wherein N is a positive integer and is less than M;
and randomly selecting at least one Chinese character from the Chinese character set corresponding to each first letter to obtain the M different verification Chinese characters.
2. The method of claim 1, wherein before said selecting M different verified chinese characters from the chinese character library, further comprising:
and counting a Chinese character set corresponding to each letter, and establishing the Chinese character library, wherein the pinyin initial letters of all Chinese characters in the Chinese character set corresponding to each letter are the letters.
3. A method according to claim 1, wherein N is greater than 1, and wherein at least one interfering chinese character is present in the candidate chinese character, the interfering chinese character having a different pinyin first letter than the pinyin first letter of the prompt chinese character.
4. The method as claimed in claim 3, wherein N is M-1, the number of the standard chinese characters is one, and the pinyin initials of the interfering chinese characters are all different.
5. The method of claim 2, wherein the counting the Chinese character set corresponding to each letter, after the building the Chinese character library, further comprises:
clearing invalid letters in the letters and a Chinese character set corresponding to the invalid letters, wherein the Chinese character set corresponding to the invalid letters is empty; and/or the presence of a gas in the gas,
and clearing polyphone characters in the Chinese character library, wherein the first phonetic letter of the polyphone characters is multiple.
6. The method of claim 1, wherein after pushing the verification code to the user, further comprising:
if the Chinese character selected by the user is consistent with the standard Chinese character, the verification is successful, otherwise, the verification fails.
7. The method according to any one of claims 1-6, wherein the generating a verification code according to the prompt Chinese character and the candidate Chinese character comprises:
randomly selecting a background image from a preset image library;
and generating the verification code by taking the background picture as a display background according to the prompt Chinese character and the Chinese character to be selected.
8. The method of claim 7, wherein after pushing the verification code to the user, further comprising:
caching a first coordinate of the standard Chinese character in the background image;
acquiring a second coordinate of the Chinese character selected by the user in the background image;
and detecting whether the Chinese character selected by the user is consistent with the standard Chinese character or not by comparing whether the first coordinate is consistent with the second coordinate or not.
9. A pinyin-based verification code generation device, comprising:
the system comprises a selection module, a Chinese character library and a verification module, wherein the selection module is used for selecting M different verification Chinese characters from the Chinese character library, the verification Chinese characters comprise a prompt Chinese character and at least two to-be-selected Chinese characters, at least one standard Chinese character exists in the to-be-selected Chinese characters, the pinyin first letter of the standard Chinese character is the same as the pinyin first letter of the prompt Chinese character, M is a positive integer not less than 3, and the Chinese character library comprises a Chinese character set corresponding to each letter;
the verification module is used for generating and pushing a verification code to a user according to the prompt Chinese character and the Chinese character to be selected, so that the user selects a Chinese character with the same pinyin initial letter as the pinyin initial letter of the prompt Chinese character from the Chinese character to be selected for verification according to the verification code;
wherein, the selection module comprises:
the first selection unit is used for randomly selecting N first letters from the letters, wherein N is a positive integer and is less than M;
and the second selection unit is used for randomly selecting at least one Chinese character from the Chinese character set corresponding to each first letter to obtain the M different verification Chinese characters.
10. The apparatus of claim 9, further comprising:
and the initial module is used for counting the Chinese character set corresponding to each letter and establishing the Chinese character library, wherein the pinyin initial letters of all Chinese characters in the Chinese character set corresponding to each letter are the letters.
11. An apparatus as recited in claim 9, wherein N is greater than 1, and wherein at least one interfering chinese character is present in said candidate chinese character, the pinyin first letter of said interfering chinese character being different from the pinyin first letter of said prompt chinese character.
12. The apparatus according to claim 11, wherein N is M-1, the number of the standard chinese characters is one, and the pinyin initials of the interfering chinese characters are all different.
13. The apparatus of claim 9, further comprising:
the updating module is used for clearing invalid letters in the letters and a Chinese character set corresponding to the invalid letters, wherein the Chinese character set corresponding to the invalid letters is empty; and/or clearing polyphone in the Chinese character library, wherein the first phonetic letter of the polyphone is multiple.
14. The apparatus of claim 9, wherein the verification module is further configured to verify the selected Chinese character if the selected Chinese character is consistent with the standard Chinese character, and otherwise, verify the selected Chinese character if the selected Chinese character is not consistent with the standard Chinese character.
15. The apparatus of any of claims 9-14, wherein the verification module comprises:
the background unit is used for randomly selecting a background image from a preset image library;
and the generating unit is used for generating the verification code by taking the background picture as a display background according to the prompt Chinese character and the Chinese character to be selected.
16. The apparatus of claim 15, wherein the verification module further comprises:
the cache unit is used for caching a first coordinate of the standard Chinese character in the background image;
the acquisition unit is used for acquiring a second coordinate of the Chinese character selected by the user in the background image;
and the comparison unit is used for detecting whether the Chinese character selected by the user is consistent with the standard Chinese character or not by comparing whether the first coordinate is consistent with the second coordinate or not.
17. A verification code generating device based on pinyin is characterized by comprising at least one processor, a memory and a communication interface; the at least one processor, the memory and the communication interface are all connected through a bus; the memory stores computer-executable instructions; the at least one processor executing the computer-executable instructions stored by the memory causes the pinyin-based captcha generating device to perform the method of any one of claims 1-8.
18. A computer-readable storage medium having stored thereon computer-executable instructions that, when executed by at least one processor of a pinyin-based captcha generation apparatus, cause the pinyin-based captcha generation apparatus to perform the method recited in any one of claims 1-8.
19. A computer product comprising computer executable instructions stored on a computer readable storage medium, the computer executable instructions being readable from the computer readable storage medium by at least one processor of a pinyin-based captcha generating device, execution of the computer executable instructions by the at least one processor causing the pinyin-based captcha generating device to perform the method of any one of claims 1 to 8.
CN201710327279.8A 2017-05-10 2017-05-10 Verification code generation method and device based on pinyin Active CN108875349B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710327279.8A CN108875349B (en) 2017-05-10 2017-05-10 Verification code generation method and device based on pinyin

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710327279.8A CN108875349B (en) 2017-05-10 2017-05-10 Verification code generation method and device based on pinyin

Publications (2)

Publication Number Publication Date
CN108875349A CN108875349A (en) 2018-11-23
CN108875349B true CN108875349B (en) 2020-08-14

Family

ID=64319346

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710327279.8A Active CN108875349B (en) 2017-05-10 2017-05-10 Verification code generation method and device based on pinyin

Country Status (1)

Country Link
CN (1) CN108875349B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114465762A (en) * 2021-12-24 2022-05-10 安徽航天信息有限公司 Verification code generation method and device based on context and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102724191A (en) * 2012-06-11 2012-10-10 华南理工大学 Safe protecting method and device for Web verification code with combined picture and characters
CN106034029A (en) * 2015-03-20 2016-10-19 阿里巴巴集团控股有限公司 Verification method and apparatus based on image verification codes

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130145441A1 (en) * 2011-06-03 2013-06-06 Dhawal Mujumdar Captcha authentication processes and systems using visual object identification

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102724191A (en) * 2012-06-11 2012-10-10 华南理工大学 Safe protecting method and device for Web verification code with combined picture and characters
CN106034029A (en) * 2015-03-20 2016-10-19 阿里巴巴集团控股有限公司 Verification method and apparatus based on image verification codes

Also Published As

Publication number Publication date
CN108875349A (en) 2018-11-23

Similar Documents

Publication Publication Date Title
US9690923B2 (en) Method, apparatus and system for verifying terminal
US10481905B2 (en) Method, apparatus and system for verifying code integrity on clients
CN105553917B (en) Method and system for detecting webpage bugs
CN108924118B (en) Method and system for detecting database collision behavior
CN104468531A (en) Authorization method, device and system for sensitive data
CN104796428A (en) Dynamic verification method, client side, server and system
CN107682368B (en) Verification method, client, server and system based on interactive operation
US8812668B2 (en) Enhanced human interactive proof (HIP) for accessing on-line resources
US20130185645A1 (en) Determining repeat website users via browser uniqueness tracking
CN107733883B (en) Method and device for detecting account numbers registered in batches
CN108366052B (en) Processing method and system for verification short message
CN109547426B (en) Service response method and server
US20160180073A1 (en) Captcha processing method and device, terminal and server
JP2015115079A (en) Method and apparatus for input verification
US20130347067A1 (en) Dynamic human interactive proof
CN109391620B (en) Method, system, server and storage medium for establishing abnormal behavior judgment model
CN110247898B (en) Identity verification method, identity verification device, identity verification medium and electronic equipment
CN111343162A (en) System secure login method, device, medium and electronic equipment
CN108470126B (en) Data processing method, device and storage medium
CN109688109B (en) Verification method and device of verification code based on client information identification
CN106250755B (en) Method and device for generating verification code
CN110730162A (en) Page verification method, mobile terminal and readable storage medium
CN108875349B (en) Verification code generation method and device based on pinyin
CN110795706B (en) Hash-based verification method, equipment, storage medium and device
CN111538994A (en) System security detection and repair method, device, storage medium and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20200421

Address after: 310052 room 508, floor 5, building 4, No. 699, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Alibaba (China) Co.,Ltd.

Address before: 510000 Guangdong city of Guangzhou province Whampoa Tianhe District Road No. 163 Xiping Yun Lu Yun Ping square B radio tower 13 layer self unit 02

Applicant before: GUANGZHOU AIJIUYOU INFORMATION TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230328

Address after: 201210 3rd floor, building 1, No.400, Fangchun Road, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai

Patentee after: Shanghai Lingxi Interactive Entertainment Co.,Ltd.

Address before: 310052 room 508, 5th floor, building 4, No. 699 Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee before: Alibaba (China) Co.,Ltd.

TR01 Transfer of patent right