WO2020155767A1 - 基于移动终端的免密登录方法、装置、设备及存储介质 - Google Patents
基于移动终端的免密登录方法、装置、设备及存储介质 Download PDFInfo
- Publication number
- WO2020155767A1 WO2020155767A1 PCT/CN2019/118286 CN2019118286W WO2020155767A1 WO 2020155767 A1 WO2020155767 A1 WO 2020155767A1 CN 2019118286 W CN2019118286 W CN 2019118286W WO 2020155767 A1 WO2020155767 A1 WO 2020155767A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- mobile phone
- current application
- phone number
- verification code
- page
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
Definitions
- This application relates to the field of consensus mechanisms, and in particular to a method, device, equipment, and storage medium for password-free login based on a mobile terminal.
- the current APP and other Internet products mostly use account passwords and mobile phone SMS login methods. Due to the large number of mobile phones and mobile phone number login, not only can the cumbersome recording of account passwords be avoided, but also the registration process, so the login method of mobile phone SMS verification Compared with the account password login method, it is more convenient and faster, and its frequency of use is relatively high.
- the inventor realized that in the process of using the mobile phone, he found that the current mobile phone verification method has some shortcomings. First, the user may not receive the SMS; second, the verification code needs to be manually entered after obtaining the SMS, which is relatively more operation. trouble.
- this application provides a password-free login method and device based on a mobile terminal.
- this application provides a password-free login method based on a mobile terminal, the method including:
- the authorization information is used to authorize the current application to allow access to the telephone communication interface of the mobile phone;
- the mobile network sends the mobile phone number and the identification of the current application to the server, so that the server calls the verification code generation interface to generate a verification code, and makes the server send the verification code and the identification of the current application Sent to the mobile phone;
- the verification code and the identification of the current application sent by the server are received, and the mobile phone transmits the verification code to the current application pointed to by the identification of the current application according to the identification of the current application Listening interface;
- the verification code filling interface of the current application is called to fill the verification in the verification page of the current application.
- this application provides a password-free login method and device based on a mobile terminal.
- the device includes:
- the login request receiving module is configured to receive a login request triggered by the user when using the current application, the login request includes authorization information and the current application identifier, and the authorization information is used to authorize the current application to allow access to the mobile phone Telephone communication interface;
- the login request response module is used to obtain the mobile phone number from the telephone communication interface of the mobile phone, and send the mobile phone number and the current application identifier to the server through the mobile network, so that the server can call the verification code to generate
- the interface generates a verification code, and enables the server to send the verification code and the identification of the current application to the mobile phone;
- the setting module is configured to receive the verification code and the identification of the current application sent by the server, and the mobile phone transmits the verification code to the identification of the current application according to the identification of the current application.
- the monitoring interface of the current application is configured to receive the verification code and the identification of the current application sent by the server, and the mobile phone transmits the verification code to the identification of the current application according to the identification of the current application.
- the verification code filling module is configured to call the verification code filling interface of the current application to fill in the verification in the verification page of the current application after the monitoring interface of the current application monitors the verification code.
- the present application provides a password-free login device based on a mobile terminal, which includes:
- a memory storing executable program codes
- the processor calls the executable program code stored in the memory to execute the steps in the password-free login method based on the mobile terminal as described in the first aspect of the present application.
- the present application provides a computer non-volatile storage medium, the computer storage medium stores computer instructions, and when the computer instructions are invoked, they are used to execute the method described in the first aspect of the present application.
- FIG. 1 is a schematic flowchart of a password-free login method based on a mobile terminal disclosed in Embodiment 1 of the present application;
- FIG. 2 is a schematic structural diagram of a mobile terminal-based secret-free login device disclosed in the second embodiment of the present application;
- Fig. 3 is a schematic structural diagram of a secret-free login device based on a mobile terminal disclosed in the third embodiment of the present application.
- the current APP and other Internet products mostly use account passwords and mobile phone SMS login methods. Due to the large number of mobile phones and mobile phone number login, not only can the cumbersome recording of account passwords be avoided, but also the registration process, so the login method of mobile phone SMS verification Compared with the account password login method, it is more convenient and faster, and its frequency of use is relatively high. However, during the process of using the mobile phone, the technicians found that the current mobile phone verification method has some shortcomings. First, the user may not receive the SMS; second, after obtaining the SMS, it is necessary to manually enter the verification code, which is more troublesome.
- FIG. 1 is a schematic flowchart of a mobile terminal-based password-free login method disclosed in an implementation of this application. As shown in FIG. 1, the mobile terminal-based password-free login method includes:
- the 101 Receive a login request triggered by the user when using the current application.
- the login request includes authorization information and the identification of the current application.
- the authorization information is used to authorize the current application to allow access to the phone communication interface of the mobile phone.
- the mobile phone sends the mobile phone number and the identifier of the current application to the server in JSON format.
- loginInfo ⁇ phone:13600000006, id:6666 ⁇ .
- the server parses out the phone number information in the JSON data, and needs to keep the communication session information for the subsequent operation of returning the verification code.
- the connection mode of the communication session information is a long connection mode.
- the password-free login method based on the mobile terminal in the embodiment of this application further includes:
- the server matches the operator according to the mobile phone number, and requests the operator to return a verification code.
- the server matching the operator according to the mobile phone number may include sub-steps:
- an optional method is , Store the characters in the number segment corresponding to multiple operators as the result of the relationship data, for example, use MAP to associate the relationship between the character string and the operator.
- the first three digits of the mobile phone number are extracted as the number segment comparison parameter.
- the mobile phone transmits the verification code to the monitoring interface of the current application pointed to by the identification of the current application;
- the monitoring interface of the current application monitors the verification code
- the monitoring interface calls the verification code filling interface of the current application and fills the verification in the verification page of the current application.
- the monitoring interface after the monitoring interface of the current application monitors the verification code as an optional implementation, the monitoring interface calls the verification code filling interface of the current application to fill in the verification in the verification page of the current application, including sub-steps. :
- Trigger the monitoring interface to read the page identifier pre-stored in the phone memory, and the page identifier is bound to the identifier of the current application;
- the page loading interface triggers the verification code filling interface to verify and fill in the verification page of the current application.
- the method before receiving the login request triggered by the user when using the current application, the method further includes:
- an authorization prompt so that the user enters the authorization instruction according to the authorization prompt. If the authorization instruction instructs the user not to grant the authority to obtain the mobile phone number, the user is prompted to manually enter the mobile phone number;
- authorization information is generated.
- the mobile phone when the user uses the current application for the first time, the mobile phone will generate an authorization prompt to ask whether the current application is allowed to read the phone number. If the authorization is allowed, then The phone saves the authorization information for this time.
- the method before sending the mobile phone number and the current application identifier to the server, the method includes:
- the Hash encryption algorithm is used to encrypt the mobile phone number and the current application identifier.
- the verification code is hashed, that is, the verification code is hashed into a fixed-length hash value and a Hash mapping data, both of which need to be sent to the server together.
- FIG. 2 is a schematic structural diagram of a secret-free login device based on a mobile terminal disclosed in the second embodiment of the present application.
- the secret-free login device based on a mobile terminal may include:
- the login request receiving module 201 is configured to receive a login request triggered by a user when using the current application.
- the login request includes authorization information and an identifier of the current application.
- the authorization information is used to authorize the current application to allow access to the phone communication interface of the mobile phone;
- the login request response module 202 is used to obtain the mobile phone number from the phone communication interface of the mobile phone, and send the mobile phone number and the identification of the current application to the server via the mobile network, so that the server can call the verification code generation interface to generate the verification code, and the server will The verification code and the identification of the current application are sent to the mobile phone;
- the setting module 203 is configured to receive the verification code sent by the server and the identification of the current application, and according to the identification of the current application, the mobile phone transmits the verification code to the monitoring interface of the current application pointed to by the identification of the current application;
- the verification code filling module 204 is configured to call the verification code filling interface of the current application after the monitoring interface of the current application monitors the verification code to fill in the verification page of the current application.
- the setting module 203 includes:
- the page identification reading sub-module 2031 is used to trigger the monitoring interface to read the page identification pre-stored in the memory of the mobile phone, and the page identification is bound to the identification of the current application;
- the page filling sub-module 2032 is used to trigger the monitoring interface to pass the page identification to the page loading interface; wherein the page filling sub-module 2032 is also used to trigger the page loading interface to set the page identification at the top of the heap storage space, so that the mobile phone’s
- the current page is the page pointed to by the page identifier; and, the page filling sub-module 2032 is also used to trigger the page loading interface to trigger the verification code filling interface to verify and fill in the verification page of the current application.
- the server parses out the phone number information in the JSON data, and needs to keep the communication session information for the subsequent operation of returning the verification code.
- the connection mode of the communication session information is a long connection mode.
- the server optionally, after the server receives the mobile phone number, the server matches the operator according to the mobile phone number, and requests the operator to return a verification code.
- the server matching the operator according to the mobile phone number may include sub-steps:
- an optional method is , Store the characters in the number segment corresponding to multiple operators as the result of the relationship data, for example, use MAP to associate the relationship between the character string and the operator.
- the first three digits of the mobile phone number are extracted as the number segment comparison parameter.
- the device further includes:
- the authorization module 205 is used to generate an authorization prompt so that the user enters an authorization instruction according to the authorization prompt. If the authorization instruction indicates that the user does not grant the authority to obtain a mobile phone number, the user is prompted to manually enter the mobile phone number; if the authorization instruction instructs the user to grant the authorization to obtain the mobile phone number The authorization information is generated.
- the mobile phone when the user uses the current application for the first time, the mobile phone will generate an authorization prompt to ask whether the current application is allowed to read the phone number. If the authorization is allowed, the mobile phone will save the time. Authorization information.
- the device further includes:
- the encryption module is used to encrypt the mobile phone number and the current application identifier according to the preset encryption rules, so that after the server receives the mobile phone number and the current application identifier, the mobile phone is decrypted according to the decryption rules corresponding to the preset encryption rules. The number and the identification of the current application are decrypted.
- the Hash encryption algorithm is used to encrypt the mobile phone number and the current application identifier.
- the verification code is hashed, that is, the verification code is hashed into a fixed-length hash value and a Hash mapping data, both of which need to be sent to the server together.
- the fifth embodiment of the present application discloses a secret-free login device based on a mobile terminal, and the device includes:
- the communication interface 301 is used to implement the communication between the device 30 and other communication equipment.
- the communication interface 301 may include a wired communication interface (for example, an Ethernet interface), and may also include a wireless communication interface.
- the memory 303 is coupled with the processor 302, and is used to store various software programs and/or multiple sets of instructions, network communication programs, and the like. In the embodiment of the present application, the memory 303 may be used to store a database.
- the memory 303 may be used to store the implementation program of the secret-free login method based on the mobile terminal disclosed in one or more embodiments of the present application.
- the implementation of the password-free login method based on a mobile terminal disclosed in one or more embodiments of the present application please refer to the method embodiment shown in FIG. 1.
- the processor 302 may be used to read and execute computer-readable instructions. Specifically, the processor 302 may be used to call a program stored in the memory 303, such as an implementation program of a mobile terminal-based password-free login method disclosed in one or more embodiments of the present application, and execute instructions included in the implementation program.
- a program stored in the memory 303 such as an implementation program of a mobile terminal-based password-free login method disclosed in one or more embodiments of the present application, and execute instructions included in the implementation program.
- the embodiment of the present application discloses a computer-readable storage medium that stores a computer program for electronic data exchange, where the computer program causes a computer to execute the password-free login method based on a mobile terminal described in the first embodiment of the present application A step of.
- the embodiment of the present application discloses a computer program product.
- the computer program product includes a non-transitory computer-readable storage medium storing a computer program, and the computer program is operable to cause a computer to execute the computer program described in the first embodiment of the present application. Steps in the password-free login method of the mobile terminal.
- the embodiment of the present application discloses a computer program product.
- the computer program product includes a non-transitory computer-readable storage medium storing a computer program, and the computer program is operable to cause a computer to execute the computer program described in the first embodiment of the present application. Steps in the password-free login method of the mobile terminal.
- the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
- the integrated unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable memory.
- the technical solution of the present application essentially or the part that contributes to the existing technology or all or part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a memory, A number of instructions are included to enable a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in the various embodiments of the present application.
- the aforementioned memory includes: U disk, Read-Only Memory (ROM, Read-Only Memory), Random Access Memory (RAM, Random Access Memory), mobile hard disk, magnetic disk or optical disk and other media that can store program codes.
- the program can be stored in a computer-readable memory, and the memory can include: a flash disk , Read-only memory (English: Read-Only Memory, abbreviation: ROM), random access device (English: Random Access Memory, abbreviation: RAM), magnetic disk or optical disk, etc.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephone Function (AREA)
- Telephonic Communication Services (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
Claims (20)
- 一种基于移动终端的免密登录方法,其特征在于,包括:接收用户在使用当前应用时所触发的登录请求,所述登录请求包括授权信息和所述当前应用的标识,所述授权信息用于授权所述当前应用允许访问手机的电话通信接口;响应所述登录请求,从所述手机的所述电话通信接口中获取手机号码;通过移动网络将所述手机号码和所述当前应用的标识发送至服务器,以使得所述服务器调用验证码生成接口生成验证码,并使得所述服务器将所述验证码和所述当前应用的标识发送至所述手机;接收所述服务器发送的所述验证码和所述当前应用的标识,且所述手机根据所述当前应用的标识,将所述验证码传入所述当前应用的标识所指向的所述当前应用的监听接口;当所述当前应用的监听接口监听到所述验证码后,所述监听接口调用所述当前应用的验证码填写接口将所述验证码填写在所述当前应用的验证页面中。
- 如权利要求1所述的基于移动终端的免密登录方法,其特征在于,所述当前应用的所述监听接口监听到所述验证码后,所述监听接口调用所述当前应用的验证码填写接口将所述验证填写在所述当前应用的所述验证页面中的步骤包括:触发所述监听接口读取预先存在手机内存中的页面标识,所述页面标识与所述当前应用的标识相绑定;触发所述监听接口将所述页面标识传入至页面加载接口;触发页面加载接口将所述页面标识设在堆存储空间的首位,以使得所述手机的当前页面为所述页面标识所指向的页面;页面加载接口触发验证码填写接口将所述验证码填写在所述当前应 用的验证页面中。
- 如权利要求2所述的基于移动终端的免密登录方法,其特征在于,所述接收用户在使用当前应用时所触发的所述登录请求之前,还包括:生成授权提示,以使得所述用户根据所述授权提示输入授权指令,若所述授权指令指示所述用户不授予获取所述手机号码的权限,则提示用户手动输入所述手机号码;若所述授权指令指示用户授予获取所述手机号码的权限,则生成所述授权信息。
- 如权利要求3所述的基于移动终端的免密登录方法,其特征在于,所述接收用户在使用当前应用时所触发的所述登录请求之前,还包括:用户初次使用当前应用时,手机会生成授权提示,以询问是否允许当前应用读取本机号码,若该授权得到允许,则手机保存此次的授权信息。
- 如权利要求1所述的基于移动终端的免密登录方法,其特征在于,在将所述手机号码和所述当前应用的标识发送至所述服务器之前,还包括:按照预设的加密规则对所述手机号码和所述当前应用的标识进行加密,以使得所述服务器接收到所述手机号码和所述当前应用的标识后,按照与所述预设的加密规则相对应的解密规则对所述手机号码和所述当前应用的标识进行解密。
- 如权利要求1所述的基于移动终端的免密登录方法,其特征在于,所述通过移动网络将所述手机号码和所述当前应用的标识发送至服务器的步骤包括:手机将手机号码和当前应用的标识以JSON格式发送服务器;服务器解析出该JSON数据中的手机号信息,并需要保持此次的通讯会话信息,用于后续的返回验证码操作。
- 如权利要求1所述的基于移动终端的免密登录方法,其特征在于,所述通过移动网络将所述手机号码和所述当前应用的标识发送至服务器之 后,还包括:服务器根据手机号匹配运营商,并向运营商请求返回验证码。
- 如权利要求7所述的基于移动终端的免密登录方法,其特征在于,所述服务器根据手机号匹配运营商的步骤包括:判断手机号码所属号段,根据号段范围匹配运营商。
- 如权利要求8所述的基于移动终端的免密登录方法,其特征在于,所述判断手机号码所属号段的步骤包括:提取手机号的前三位号码,作为号段对比参数。
- 一种基于移动终端的免密登录装置,其特征在于,所述基于移动终端的免密登录装置包括:登录请求接收模块,用于接收用户在使用当前应用时所触发的登录请求,所述登录请求包括授权信息和所述当前应用的标识,所述授权信息用于授权所述当前应用允许访问手机的电话通信接口;登录请求响应模块,用于从所述手机的所述电话通信接口中获取手机号码,通过移动网络将所述手机号码和所述当前应用的标识发送至服务器,以使得所述服务器调用验证码生成接口生成验证码,并使得所述服务器将所述验证码和所述当前应用的标识发送至所述手机;设置模块,用于接收所述服务器发送的所述验证码和所述当前应用的标识,且所述手机根据所述当前应用的标识,将所述验证码传入所述当前应用的标识所指向的所述当前应用的监听接口;验证码填写模块,用于当所述当前应用的所述监听接口监听到所述验证码后,调用所述当前应用的验证码填写接口将所述验证填写在所述当前应用的验证页面中。
- 如权利要求10所述的基于移动终端的免密登录装置,其特征在于,所述设置模块包括:页面标识读取子模块,用于触发所述监听接口读取预先存在手机内存 中的页面标识,所述页面标识与所述当前应用的标识相绑定;页面填写子模块,用于触发所述监听接口将所述页面标识传入至页面加载接口;其中,页面填写子模块还用于触发页面加载接口将所述页面标识设在堆存储空间的首位,以使得所述手机的当前页面为所述页面标识所指向的页面;以及,页面填写子模块还用于触发验证码填写模块调用验证码填写接口将所述验证填写在所述当前应用的验证页面中。
- 如权利要求10所述的基于移动终端的免密登录装置,其特征在于,还包括:授权模块,用于生成授权提示,以使得所述用户根据所述授权提示输入授权指令,若所述授权指令指示所述用户不授予获取所述手机号码的权限,则提示用户手动输入所述手机号码,若所述授权指令指示用户授予获取所述手机号码的权限,则生成所述授权信息。
- 如权利要求12所述的基于移动终端的免密登录装置,其特征在于,所述授权模块在用户初次使用当前应用时,生成授权提示,以询问是否允许当前应用读取本机号码,若该授权得到允许,则手机保存此次的授权信息。
- 如权利要求10所述的基于移动终端的免密登录装置,其特征在于,还包括:加密模块,用于按照预设的加密规则对所述手机号码和所述当前应用的标识进行加密,以使得所述服务器接收到所述手机号码和所述当前应用的标识后,按照与所述预设的加密规则相对应的解密规则对所述手机号码和所述当前应用的标识进行解密。
- 如权利要求10所述的基于移动终端的免密登录装置,其特征在于,所述登录请求响应模块将从所述手机的所述电话通信接口中获取的手机号码和当前应用的标识以JSON格式发送服务器,服务器解析出该JSON数据中的手机号信息,并需要保持此次的通讯会话信息,用于后续的返回验证 码操作。
- 如权利要求10所述的基于移动终端的免密登录装置,其特征在于,所述服务器根据手机号匹配运营商,并向运营商请求返回验证码。
- 如权利要求16所述的基于移动终端的免密登录装置,其特征在于,所述服务器判断手机号码所属号段,根据号段范围匹配运营商。
- 如权利要求17所述的基于移动终端的免密登录装置,其特征在于,所述服务器提取手机号的前三位号码,作为号段对比参数。
- 一种基于移动终端的免密登录设备,其特征在于,所述基于移动终端的免密登录设备包括:存储有可执行程序代码的存储器;与存储器耦合的处理器;处理器调用存储器中存储的可执行程序代码,执行如权利要求1-9任一项所述的基于移动终端的免密登录方法中的步骤。
- 一种计算机非易失性存储介质,其特征在于,所述计算机存储介质存储有计算机指令,所述计算机指令被调用时,用于执行权利要求1-9任一项所述的方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910100168.2 | 2019-01-31 | ||
| CN201910100168.2A CN109787991B (zh) | 2019-01-31 | 2019-01-31 | 基于移动终端的免密登录方法、装置、设备及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020155767A1 true WO2020155767A1 (zh) | 2020-08-06 |
Family
ID=66503037
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/118286 Ceased WO2020155767A1 (zh) | 2019-01-31 | 2019-11-14 | 基于移动终端的免密登录方法、装置、设备及存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN109787991B (zh) |
| WO (1) | WO2020155767A1 (zh) |
Cited By (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112199676A (zh) * | 2020-11-03 | 2021-01-08 | 中国南方电网有限责任公司 | 变电站运维检修系统、方法、装置和计算机设备 |
| CN112199666A (zh) * | 2020-09-30 | 2021-01-08 | 江苏恒宝智能系统技术有限公司 | 设备通信方法、装置、系统和电子设备 |
| CN112738046A (zh) * | 2020-12-24 | 2021-04-30 | 中国银联股份有限公司 | 一种一键登录的方法、终端及系统服务器 |
| CN113157375A (zh) * | 2021-04-27 | 2021-07-23 | 北京达佳互联信息技术有限公司 | 一种内容显示方法、装置、设备、系统及存储介质 |
| CN113626800A (zh) * | 2021-08-12 | 2021-11-09 | 中国北方车辆研究所 | 一种车辆信息系统权限管理方法 |
| CN114385991A (zh) * | 2021-12-22 | 2022-04-22 | 中国电信股份有限公司 | 手机号码绑定方法、装置、电子设备及存储介质 |
| CN114500090A (zh) * | 2022-02-24 | 2022-05-13 | 特赞(上海)信息科技有限公司 | 用于免密登录的信息处理方法及装置 |
| CN114666364A (zh) * | 2022-03-10 | 2022-06-24 | 中国第一汽车股份有限公司 | 一种基于Portal认证网络的车载上网方法、装置及车辆 |
| CN114978748A (zh) * | 2022-06-14 | 2022-08-30 | 中国电信股份有限公司 | 登录控制方法、装置、可读存储介质及电子设备 |
| CN115460599A (zh) * | 2021-06-08 | 2022-12-09 | 中移雄安信息通信科技有限公司 | 一种基于5g消息的登录权限验证方法及装置 |
| CN115484096A (zh) * | 2022-09-15 | 2022-12-16 | 深圳壹账通智能科技有限公司 | 基于混合模式的应用登录方法、装置、设备及存储介质 |
| WO2023050524A1 (zh) * | 2021-09-30 | 2023-04-06 | 传仲智能数字科技(上海)有限公司 | 基于im的用户身份验证方法、装置、服务器及其存储介质 |
| CN116781298A (zh) * | 2022-03-10 | 2023-09-19 | 中国移动通信集团江西有限公司 | 同一性验证方法、服务器及存储介质 |
| CN116846628A (zh) * | 2023-06-29 | 2023-10-03 | 平安科技(深圳)有限公司 | 资源访问方法及其相关设备 |
| CN117098134A (zh) * | 2023-10-17 | 2023-11-21 | 湖北星纪魅族集团有限公司 | 安全控制方法、终端及非暂时性计算机可读存储介质 |
| CN117725609A (zh) * | 2023-11-09 | 2024-03-19 | 联通在线信息科技有限公司 | 用户授权信息存储方法、装置、电子设备和存储介质 |
| CN118540701A (zh) * | 2023-05-18 | 2024-08-23 | 洪碧群 | 借助智能手持移动终端实现安全登陆大数据区块链云平台 |
Families Citing this family (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109787991B (zh) * | 2019-01-31 | 2022-02-25 | 平安科技(深圳)有限公司 | 基于移动终端的免密登录方法、装置、设备及存储介质 |
| CN111680244A (zh) * | 2020-04-16 | 2020-09-18 | 上海淇玥信息技术有限公司 | 页面展示方法及其装置、电子设备、计算机可读存储介质 |
| CN111740980B (zh) * | 2020-06-18 | 2022-05-17 | 天翼数字生活科技有限公司 | 登录应用的方法、装置、移动终端和存储介质 |
| CN111935709B (zh) * | 2020-09-23 | 2021-02-05 | 广州市玄武无线科技股份有限公司 | 终端的应用程序登录方法、装置及电子设备 |
| FR3116915A1 (fr) * | 2020-11-27 | 2022-06-03 | Orange | Procédé de gestion d’un accès à une pluralité de bots avec pré-affichage d’informations propres à l’utilisateur, produit programme d'ordinateur, médium de stockage et terminal correspondant. |
| CN113553557B (zh) * | 2021-07-23 | 2024-09-27 | 咪咕文化科技有限公司 | 应用的免密登录方法、装置、电子设备及存储介质 |
| CN113779542B (zh) * | 2021-08-11 | 2023-03-17 | 上海数禾信息科技有限公司 | 一键登录的处理方法、装置、计算机设备和存储介质 |
| CN113572789A (zh) * | 2021-08-17 | 2021-10-29 | 四川启睿克科技有限公司 | 一种物联网智能设备应用免密登录系统及方法 |
| CN113870465A (zh) * | 2021-10-19 | 2021-12-31 | 南方电网数字电网研究院有限公司 | 电子锁控制方法、装置、计算机设备和存储介质 |
| CN114143102B (zh) * | 2021-12-06 | 2024-01-26 | 深圳市共进电子股份有限公司 | 一种路由器免密登录方法、免密登录设备及计算机设备 |
| CN114338132B (zh) * | 2021-12-24 | 2023-08-01 | 中国联合网络通信集团有限公司 | 免密登录方法、客户端应用、运营商服务器及电子设备 |
| CN114417281A (zh) * | 2022-01-14 | 2022-04-29 | 平安壹钱包电子商务有限公司 | 响应权限请求的方法、装置、计算机设备及存储介质 |
| CN120224187B (zh) * | 2025-04-30 | 2025-11-04 | 广东蜂动科技有限公司 | 一种基于5g消息的免密登录方法和系统 |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102546914A (zh) * | 2010-12-27 | 2012-07-04 | 梁志龙 | 一种基于智能手机的自动登录系统及控制方法 |
| CN104301875A (zh) * | 2014-09-23 | 2015-01-21 | 广东欧珀移动通信有限公司 | 短消息处理方法和装置 |
| US20150112862A1 (en) * | 2011-11-23 | 2015-04-23 | Barclays Bank Plc | Peer-to-peer payment registration and activation |
| CN104954383A (zh) * | 2015-06-24 | 2015-09-30 | 深圳市兰丁科技有限公司 | 一种应用程序登录方法及系统 |
| CN105159533A (zh) * | 2015-08-31 | 2015-12-16 | 努比亚技术有限公司 | 一种移动终端及其验证码自动输入方法 |
| CN105490815A (zh) * | 2015-12-11 | 2016-04-13 | 北京奇虎科技有限公司 | 短信验证码获取方法及装置、登录方法、装置及系统 |
| CN107079004A (zh) * | 2015-12-31 | 2017-08-18 | 华为技术有限公司 | 一种验证码获取方法、装置和终端 |
| CN109787991A (zh) * | 2019-01-31 | 2019-05-21 | 平安科技(深圳)有限公司 | 基于移动终端的免密登录方法、装置、设备及存储介质 |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102984261B (zh) * | 2012-12-04 | 2015-07-08 | 中国联合网络通信集团有限公司 | 基于手机终端的网络业务登录方法、设备和系统 |
| CN105306733B (zh) * | 2015-11-13 | 2018-11-09 | 深圳正品创想科技有限公司 | 基于手机app的第三方登录绑定手机号方法 |
| CN105959942A (zh) * | 2016-04-25 | 2016-09-21 | 上海众人网络安全技术有限公司 | 一种基于无线接入的身份认证系统及其方法 |
| CN106572081B (zh) * | 2016-10-18 | 2019-05-31 | 江西博瑞彤芸科技有限公司 | 登录权限验证的方法 |
| CN108650276A (zh) * | 2018-05-21 | 2018-10-12 | 北京五八信息技术有限公司 | 一种登录方法、装置、电子设备及存储介质 |
| CN109089264A (zh) * | 2018-08-02 | 2018-12-25 | 江苏满运软件科技有限公司 | 一种移动终端免密登录的方法及系统 |
| CN109241722A (zh) * | 2018-09-25 | 2019-01-18 | 上海盛付通电子支付服务有限公司 | 用于获取信息的方法、电子设备和计算机可读介质 |
-
2019
- 2019-01-31 CN CN201910100168.2A patent/CN109787991B/zh active Active
- 2019-11-14 WO PCT/CN2019/118286 patent/WO2020155767A1/zh not_active Ceased
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102546914A (zh) * | 2010-12-27 | 2012-07-04 | 梁志龙 | 一种基于智能手机的自动登录系统及控制方法 |
| US20150112862A1 (en) * | 2011-11-23 | 2015-04-23 | Barclays Bank Plc | Peer-to-peer payment registration and activation |
| CN104301875A (zh) * | 2014-09-23 | 2015-01-21 | 广东欧珀移动通信有限公司 | 短消息处理方法和装置 |
| CN104954383A (zh) * | 2015-06-24 | 2015-09-30 | 深圳市兰丁科技有限公司 | 一种应用程序登录方法及系统 |
| CN105159533A (zh) * | 2015-08-31 | 2015-12-16 | 努比亚技术有限公司 | 一种移动终端及其验证码自动输入方法 |
| CN105490815A (zh) * | 2015-12-11 | 2016-04-13 | 北京奇虎科技有限公司 | 短信验证码获取方法及装置、登录方法、装置及系统 |
| CN107079004A (zh) * | 2015-12-31 | 2017-08-18 | 华为技术有限公司 | 一种验证码获取方法、装置和终端 |
| CN109787991A (zh) * | 2019-01-31 | 2019-05-21 | 平安科技(深圳)有限公司 | 基于移动终端的免密登录方法、装置、设备及存储介质 |
Cited By (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112199666A (zh) * | 2020-09-30 | 2021-01-08 | 江苏恒宝智能系统技术有限公司 | 设备通信方法、装置、系统和电子设备 |
| CN112199676A (zh) * | 2020-11-03 | 2021-01-08 | 中国南方电网有限责任公司 | 变电站运维检修系统、方法、装置和计算机设备 |
| CN112738046A (zh) * | 2020-12-24 | 2021-04-30 | 中国银联股份有限公司 | 一种一键登录的方法、终端及系统服务器 |
| CN113157375A (zh) * | 2021-04-27 | 2021-07-23 | 北京达佳互联信息技术有限公司 | 一种内容显示方法、装置、设备、系统及存储介质 |
| CN115460599A (zh) * | 2021-06-08 | 2022-12-09 | 中移雄安信息通信科技有限公司 | 一种基于5g消息的登录权限验证方法及装置 |
| CN113626800A (zh) * | 2021-08-12 | 2021-11-09 | 中国北方车辆研究所 | 一种车辆信息系统权限管理方法 |
| WO2023050524A1 (zh) * | 2021-09-30 | 2023-04-06 | 传仲智能数字科技(上海)有限公司 | 基于im的用户身份验证方法、装置、服务器及其存储介质 |
| CN114385991A (zh) * | 2021-12-22 | 2022-04-22 | 中国电信股份有限公司 | 手机号码绑定方法、装置、电子设备及存储介质 |
| CN114500090A (zh) * | 2022-02-24 | 2022-05-13 | 特赞(上海)信息科技有限公司 | 用于免密登录的信息处理方法及装置 |
| CN116781298A (zh) * | 2022-03-10 | 2023-09-19 | 中国移动通信集团江西有限公司 | 同一性验证方法、服务器及存储介质 |
| CN114666364A (zh) * | 2022-03-10 | 2022-06-24 | 中国第一汽车股份有限公司 | 一种基于Portal认证网络的车载上网方法、装置及车辆 |
| CN114978748A (zh) * | 2022-06-14 | 2022-08-30 | 中国电信股份有限公司 | 登录控制方法、装置、可读存储介质及电子设备 |
| CN115484096A (zh) * | 2022-09-15 | 2022-12-16 | 深圳壹账通智能科技有限公司 | 基于混合模式的应用登录方法、装置、设备及存储介质 |
| CN118540701A (zh) * | 2023-05-18 | 2024-08-23 | 洪碧群 | 借助智能手持移动终端实现安全登陆大数据区块链云平台 |
| CN116846628A (zh) * | 2023-06-29 | 2023-10-03 | 平安科技(深圳)有限公司 | 资源访问方法及其相关设备 |
| CN117098134A (zh) * | 2023-10-17 | 2023-11-21 | 湖北星纪魅族集团有限公司 | 安全控制方法、终端及非暂时性计算机可读存储介质 |
| CN117098134B (zh) * | 2023-10-17 | 2024-01-26 | 湖北星纪魅族集团有限公司 | 安全控制方法、终端及非暂时性计算机可读存储介质 |
| CN117725609A (zh) * | 2023-11-09 | 2024-03-19 | 联通在线信息科技有限公司 | 用户授权信息存储方法、装置、电子设备和存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN109787991B (zh) | 2022-02-25 |
| CN109787991A (zh) | 2019-05-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2020155767A1 (zh) | 基于移动终端的免密登录方法、装置、设备及存储介质 | |
| US11764966B2 (en) | Systems and methods for single-step out-of-band authentication | |
| CA3068090C (en) | IDENTITY AUTHENTICATION | |
| CN112822222B (zh) | 登录验证方法、自动登录的验证方法、服务端及客户端 | |
| WO2020155492A1 (zh) | 一种基于设备id的登录态共享方法及装置 | |
| CN108616360B (zh) | 用户身份校验、注册方法及装置 | |
| CN109033857B (zh) | 一种访问数据的方法、装置、设备及可读存储介质 | |
| CN113221128B (zh) | 账号和密码的存储方法及注册管理系统 | |
| TWI512526B (zh) | 帳號密碼重置系統及方法 | |
| WO2017202058A1 (zh) | 一种智能密钥设备及其工作方法 | |
| CN108462710A (zh) | 认证授权方法、装置、认证服务器及机器可读存储介质 | |
| US20170223539A1 (en) | Authentication method, wireless router and computer storage medium | |
| WO2020102974A1 (zh) | 一种数据访问方法、数据访问装置及移动终端 | |
| CN102595409A (zh) | 一种基于无线接入的加密信息获取方法、设备及系统 | |
| CN111949959B (zh) | Oauth协议中的授权认证方法及装置 | |
| WO2020025056A1 (zh) | 安全认证方法、装置和系统,移动终端 | |
| CN111404695A (zh) | 令牌请求验证方法和装置 | |
| WO2018099407A1 (zh) | 账户认证登录方法及装置 | |
| CN106411811A (zh) | 一种接入客服的认证方法、系统及装置 | |
| CN111262869A (zh) | 一种登录方法、存储介质以及计算机设备 | |
| CN112272093B (zh) | 一种令牌管理的方法、电子设备及可读存储介质 | |
| WO2019091458A1 (zh) | 无线连接方法、无线接入点、终端和具有存储功能的装置 | |
| CN114338156A (zh) | 数据处理方法、装置及存储介质 | |
| CN107623679B (zh) | 一种数据标记化处理方法、装置及存储介质 | |
| CN105721144A (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: 19913407 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: 19913407 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19913407 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 21/09/2021) |