CN110826035A - Method, device and system for rapidly logging in browser and storage medium - Google Patents

Method, device and system for rapidly logging in browser and storage medium Download PDF

Info

Publication number
CN110826035A
CN110826035A CN201910949936.1A CN201910949936A CN110826035A CN 110826035 A CN110826035 A CN 110826035A CN 201910949936 A CN201910949936 A CN 201910949936A CN 110826035 A CN110826035 A CN 110826035A
Authority
CN
China
Prior art keywords
login
password
browser
user
account
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.)
Pending
Application number
CN201910949936.1A
Other languages
Chinese (zh)
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.)
Yunshen Interconnection (beijing) Technology Co Ltd
Original Assignee
Yunshen Interconnection (beijing) Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yunshen Interconnection (beijing) Technology Co Ltd filed Critical Yunshen Interconnection (beijing) Technology Co Ltd
Priority to CN201910949936.1A priority Critical patent/CN110826035A/en
Publication of CN110826035A publication Critical patent/CN110826035A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a method, a device, a system and a storage medium for fast login of a browser, which are used for receiving a login request of the browser for logging in a target application page; and issuing a pre-configured user login strategy of the target application to the browser according to the login request so that the browser executes the user login strategy, acquires a locally stored target account and a password, automatically fills the target account and the password into corresponding filling positions in a login page of the target application respectively, and automatically clicks a login button to complete automatic login. By the method, the user login strategy of the target application is pre-configured on the background server side aiming at the target application, the account and the password are directly and automatically filled in according to the corresponding user login strategy when the browser side logs in, the login button is automatically clicked, manual click login operation is not needed, the login mode is quick and simple, unified application login control is realized through the background server, and enterprise management is facilitated.

Description

Method, device and system for rapidly logging in browser and storage medium
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a method, a device and a system for quickly logging in a browser and a storage medium.
Background
With the development of enterprise informatization construction, a large number of enterprise applications aiming at enterprise application requirements are developed, such as financial software, OA office automation software, an ERP enterprise resource planning system, customer relationship management software, human resource management software and the like, and different use authorities are divided according to different functions of employees. The application software is generally used in a browser, the browser interacts with a server through an HTTP protocol and obtains web pages, the web pages are specified by web page addresses, and HTML file contents of the web pages or a file system are displayed on the browser, so that a user can interact with the files. The user generally uses the registered user name and password to log in the corresponding application login interface in the browser webpage interface, and performs various operations on the browser webpage interface. The existing browser basically has the function of remembering an account number and a password, but can not realize unified management and control aiming at different applications, the development management requirements of enterprises can not be met, a login button is manually clicked to log in during login, and the login operation is troublesome.
Disclosure of Invention
Therefore, embodiments of the present invention provide a method, an apparatus, a system, and a storage medium for fast login of a browser, so as to solve the problems that when an application is used through a browser, an existing user cannot perform unified management and control on different applications, and the login operation is troublesome.
In order to achieve the above object, the embodiments of the present invention provide the following technical solutions:
according to a first aspect of the embodiments of the present invention, there is provided a method for fast login of a browser, where the method is performed by a server, and the method includes:
receiving a login request of a browser for logging in a target application;
and issuing a pre-configured user login strategy of the target application to the browser according to the login request so that the browser executes the user login strategy, acquires a locally stored target account and a password, automatically fills the target account and the password into corresponding filling positions in a login page of the target application respectively, and automatically clicks a login button to complete automatic login.
Further, configuring the user login policy of the target application specifically includes:
configuring a user login mode and page element position parameters, determining a target account and a password according to the user login mode, and determining filling positions of the target account and the password in a target application login page and positions of login buttons according to the page element position parameters.
Further, the user login mode comprises a unified authentication mode;
under a unified authentication mode, a locally stored browser account and a locally stored password are directly acquired as a target account and a password for logging in.
Furthermore, the user login mode also comprises a user-defined mode;
in a user-defined mode, when logging in for the first time, a user inputs a registered application account and a registered password on a target application login page for logging in, and selects to remember the account and the password, and the application account and the password which are locally stored are directly acquired for logging in for the next time as the target account and the password for logging in.
Further, the page element position parameters include a target application login page address, a target account and a password, and an XPath path of a login button in the target application login page respectively.
Further, the method further comprises:
and encrypting and storing the target account and the password, wherein the user login strategy comprises a preset decryption algorithm, and the preset decryption algorithm is adopted to decrypt and obtain the target account and the password, and then the target account and the password are respectively and automatically filled into corresponding filling positions in the target application login page.
According to a second aspect of the embodiments of the present invention, there is provided a device for fast logging in a browser, the device including:
the request receiving unit is used for receiving a login request of a browser for logging in a target application;
and the processing unit is used for issuing a pre-configured user login strategy of the target application to the browser according to the login request so that the browser executes the user login strategy, acquires a locally stored target account and a password, automatically fills the target account and the password into corresponding filling positions in a login page of the target application respectively, and automatically clicks a login button to complete automatic login.
Further, the apparatus further comprises:
the configuration unit is used for configuring a user login mode and page element position parameters, determining a target account and a password according to the user login mode, and determining filling positions of the target account and the password in a target application login page and positions of login buttons according to the page element position parameters.
According to a third aspect of the embodiments of the present invention, there is provided a browser fast login system, including: a processor and a memory;
the memory is to store one or more program instructions;
the processor is configured to execute one or more program instructions to perform any one of the above methods steps of the fast browser login method.
According to a fourth aspect of embodiments of the present invention, there is provided a computer storage medium having one or more program instructions embodied therein for use by a browser fast login system in performing any one of the method steps of the above browser fast login method.
The embodiment of the invention has the following advantages: receiving a login request of a browser for logging in a target application page; and issuing a pre-configured user login strategy of the target application to the browser according to the login request so that the browser executes the user login strategy, acquires a locally stored target account and a password, automatically fills the target account and the password into corresponding filling positions in a login page of the target application respectively, and automatically clicks a login button to complete automatic login. By the method, the user login strategy of the target application is pre-configured on the background server side aiming at the target application, the account and the password are directly and automatically filled in according to the corresponding user login strategy when the browser side logs in, the login button is automatically clicked, manual click login operation is not needed, the login mode is quick and simple, unified application login control is realized through the background server, and enterprise management is facilitated.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. It should be apparent that the drawings in the following description are merely exemplary, and that other embodiments can be derived from the drawings provided by those of ordinary skill in the art without inventive effort.
Fig. 1 is a schematic flowchart of a fast browser login method according to embodiment 1 of the present invention;
fig. 2 is a schematic structural diagram of a fast browser login device according to embodiment 2 of the present invention;
fig. 3 is a schematic structural diagram of a fast browser login system according to embodiment 3 of the present invention.
Detailed Description
The present invention is described in terms of particular embodiments, other advantages and features of the invention will become apparent to those skilled in the art from the following disclosure, and it is to be understood that the described embodiments are merely exemplary of the invention and that it is not intended to limit the invention to the particular embodiments disclosed. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Embodiment 1 of the present invention provides a method for fast logging in a browser, where the method is executed by a server, and specifically as shown in fig. 1, the method includes the following steps:
step 110, a login request for the browser to login to the target application is received.
Specifically, before using the browser, a user needs to log in the browser by using a browser account and a password which are allocated by an enterprise in advance and stored locally to obtain the use permission of the browser, and when using an enterprise application on the browser, the background server receives a login request sent by the browser to log in a target application.
And 120, issuing a pre-configured user login strategy of the target application to the browser according to the login request so that the browser executes the user login strategy, acquiring the locally stored target account and the password, respectively and automatically filling the target account and the password into corresponding filling positions in the login page of the target application, and automatically clicking a login button to complete automatic login.
Optionally, before performing the step, a user login policy of the target application needs to be configured at the server side, which specifically includes: and configuring the login mode of the user and the position parameters of the page elements. And determining a target account and a password according to the user login mode, and determining filling positions of the target account and the password in the target application login page and positions of login buttons according to the page element position parameters. Different user login strategies can be configured according to different applications, and the browser automatically logs in according to the corresponding user login strategies.
Further, the user login mode comprises a unified authentication mode and a user-defined mode.
The following logic is executed in two ways: under a unified authentication mode, a locally stored browser account and a locally stored password are directly acquired and used as a target account and a target password for logging in, a user does not need to input a manual account and a manual password, and the user does not need to operate the login directly; in a user-defined mode, when logging in for the first time, a user inputs a registered application account and a registered password on a target application login page to log in, and selects to remember the account and the password, and the application account and the password which are locally stored are directly acquired in the next login and are used as the target account and the password to directly log in without user operation. Different user login modes can be configured for different applications at the background server side according to actual needs.
Optionally, the page element location parameter includes a login page address of the target application, and an XPath path of the target account, the password, and the login button in the login page of the target application respectively.
The location of the target account number, password entry box, and login button on the login page may be determined from the XPath path information. And when the editing page is configured, accurately filling the address of the login page of the application, the XPath path information of the target account, the password and the login button, and automatically finding the input frames of the target account and the password and the position of the login button during login through the information. After the corresponding position is obtained, the target account and the password can be input to the corresponding filling position, and the login button is automatically clicked. If the webpage writing format is not very standard, the positions of the account number, the password and the login button may not be accurately identified by a general browser, and the corresponding positions in the webpage can be accurately obtained by configuring the account number, the password and the xpath path of the login button at a background server, so that accurate filling of account information and accurate clicking of the login button are ensured.
Optionally, the target account and the password are encrypted and stored, the user login strategy includes a preset decryption algorithm, and the preset decryption algorithm is used for decrypting to obtain the target account and the password, and then the target account and the password are respectively and automatically filled into corresponding filling positions in the target application login page. The traditional browser remembers the account number and the password and has the potential problem of leakage of the account number and the password, in order to improve the storage safety of the target account number and the password, the target account number and the password are stored after being encrypted and cannot be directly read, and the corresponding filling positions of the login page are automatically filled in after being decrypted and acquired through a preset decryption algorithm during use, so that the leakage of the account number and the password is effectively prevented, and the safety of the account number and the password is improved.
According to the method, when a user logs in, a pre-configured user login strategy is obtained firstly, if a uniform authentication mode is configured, a locally stored browser account and a password are directly obtained and automatically filled in a corresponding position in a target application login page, a login button is automatically clicked to complete automatic login, and the whole process does not need user operation; if the user-defined mode is configured, the registered application account and password are manually filled in during first login, after the account and the password are remembered, the application account and the password are stored locally, when the user does not log in for the first time, the locally stored target application account and the locally stored password are directly obtained and automatically filled in the corresponding position of a target application login page, the login button is automatically clicked to complete automatic login, besides the fact that the user needs to manually input during the first login, the user operation is not needed during the non-first login, and the login button is automatically clicked.
The embodiment of the invention provides a quick login method of a browser, which comprises the steps of receiving a login request of the browser for logging in a target application page; and according to the login request, issuing a user login strategy of the target application configured in advance to the browser so that the browser executes the user login strategy, acquiring the locally stored target account and the password, respectively and automatically filling the target account and the password into corresponding filling positions in the login page of the target application, and automatically clicking a login button to complete automatic login. By the method, the user login strategy of the target application is pre-configured on the background server side aiming at the target application, the account and the password are directly and automatically filled in according to the corresponding user login strategy when the browser side logs in, the login button is automatically clicked, manual click login operation is not needed, the login mode is quick and simple, unified application login control is realized through the background server, and enterprise management is facilitated.
Corresponding to the foregoing embodiment 1, embodiment 2 of the present invention further provides a device for fast logging in a browser, specifically as shown in fig. 2, where the device includes: request receiving unit 210, processing unit 220.
A request receiving unit 210, configured to receive a login request for a browser to login to a target application.
The processing unit 220 is configured to issue a pre-configured user login policy of the target application to the browser according to the login request, so that the browser executes the user login policy, obtains the locally stored target account and the locally stored password, automatically fills the target account and the password into corresponding filling positions in the login page of the target application, and automatically clicks a login button to complete automatic login.
Optionally, the apparatus further includes a configuration unit 230, where the configuration unit 230 is configured to configure a user login policy of the target application, where the user login policy includes a user login manner and a page element location parameter.
Optionally, the user login mode includes a unified authentication mode and a user-defined mode;
under a unified authentication mode, directly acquiring a locally stored browser account and a password as a target account and a password for logging in;
in a user-defined mode, when logging in for the first time, a user inputs a registered application account and a registered password on a target application login page for logging in, and selects to remember the account and the password, and the application account and the password which are locally stored are directly acquired for logging in for the next time as the target account and the password for logging in.
Optionally, the page element location parameter includes a login page address of the target application, and an XPath path of the target account, the password, and the login button in the login page of the target application respectively.
The functions executed by each component in the fast login device for a browser according to the embodiment of the present invention have been described in detail in embodiment 1, and therefore, redundant description is not repeated here.
The embodiment of the invention provides a quick login device of a browser, which receives a login request of the browser for logging in a target application page; and according to the login request, issuing a user login strategy of the target application configured in advance to the browser so that the browser executes the user login strategy, acquiring the locally stored target account and the password, respectively and automatically filling the target account and the password into corresponding filling positions in the login page of the target application, and automatically clicking a login button to complete automatic login. By the method, the user login strategy of the target application is pre-configured on the background server side aiming at the target application, the account and the password are directly and automatically filled in according to the corresponding user login strategy when the browser side logs in, the login button is automatically clicked, manual click login operation is not needed, the login mode is quick and simple, unified application login control is realized through the background server, and enterprise management is facilitated.
Corresponding to the above embodiment, embodiment 3 of the present invention further provides a system for fast logging in a browser, specifically as shown in fig. 3, where the system includes: a processor 310 and a memory 320;
memory 320 is used to store one or more program instructions;
the processor 310 is configured to execute one or more program instructions to perform any method steps of a browser fast login method as described in the above embodiments.
The embodiment of the invention provides a browser rapid login system, which receives a login request of a browser for logging in a target application page; and according to the login request, issuing a user login strategy of the target application configured in advance to the browser so that the browser executes the user login strategy, acquiring the locally stored target account and the password, respectively and automatically filling the target account and the password into corresponding filling positions in the login page of the target application, and automatically clicking a login button to complete automatic login. By the method, the user login strategy of the target application is pre-configured on the background server side aiming at the target application, the account and the password are directly and automatically filled in according to the corresponding user login strategy when the browser side logs in, the login button is automatically clicked, manual click login operation is not needed, the login mode is quick and simple, unified application login control is realized through the background server, and enterprise management is facilitated.
In accordance with the foregoing embodiments, embodiment 4 of the present invention provides a computer storage medium, where one or more program instructions are contained, where the one or more program instructions are used to be executed by a browser fast login system to perform any method steps in a browser fast login method as described in the foregoing embodiments.
In an embodiment of the invention, the processor may be an integrated circuit chip having signal processing capability. The Processor may be a general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component.
The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The processor reads the information in the storage medium and completes the steps of the method in combination with the hardware.
The storage medium may be a memory, for example, which may be volatile memory or nonvolatile memory, or which may include both volatile and nonvolatile memory.
The nonvolatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory.
The volatile Memory may be a Random Access Memory (RAM) which serves as an external cache. By way of example, and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), SLDRAM (SLDRAM), and Direct Rambus RAM (DRRAM).
The storage media described in connection with the embodiments of the invention are intended to comprise, without being limited to, these and any other suitable types of memory.
Those skilled in the art will appreciate that the functionality described in the present invention may be implemented in a combination of hardware and software in one or more of the examples described above. When software is applied, the corresponding functionality may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
Although the invention has been described in detail above with reference to a general description and specific examples, it will be apparent to one skilled in the art that modifications or improvements may be made thereto based on the invention. Accordingly, such modifications and improvements are intended to be within the scope of the invention as claimed.

Claims (10)

1. A browser fast login method is characterized in that the method is executed by a server, and the method comprises the following steps:
receiving a login request of a browser for logging in a target application;
and issuing a pre-configured user login strategy of the target application to the browser according to the login request so that the browser executes the user login strategy, acquires a locally stored target account and a password, automatically fills the target account and the password into corresponding filling positions in a login page of the target application respectively, and automatically clicks a login button to complete automatic login.
2. The method according to claim 1, wherein configuring the user login policy of the target application specifically includes:
and configuring the login mode of the user and the position parameters of the page elements.
3. The fast login method of claim 2, wherein the user login manner comprises a uniform authentication manner;
under a unified authentication mode, a locally stored browser account and a locally stored password are directly acquired as a target account and a password for logging in.
4. The fast login method of claim 2, wherein the user login method further comprises a user-defined method;
in a user-defined mode, when logging in for the first time, a user inputs a registered application account and a registered password on a target application login page for logging in, and selects to remember the account and the password, and the application account and the password which are locally stored are directly acquired for logging in for the next time as the target account and the password for logging in.
5. The fast login method of claim 2, wherein the page element location parameters comprise a target application login page address, a target account number and password, and an XPath path of a login button in the target application login page respectively.
6. The method for fast login of browser according to claim 1, further comprising:
and encrypting and storing the target account and the password, wherein the user login strategy comprises a preset decryption algorithm, and the preset decryption algorithm is adopted to decrypt and obtain the target account and the password, and then the target account and the password are respectively and automatically filled into corresponding filling positions in the target application login page.
7. A browser fast login device, the device comprising:
the request receiving unit is used for receiving a login request of a browser for logging in a target application;
and the processing unit is used for issuing a pre-configured user login strategy of the target application to the browser according to the login request so that the browser executes the user login strategy, acquires a locally stored target account and a password, automatically fills the target account and the password into corresponding filling positions in a login page of the target application respectively, and automatically clicks a login button to complete automatic login.
8. The device as claimed in claim 7, further comprising:
the configuration unit is used for configuring a user login mode and page element position parameters, determining a target account and a password according to the user login mode, and determining filling positions of the target account and the password in a target application login page and positions of login buttons according to the page element position parameters.
9. A browser fast login system, the system comprising: a processor and a memory;
the memory is to store one or more program instructions;
the processor, configured to execute one or more program instructions to perform the method of any of claims 1-6.
10. A computer storage medium comprising one or more program instructions for performing the method of any one of claims 1-6 by a browser fast login system.
CN201910949936.1A 2019-10-08 2019-10-08 Method, device and system for rapidly logging in browser and storage medium Pending CN110826035A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910949936.1A CN110826035A (en) 2019-10-08 2019-10-08 Method, device and system for rapidly logging in browser and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910949936.1A CN110826035A (en) 2019-10-08 2019-10-08 Method, device and system for rapidly logging in browser and storage medium

Publications (1)

Publication Number Publication Date
CN110826035A true CN110826035A (en) 2020-02-21

Family

ID=69548662

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910949936.1A Pending CN110826035A (en) 2019-10-08 2019-10-08 Method, device and system for rapidly logging in browser and storage medium

Country Status (1)

Country Link
CN (1) CN110826035A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111460356A (en) * 2020-04-23 2020-07-28 北京信安世纪科技股份有限公司 Automatic login method, device, medium and equipment
CN111679862A (en) * 2020-05-22 2020-09-18 平安普惠企业管理有限公司 Cloud host shutdown method and device, electronic equipment and medium
CN111740836A (en) * 2020-04-30 2020-10-02 北京奇艺世纪科技有限公司 Secure login method and device, electronic equipment and computer storage medium
CN112182163A (en) * 2020-10-14 2021-01-05 中国联合网络通信集团有限公司 Data filling method and device
CN112910848A (en) * 2021-01-15 2021-06-04 深信服科技股份有限公司 Webpage interface access method and device, electronic equipment and storage medium
CN112990913A (en) * 2021-03-26 2021-06-18 中国工商银行股份有限公司 Automatic filling method, server and system for browser payment login page
CN116827604A (en) * 2023-06-02 2023-09-29 上海宁盾信息科技有限公司 Application login control method, system, terminal and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6043816A (en) * 1998-05-29 2000-03-28 Hewlett-Packard Company User interface mechanism for maintaning quick access to important information in a windows-based computer environment
CN1582437A (en) * 2001-11-01 2005-02-16 雅虎公司 Method and system of facilitating automatic login to a web site using an internet browser
CN101369272A (en) * 2007-08-17 2009-02-18 徐萍 Auto-filling system and method for auto-filling registration or login information
CN104468592A (en) * 2014-12-12 2015-03-25 北京百度网讯科技有限公司 Login method and system
CN108173875A (en) * 2018-01-30 2018-06-15 美通云动(北京)科技有限公司 Page login method and device, electronic equipment, storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6043816A (en) * 1998-05-29 2000-03-28 Hewlett-Packard Company User interface mechanism for maintaning quick access to important information in a windows-based computer environment
CN1582437A (en) * 2001-11-01 2005-02-16 雅虎公司 Method and system of facilitating automatic login to a web site using an internet browser
CN101369272A (en) * 2007-08-17 2009-02-18 徐萍 Auto-filling system and method for auto-filling registration or login information
CN104468592A (en) * 2014-12-12 2015-03-25 北京百度网讯科技有限公司 Login method and system
CN108173875A (en) * 2018-01-30 2018-06-15 美通云动(北京)科技有限公司 Page login method and device, electronic equipment, storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111460356A (en) * 2020-04-23 2020-07-28 北京信安世纪科技股份有限公司 Automatic login method, device, medium and equipment
CN111460356B (en) * 2020-04-23 2024-03-12 北京信安世纪科技股份有限公司 Automatic login method, device, medium and equipment
CN111740836A (en) * 2020-04-30 2020-10-02 北京奇艺世纪科技有限公司 Secure login method and device, electronic equipment and computer storage medium
CN111679862A (en) * 2020-05-22 2020-09-18 平安普惠企业管理有限公司 Cloud host shutdown method and device, electronic equipment and medium
CN112182163A (en) * 2020-10-14 2021-01-05 中国联合网络通信集团有限公司 Data filling method and device
CN112910848A (en) * 2021-01-15 2021-06-04 深信服科技股份有限公司 Webpage interface access method and device, electronic equipment and storage medium
CN112990913A (en) * 2021-03-26 2021-06-18 中国工商银行股份有限公司 Automatic filling method, server and system for browser payment login page
CN116827604A (en) * 2023-06-02 2023-09-29 上海宁盾信息科技有限公司 Application login control method, system, terminal and storage medium
CN116827604B (en) * 2023-06-02 2024-01-30 上海宁盾信息科技有限公司 Application login control method, system, terminal and storage medium

Similar Documents

Publication Publication Date Title
CN110826035A (en) Method, device and system for rapidly logging in browser and storage medium
US10691793B2 (en) Performance of distributed system functions using a trusted execution environment
US20190089810A1 (en) Resource access method, apparatus, and system
CN110830458A (en) Domain name access method, system and equipment
CN111767095A (en) Micro-service generation method and device, terminal equipment and storage medium
US11050740B2 (en) Third party multi-factor authentication with push notifications
CN110784450A (en) Single sign-on method and device based on browser
WO2012000801A1 (en) Dynamic, temporary data access token
CN110826978A (en) Unified backlog processing method and device based on enterprise browser
CN110837648A (en) Document processing method, device and equipment
CN111177741A (en) Pre-authorization data access method and device based on enterprise browser
US20210392023A1 (en) Method for determining size of demodulation reference signal indication information, device and storage medium
CN109462475B (en) Data encryption method, data decryption method and related devices
CN110855639A (en) Method, device and equipment for controlling login of intranet and extranet of browser
CN111193707A (en) Pre-verification access method and device based on enterprise browser
CN115082185A (en) Method, device, equipment and medium for channel fast access loan service system
CN110647736A (en) Plug-in agent system login method and device, computer equipment and storage medium
CN112528268B (en) Cross-channel applet login management method and device and related equipment
CN110855656B (en) Plug-in flow proxy method, device and system capable of realizing application server protection
CN111200499B (en) System data access method and device based on PC (personal computer) end enterprise browser
CN111211902A (en) Digital signature method and device based on enterprise browser
CN114185521A (en) Method, device and system for managing multi-manufacturer controls in online banking system
CN114048169A (en) Document access method, device, server and storage medium
CN111090839B (en) Resource operation authority management method and device, electronic equipment and storage medium
CN113726528B (en) Bone voiceprint-based key protection method and system

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200221

RJ01 Rejection of invention patent application after publication