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

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

Info

Publication number
CN112738797A
CN112738797A CN202011551129.3A CN202011551129A CN112738797A CN 112738797 A CN112738797 A CN 112738797A CN 202011551129 A CN202011551129 A CN 202011551129A CN 112738797 A CN112738797 A CN 112738797A
Authority
CN
China
Prior art keywords
web application
bluetooth
user identity
identity certificate
login
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.)
Granted
Application number
CN202011551129.3A
Other languages
Chinese (zh)
Other versions
CN112738797B (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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mobile Radio Communication Systems (AREA)

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 WEB application, and sending a request to be logged in; after receiving the request to log in, the background authentication server generates a first user identity certificate, sends the first user identity certificate to a login interface of WEB application and displays the first user identity certificate; selecting a second user identity certificate which displays a request to be logged in at the APP, signing and encrypting related information, and broadcasting and sending the related information through a Bluetooth module; the WEB application receives the encrypted information sent by the broadcast through the Bluetooth access interface, judges whether the second user identification is matched with the first user identification, and sends the encrypted information to the background authentication server if the second user identification is matched with the first user identification; and decrypting and signature comparing the encrypted information through the background authentication server. The invention provides a new method for WEB application authentication login based on Bluetooth, and the method is similar to two-dimensional code scanning login, and has the advantages of simple and convenient operation and good confidentiality.

Description

WEB application authentication login method and system based on Bluetooth
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 configuration of any system, and most WEB systems, APP, PC clients and the like need registration, login and authorization authentication. The current common login forms are generally as follows:
Cookie-Session authentication is represented by user inputting user name and password or logging in the system by short message verification code. Until now, most WEB sites have supported or only authenticated in this manner.
The OAuth authentication is widely used, the OAuth authentication is commonly used in WeChat login, microblog login, QQ login and the like, the OAuth authentication is simply used for realizing user login by utilizing an API (user identity certificate) opened by the relatively authoritative websites or applications, and the user can directly log in by using the existing accounts such as WeChat, microblog and QQ and the like without registering an account on the websites or the applications.
The Token authentication based on JWT is characterized in that a client requests login by using a user name and a password, a server verifies the user name and the password after receiving a request, the server issues a Token after the verification is successful, then the Token is sent to the client, the client can store the Token after receiving the Token, the Token issued by the server needs to be carried by the client when the client requests resources from the server, the server receives the request, then the client requests the Token with the Token, and if the verification is successful, the requested data is returned to the client. In general, after a client logs in for the first time, when a server receives an http request again, only a token is recognized, the server intercepts all requests as long as the token is taken every time, and then the legitimacy of the token is verified. The two-dimension 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 in WEB application authentication login.
Disclosure of Invention
The invention aims to provide a WEB application authentication login method and system based on Bluetooth, which are similar to two-dimensional code scanning login, are simple and convenient to operate and good in 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, comprising:
the method comprises the following steps:
selecting a Bluetooth authentication login mode on a login interface of WEB application on a PC (personal computer) terminal, and sending a request to be logged in to a background authentication server;
after receiving the request to log in, the background authentication server generates a first user identity certificate, and sends the first user identity certificate to a login interface of the WEB application and displays the first user identity certificate;
selecting and displaying a second user identity certificate of the request to be logged in at an APP of the mobile phone end, signing and encrypting the second user identity certificate, the registration information of the mobile phone end and the current timestamp, and broadcasting and sending the second user identity certificate, the registration information of the mobile phone end and the current timestamp through a Bluetooth module of the mobile phone end;
the WEB application receives the encrypted information sent by the broadcast through a Bluetooth access interface of the PC end, judges whether a second user identity certificate in the encrypted information is matched with the first user identity certificate or not, and sends the encrypted information to the background authentication server if the second user identity certificate is matched with the first user identity certificate;
and decrypting and signature comparing the encrypted information through the background authentication server, and sending an authorization authentication result to the WEB application and the APP.
Optionally, the PC end is provided with a bluetooth module or a bluetooth adapter.
Optionally, the browser for accessing the WEB application at the PC side supports bluetooth access.
Optionally, the WEB application accesses a bluetooth module or a bluetooth adapter of the PC terminal through an HTML5 script.
Optionally, before opening the APP of the mobile phone end and selecting and displaying the second user identity of the request to be logged in, the WEB application authentication login method 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 allocates a digital certificate bound to the mobile phone information and downloads the digital certificate to the mobile phone.
Optionally, the timestamp is refreshed at intervals and is valid for a specified time.
Optionally, the second user identification, the registration information of the PC terminal, and the current timestamp are signed by using HMAC-SHA 256.
Based on the above, the present invention further provides a bluetooth-based WEB application authentication login system, which comprises:
the system comprises a PC (personal computer) end, a network server and a network server, wherein the PC end is provided 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 identity certificate, and sending the first user identity certificate to a login interface of the WEB application for display;
the mobile phone terminal is provided with an APP, the APP can select and display a second user identity certificate of the request to be logged in, and the second user identity certificate, the registration information of the mobile phone terminal and the current timestamp can be signed and encrypted and sent through a Bluetooth module of the mobile phone terminal in a broadcast mode;
the WEB application is also used for receiving the encrypted information sent by the broadcast through a Bluetooth access interface of the PC terminal, judging whether a second user identity certificate in the encrypted information is matched with the first user identity certificate or not, and sending the encrypted information to the background authentication server if the second user identity certificate is matched with the first user identity certificate;
and the background authentication server is also used for decrypting the encrypted information and comparing the signature and sending an authorization 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 at the PC side supports bluetooth access, and the WEB application accesses the bluetooth module or the bluetooth adapter at the PC side through the HTML5 script.
The invention provides a WEB application authentication login method and system based on Bluetooth, which are characterized in that encryption information is broadcasted through a Bluetooth module of a mobile phone end, the encryption information sent by the broadcast is received through WEB application and is matched, and then the matched encryption information is decrypted and signed and compared through a background authentication server so as to perform authorization authentication. The method is similar to two-dimension code scanning login, is simple and convenient to operate, has good confidentiality, and enriches WEB application authentication login methods.
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 to the scope of the invention. Wherein:
fig. 1 is a step diagram of a WEB application authentication login method based on bluetooth according to an embodiment of the present invention.
Detailed Description
The conventional bluetooth protocol has been used for decades, but it brings some inconvenience to the operation because it requires point-to-point orientation assignment every connection. A new Bluetooth protocol of improved type, Bluetooth Low Energy (BLE), is part of the Bluetooth 4.0 specification published in 2010. This is a different set of protocols than conventional bluetooth.
The most important feature of the BLE protocol is its low energy consumption. Both the legacy bluetooth and BLE protocols use the same band (2.4GHz-2.4835 GHz). The transmission rate of the BLE protocol is relatively low and is therefore not well suited for transmitting large amounts of data streams, except for discovering devices and doing some simple communication. In terms of the protocol, signals of the BLE protocol and conventional bluetooth are able to cover a range of up to 100 meters.
Through the further development of the BLE protocol, different mobile terminals provided with the Bluetooth modules can communicate and connect through the BLE broadcasting node. The invention provides a new method for authentication login of WEB application based on the BLE protocol, and the method is similar to two-dimension code scanning login, is simple and convenient to operate, has good confidentiality and enriches the methods for authentication login of WEB application.
To further clarify the objects, advantages and features of the present invention, a more particular description of the invention will be rendered by reference to specific embodiments thereof which are illustrated in the appended drawings. It is to be noted that the drawings are in greatly simplified form and are not to scale, but are merely intended to facilitate and clarify the explanation of the embodiments of the present invention. Further, the structures illustrated in the drawings are often part of actual structures. In particular, the drawings may have different emphasis points and may sometimes be scaled differently. It should be further understood that the terms "first," "second," "third," and the like in the description are used for distinguishing between various components, elements, steps, and the like, and are not intended to imply a logical or sequential relationship between various components, elements, steps, or the like, unless otherwise indicated or indicated.
Referring to fig. 1, the present embodiment provides a WEB application authentication login method based on bluetooth, including:
step S1: selecting a Bluetooth authentication login mode on a login interface of WEB application on a PC (personal computer) terminal, and sending a request to be logged in to a background authentication server;
step S2: after receiving the request to log in, the background authentication server generates a first user identity certificate, and sends the first user identity certificate to a login interface of the WEB application and displays the first user identity certificate;
step S3: selecting and displaying a second user identity certificate of the request to be logged in at an APP of the mobile phone end, signing and encrypting the second user identity certificate, the registration information of the mobile phone end and the current timestamp, and broadcasting and sending the second user identity certificate, the registration information of the mobile phone end and the current timestamp through a Bluetooth module of the mobile phone end;
step S4: the WEB application receives the encrypted information sent by the broadcast through a Bluetooth access interface of the PC end, judges whether a second user identity certificate in the encrypted information is matched with the first user identity certificate or not, and sends the encrypted information to the background authentication server if the second user identity certificate is matched with the first user identity certificate;
step S5: and decrypting and signature comparing the encrypted information through the background authentication server, and sending an authorization authentication result to the WEB application and the APP.
Specifically, step S1 is executed to select a bluetooth authentication login mode on the login interface of the WEB application on the PC, and send a login request to the 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 WEB application by the PC end supports Bluetooth access. For example, the login interface of the current WEB application may generally select a sealed login, a scan login, and other manners, and in this embodiment, a bluetooth authentication login manner may be added to the login interface of the WEB application, and only a click-through is required.
Further, the WEB application accesses a bluetooth module or a bluetooth adapter of the PC terminal through an HTML5 script.
And then, executing step S2, after receiving the request to log in, the background authentication server 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. In this embodiment, the identity of the first user, that is, the UID, proves to be a number, and is used for the user to select and send login authentication information on an APP at the mobile phone terminal.
In this embodiment, before executing step S3, the method for WEB application authentication login 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 APP is registered through the background authentication server, the background authentication server distributes a digital certificate bound with the mobile phone information and downloads the digital certificate to the mobile phone, and the registration process is completed.
The APP is equivalent to the APPs such as WeChat, QQ or love art in two-dimensional code login, login authentication can be performed only by downloading and registering, and the method is convenient and fast.
And then, executing step S3, opening the APP of the mobile phone end 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 end and the current timestamp, and broadcasting and sending the second user identification, the registration information of the mobile phone end and the current timestamp through the bluetooth module of the mobile phone end. In this embodiment, the timestamp is refreshed at intervals and is valid for a specified time, so as to verify the validity of the broadcast signal and prevent counterfeiting or modification. For example, the timestamp is refreshed once per minute and is discretely self-increasing with time trend, valid for 5 minutes. In this embodiment, if the user receives multiple user identity certificates through the APP at the same time, the second identity certificate corresponding to the first identity certificate of the WEB application that the user wants to log in may be selected, so as to facilitate subsequent matching.
In this embodiment, the second user identification, the registration information of the PC terminal, and the current timestamp are signed by using HMAC-SHA 256.
And then, executing step S4, where the WEB application receives the encrypted information sent by the broadcast through the bluetooth access interface of the PC, and determines whether a second user identification in the encrypted information matches the first user identification, and if so, sends the encrypted information to the background authentication server.
And finally, executing a step S6, decrypting and comparing the encrypted information by the background authentication server, and sending 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 WEB applications on three PC terminals at the same time, and a request to be logged in is sent to a background authentication server, at this time, the background authentication server sends and displays the generated first user identification to the login interfaces of the WEB applications on the three PC terminals, but the first user identification displayed on the login interfaces of the WEB applications on the three PC terminals is different. Then opening the APP of the mobile phone end to select and display the second user identity of the request to be logged in, which is equivalent to screening out the PC end that the user wants to authorize to log in, and encrypting the related information and sending the encrypted information through the Bluetooth module. At this time, the WEB applications on the three PC ends can all receive the broadcast signal, but the second user identity is matched with the first identity certificate of the WEB application on one of the PC ends, so that 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 be compared to authorize the log-in, thereby completing the authentication log-in of the WEB application. Because the information is encrypted in the whole process, the confidentiality is better.
Based on this, this application still provides a WEB application authentication login system based on bluetooth, includes:
the system comprises a PC (personal computer) end, a network server and a network server, wherein the PC end is provided 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 identity certificate, and sending the first user identity certificate to a login interface of the WEB application for display;
the mobile phone terminal is provided with an APP, the APP can select and display a second user identity certificate of the request to be logged in, and the second user identity certificate, the registration information of the mobile phone terminal and the current timestamp can be signed and encrypted and sent through a Bluetooth module of the mobile phone terminal in a broadcast mode;
the WEB application is also used for receiving the encrypted information sent by the broadcast through a Bluetooth access interface of the PC terminal, judging whether a second user identity certificate in the encrypted information is matched with the first user identity certificate or not, and sending the encrypted information to the background authentication server if the second user identity certificate is matched with the first user identity certificate;
and the background authentication server is also used for decrypting the encrypted information and comparing the signature and sending an authorization authentication result to the WEB application and the APP.
In this embodiment, the PC end is installed with a bluetooth module or a bluetooth adapter.
In summary, the present invention provides a WEB application authentication login method and system based on bluetooth, which broadcasts encryption information through a bluetooth module of a mobile phone, receives the encryption information sent by the broadcast through a WEB application, matches the encryption information, decrypts and compares a signature of the matched encryption information through a background authentication server, and further performs authorization authentication. The method is similar to two-dimension code scanning login, is simple and convenient to operate, has good confidentiality, and enriches WEB application authentication login methods.
It should be understood, however, that the intention is not to limit the invention to the particular embodiments described. It will be apparent to those skilled in the art from this disclosure that many changes and modifications can be made, or equivalents modified, in the embodiments of the invention without departing from the scope of the invention. Therefore, any simple modification, equivalent change and modification made to the above embodiments according to the technical essence of the present invention are still within the protection scope of the technical solution of the present invention, unless the content of the technical solution of the present invention is departed from.

Claims (10)

1. A WEB application authentication login method based on Bluetooth is characterized by comprising the following steps:
selecting a Bluetooth authentication login mode on a login interface of WEB application on a PC (personal computer) terminal, and sending a request to be logged in to a background authentication server;
after receiving the request to log in, the background authentication server generates a first user identity certificate, and sends the first user identity certificate to a login interface of the WEB application and displays the first user identity certificate;
selecting and displaying a second user identity certificate of the request to be logged in at an APP of the mobile phone end, signing and encrypting the second user identity certificate, the registration information of the mobile phone end and the current timestamp, and broadcasting and sending the second user identity certificate, the registration information of the mobile phone end and the current timestamp through a Bluetooth module of the mobile phone end;
the WEB application receives the encrypted information sent by the broadcast through a Bluetooth access interface of the PC end, judges whether a second user identity certificate in the encrypted information is matched with the first user identity certificate or not, and sends the encrypted information to the background authentication server if the second user identity certificate is matched with the first user identity certificate;
and decrypting and signature comparing the encrypted information through the background authentication server, and sending an authorization authentication result to the WEB application and the APP.
2. The WEB application authentication login method based on bluetooth as claimed in claim 1, wherein the PC terminal is installed with a bluetooth module or a bluetooth adapter.
3. The WEB application authentication login method based on bluetooth as claimed in claim 2, wherein the browser for accessing the WEB application at the PC side supports bluetooth access.
4. The method of claim 3, wherein the WEB application accesses a Bluetooth module or a Bluetooth adapter on the PC side via an HTML5 script.
5. The WEB application authentication login method based on bluetooth of claim 1, wherein before opening an APP of a mobile phone end to select and display a second user identity of the request to be logged in, the WEB application authentication login method based on bluetooth 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 WEB application authentication login method based on Bluetooth of claim 5, wherein 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.
7. The bluetooth-based WEB application authentication login method of claim 1, wherein the timestamp is refreshed at intervals and is valid for a specified time.
8. The bluetooth-based WEB application authentication login method according to claim 1, wherein the second user identification, the registration information of the PC side, and the current timestamp are signed by using HMAC-SHA 256.
9. A WEB application authentication login system based on Bluetooth is characterized by comprising:
the system comprises a PC (personal computer) end, a network server and a network server, wherein the PC end is provided 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 identity certificate, and sending the first user identity certificate to a login interface of the WEB application for display;
the mobile phone terminal is provided with an APP, the APP can select and display a second user identity certificate of the request to be logged in, and the second user identity certificate, the registration information of the mobile phone terminal and the current timestamp can be signed and encrypted and sent through a Bluetooth module of the mobile phone terminal in a broadcast mode;
the WEB application is also used for receiving the encrypted information sent by the broadcast through a Bluetooth access interface of the PC terminal, judging whether a second user identity certificate in the encrypted information is matched with the first user identity certificate or not, and sending the encrypted information to the background authentication server if the second user identity certificate is matched with the first user identity certificate;
and the background authentication server is also used for decrypting the encrypted information and comparing the signature and sending an authorization authentication result to the WEB application and the APP.
10. The bluetooth-based WEB application authentication login system of claim 9, comprising: the Bluetooth module or the Bluetooth adapter of the PC end is installed on the PC end, the browser for accessing the WEB application by the PC end supports Bluetooth access, and the Bluetooth module or the Bluetooth adapter of the PC end is accessed by the WEB application 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 true CN112738797A (en) 2021-04-30
CN112738797B 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)

Cited By (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
CN114640460A (en) * 2022-01-28 2022-06-17 成都卫士通信息产业股份有限公司 User login method, device, equipment and medium in application program
CN116229614A (en) * 2022-12-26 2023-06-06 厦门狄耐克物联智慧科技有限公司 Intelligent lock with projection virtual keyboard and use method

Citations (5)

* 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
CN105591676A (en) * 2014-10-20 2016-05-18 北京握奇智能科技有限公司 Method and system for enabling mobile terminal to identify security authentication device bound with mobile terminal
CN105933353A (en) * 2016-07-05 2016-09-07 北京万维星辰科技有限公司 Method and system for realizing secure login
CN108632291A (en) * 2018-05-16 2018-10-09 阿里巴巴集团控股有限公司 A kind of third party authorizes login method and system

Patent Citations (5)

* 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
CN105591676A (en) * 2014-10-20 2016-05-18 北京握奇智能科技有限公司 Method and system for enabling mobile terminal to identify security authentication device bound with mobile terminal
CN105933353A (en) * 2016-07-05 2016-09-07 北京万维星辰科技有限公司 Method and system for realizing secure login
CN108632291A (en) * 2018-05-16 2018-10-09 阿里巴巴集团控股有限公司 A kind of third party authorizes login method and system

Cited By (5)

* 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
CN114640460A (en) * 2022-01-28 2022-06-17 成都卫士通信息产业股份有限公司 User login method, device, equipment and medium in application program
CN114640460B (en) * 2022-01-28 2024-01-30 成都卫士通信息产业股份有限公司 User login method, device, equipment and medium in application program
CN116229614A (en) * 2022-12-26 2023-06-06 厦门狄耐克物联智慧科技有限公司 Intelligent lock with projection virtual keyboard and use method
CN116229614B (en) * 2022-12-26 2024-02-27 厦门狄耐克物联智慧科技有限公司 Intelligent lock with projection virtual keyboard and use method

Also Published As

Publication number Publication date
CN112738797B (en) 2023-06-30

Similar Documents

Publication Publication Date Title
EP3454504B1 (en) Service provider certificate management
CN112738797B (en) Bluetooth-based WEB application authentication login method and system
EP2834959B1 (en) Secure authentication in a multi-party system
US8532620B2 (en) Trusted mobile device based security
CN112351000B (en) Bidirectional identity verification method, system, equipment and storage medium
US8819253B2 (en) Network message generation for automated authentication
KR101214839B1 (en) Authentication method and authentication system
US8996854B2 (en) Method for secure downloading of applications
US9445269B2 (en) Terminal identity verification and service authentication method, system and terminal
US20080141028A1 (en) Secure single sign-on authentication between WSRP consumers and producers
CN102143134A (en) Method, device and system for distributed identity authentication
KR20160127167A (en) Multi-factor certificate authority
KR20180013710A (en) Public key infrastructure based service authentication method and system
CN109583154A (en) A kind of system and method based on Web middleware access intelligent code key
CN111949959B (en) Authorization authentication method and device in Oauth protocol
CN114390524B (en) Method and device for realizing one-key login service
TWI643086B (en) Method for binding by scanning two-dimensional barcode
US8423782B2 (en) Method for authenticating a user accessing a remote server from a computer
CN114158046B (en) Method and device for realizing one-key login service
CN116017448A (en) Bluetooth authentication method and system based on three-party linkage of software, terminal and server
Kerttula A novel federated strong mobile signature service—the finnish case
CN115801287A (en) Signature authentication method and device
CN114697137B (en) Application program login method, device, equipment and storage medium
CN114513299B (en) Data transmission method based on open authorization and electronic equipment
Mumtaz et al. Strong authentication protocol based on Java Crypto chips

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