Method and system for logging in computer without inputting password
By establishing a secure communication channel between the login agent and the server, combined with administrator confirmation from the client application, passwordless computer login is achieved. This solves the problems of low login efficiency and poor security in existing technologies, and improves the convenience and security of login.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2026-01-05
- Publication Date
- 2026-04-17
AI Technical Summary
Current computer login methods rely on manual password input, which poses risks of low input efficiency, easy leakage and theft, especially when logging in remotely.
By establishing a secure communication channel with the server through a login agent, and enabling administrators to select a username and confirm login via a client application, password-free computer login can be achieved.
It enables simple and quick login without the need for manual password entry, reducing the risk of password leakage and improving security and convenience.
Smart Images

Figure CN121881331A_ABST
Abstract
Description
Technical Field
[0001] This invention relates to the field of computer identity authentication technology, and in particular to a method and system for logging into a computer without entering a password. Background Technology
[0002] Current computer login methods mainly rely on users manually entering their usernames and passwords, which has the following drawbacks: 1. High password complexity leads to low input efficiency and a high risk of errors; 2. Passwords are easily spied on or stolen by keyloggers during keyboard input; 3. During remote login, some operating systems (such as Android) briefly display every character of the entered password, which can easily lead to password leakage. Summary of the Invention
[0003] To address the problems in the prior art, embodiments of the present invention provide a method and system for logging into a computer without entering a password. The technical solution is as follows: One method for logging into a computer without entering a password includes: The login agent sends a login request message to the server, which includes the computer identifier and a list of available usernames. Administrators select a username and confirm login via the client application; The client application sends a login confirmation message to the server; The login agent uses a login confirmation message to complete the login process.
[0004] This invention also provides a system for logging into a computer without entering a password, the system comprising: a login agent module, a server, and a client application; wherein, Login Proxy Module: A program that runs on a computer, establishes a secure communication channel with the server, and supports computer login; Server: Supports message interaction between the login agent module and client applications; Client application: Supports interaction with administrators and sending login confirmation information to the server.
[0005] Compared with the prior art, the present invention has the following beneficial effects: 1. Users no longer need to manually enter a password, making computer login simpler and faster. 2. No password is required when logging into the computer, reducing the risk of password theft. 3. When authorizing others to use the computer, you can use the computer without telling them the password, which greatly reduces the possibility of password leakage. Attached Figure Description
[0006] Figure 1This is a flowchart of the method provided in Embodiment 1 of the present invention.
[0007] Figure 2 This is a schematic diagram of the system provided in Embodiment 2 of the present invention. Detailed Implementation
[0008] To make the objectives, technical solutions, and advantages of the present invention clearer, the embodiments of the present invention will be described in further detail below with reference to the accompanying drawings.
[0009] Example 1 See Figure 1 This is a flowchart of the method provided in Embodiment 1 of the present invention. The specific steps for logging into the computer without a password are as follows: Step 101: When the computer enters the login interface, the login agent program establishes a secure communication channel with the server; Step 102: The login agent sends a login request message to the server, which contains the computer identifier and a list of available usernames; Step 103: The server stores the login request message; Step 104: The administrator accesses the server through a client application (such as a browser, WeChat mini-program, or a specially developed application) and obtains the login request information of the target computer from the server; Step 105: The administrator selects a login username and confirms authorization based on the login request information; Step 106: The client application sends a login confirmation message to the server, which includes the target computer identifier and the selected username; Optionally, the message may also include the password corresponding to the username; the password can be entered manually by the user or read from the cache of the client application. Step 107: The server sends a confirmation message to the login agent program on the corresponding computer; Step 108: Log in to the agent program using the username and password in the message to complete the login; Optionally, if the message only contains the login username, you can use the username to retrieve the corresponding user's password and complete the login. The mapping between usernames and passwords can be encrypted and stored locally on the computer or encrypted and stored in the cloud.
[0010] Example 2 See Figure 2 This invention provides a system for logging into a computer without entering a password, the system comprising: Login Proxy Module: A program that runs on a computer, establishes a secure communication channel with the server, and supports computer login; for example, registering a custom Credential Provider module in a Windows operating system. Server: Supports message interaction between the login agent module and client applications; Client application: Supports interaction with administrators and sending login confirmation information to the server.
[0011] All or part of the technical solutions provided in the embodiments of the present invention can be implemented by software programming, and the software program is stored in a readable storage medium, such as a hard disk, optical disk or floppy disk in a computer.
[0012] The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention. Any modifications, equivalent substitutions, improvements, etc., made within the spirit and principles of the present invention should be included within the protection scope of the present invention.
Claims
1. A method for logging into a computer without entering a password, characterized in that, The method includes: The login agent sends a login request message to the server, which includes the computer identifier and a list of available usernames. Administrators select a username and confirm login via the client application; The client application sends a login confirmation message to the server; The login agent uses a login confirmation message to complete the login process.
2. The method for logging into a computer without entering a password according to claim 1, characterized in that, The login confirmation message includes the username or username and corresponding password.
3. The method for logging into a computer without entering a password according to claim 1, characterized in that, When the login confirmation message does not contain a password, the login agent program supports querying the password corresponding to the username.
4. A system for logging into a computer without entering a password, characterized in that, The system includes: a login agent module, a server, and a client application; wherein... Login Proxy Module: A program that runs on a computer, establishes a secure communication channel with the server, and supports computer login; Server: Supports message interaction between the login agent module and client applications; Client application: Supports interaction with administrators and sending login confirmation information to the server.