CN112329003B - Method and system for generating password with good security - Google Patents

Method and system for generating password with good security Download PDF

Info

Publication number
CN112329003B
CN112329003B CN202011235742.4A CN202011235742A CN112329003B CN 112329003 B CN112329003 B CN 112329003B CN 202011235742 A CN202011235742 A CN 202011235742A CN 112329003 B CN112329003 B CN 112329003B
Authority
CN
China
Prior art keywords
password
special
pinyin
module
characters
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
CN202011235742.4A
Other languages
Chinese (zh)
Other versions
CN112329003A (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 Huding Big Data Technology Co ltd
Original Assignee
Shanghai Huding Big Data Technology 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 Shanghai Huding Big Data Technology Co ltd filed Critical Shanghai Huding Big Data Technology Co ltd
Priority to CN202011235742.4A priority Critical patent/CN112329003B/en
Publication of CN112329003A publication Critical patent/CN112329003A/en
Application granted granted Critical
Publication of CN112329003B publication Critical patent/CN112329003B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/45Structures or tools for the administration of authentication
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords

Abstract

The invention discloses a method and a system for generating a password with good security record.

Description

Method and system for generating password with good security
Technical Field
The invention relates to the technical field of information security, in particular to a method and a system for generating a password with good security.
Background
Passwords are a major means of identity authentication in computer information systems. The password must meet the complexity requirement, and the improperly set password is easy to crack, such as the password has weak randomness and obvious rules, such as continuous numbers 12345678, continuous keyboard keys 1qaz and wsx, and the like. Some passwords, although random, are not strong enough and can be easily broken by violence, such as passwords containing only numbers and letters. Even a high-strength password is broken, most people use the same password to cope with authentication under various scenes, because if different scenes use different passwords, the memory is confused, and daily inconvenience is brought, but the attendant risk is that the password of a certain scene is leaked, and the whole line is lost.
Several methods have been invented to increase the randomness and complexity of the password, such as the password string generation method and device of patent 201010206685.7, the password generation method and device of patent 201210195551.9, the relation type password generation method of patent 201610628009.6, and the password generation method, device and terminal of patent 201611234276.1 based on pattern lock. The method has the advantages that the randomness of the passwords is good, the passwords are difficult to memorize, the use is inconvenient, for example, a password string generating method and device disclosed in patent 201010206685.7 claim that a user only needs to memorize one (original) password and does not need to memorize a large number of other passwords, but when logging in a website, the logging-in password of the website needs to be re-calculated according to the original password and the website name, and the experience of the user is obviously greatly reduced, so that the practicability of the method is affected.
The patent 201310260471.1 discloses a method and a device for generating passwords in batches, which aim at the management of certificates and keys in automobile supervision business, and the direct user of the passwords is not a human but a key, so that only randomness can be considered in the scene, and the more random the better the more difficult the password. The 201210144242.9 patent discloses a method for inputting passwords by random key pressing, which aims at a bank card digital password to enable a user to select six lyrics and takes the word number of each lyric as the password. The password generated by the method has certain randomness, and a cracking person hardly guesses what lyrics the user selects; and is easy to memorize, because the user selects the lyrics which are familiar and loved by the user. However, this method has the limitation of low password strength and is only suitable for bank card digital passwords.
Disclosure of Invention
The invention aims to provide a method and a system for generating a password with good security, which are used for solving the problems in the background technology.
In order to solve the technical problems, the invention provides the following technical scheme: a method of generating a security-enabled password, comprising the steps of:
s1: the user selects the poems to be input through the poem database or the user inputs the desired poems by himself, and S2 is converted;
s2: converting the input poem into pinyin, generating an initial password by combining a special pinyin processing table and a non-special pinyin processing table, and displaying a conversion process, wherein the special pinyin processing table is used for recording special pinyin and corresponding special characters, uppercase letters or numbers, the non-special pinyin processing table is used for recording non-special pinyin and corresponding first lowercase letters, when the initial password is not met by a user, the step S1 is switched, and when the initial password is met by the user, the step S3 is switched;
s3: converting capital letters, numbers, special characters and lengths of the capital letters, numbers and special characters contained in the initial password through a password enhancement rule table to generate an enhancement password, wherein the password enhancement rule table is used for recording password enhancement rules, and converting to S4;
s4: and adding personal information and scene identification to the enhanced password through an anti-collision library rule table to generate a final password, wherein the anti-collision library rule table is used for recording the adding rule of the personal information and the scene identification. .
Further, the step S2 further includes the following steps:
s21: judging the characters of the input verses, converting the full-angle characters into half-angle characters, and converting the half-angle characters into S22;
s22: converting Chinese characters in the input poems into pinyin one by one according to the sequence of the poems, and converting into S23;
s23: the pinyin meeting the conditions of the special pinyin processing table is converted into special characters through the special pinyin processing table, and S24 is converted;
s24: and connecting the special character, the first character of the pinyin which is not specially processed and the half-angle character of the verse according to the sequence of the verse to form the initial password.
Further, the step S3 further includes the following steps:
s31: judging whether the initial password length meets the length requirement of the password enhancement rule, if not, selecting a Chinese character in the verse to lengthen the initial password by using the pinyin full spelling, calculating the password length, and if so, turning to the step S32;
s32: judging whether the password contains capital letters, converting one lowercase letter in the password into the capital letters when the password does not contain the capital letters, and turning to the step S33 when the password contains the capital letters;
s33: judging whether the password contains a number, if not, adding a number into the password, and if so, turning to step S34;
s34: judging whether the password contains special characters or not, if not, adding a special character into the password, and if so, ending outputting the enhanced password.
Further, the step S4 further includes the following steps:
s41: judging whether an anti-collision library rule table is started, outputting an enhanced password as a final password when the anti-collision library rule table is judged to be not required to be started, and switching to the step S42 when the enhanced password is judged to be required to be started;
s42: judging whether the personal information is added or not, and switching to the step S43 when judging that the personal information is not added, and adding the personal information into the enhanced password when judging that the personal information is required to be added;
s43: judging whether scene identification is added or not, outputting the enhanced password as a final password when judging that the scene identification is not added, and adding the scene identification into the enhanced password when judging that scene representation needs to be added to generate the final password.
The utility model provides a system for generating safe password of remembering well, includes poem selection module, user input module, poem input module, chinese character changes spelling module, pinyin changes password module, password show module, password reinforcing module, anticollision storehouse module, password output module, its characterized in that: the system comprises a verse selection module, a verse input module, a Chinese character-to-pinyin conversion module, a password display module and a password output module, wherein the verse selection module is used for a user to select a verse needing to be input into the system from a verse database, the user input module is used for the user to input the verse needing to be input into the system, the verse input module is used for converting the verse selected by the verse selection module and the verse input system input by the user, the Chinese character-to-pinyin conversion module is used for converting the verse input into pinyin text data, the pinyin-to-password conversion module is used for converting the pinyin text data into initial password text data, the password display module is used for converting the initial password text data into password text which can be identified by the user and displaying the initial password text data, the password enhancement module is used for enhancing the security intensity of the initial password text data and generating password text enhancement data, the anti-collision library module is used for further enhancing the security intensity of the password text enhancement data and reducing the repeated possibility of the password text enhancement data, and the password output module is used for outputting and displaying a final password to the user.
The pinyin-to-password module further comprises a non-special pinyin processing unit and a special pinyin processing unit, wherein the non-special pinyin processing unit is used for storing text data of non-special pinyin and corresponding first-order lower-case letters thereof in the non-special pinyin processing table, the special pinyin processing unit is used for storing text data of special pinyin and corresponding special characters, uppercase letters or numbers thereof in the special pinyin processing table, and the special pinyin processing unit can also be used for users to finish adding, reducing or modifying the content of the special pinyin processing table.
Further, the password enhancement module further comprises a length increasing unit, a letter uppercase increasing unit, a number increasing unit and a special symbol increasing unit, wherein the length increasing unit is used for storing regular text data for increasing the number of the password characters, the letter uppercase increasing unit is used for storing regular text data for increasing the uppercase letters in the password characters, the number increasing unit is used for storing regular text data for increasing the numbers in the password characters, the special symbol increasing unit is used for increasing the regular text data of special symbols in the password characters, and the length increasing unit, the letter uppercase increasing unit, the number increasing unit and the special symbol increasing unit can be used for a user to modify the regular text data.
Furthermore, the anti-collision library module further comprises a personal information unit and a scene identification unit, wherein the personal information unit is used for storing regular text data of personal information in the added password characters, the scene identification unit is used for storing regular text data of scene identifications in the added password characters, and the personal information unit and the scene identification unit can be used for a user to modify the regular text data.
Compared with the prior art, the invention has the following beneficial effects: the invention combines the non-special pinyin processing table, the password enhancement rule table and the anti-collision library rule table to generate the recorded poems into the high-strength passwords, wherein the contents of the special pinyin processing table, the password enhancement rule table and the anti-collision library rule table can be changed by a user, and the invention has the advantages of convenient flexible use for the user, easy memory of the generated passwords, high safety strength and wide application range in combination with the poems selected by the user.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate the invention and together with the embodiments of the invention, serve to explain the invention. In the drawings:
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a schematic diagram of the modular and unitary construction of the present invention;
FIG. 3 is a diagram of a particular pinyin processing representation of the present invention;
FIG. 4 is a cryptographic enhancement law representation intent of the present invention;
FIG. 5 is a representation of the rules of the crash base of the present invention;
FIG. 6 is a schematic flow chart of the invention taking the verse "three thousand feet down in flying" as an example;
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1-6, the present invention provides the following technical solutions:
a method of generating a security-enabled password, comprising the steps of:
s1: the user selects the poems to be input through the poem database or the user inputs the desired poems by himself, and S2 is converted;
s2: converting the input poem into pinyin, generating an initial password by combining a special pinyin processing table and a non-special pinyin processing table, and displaying a conversion process, wherein the special pinyin processing table is used for recording special pinyin and corresponding special characters, uppercase letters or numbers, the non-special pinyin processing table is used for recording non-special pinyin and corresponding first lowercase letters, when the initial password is not met by a user, the step S1 is switched, and when the initial password is met by the user, the step S3 is switched;
s3: converting capital letters, numbers, special characters and lengths of the capital letters, numbers and special characters contained in the initial password through a password enhancement rule table to generate an enhancement password, wherein the password enhancement rule table is used for recording password enhancement rules, and converting to S4;
s4: and adding personal information and scene identification to the enhanced password through an anti-collision library rule table to generate a final password, wherein the anti-collision library rule table is used for recording the adding rule of the personal information and the scene identification. .
The step S2 further includes the steps of:
s21: judging the characters of the input verses, converting the full-angle characters into half-angle characters, and converting the half-angle characters into S22;
s22: converting Chinese characters in the input poems into pinyin one by one according to the sequence of the poems, and converting into S23;
s23: the pinyin meeting the conditions of the special pinyin processing table is converted into special characters through the special pinyin processing table, and S24 is converted;
s24: and connecting the special character, the first character of the pinyin which is not specially processed and the half-angle character of the verse according to the sequence of the verse to form the initial password.
The step S3 further includes the steps of:
s31: judging whether the initial password length meets the length requirement of the password enhancement rule, if not, selecting a Chinese character in the verse to lengthen the initial password by using the pinyin full spelling, calculating the password length, and if so, turning to the step S32;
s32: judging whether the password contains capital letters, converting one lowercase letter in the password into the capital letters when the password does not contain the capital letters, and turning to the step S33 when the password contains the capital letters;
s33: judging whether the password contains a number, if not, adding a number into the password, and if so, turning to step S34;
s34: judging whether the password contains special characters or not, if not, adding a special character into the password, and if so, ending outputting the enhanced password.
The step S4 further includes the steps of:
s41: judging whether an anti-collision library rule table is started, outputting an enhanced password as a final password when the anti-collision library rule table is judged to be not required to be started, and switching to the step S42 when the enhanced password is judged to be required to be started;
s42: judging whether the personal information is added or not, and switching to the step S43 when judging that the personal information is not added, and adding the personal information into the enhanced password when judging that the personal information is required to be added;
s43: judging whether scene identification is added or not, outputting the enhanced password as a final password when judging that the scene identification is not added, and adding the scene identification into the enhanced password when judging that scene representation needs to be added to generate the final password.
Fig. 1 is a schematic flow structure diagram of step S1 to step S4.
The utility model provides a system for generating safe password of remembering well, includes poem selection module, user input module, poem input module, chinese character changes spelling module, pinyin changes password module, password show module, password reinforcing module, anticollision storehouse module, password output module, its characterized in that: the system comprises a verse selection module, a verse input module, a Chinese character-to-pinyin conversion module, a password display module and a password output module, wherein the verse selection module is used for a user to select a verse needing to be input into the system from a verse database, the user input module is used for the user to input the verse needing to be input into the system, the verse input module is used for converting the verse selected by the verse selection module and the verse input system input by the user, the Chinese character-to-pinyin conversion module is used for converting the verse input into pinyin text data, the pinyin-to-password conversion module is used for converting the pinyin text data into initial password text data, the password display module is used for converting the initial password text data into password text which can be identified by the user and displaying the initial password text data, the password enhancement module is used for enhancing the security intensity of the initial password text data and generating password text enhancement data, the anti-collision library module is used for further enhancing the security intensity of the password text enhancement data and reducing the repeated possibility of the password text enhancement data, and the password output module is used for outputting and displaying a final password to the user.
The pinyin-to-password module further comprises a non-special pinyin processing unit and a special pinyin processing unit, wherein the non-special pinyin processing unit is used for storing text data of non-special pinyin and corresponding first-order lower-case letters thereof in the non-special pinyin processing table, the special pinyin processing unit is used for storing text data of special pinyin and corresponding special characters, uppercase letters or numbers thereof in the special pinyin processing table, and the special pinyin processing unit can also be used for users to finish adding, reducing or modifying the content of the special pinyin processing table.
The password enhancement module further comprises a length increasing unit, a letter capitalization increasing unit, a number increasing unit and a special symbol increasing unit, wherein the length increasing unit is used for storing regular text data for increasing the number of the password characters, the letter capitalization increasing unit is used for storing regular text data for increasing capitalization letters in the password characters, the number increasing unit is used for storing regular text data for increasing numbers in the password characters, the special symbol increasing unit is used for increasing regular text data of special symbols in the password characters, and the length increasing unit, the letter capitalization increasing unit, the number increasing unit and the special symbol increasing unit can be used for a user to modify the regular text data.
The anti-collision library module further comprises a personal information unit and a scene identification unit, wherein the personal information unit is used for storing regular text data of personal information in the added password characters, the scene identification unit is used for storing regular text data of scene identifications in the added password characters, and the personal information unit and the scene identification unit can be used for a user to modify the regular text data.
Fig. 2 is a schematic diagram of the module and unit structure of the system for generating the security password.
The special pinyin processing of the present invention is shown in fig. 3 for the purpose of:
the special pinyin yi and the corresponding special symbol 1;
a special pinyin er and a special symbol 2 corresponding to the special pinyin er;
special pinyin san and a special symbol 3 corresponding to the special pinyin san;
special pinyin shi and a corresponding special symbol 10;
the special pinyin bai and the corresponding special symbol 100;
special pinyin qian and a special symbol 1000 corresponding to the special pinyin qian;
special pinyin ge and a special symbol G corresponding to the special pinyin ge;
the special pinyin te and the corresponding special symbol T;
special pinyin wai and a corresponding special symbol Y;
special pinyin and a special symbol corresponding to the special pinyin;
a special pinyin heng and a special symbol corresponding to the special pinyin heng;
specific pinyin zhi and the specific symbol corresponding thereto;
a special pinyin liu and a special symbol 6 corresponding to the special pinyin liu;
the special pinyin processing table also comprises other special pinyin and special symbols corresponding to the special pinyin, and the special pinyin and the special symbols corresponding to the special pinyin in the special pinyin processing table can be increased, reduced or modified by a user, so that the relation between the special pinyin and the special symbols corresponding to the special pinyin is beneficial to the memory of the user.
As shown in fig. 4, the password enhancement rule of the present invention is shown as follows:
length increasing rule: when A is smaller than the minimum specified character quantity a1, taking the full spelling of the Chinese character corresponding to the a2 th lowercase letter of the initial password to replace the taken lowercase letter, wherein a2 is smaller than E;
letter capitalization increase law: b is equal to 0, the initial password B1 lowercase letter is taken to be converted into uppercase letter, wherein B1 is smaller than E;
digital addition law: when C is equal to 0, a number C2 is input at the tail end of the C1 st lower case letter of the initial password, wherein C1 is smaller than E;
special symbol addition law: when D is equal to 0, a special symbol D2 is entered at the end of the initial password D1's lower case letter, wherein D1 is less than E.
Wherein A is the number of initial password characters, B is the number of capital letters in the initial password, C is the number of digits in the initial password, D is the number of special symbols in the initial password, E is the number of the capital letters in the initial password, wherein a1, a2, B1, C2, D1 and D2 can be changed by a user, so that the password enhancement rule is changed, the security intensity of the generated password is enhanced, and the password generation flexibility is greatly improved.
If the number of lowercase letters in the initial password is 0, all special symbols in the initial password can be processed by a special symbol processing table to obtain corresponding special pinyin, and the initial letters of the obtained special pinyin are input into the tail end of the initial password to ensure that the number of lowercase letters in the initial password is not 0.
As shown in fig. 5, the rule of the anti-collision warehouse of the present invention is shown as follows:
personal information addition law: inputting a special symbol g2 and a user name initial letter g3 at the tail end of the g1 character of the enhanced password, wherein g1 is smaller than F;
scene identification increasing rule: and inputting a special symbol h2 and a scene identification initial h3 at the tail end of the h1 character of the enhanced password, wherein h1 is smaller than F.
The enhanced password is generated through the password enhanced rule table, F is the number of enhanced password characters, g1, g2, g3, h1, h2 and h3 can be changed by a user, so that the anti-collision library rule is changed, the safety intensity of generated passwords is enhanced, the possibility of repeated passwords is greatly reduced, and the password generation flexibility is greatly improved.
Fig. 6 is a schematic flow chart taking a verse of "three thousand feet in the flying stream" as an example, which is taken as an example for detailed description, and the following contents are:
selecting a poem 'three thousand feet below the flyer' from the system recommendation, or inputting the poem 'three thousand feet below the flyer' by a user;
the poem 'three thousand feet below the flying stream' is input into the system and converted into pinyin 'fei, liu, zhi, xia, san, qian, chi';
pinyin "fei, liu, zhi, xia, san, qian, chi" is converted to Pinyin "f, liu, zhi, x, san, qian, c" via a non-special symbol processing table;
the pinyin "f, liu, zhi, xia, san, qian, c" is converted to "f,6, |, x,3, 1000, c" via a special symbol processing table, generating an initial password "f6|x3000c";
the initial password "f6|x3000c" will be presented to the user with his password transformation process, as shown by the password transformation process presentation in FIG. 6, with the user selecting to use this initial password or returning to reselection or entry;
the initial password "f6|x3000c" generates an enhanced password "f6|x3000c" via a password enhanced rule table;
the enhanced password "f6|x3000c" generates the final password "f6|x3000c@wx@baidu" via the anti-collision library rule table.
The contents of the password enhancement rule table are as follows:
length increasing rule: when the number of the initial password characters is smaller than the minimum specified character number 8, taking the Chinese character full spelling corresponding to the 1 st lowercase letter of the initial password to replace the taken lowercase letter;
letter capitalization increase law: when the number of capital letters in the initial password is equal to 0, taking the 1 st lowercase letter of the initial password to convert the 1 st lowercase letter into the capital letter;
digital addition law: when the number of digits in the initial password is equal to 0, inputting a number 1 at the tail end of the 1 st lowercase letter of the initial password;
special symbol addition law: when the number of special symbols in the initial password is equal to 0, the special symbol@is recorded at the tail end of the 1 st lowercase letter of the initial password.
The contents of the rule table of the anti-collision warehouse are as follows:
personal information addition law: a special symbol @ and a user name first letter wx are input at the tail end of the last character of the enhanced password;
scene identification increasing rule: and a special symbol @ and a scene identification initial letter baidu are input at the tail end of the last character of the enhanced password.
The working principle of the invention is as follows: the invention converts the input poem into pinyin, and obtains the initial password through the processing of the non-special pinyin processing table and the special pinyin processing table, wherein the corresponding relation between the special pinyin and the special symbol, the capital letter or the number in the special pinyin processing table has a certain rule, the rule is convenient for a user to memorize, the initial password is reinforced through the password reinforcing rule table and the anti-collision library rule table to obtain the high-strength password, and the contents in the special pinyin processing table, the password reinforcing rule table and the anti-collision library rule table can be changed by the user, so that the password conforming to the user's idea is generated, the safety intensity of the password is enhanced, and the finally generated password has the characteristics of easy memory, high safety intensity, wide application range and convenience for the user to use.
It is noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
Finally, it should be noted that: the foregoing description is only a preferred embodiment of the present invention, and the present invention is not limited thereto, but it is to be understood that modifications and equivalents of some of the technical features described in the foregoing embodiments may be made by those skilled in the art, although the present invention has been described in detail with reference to the foregoing embodiments. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (7)

1. A method of generating a security-enabled password, characterized by: the method comprises the following steps:
s1: the user selects the poems to be input through the poem database or the user inputs the desired poems by himself, and S2 is converted;
s2: converting the input poem into pinyin, generating an initial password by combining a special pinyin processing table and a non-special pinyin processing table, and displaying a conversion process, wherein the special pinyin processing table is used for recording special pinyin and corresponding special characters, uppercase letters or numbers, the non-special pinyin processing table is used for recording non-special pinyin and corresponding first lowercase letters, when the initial password is not met by a user, the step S1 is switched, and when the initial password is met by the user, the step S3 is switched;
s3: converting capital letters, numbers, special characters and lengths of the capital letters, numbers and special characters contained in the initial password through a password enhancement rule table to generate an enhancement password, wherein the password enhancement rule table is used for recording password enhancement rules, and converting to S4;
s4: the personal information and the scene identification are added to the enhanced password through an anti-collision library rule table, and a final password is generated, wherein the anti-collision library rule table is used for recording the adding rule of the personal information and the scene identification;
the special pinyin processing table also comprises other special pinyin and special symbols corresponding to the special pinyin, and the special pinyin and the special symbols corresponding to the special pinyin in the special pinyin processing table can be increased, reduced or modified by a user, so that the relation between the special pinyin and the special symbols corresponding to the special pinyin is beneficial to the memory of the user.
2. A method of generating a security-enabled password as recited in claim 1, wherein: the step S2 includes the steps of:
s21: judging the characters of the input verses, converting the full-angle characters into half-angle characters, and converting the half-angle characters into S22;
s22: converting Chinese characters in the input poems into pinyin one by one according to the sequence of the poems, and converting into S23;
s23: the pinyin meeting the conditions of the special pinyin processing table is converted into special characters through the special pinyin processing table, and S24 is converted;
s24: and connecting the special character, the first character of the pinyin which is not specially processed and the half-angle character of the verse according to the sequence of the verse to form the initial password.
3. A method of generating a security-enabled password as recited in claim 1, wherein: the step S3 includes the steps of:
s31: judging whether the initial password length meets the length requirement of the password enhancement rule, if not, selecting a Chinese character in the verse to lengthen the initial password by using the pinyin full spelling, calculating the password length, and if so, turning to the step S32;
s32: judging whether the password contains capital letters, converting one lowercase letter in the password into the capital letters when the password does not contain the capital letters, and turning to the step S33 when the password contains the capital letters;
s33: judging whether the password contains a number, if not, adding a number into the password, and if so, turning to step S34;
s34: judging whether the password contains special characters or not, if not, adding a special character into the password, and if so, ending outputting the enhanced password.
4. A method of generating a security-enabled password as recited in claim 1, wherein: the step S4 includes the steps of:
s41: judging whether an anti-collision library rule table is started, outputting an enhanced password as a final password when the anti-collision library rule table is judged to be not required to be started, and switching to the step S42 when the enhanced password is judged to be required to be started;
s42: judging whether the personal information is added or not, and switching to the step S43 when judging that the personal information is not added, and adding the personal information into the enhanced password when judging that the personal information is required to be added;
s43: judging whether scene identification is added or not, outputting the enhanced password as a final password when judging that the scene identification is not added, and adding the scene identification into the enhanced password when judging that scene representation needs to be added to generate the final password.
5. The utility model provides a system for generating safe password of remembering well, includes poem selection module, user input module, poem input module, chinese character changes spelling module, pinyin changes password module, password show module, password reinforcing module, anticollision storehouse module, password output module, its characterized in that: the system comprises a verse selection module, a verse input module, a Chinese character-to-pinyin conversion module, a password display module and a password output module, wherein the verse selection module is used for a user to select a verse needing to be input into the system from a verse database, the user input module is used for the user to input the verse needing to be input into the system, the verse input module is used for converting the verse selected by the verse selection module and the verse input system input by the user, the Chinese character-to-pinyin conversion module is used for converting the verse input into pinyin text data, the pinyin-to-password conversion module is used for converting the pinyin text data into initial password text data, the password display module is used for converting the initial password text data into password text which can be identified by the user and displaying the initial password text data, the password enhancement module is used for enhancing the security intensity of the initial password text data and generating password text enhancement data, the anti-collision library module is used for further enhancing the security intensity of the password text enhancement data and reducing the repeated possibility of the password text enhancement data, and the password output module is used for outputting and displaying a final password to the user.
The pinyin-to-password module comprises a non-special pinyin processing unit and a special pinyin processing unit, wherein the non-special pinyin processing unit is used for storing text data of non-special pinyin and corresponding first lower-case letters thereof in a non-special pinyin processing table, the special pinyin processing unit is used for storing text data of special pinyin and corresponding special characters, uppercase letters or numbers thereof in a special pinyin processing table, and the special pinyin processing unit can also be used for users to finish adding, reducing or modifying the content of the special pinyin processing table.
6. A system for generating a security-enabled password as recited in claim 5, wherein: the password enhancement module comprises a length increasing unit, a letter capitalization increasing unit, a number increasing unit and a special symbol increasing unit, wherein the length increasing unit is used for storing regular text data for increasing the number of password characters, the letter capitalization increasing unit is used for storing regular text data for increasing capitalization letters in the password characters, the number increasing unit is used for storing regular text data for increasing numbers in the password characters, the special symbol increasing unit is used for increasing regular text data of special symbols in the password characters, and the length increasing unit, the letter capitalization increasing unit, the number increasing unit and the special symbol increasing unit can be used for a user to modify the regular text data.
7. A system for generating a security-enabled password as recited in claim 5, wherein: the anti-collision library module comprises a personal information unit and a scene identification unit, wherein the personal information unit is used for storing regular text data of personal information in the added password characters, the scene identification unit is used for storing regular text data of scene identifications in the added password characters, and the personal information unit and the scene identification unit can be used for a user to modify the regular text data.
CN202011235742.4A 2020-11-06 2020-11-06 Method and system for generating password with good security Active CN112329003B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011235742.4A CN112329003B (en) 2020-11-06 2020-11-06 Method and system for generating password with good security

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011235742.4A CN112329003B (en) 2020-11-06 2020-11-06 Method and system for generating password with good security

Publications (2)

Publication Number Publication Date
CN112329003A CN112329003A (en) 2021-02-05
CN112329003B true CN112329003B (en) 2023-12-29

Family

ID=74316532

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011235742.4A Active CN112329003B (en) 2020-11-06 2020-11-06 Method and system for generating password with good security

Country Status (1)

Country Link
CN (1) CN112329003B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11657142B2 (en) 2021-05-12 2023-05-23 Micro Focus Llc Stateless password manager

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200731072A (en) * 2006-02-15 2007-08-16 Ares Internat Corp Method of generating meaningless password based on a logical sentence
KR20080046530A (en) * 2006-11-22 2008-05-27 이규형 Method for the password generation based on korean
KR20150053483A (en) * 2013-11-08 2015-05-18 한국전자통신연구원 Apparatus and method for password searching based on automated combination of dictionary strings
CN106570362A (en) * 2016-10-25 2017-04-19 福建天泉教育科技有限公司 Password input method and device
CN107872323A (en) * 2017-11-06 2018-04-03 中国科学院信息工程研究所 A kind of password security appraisal procedure and system based on user profile detection
CN110334527A (en) * 2019-05-31 2019-10-15 范玉明 A kind of Chinese character encrypting and decrypting method based on the Chinese phonetic alphabet
CN111859368A (en) * 2020-07-28 2020-10-30 深圳竹云科技有限公司 Weak password generation method, password detection method, device and electronic equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7873995B2 (en) * 2003-09-29 2011-01-18 Avaya Inc. Method and apparatus for generating and reinforcing user passwords

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200731072A (en) * 2006-02-15 2007-08-16 Ares Internat Corp Method of generating meaningless password based on a logical sentence
KR20080046530A (en) * 2006-11-22 2008-05-27 이규형 Method for the password generation based on korean
KR20150053483A (en) * 2013-11-08 2015-05-18 한국전자통신연구원 Apparatus and method for password searching based on automated combination of dictionary strings
CN106570362A (en) * 2016-10-25 2017-04-19 福建天泉教育科技有限公司 Password input method and device
CN107872323A (en) * 2017-11-06 2018-04-03 中国科学院信息工程研究所 A kind of password security appraisal procedure and system based on user profile detection
CN110334527A (en) * 2019-05-31 2019-10-15 范玉明 A kind of Chinese character encrypting and decrypting method based on the Chinese phonetic alphabet
CN111859368A (en) * 2020-07-28 2020-10-30 深圳竹云科技有限公司 Weak password generation method, password detection method, device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
文本信息隐藏算法的研究;彭博;中国优秀硕士论文全文数据库信息科技辑(第第8期期);第I138-25页 *

Also Published As

Publication number Publication date
CN112329003A (en) 2021-02-05

Similar Documents

Publication Publication Date Title
US6571336B1 (en) Method and apparatus for securing a list of passwords and personal identification numbers
US7376899B2 (en) Method and system for producing a graphical password, and a terminal device
CN102638447B (en) Method and device for system login based on autonomously generated password of user
CN106161006B (en) Digital encryption algorithm
US20080098222A1 (en) Device with built-in user authentication and method for user authentication and identity theft protection
US7036016B1 (en) Method and apparatus for securing a list of passwords and personal identification numbers
US20060267804A1 (en) Sequential Two-Key System to Input Keyboard Characters and Many Alphabets on Small Keypads
JP2007018087A (en) Code generating device and method using biological information
CN109086600A (en) Password generates and Verification System
CN112329003B (en) Method and system for generating password with good security
Chang et al. A changeable personal identification number‐based keystroke dynamics authentication system on smart phones
WO2016058304A1 (en) Password input method and system based on two-stage conversion
CN106155347B (en) Chinese Pinyin input keyboard
JP2009187510A (en) Mobile input terminal
CN104503599B (en) A kind of Tibetan language input system based on 36 key mappings
KR20080046530A (en) Method for the password generation based on korean
JP4106926B2 (en) Authentication system and authentication information registration device
KR20110012270A (en) Method for processing security numbers using a voice and a random variable key attangement, and system using the same
CN102023717A (en) Three-five initial-subsequent phonetic code and keyboard thereof
KR100804316B1 (en) Alphabet input device and method in keypad
JP5897758B1 (en) Password setting method for information processing terminal
CN101388976A (en) Method for implementing text input on television
KR100750634B1 (en) Device for input and output Chinese characters
THUMMA Password Authentication using Pass Matrix to Avoid Shoulder Surfing
Kraus et al. Implications of the Use of Emojis in Mobile Authentication

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
GR01 Patent grant
GR01 Patent grant