CN112738797B - Bluetooth-based WEB application authentication login method and system - Google Patents

Bluetooth-based WEB application authentication login method and system Download PDF

Info

Publication number
CN112738797B
CN112738797B CN202011551129.3A CN202011551129A CN112738797B CN 112738797 B CN112738797 B CN 112738797B CN 202011551129 A CN202011551129 A CN 202011551129A CN 112738797 B CN112738797 B CN 112738797B
Authority
CN
China
Prior art keywords
web application
bluetooth
user identification
login
mobile phone
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
CN202011551129.3A
Other languages
Chinese (zh)
Other versions
CN112738797A (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 Hsic Application System Co ltd
Original Assignee
Shanghai Hsic Application System 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 Hsic Application System Co ltd filed Critical Shanghai Hsic Application System Co ltd
Priority to CN202011551129.3A priority Critical patent/CN112738797B/en
Publication of CN112738797A publication Critical patent/CN112738797A/en
Application granted granted Critical
Publication of CN112738797B publication Critical patent/CN112738797B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3247Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The invention provides a WEB application authentication login method and a system based on Bluetooth, wherein the method comprises the following steps: selecting a Bluetooth authentication login mode on a login interface of a WEB application, and sending a request to be logged in; after receiving a request to be logged in, the background authentication server generates a first user identification, sends the first user identification to a login interface of the WEB application and displays the login interface; selecting a second user identification showing a request to be logged in from the APP, signing and encrypting related information, and broadcasting and sending the related information through a Bluetooth module; the WEB application receives the encryption information sent by broadcasting through the Bluetooth access interface, judges whether the second user identification is matched with the first user identification, and sends the encryption information to a background authentication server if the second user identification is matched with the first user identification; and decrypting the encrypted information and comparing the signature by a background authentication server. The invention provides a novel method for authenticating and logging on WEB application based on Bluetooth, and the method is similar to two-dimensional code scanning and logging, and has the advantages of simple and convenient operation and good confidentiality.

Description

Bluetooth-based WEB application authentication login method and system
Technical Field
The invention relates to the technical field of WEB application login authentication, in particular to a WEB application authentication login method and system based on Bluetooth.
Background
The login authentication is almost the standard of any system, and most of WEB systems, APP, PC clients and the like need registration, login and authorization authentication. The current common forms of login are generally the following:
Cookie-Session authentication is performed by using a mode that a user inputs a user name and a password or logs in the system by using a short message verification code mode. Until now, most WEB sites still support or only authenticate in this way.
OAuth authentication is very widely used, and is more common, namely WeChat login, microblog login, QQ login and the like, in short, user login is realized by using an API (user identification) opened by the authoritative websites or applications, and a user can directly log in by using the existing WeChat, microblog, QQ and other accounts without registering an account on the website or the application.
The Token authentication based on the JWT is used in a form that a client requests login by using a user name and a password, a server verifies the user name and the password after receiving the request, the server issues a Token after verification is successful, the Token is sent to the client, the client can store the Token after receiving the Token, the client needs to carry the Token issued by the server every time when requesting resources from the server, the server receives the request, then verifies that the client requests the Token, and if verification is successful, the client returns the requested data. In general, after the client logs in for the first time, when the server receives the http request again, only the token is recognized, the request is carried on each time, the server intercepts all the requests, and then the legality of the token is checked. Two-dimensional code scanning login which is very popular at present also mostly uses two systems of Oauth and JWT.
However, bluetooth is one of five short-distance wireless interconnection technologies, and no corresponding application is obtained on WEB application authentication login, and based on this, the application develops a WEB application authentication login method and system based on bluetooth.
Disclosure of Invention
The invention aims to provide a WEB application authentication login method and a system based on Bluetooth, which are similar to two-dimensional code scanning login, are simple and convenient to operate, have good confidentiality and enrich the WEB application authentication login method.
In order to achieve the above object, the present invention provides a WEB application authentication login method based on bluetooth, including:
comprising the following steps:
selecting a Bluetooth authentication login mode on a login interface of a WEB application on a PC end, and sending a request to be logged in to a background authentication server;
after receiving the request to be logged in, the background authentication server generates a first user identification, and sends the first user identification to a login interface of the WEB application and displays the first user identification;
the APP at the mobile phone terminal selects and displays the second user identification of the request to be logged in, signs and encrypts the second user identification, the registration information of the mobile phone terminal and the current timestamp, and broadcasts and sends the second user identification, the registration information of the mobile phone terminal and the current timestamp through the Bluetooth module of the mobile phone terminal;
the WEB application receives the encryption information sent by the broadcast through a Bluetooth access interface of the PC end, judges whether a second user identification in the encryption information is matched with the first user identification, and sends the encryption information to the background authentication server if the second user identification is matched with the first user identification;
and decrypting and signature comparison are carried out on the encrypted information through the background authentication server, and an authorization authentication result is sent to the WEB application and the APP.
Optionally, a bluetooth module or a bluetooth adapter is installed on the PC end.
Optionally, the browser of the PC side for accessing the WEB application supports Bluetooth access.
Optionally, the WEB application accesses the Bluetooth module or the Bluetooth adapter at the PC end through the HTML5 script.
Optionally, before the APP of the mobile phone terminal is opened to display the second user identification of the request to be logged in, the method for authenticating and logging in the WEB application based on bluetooth further includes:
and installing an APP at the mobile phone end and registering, wherein the APP can send a login request and authentication information.
Optionally, after the APP is installed, the APP is registered through the background authentication server, and the background authentication server distributes a digital certificate bound with the mobile phone information and downloads the digital certificate to the mobile phone.
Optionally, the time stamps are refreshed at intervals and are valid for a specified time.
Optionally, the second user identification, the registration information of the PC side and the current timestamp are signed by HMAC-SHA 256.
Based on this, the invention also provides a WEB application authentication login system based on Bluetooth, which comprises:
the PC end is deployed with a WEB application, and a login interface of the WEB application can select a Bluetooth authentication login mode and send a request to be logged in;
the background authentication server is used for receiving the request to be logged in, generating a first user identification, and sending the first user identification to a login interface of the WEB application and displaying the first user identification;
the mobile phone terminal is provided with an APP, the APP can select and display the second user identification of the request to be logged in, and can sign and encrypt the second user identification, the registration information of the mobile phone terminal and the current timestamp and broadcast and send the second user identification, the registration information of the mobile phone terminal and the current timestamp through a Bluetooth module of the mobile phone terminal;
the WEB application is also used for receiving the encryption information sent by the broadcast through the Bluetooth access interface of the PC end, judging whether a second user identification in the encryption information is matched with the first user identification, and if so, sending the encryption information to the background authentication server;
the background authentication server is also used for decrypting the encrypted information and comparing the signature, and sending an authorized authentication result to the WEB application and the APP.
Optionally, the PC side is provided with a bluetooth module or a bluetooth adapter, and the browser for accessing the WEB application by the PC side supports bluetooth access, and the WEB application accesses the bluetooth module or the bluetooth adapter of the PC side through the HTML5 script.
The invention provides a WEB application authentication login method and a system based on Bluetooth, which are characterized in that encryption information is broadcast through a Bluetooth module at a mobile phone end, the encryption information sent by the broadcast is received through the WEB application and matched, then the matched encryption information is decrypted and signature compared through a background authentication server, and further authorization authentication is carried out. The method is similar to two-dimension code scanning login, is simple and convenient to operate, has good confidentiality, and enriches the WEB application authentication login method.
Drawings
It will be appreciated by those skilled in the art that the drawings are provided for a better understanding of the invention and do not constitute any limitation on the scope of the invention. Wherein:
fig. 1 is a step diagram of a bluetooth-based WEB application authentication login method according to an embodiment of the present invention.
Detailed Description
Conventional bluetooth protocols have been in use for decades, but have caused some inconvenience in operation because of the point-to-point directional assignment required for each connection. The new bluetooth protocol of the modified version-bluetooth low energy (Bluetooth Low Energy, BLE) is part of the bluetooth 4.0 technical specification published in 2010. This is a set of protocols that differ from conventional bluetooth.
The most important feature of the BLE protocol is its low power consumption. The conventional bluetooth and BLE protocols use the same band (2.4 GHz-2.4835 GHz). The BLE protocol has a relatively low transmission rate and is therefore not well suited for transmitting a large number of data streams, except for discovering devices and for making some simple communications. Both BLE protocol and traditional bluetooth signals can cover a range of 100 meters under the terms of the protocol.
Through the further development of BLE protocol, can carry out communication and connection through BLE broadcast node between the mobile terminal that bluetooth module was installed to the difference. The invention provides a new method for authenticating and logging on the WEB application based on the BLE protocol, and the method is similar to a two-dimensional code scanning and logging method, is simple and convenient to operate, has good confidentiality and enriches the authentication and logging method of the WEB application.
The invention will be described in further detail with reference to the drawings and the specific embodiments thereof in order to make the objects, advantages and features of the invention more apparent. It should be noted that the drawings are in a very simplified form and are not drawn to scale, merely for convenience and clarity in aiding in the description of embodiments of the invention. Furthermore, the structures shown in the drawings are often part of actual structures. In particular, the drawings are shown with different emphasis instead being placed upon illustrating the various embodiments. It should be further understood that the terms "first," "second," "third," and the like in this specification are used merely for distinguishing between various components, elements, steps, etc. in the specification and not for indicating a logical or sequential relationship between the various components, elements, steps, etc., unless otherwise indicated.
Referring to fig. 1, the embodiment provides a WEB application authentication login method based on bluetooth, which includes:
step S1: selecting a Bluetooth authentication login mode on a login interface of a WEB application on a PC end, and sending a request to be logged in to a background authentication server;
step S2: after receiving the request to be logged in, the background authentication server generates a first user identification, and sends the first user identification to a login interface of the WEB application and displays the first user identification;
step S3: the APP at the mobile phone terminal selects and displays the second user identification of the request to be logged in, signs and encrypts the second user identification, the registration information of the mobile phone terminal and the current timestamp, and broadcasts and sends the second user identification, the registration information of the mobile phone terminal and the current timestamp through the Bluetooth module of the mobile phone terminal;
step S4: the WEB application receives the encryption information sent by the broadcast through a Bluetooth access interface of the PC end, judges whether a second user identification in the encryption information is matched with the first user identification, and sends the encryption information to the background authentication server if the second user identification is matched with the first user identification;
step S5: and decrypting and signature comparison are carried out on the encrypted information through the background authentication server, and an authorization authentication result is sent to the WEB application and the APP.
Specifically, step S1 is executed, a bluetooth authentication login mode is selected on a login interface of a WEB application on the PC side, and a request to be logged in is sent to a background authentication server. In this embodiment, the PC terminal includes, but is not limited to, a desktop computer or a notebook computer. The PC end is provided with a Bluetooth module or a Bluetooth adapter, and a browser for accessing the WEB application by the PC end supports Bluetooth access. For example, the current login interface of the WEB application may generally select a sealed login mode, a scan login mode, or the like, and in this embodiment, a bluetooth authentication login mode may be added to the login interface of the WEB application, and only clicking is required to enter.
Furthermore, the WEB application accesses the Bluetooth module or the Bluetooth adapter of the PC side through the HTML5 script.
And then executing step S2, after receiving the request to be logged in, the background authentication server generates a first user identification, and sends the first user identification to a login interface of the WEB application and displays the first user identification. In this embodiment, the first user identity, i.e. UID, is a number, which is used for the user to select on the APP of the mobile phone end and send login authentication information.
In this embodiment, before executing step S3, the method for authenticating and logging on a WEB application based on bluetooth further includes:
and installing an APP at the mobile phone end and registering, wherein the APP can send a login request and authentication information.
After the APP is installed, the background authentication server is used for registering, and the background authentication server distributes the digital certificate bound with the mobile phone information and downloads the digital certificate to the mobile phone, so that the registering process is completed.
The APP is equivalent to the APP such as WeChat, QQ or Aiqi in two-dimension code login, login authentication can be performed only by downloading and registering well, and the method is convenient and quick.
And then executing step S3, opening the APP of the mobile phone terminal to select and display the second user identification of the request to be logged in, signing and encrypting the second user identification, the registration information of the mobile phone terminal and the current time stamp, and broadcasting and transmitting the second user identification, the registration information of the mobile phone terminal and the current time stamp through the Bluetooth module of the mobile phone terminal. In this embodiment, the time stamp is refreshed at intervals and is valid for a specified time for verifying the validity of the broadcast signal, preventing counterfeiting or modification. For example, the timestamp is refreshed once per minute and is self-increasing discretely with time trend, valid for 5 minutes. In this embodiment, if the user receives multiple user identities through the APP at the same time, a second identity corresponding to the first identity of the WEB application that wants to log in may be selected to facilitate later matching.
In this embodiment, the second user identification, the registration information of the PC side, and the current timestamp use HMAC-SHA256 signature.
And then executing step S4, wherein the WEB application receives the encryption information sent by the broadcast through the Bluetooth access interface of the PC end, judges whether a second user identification in the encryption information is matched with the first user identification, and if so, sends the encryption information to the background authentication server.
And finally, executing step S6, decrypting the encrypted information and comparing the signature by the background authentication server, and transmitting an authorization authentication result to the WEB application and the APP.
For example, a bluetooth authentication login mode is selected by a login interface of a WEB application on three PC sides at the same time, and a request to be logged in is sent to a background authentication server, and at this time, the background authentication server sends the generated first user identification to the login interfaces of the WEB application on the three PC sides and displays the first user identification, which is displayed on the login interfaces of the WEB application on the three PC sides, differently. And then opening the APP of the mobile phone terminal to select and display the second user identification of the request to be logged in, which is equivalent to screening out the PC terminal which the user wants to authorize to log in, and encrypting and sending related information through the Bluetooth module. At this time, the WEB applications on the three PC ends can all receive the broadcast signal, but because the second user identity is only matched with the first identity certificate of the WEB application on one of the PC ends, the PC end on which the user really needs to log in the WEB application can be selected, and the encrypted information is decrypted and signed by the background authentication server to compare and authorize the login, thereby completing the authentication login of the WEB application. The information is encrypted in the whole course, so that the confidentiality is good.
Based on this, the application also provides a WEB application authentication login system based on Bluetooth, which comprises:
the PC end is deployed with a WEB application, and a login interface of the WEB application can select a Bluetooth authentication login mode and send a request to be logged in;
the background authentication server is used for receiving the request to be logged in, generating a first user identification, and sending the first user identification to a login interface of the WEB application and displaying the first user identification;
the mobile phone terminal is provided with an APP, the APP can select and display the second user identification of the request to be logged in, and can sign and encrypt the second user identification, the registration information of the mobile phone terminal and the current timestamp and broadcast and send the second user identification, the registration information of the mobile phone terminal and the current timestamp through a Bluetooth module of the mobile phone terminal;
the WEB application is also used for receiving the encryption information sent by the broadcast through the Bluetooth access interface of the PC end, judging whether a second user identification in the encryption information is matched with the first user identification, and if so, sending the encryption information to the background authentication server;
the background authentication server is also used for decrypting the encrypted information and comparing the signature, and sending an authorized authentication result to the WEB application and the APP.
In this embodiment, the PC end is provided with a bluetooth module or a bluetooth adapter.
In summary, the invention provides a method and a system for authenticating and logging in a WEB application based on Bluetooth, which are characterized in that encryption information is broadcast through a Bluetooth module at a mobile phone end, the encryption information sent by the broadcast is received and matched through the WEB application, and then the matched encryption information is decrypted and signature compared through a background authentication server, so that authorization authentication is further carried out. The method is similar to two-dimension code scanning login, is simple and convenient to operate, has good confidentiality, and enriches the WEB application authentication login method.
It should also be appreciated that while the present invention has been disclosed in the context of a preferred embodiment, the above embodiments are not intended to limit the invention. Many possible variations and modifications of the disclosed technology can be made by anyone skilled in the art without departing from the scope of the technology, or the technology can be modified to be equivalent. Therefore, any simple modification, equivalent variation and modification of the above embodiments according to the technical substance of the present invention still fall within the scope of the technical solution of the present invention.

Claims (10)

1. The WEB application authentication login method based on Bluetooth is characterized by comprising the following steps of:
selecting a Bluetooth authentication login mode on a login interface of a WEB application on a PC end, and sending a request to be logged in to a background authentication server;
after receiving the request to be logged in, the background authentication server generates a first user identification, and sends the first user identification to a login interface of the WEB application and displays the first user identification;
the APP at the mobile phone terminal selects and displays the second user identification of the request to be logged in, signs and encrypts the second user identification, the registration information of the mobile phone terminal and the current timestamp, and broadcasts and sends the second user identification, the registration information of the mobile phone terminal and the current timestamp through the Bluetooth module of the mobile phone terminal;
the WEB application receives the encryption information sent by the broadcast through a Bluetooth access interface of the PC end, judges whether a second user identification in the encryption information is matched with the first user identification, and sends the encryption information to the background authentication server if the second user identification is matched with the first user identification;
and decrypting and signature comparison are carried out on the encrypted information through the background authentication server, and an authorization authentication result is sent to the WEB application and the APP.
2. The bluetooth-based WEB application authentication login method as claimed in claim 1, wherein the PC side is installed with a bluetooth module or a bluetooth adapter.
3. The method for authenticating and logging onto a WEB application based on bluetooth as claimed in claim 2, wherein a browser for accessing the WEB application by the PC side supports bluetooth access.
4. The bluetooth-based WEB application authentication login method as claimed in claim 3, wherein the WEB application accesses a bluetooth module or a bluetooth adapter of the PC side through an HTML5 script.
5. The method for authenticating and logging onto a bluetooth-based WEB application according to claim 1, wherein before the APP on the mobile phone terminal is opened to select and display the second user identification to be logged onto, the method for authenticating and logging onto a bluetooth-based WEB application further comprises:
and installing an APP at the mobile phone end and registering, wherein the APP can send a login request and authentication information.
6. The method for authenticating and logging onto a bluetooth-based WEB application according to claim 5, wherein after the APP is installed, the APP is registered by the background authentication server, and the background authentication server distributes a digital certificate bound to the mobile phone information and downloads the digital certificate to the mobile phone.
7. The bluetooth based WEB application authentication login method as claimed in claim 1, wherein the time stamp is refreshed at intervals and valid for a designated time.
8. The method for authenticating and logging onto a bluetooth based WEB application of claim 1 wherein the second user identification, the registration information of the PC side, and the current timestamp are signed using HMAC-SHA 256.
9. A bluetooth-based WEB application authentication login system, comprising:
the PC end is deployed with a WEB application, and a login interface of the WEB application can select a Bluetooth authentication login mode and send a request to be logged in;
the background authentication server is used for receiving the request to be logged in, generating a first user identification, and sending the first user identification to a login interface of the WEB application and displaying the first user identification;
the mobile phone terminal is provided with an APP, the APP can select and display the second user identification of the request to be logged in, and can sign and encrypt the second user identification, the registration information of the mobile phone terminal and the current timestamp and broadcast and send the second user identification, the registration information of the mobile phone terminal and the current timestamp through a Bluetooth module of the mobile phone terminal;
the WEB application is also used for receiving the encryption information sent by the broadcast through the Bluetooth access interface of the PC end, judging whether a second user identification in the encryption information is matched with the first user identification, and if so, sending the encryption information to the background authentication server;
the background authentication server is also used for decrypting the encrypted information and comparing the signature, and sending an authorized authentication result to the WEB application and the APP.
10. The bluetooth based WEB application authentication login system as recited in claim 9, comprising: the PC end is provided with a Bluetooth module or a Bluetooth adapter, a browser for accessing the WEB application by the PC end supports Bluetooth access, and the WEB application accesses the Bluetooth module or the Bluetooth adapter of the PC end through an HTML5 script.
CN202011551129.3A 2020-12-24 2020-12-24 Bluetooth-based WEB application authentication login method and system Active CN112738797B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011551129.3A CN112738797B (en) 2020-12-24 2020-12-24 Bluetooth-based WEB application authentication login method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011551129.3A CN112738797B (en) 2020-12-24 2020-12-24 Bluetooth-based WEB application authentication login method and system

Publications (2)

Publication Number Publication Date
CN112738797A CN112738797A (en) 2021-04-30
CN112738797B true CN112738797B (en) 2023-06-30

Family

ID=75615286

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011551129.3A Active CN112738797B (en) 2020-12-24 2020-12-24 Bluetooth-based WEB application authentication login method and system

Country Status (1)

Country Link
CN (1) CN112738797B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113852943A (en) * 2021-09-22 2021-12-28 深圳市太美亚电子科技有限公司 Data transmission method and system of WEB application system based on Bluetooth
CN114640460B (en) * 2022-01-28 2024-01-30 成都卫士通信息产业股份有限公司 User login method, device, equipment and medium in application program
CN116229614B (en) * 2022-12-26 2024-02-27 厦门狄耐克物联智慧科技有限公司 Intelligent lock with projection virtual keyboard and use method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101076976A (en) * 2004-12-08 2007-11-21 日本电气株式会社 Authentication system, authentication method, and authentication information generation program
CN103780397A (en) * 2014-02-25 2014-05-07 中国科学院信息工程研究所 Multi-screen multi-factor WEB identity authentication method convenient and fast to implement

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105591676B (en) * 2014-10-20 2019-04-02 北京握奇智能科技有限公司 A kind of method and system for the safety certificate equipment that mobile terminal identification is bound with it
CN105933353B (en) * 2016-07-05 2019-05-17 北京万维星辰科技有限公司 The realization method and system of secure log
CN108632291A (en) * 2018-05-16 2018-10-09 阿里巴巴集团控股有限公司 A kind of third party authorizes login method and system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101076976A (en) * 2004-12-08 2007-11-21 日本电气株式会社 Authentication system, authentication method, and authentication information generation program
CN103780397A (en) * 2014-02-25 2014-05-07 中国科学院信息工程研究所 Multi-screen multi-factor WEB identity authentication method convenient and fast to implement

Also Published As

Publication number Publication date
CN112738797A (en) 2021-04-30

Similar Documents

Publication Publication Date Title
CN112738797B (en) Bluetooth-based WEB application authentication login method and system
US9992176B2 (en) Systems and methods for encrypted communication in a secure network
KR101214839B1 (en) Authentication method and authentication system
US8819253B2 (en) Network message generation for automated authentication
US20180159694A1 (en) Wireless Connections to a Wireless Access Point
US8001588B2 (en) Secure single sign-on authentication between WSRP consumers and producers
EP3454504B1 (en) Service provider certificate management
US9445269B2 (en) Terminal identity verification and service authentication method, system and terminal
US11824854B2 (en) Communication system and computer readable storage medium
KR20160127167A (en) Multi-factor certificate authority
US20220116230A1 (en) Method for securely providing a personalized electronic identity on a terminal
KR20180013710A (en) Public key infrastructure based service authentication method and system
CN111212425A (en) Access method, server and terminal
US20090055917A1 (en) Authentication method and authentication system using the same
US8423782B2 (en) Method for authenticating a user accessing a remote server from a computer
CN108989302B (en) OPC proxy connection system and connection method based on secret key
RU2698424C1 (en) Authorization control method
KR20150114923A (en) Method for configuring access point connection information and terminal device for the same
CN114390524B (en) Method and device for realizing one-key login service
CN114158046B (en) Method and device for realizing one-key login service
CN117040861A (en) Multisystem fusion login method and device, electronic equipment and storage medium
Mumtaz et al. Strong authentication protocol based on Java Crypto chips
CN115801287A (en) Signature authentication method and device
TW202215813A (en) Electronic device and method for encrypted communication
CN114239010A (en) Multi-node distributed authentication method, system, electronic equipment and medium

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