WO2017101427A1 - 一种网站密码生成方法及装置 - Google Patents

一种网站密码生成方法及装置 Download PDF

Info

Publication number
WO2017101427A1
WO2017101427A1 PCT/CN2016/089559 CN2016089559W WO2017101427A1 WO 2017101427 A1 WO2017101427 A1 WO 2017101427A1 CN 2016089559 W CN2016089559 W CN 2016089559W WO 2017101427 A1 WO2017101427 A1 WO 2017101427A1
Authority
WO
WIPO (PCT)
Prior art keywords
website
user
password
domain name
name
Prior art date
Application number
PCT/CN2016/089559
Other languages
English (en)
French (fr)
Inventor
高阳
Original Assignee
乐视控股(北京)有限公司
乐视网信息技术(北京)股份有限公司
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 乐视控股(北京)有限公司, 乐视网信息技术(北京)股份有限公司 filed Critical 乐视控股(北京)有限公司
Priority to US15/243,270 priority Critical patent/US20170169211A1/en
Publication of WO2017101427A1 publication Critical patent/WO2017101427A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • H04L9/0863Generation of secret information including derivation or calculation of cryptographic keys or passwords involving passwords or one-time passwords

Definitions

  • the present application relates to the field of the Internet, and in particular, to a website password generation method and apparatus.
  • the inventor of the present application found that there is currently no technology for automatically generating a website registration password for a user. If a technology can be developed to automatically generate a website registration password for a user, the user does not have to worry about being deciphered because the password is too simple, and does not have to worry about forgetting the set password because the password is too complicated.
  • An embodiment of the present invention provides a method for generating a website password.
  • the method for generating a website password includes: receiving a key input by a user, a website domain name, a website user name, and receiving a website password setting rule from a website; and performing the following items on the website; The operation is to automatically generate a unique website password for the user: the key, the website domain name, the website user name, and the website password setting rule.
  • the embodiment of the present invention further provides a website password generating apparatus.
  • the website password generating apparatus includes: an obtaining module, configured to receive a key input by a user, a website domain name, a website user name, and receive from a user Or obtaining a website password setting rule from a website; and a password generating module for performing an operation on the following items to automatically generate a unique website password for the user: the key, the website domain name, the website user name, and the Website password setting rules.
  • the website password generation method and apparatus can calculate the key, the website domain name, the website user name, and the website password setting rule to automatically generate the unique for the user. Change the website password, so users don't have to worry about being deciphered because the password is too simple, and don't worry about forgetting the password because the password is too complicated.
  • FIG. 1 is a flowchart of a method for generating a website password according to an embodiment of the present invention
  • FIG. 2 is a block diagram of a website password generating apparatus according to an embodiment of the present invention.
  • FIG. 3 is a block diagram of a website password generating apparatus according to still another embodiment of the present invention.
  • An embodiment of the present invention provides a website password generation method. As shown in FIG. 1 , the website password generation method may include the following steps:
  • Step S1 receiving a key input by a user, a website domain name, a website user name, and receiving a website password setting rule from the user or from a website;
  • Step S2 performing operations on the following items to automatically generate a unique website password for the user: The key, the website domain name, the website user name, and the website password setting rule.
  • the secret key can be a character that is easy for the user to remember.
  • the key is set by the user himself, for example, the user can set the key to a simple combination of numbers, a simple letter combination, a simple combination of numbers and letters, a simple number, a combination of letters and common symbols, etc., as long as they are compared. It's easy to remember.
  • the website password generation method according to the present invention automatically generates a unique website password for the user by calculating the key, the website domain name, the website user name, and the website password setting rule, The user does not have to worry about whether the key is too simple, because the website password generation method according to the present invention generates a unique website password that is not easily deciphered for the user.
  • the website password setting rule may include a password length range and a password composition rule
  • the password composition rule may be, for example, the website password should include one or a combination of Arabic numerals, English letters, and common symbols. Because each website will stipulate its own website password setting rules, the website password setting rules here are related to the website the user wants to visit.
  • the website domain name may include a domain name abbreviation and a domain name common name of the website.
  • the website password generation method according to the present invention first binds the domain name "tudou” of the website domain name "www.tudou.com” and the domain name common name "potato”. Then, regardless of whether the user inputs "tudou” or "potato", the website password generation method according to the present invention can automatically generate the same same website password for the user, for example, "aaaaa” is generated as the website password.
  • the website password generation method may further include, before or after step S1, binding the website user name, the user's mobile phone number, and the user's mailbox, and binding all website domain names in the domain name group;
  • the following items are operated in step S2 to automatically generate the same unique and constant website password for the user: (1) the key; (2) the website domain name; (3) the website user name, the And any one of the user's mobile phone number and the user's mailbox; and (4) the website password setting rule.
  • the multiple website domain names can be classified into one domain name group and the multiple website domain names can be bound.
  • the multiple website domain names Take the website domain names www.taobao.com and www.tmall.com as examples. Since the domain names of these two websites are related to each other, they are classified into a domain name group, and the domain names of these two website domain names are abbreviated and domain names.
  • the common names are all bound to each other.
  • tmall, Tmall, taobao, and Taobao are all bound to each other, so that when the user generates the website password by using the website password generation method according to the present invention, the domain name of the website input by the user is tmall, Tmall. , taobao or Taobao, the website password generation method according to the invention can automatically generate the same unique and constant website password for the user.
  • the website password generation method according to the present invention can automatically generate the same unique and constant website password for the user.
  • the website password generation method may further include: receiving a user-defined password setting rule input by the user, the user-defined password setting rule satisfies the requirement of the website password setting rule; and performing the following items The operation automatically generates a unique website password for the user: the key, the website domain name, the website user name, the website password setting rule, and the user-defined password setting rule.
  • the user-defined password setting rule may include a user-defined password to form a character.
  • the user may constrain the Arabic numeral in the website password generated by the website password generating method according to the present invention in the user-defined password setting rule to include only 1 2, 3, common symbols include only "_", etc.; the user can also constrain the length of the website password generated by the website password generation method according to the present invention in the user-defined password setting rule;
  • the method according to the present invention may further comprise: receiving a password reset command input by the user in step S1; then counting the number of times the user performs the password reset after step S1; and automatically serving the user in step S2
  • the calculation project when generating the unique constant website password is also included Includes the number of password resets.
  • the method according to the invention therefore also allows the user to reset the website password. For example, assuming that the website password previously generated by the user using the website password generation method according to the present invention is aaaa, and the user has previously performed the password reset twice, the method according to the present invention will be performed when the user inputs the password reset command again.
  • step S2 the key, the website domain name, the website user name, the website password setting rule, and the possible password reset times may be employed, such as a hash operation, md5, pseudo-random operation, and the like. , user-defined password setting rules, etc. to perform operations.
  • the embodiment of the present invention further provides a website password generating apparatus.
  • the website password generating apparatus includes: an obtaining module 21, configured to receive a key input by a user, a website domain name, a website user name, and receive from a user or Obtaining a website password setting rule from the website; and a password generating module 22, configured to perform an operation on the following items to automatically generate a unique website password for the user: the key, the website domain name, the website user name, and the Website password setting rules.
  • the secret key can be a character that is easy for the user to remember.
  • the key is set by the user himself, for example, the user can set the key to a simple combination of numbers, a simple letter combination, a simple combination of numbers and letters, a simple number, a combination of letters and common symbols, and the like. As long as it is easier to remember.
  • the website password generating apparatus according to the present invention automatically generates a unique website password for the user by calculating the key, the website domain name, the website user name, and the website password setting rule, The user does not have to worry about whether the key is too simple, because the website password generating apparatus according to the present invention generates a unique and constant website password for the user that is not easily deciphered.
  • the website password setting rule may include a password length range and a password composition rule
  • the password composition rule may be, for example, the website password should include Arabic numerals, English letters, and common symbols. One or a combination, etc. Because each website will stipulate its own website password setting rules, the website password setting rules here are related to the website the user wants to visit.
  • the website domain name may include a domain name abbreviation and a domain name common name of the website.
  • the website password generating apparatus first binds the domain name "tudou” of the website domain name "www.tudou.com” and the domain name common name "potato”. Then, regardless of whether the user inputs "tudou” or "potato", the website password generating apparatus according to the present invention can automatically generate the same same website password for the user, for example, "aaaaa” is generated as the website password.
  • the website password generating apparatus may further include a binding module 23, configured to bind the website user name, the user's mobile phone number, and the user's mailbox, and bind the domain name group. All of the website domain names; and the password generation module 22 is further configured to perform operations on the following items to automatically generate the same unique and constant website password for the user: (1) the key; (2) the website domain name; (3) any one of the website user name, the user mobile phone number, and the user mailbox; and (4) the website password setting rule.
  • the multiple website domain names can be classified into one domain name group and the multiple website domain names can be bound. Take the website domain names www.taobao.com and www.tmall.com as examples. Since the domain names of these two websites are related to each other, they are classified into a domain name group, and the domain names of these two website domain names are abbreviated and domain names.
  • the common names are all bound to each other, for example, tmall, Tmall, taobao, Taobao are all bound to each other, so that when the user generates the website password by using the website password generating device according to the present invention, the domain name of the website input by the user is tmall, Tmall. Or taobao or Taobao, the website password generating apparatus according to the present invention can automatically generate the same unique and constant website password for the user.
  • the website password generating apparatus when the website user name, the user's mobile phone number, and the user's mailbox are mutually bound, when the user generates the website password by using the website password generating apparatus according to the present invention, whether the user inputs the website user name, the user's mobile phone number, or User mailbox, website password generating device according to the present invention Both can automatically generate the same unique, unchanging website password for the user.
  • the obtaining module 21 may further receive a user-defined password setting rule input by the user, the user-defined password setting rule satisfies the requirement of the website password setting rule; and the password generating module 22 is configured to use the following items An operation is performed to automatically generate a unique website password for the user: the key, the website domain name, the website user name, the website password setting rule, and the user-defined password setting rule.
  • the user-defined password setting rule may include a user-defined password composition character.
  • the user may constrain the Arabic numeral in the website password generated by the website password generating apparatus according to the present invention to include only 1 in the user-defined password setting rule. 2, 3, common symbols include only "_", etc.; the user can also constrain the length of the website password generated by the website password generating apparatus according to the present invention in the user-defined password setting rule;
  • the website password generating apparatus may further include a statistic module 24, wherein the obtaining module 21 is further configured to receive a password reset command input by the user; For counting the number of times the user performs the password reset; and the operation item of the password generation module 22 when automatically generating the unique constant website password for the user further includes the number of password resets.
  • the device according to the invention therefore also allows the user to reset the website password.
  • the password generating module 22 will The key, the website domain name, the website user name, the website password setting rule, and the number of password resets (ie, 3) and possible user-defined password setting rules are operated to automatically generate a new user The only constant website password, such as bbbb.
  • the password generation module 22 may employ, for example, a hash operation, an md5, a pseudo-random operation, etc., on the key, the website domain name, the website user name, the website password setting rule, and possible password reset times, User-defined password setting rules, etc. are performed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本发明实施例涉及互联网领域,公开了一种网站密码生成方法和装置,该网站密码生成方法包括:接收用户输入的密钥、网站域名、网站用户名并从用户接收或从网站获取网站密码设置规则;以及对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则。该网站密码生成方法和装置能够自动为用户生成唯一不变的网站密码。

Description

一种网站密码生成方法及装置
本申请要求于2015年12月15日提交中国专利局、申请号为201510930013.3、发明名称为“一种网站密码生成方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及互联网领域,具体地,涉及一种网站密码生成方法及装置。
背景技术
目前,在用户向网站注册时,用户都是根据网站的密码设置规则来自己设置一组密码。然而,若密码过于简单则容易被破译,若密码过于复杂则用户有可能会忘记所设置的密码。
发明内容
本申请的发明人发现目前还没有自动为用户生成网站注册密码的技术存在。若能够开发一种技术来自动为用户生成网站注册密码,则用户既不用担心因密码过于简单而被破译,也不用担心因密码过于复杂而忘记所设置的密码。
本发明实施例提供一种网站密码生成方法,该网站密码生成方法包括:接收用户输入的密钥、网站域名、网站用户名并从用户接收或从网站获取网站密码设置规则;以及对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则。
本发明实施例还提供一种网站密码生成装置,该网站密码生成装置包括:获取模块,用于接收用户输入的密钥、网站域名、网站用户名并从用户接收 或从网站获取网站密码设置规则;以及密码生成模块,用于对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则。
通过上述技术方案,由于根据本发明实施例的网站密码生成方法和装置能够对所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则进行运算以自动为用户生成唯一不变的网站密码,因此用户既不用担心因密码过于简单而被破译,也不用担心因密码过于复杂而忘记所设置的密码。
本发明的其它特征和优点将在随后的具体实施方式部分予以详细说明。
附图说明
附图是用来提供对本发明的进一步理解,并且构成说明书的一部分,与下面的具体实施方式一起用于解释本发明,但并不构成对本发明的限制。在附图中:
图1是根据本发明一种实施方式的网站密码生成方法的流程图;
图2是根据本发明一种实施方式的网站密码生成装置的框图;以及
图3是根据本发明又一实施方式的网站密码生成装置的框图。
具体实施方式
以下结合附图对本发明的具体实施方式进行详细说明。应当理解的是,此处所描述的具体实施方式仅用于说明和解释本发明,并不用于限制本发明。
本发明实施例提供一种网站密码生成方法,如图1所示,该网站密码生成方法可以包括以下步骤:
步骤S1、接收用户输入的密钥、网站域名、网站用户名并从用户接收或从网站获取网站密码设置规则;以及
步骤S2、对以下项目进行运算以自动为用户生成唯一不变的网站密码: 所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则。
在一个例子中,所述秘钥可以是用户容易记住的字符。该秘钥由用户自己设置,例如用户可以将该秘钥设置为简单的数字组合、简单的字母组合、简单的数字和字母组合、简单的数字、字母和常用符号的组合等等,只要其比较容易记住即可。另外,由于根据本发明的网站密码生成方法是通过对所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则进行运算来自动为用户生成唯一不变的网站密码,因此用户不必担心所述秘钥是否过于简单的问题,因为根据本发明的网站密码生成方法会为用户生成一个不易被破译的唯一不变的网站密码。
另外,网站密码设置规则可以包括密码长度范围和密码组成规则,密码组成规则例如可以是网站密码应当包括阿拉伯数字、英文字母、常用符号三者之一或组合等。因为每一个网站都会规定自己的网站密码设置规则,因此这里的网站密码设置规则与用户要访问的网站相关。
在一个例子中,所述网站域名可以包括网站的相互绑定的域名简称和域名通用名称。以网站域名为www.tudou.com为例,根据本发明的网站密码生成方法首先会将网站域名“www.tudou.com”的域名简称“tudou”和域名通用名称“土豆”进行绑定。然后,无论用户输入的是“tudou”还是“土豆”,根据本发明的网站密码生成方法都能够自动为用户生成唯一不变的相同的网站密码,例如都生成“aaaaa”作为网站密码。
在一个例子中,根据本发明的网站密码生成方法还可以在步骤S1之前或之后包括:绑定所述网站用户名、用户手机号和用户邮箱,并绑定域名组中的所有网站域名;以及在步骤S2中对以下项目进行运算以自动为用户生成相同的唯一不变的网站密码:(1)所述密钥;(2)所述网站域名;(3)所述网站用户名、所述用户手机号和所述用户邮箱中的任意一者;和(4)所述网站密码设置规则。
例如,如果多个网站域名相互关联,则可以将这多个网站域名分类到一个域名组中并将这多个网站域名进行绑定。以网站域名www.taobao.com和www.tmall.com为例,由于这两个网站域名是相互关联的,因此将它们分类到一个域名组中,并且将这两个网站域名的域名简称和域名通用名称都相互绑定,例如将tmall、天猫、taobao、淘宝都相互绑定,这样在用户采用根据本发明的网站密码生成方法生成网站密码时,无论用户输入的网站域名是tmall、天猫、taobao还是淘宝,根据本发明的网站密码生成方法都能够自动为用户生成相同的唯一不变的网站密码。
同样地,在网站用户名、用户手机号和用户邮箱相互绑定的情况下,在用户采用根据本发明的网站密码生成方法生成网站密码时,无论用户输入的是网站用户名、用户手机号还是用户邮箱,根据本发明的网站密码生成方法都能够自动为用户生成相同的唯一不变的网站密码。
在一个例子中,根据本发明的网站密码生成方法还可以包括:接收用户输入的用户自定义密码设置规则,该用户自定义密码设置规则满足所述网站密码设置规则的要求;以及对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则和所述用户自定义密码设置规则。其中,用户自定义密码设置规则可以包括用户自定义的密码组成字符,例如用户可以在用户自定义密码设置规则中约束根据本发明的网站密码生成方法所生成的网站密码中的阿拉伯数字只包括1、2、3、常用符号只包括“_”,等等;用户还可以在用户自定义密码设置规则中约束根据本发明的网站密码生成方法所生成的网站密码的长度;等等。
在一个例子中,根据本发明的方法还可以包括;在步骤S1中接收用户输入的密码重置命令;然后在步骤S1之后统计用户进行密码重置的次数;以及在步骤S2中在自动为用户生成唯一不变的网站密码时的运算项目还包 括密码重置次数。因此根据本发明的方法还允许用户对网站密码进行重置。例如,假设用户之前采用根据本发明的网站密码生成方法生成的网站密码是aaaa,且用户先前已经进行了2次密码重置,则在用户再次输入密码重置命令时,根据本发明的方法会对所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则以及密码重置次数(也即3)和可能的用户自定义密码设置规则等进行运算以自动为用户生成新的唯一不变的网站密码,例如bbbb。
另外,在步骤S2中,可以采用诸如哈希运算、md5、伪随机运算等对所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则以及可能的密码重置次数、用户自定义密码设置规则等进行运算。
本发明实施例还提供一种网站密码生成装置,如图2所示,该网站密码生成装置包括:获取模块21,用于接收用户输入的密钥、网站域名、网站用户名并从用户接收或从网站获取网站密码设置规则;以及密码生成模块22,用于对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则。
在一个例子中,所述秘钥可以是用户容易记住的字符。该秘钥由用户自己设置,例如用户可以将该秘钥设置为简单的数字组合、简单的字母组合、简单的数字和字母组合、简单的数字、字母和常用符号这三者的组合等等,只要其比较容易记住即可。另外,由于根据本发明的网站密码生成装置是通过对所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则进行运算来自动为用户生成唯一不变的网站密码,因此用户不必担心所述秘钥是否过于简单的问题,因为根据本发明的网站密码生成装置会为用户生成一个不易被破译的唯一不变的网站密码。
另外,网站密码设置规则可以包括密码长度范围和密码组成规则,密码组成规则例如可以是网站密码应当包括阿拉伯数字、英文字母、常用符号三 者之一或组合等。因为每一个网站都会规定自己的网站密码设置规则,因此这里的网站密码设置规则与用户要访问的网站相关。
在一个例子中,所述网站域名可以包括网站的相互绑定的域名简称和域名通用名称。以网站域名为www.tudou.com为例,根据本发明的网站密码生成装置首先会将网站域名“www.tudou.com”的域名简称“tudou”和域名通用名称“土豆”进行绑定。然后,无论用户输入的是“tudou”还是“土豆”,根据本发明的网站密码生成装置都能够自动为用户生成唯一不变的相同的网站密码,例如都生成“aaaaa”作为网站密码。
在一个例子中,如图3所示,根据本发明的网站密码生成装置还可以包括绑定模块23,用于绑定所述网站用户名、用户手机号和用户邮箱,并绑定域名组中的所有网站域名;以及所述密码生成模块22还用于对以下项目进行运算以自动为用户生成相同的唯一不变的网站密码:(1)所述密钥;(2)所述网站域名;(3)所述网站用户名、所述用户手机号和所述用户邮箱中的任意一者;和(4)所述网站密码设置规则。
例如,如果多个网站域名相互关联,则可以将这多个网站域名分类到一个域名组中并将这多个网站域名进行绑定。以网站域名www.taobao.com和www.tmall.com为例,由于这两个网站域名是相互关联的,因此将它们分类到一个域名组中,并且将这两个网站域名的域名简称和域名通用名称都相互绑定,例如将tmall、天猫、taobao、淘宝都相互绑定,这样在用户采用根据本发明的网站密码生成装置生成网站密码时,无论用户输入的网站域名是tmall、天猫、taobao还是淘宝,根据本发明的网站密码生成装置都能够自动为用户生成相同的唯一不变的网站密码。
同样地,在网站用户名、用户手机号和用户邮箱相互绑定的情况下,在用户采用根据本发明的网站密码生成装置生成网站密码时,无论用户输入的是网站用户名、用户手机号还是用户邮箱,根据本发明的网站密码生成装置 都能够自动为用户生成相同的唯一不变的网站密码。
在一个例子中,获取模块21还可以接收用户输入的用户自定义密码设置规则,该用户自定义密码设置规则满足所述网站密码设置规则的要求;以及所述密码生成模块22用于对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则和所述用户自定义密码设置规则。其中,用户自定义密码设置规则可以包括用户自定义的密码组成字符,例如用户可以在用户自定义密码设置规则中约束根据本发明的网站密码生成装置所生成的网站密码中的阿拉伯数字只包括1、2、3、常用符号只包括“_”,等等;用户还可以在用户自定义密码设置规则中约束根据本发明的网站密码生成装置所生成的网站密码的长度;等等。
在一个例子中,如图3所示,根据本发明的网站密码生成装置还可以包括统计模块24,其中;所述获取模块21还用于接收用户输入的密码重置命令;所述统计模块24用于统计用户进行密码重置的次数;以及所述密码生成模块22在自动为用户生成唯一不变的网站密码时的运算项目还包括密码重置次数。因此根据本发明的装置还允许用户对网站密码进行重置。例如,假设用户之前采用根据本发明的网站密码生成装置生成的网站密码是aaaa,且用户先前已经进行了2次密码重置,则在用户再次输入密码重置命令时,密码生成模块22会对所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则以及密码重置次数(也即3)和可能的用户自定义密码设置规则进行运算以自动为用户生成新的唯一不变的网站密码,例如bbbb。
另外,密码生成模块22可以采用诸如哈希运算、md5、伪随机运算等对所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则以及可能的密码重置次数、用户自定义密码设置规则等进行运算。
以上结合附图详细描述了本发明的可选实施方式,但是,本发明并不限 于上述实施方式中的具体细节,在本发明的技术构思范围内,可以对本发明的技术方案进行多种简单变型,这些简单变型均属于本发明的保护范围。
另外需要说明的是,在上述具体实施方式中所描述的各个具体技术特征,在不矛盾的情况下,可以通过任何合适的方式进行组合。为了避免不必要的重复,本发明对各种可能的组合方式不再另行说明。
此外,本发明的各种不同的实施方式之间也可以进行任意组合,只要其不违背本发明的思想,其同样应当视为本发明所公开的内容。

Claims (10)

  1. 一种网站密码生成方法,所述方法包括:
    接收用户输入的密钥、网站域名、网站用户名并从用户接收或从网站获取网站密码设置规则;以及
    对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则。
  2. 根据权利要求1所述的方法,所述方法还包括:
    接收用户输入的用户自定义密码设置规则,所述用户自定义密码设置规则满足所述网站密码设置规则的要求;以及
    对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则和所述用户自定义密码设置规则。
  3. 根据权利要求1所述的方法,所述方法还包括:
    绑定所述网站用户名、用户手机号和用户邮箱,并绑定域名组中的所有网站域名;以及
    对以下项目进行运算以自动为用户生成唯一不变的网站密码:(1)所述密钥;(2)所述网站域名;(3)所述网站用户名、所述用户手机号和所述用户邮箱中的任意一者;和(4)所述网站密码设置规则。
  4. 根据权利要求1至3中任一权利要求所述的方法,其中,所述网站域名包括所述网站的相互绑定的域名简称和域名通用名称。
  5. 根据权利要求1至4中任一权利要求所述的方法,该方法还包括;
    接收用户输入的密码重置命令;
    统计用户进行密码重置的次数;以及
    在所述自动为用户生成唯一不变的网站密码时的运算项目还包括:密码重置次数。
  6. 一种网站密码生成装置,所述装置包括:
    获取模块,用于接收用户输入的密钥、网站域名、网站用户名并从用户接收或从网站获取网站密码设置规则;以及
    密码生成模块,用于对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名和所述网站密码设置规则。
  7. 根据权利要求6所述的装置,其中:
    所述获取模块还用于接收用户输入的用户自定义密码设置规则,该用户自定义密码设置规则满足所述网站密码设置规则的要求;以及
    所述密码生成模块还用于对以下项目进行运算以自动为用户生成唯一不变的网站密码:所述密钥、所述网站域名、所述网站用户名、所述网站密码设置规则和所述用户自定义密码设置规则。
  8. 根据权利要求6所述的装置,所述装置还包括绑定模块,用于绑定所述网站用户名、用户手机号和用户邮箱,并绑定域名组中的所有网站域名;以及
    所述密码生成模块还用于对以下项目进行运算以自动为用户生成唯一不变的网站密码:(1)所述密钥;(2)所述网站域名;(3)所述网站用户名、所述用户手机号和所述用户邮箱中的任意一者;和(4)所述网站密码设置规则。
  9. 根据权利要求6至8中任一权利要求所述的装置,其中,所述网站域名包括所述网站的相互绑定的域名简称和域名通用名称。
  10. 根据权利要求6至9中任一权利要求所述的装置,所述装置还包括统计模块,其中;
    所述获取模块还用于接收用户输入的密码重置命令;
    所述统计模块用于统计用户进行密码重置的次数;以及
    所述密码生成模块在自动为用户生成唯一不变的网站密码时的运算项目还包括:密码重置次数。
PCT/CN2016/089559 2015-12-15 2016-07-10 一种网站密码生成方法及装置 WO2017101427A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/243,270 US20170169211A1 (en) 2015-12-15 2016-08-22 One kind of website passwords generating method and apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510930013.3A CN105897412A (zh) 2015-12-15 2015-12-15 一种网站密码生成方法及装置
CN201510930013.3 2015-12-15

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/243,270 Continuation US20170169211A1 (en) 2015-12-15 2016-08-22 One kind of website passwords generating method and apparatus

Publications (1)

Publication Number Publication Date
WO2017101427A1 true WO2017101427A1 (zh) 2017-06-22

Family

ID=57002444

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/089559 WO2017101427A1 (zh) 2015-12-15 2016-07-10 一种网站密码生成方法及装置

Country Status (2)

Country Link
CN (1) CN105897412A (zh)
WO (1) WO2017101427A1 (zh)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106330972A (zh) * 2016-10-27 2017-01-11 成都知道创宇信息技术有限公司 一种保护用户网站密码的方法
CN108512657B (zh) * 2017-02-28 2021-05-14 中兴通讯股份有限公司 一种密码生成方法及装置
CN109981648B (zh) * 2019-03-27 2021-07-06 深圳市创维软件有限公司 一种加密传输方法、解密方法、装置、终端及存储介质
CN111859369A (zh) * 2020-07-29 2020-10-30 浪潮云信息技术股份公司 一种密码自动化统一管理的系统及方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007065789A (ja) * 2005-08-29 2007-03-15 Nomura Research Institute Ltd 認証システム及び方法
CN102946384A (zh) * 2012-10-24 2013-02-27 北京奇虎科技有限公司 用户验证方法和设备
CN102984260A (zh) * 2012-11-29 2013-03-20 胡浩 一种互联网帐号和密码的信息管理方法及系统
CN103036852A (zh) * 2011-09-29 2013-04-10 北大方正集团有限公司 一种实现网络登录的方法以及装置
CN105024826A (zh) * 2015-08-06 2015-11-04 上海莱升信息科技有限公司 动态密码验证方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102750486B (zh) * 2012-06-29 2015-06-03 北京奇虎科技有限公司 一种登录控件更新登录信息的方法和装置
CN103227786B (zh) * 2013-04-08 2018-11-16 优视科技有限公司 一种网站登录信息填入方法及装置
CN104348609B (zh) * 2014-09-18 2017-06-06 成都西山居互动娱乐科技有限公司 一种非存储的密码管理算法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007065789A (ja) * 2005-08-29 2007-03-15 Nomura Research Institute Ltd 認証システム及び方法
CN103036852A (zh) * 2011-09-29 2013-04-10 北大方正集团有限公司 一种实现网络登录的方法以及装置
CN102946384A (zh) * 2012-10-24 2013-02-27 北京奇虎科技有限公司 用户验证方法和设备
CN102984260A (zh) * 2012-11-29 2013-03-20 胡浩 一种互联网帐号和密码的信息管理方法及系统
CN105024826A (zh) * 2015-08-06 2015-11-04 上海莱升信息科技有限公司 动态密码验证方法

Also Published As

Publication number Publication date
CN105897412A (zh) 2016-08-24

Similar Documents

Publication Publication Date Title
US10135796B2 (en) Masking and unmasking data over a network
WO2017101427A1 (zh) 一种网站密码生成方法及装置
US10262129B1 (en) Dynamic password generator with fuzzy matching
US8918849B2 (en) Secure user credential control
US9871813B2 (en) Method of and system for processing an unauthorized user access to a resource
JP6315835B2 (ja) 短語のハッシュ
JP2016540405A (ja) プライベートデータを保護するセキュアプロキシ
TW201541277A (zh) 檢測弱密碼的方法和裝置
US20170244718A1 (en) Method of and system for processing an unauthorized user access to a resource
Ferry et al. Security evaluation of the OAuth 2.0 framework
WO2014207826A1 (ja) ユーザ認証システム、ユーザ認証方法、プログラム及び情報記憶媒体
WO2013170822A2 (zh) 处理登陆服务器的密码的方法和装置
JP2015176365A (ja) メッセージ送信装置、メッセージ受信装置、メッセージ送信プログラム、メッセージ受信プログラムおよびメッセージチェック方法
US11095435B2 (en) Keystroke dynamics anonimization
US20130185780A1 (en) Computer implemented method and system for generating a one time password
JP6435456B1 (ja) 2段階のurlを用いた認証サーバ、プログラム及び方法
JP2017182396A (ja) 情報処理装置、制御方法、及びプログラム
US10243992B2 (en) Secure content delivery over a domain portal
JP5956092B1 (ja) サーバ装置、情報管理システム、情報管理方法、及びコンピュータプログラム
CN103795547A (zh) 一种用户数据加密方法及装置
JP2017079072A5 (zh)
WO2022043850A1 (en) Dynamic deterministic user password generation
JP6185352B2 (ja) 生成装置、認証システム、生成方法、認証方法及びコンピュータプログラム
CN105245374B (zh) 基于场景的密码设置方法及装置
TWI837564B (zh) 帳戶的註冊及登錄系統

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16874488

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16874488

Country of ref document: EP

Kind code of ref document: A1