Password Authentication Device Hint Mechanism
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing password authentication systems fail to assist users in selecting the correct password when they inadvertently input a different password from their registered one, especially when multiple passwords are used for different purposes, leading to input errors.
Innovation Solution
A password authentication device and method that includes an authentication processing unit for verifying input passwords and an output processing unit, which outputs a hint for the correct password when the similarity ratio between the input password and a stored password exceeds a predetermined threshold, helping users correct their input.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Ease of operation
If the system provides support information when similarity ratio exceeds threshold, then authentication assistance is improved, but the system cannot assist users when they select a different password by mistake
Solution Approach 1:
The system provides feedback to users by displaying hints about their intended password when a mismatch is detected. The authentication processing unit compares input passwords with registered passwords, and when they don't match, the output processing unit generates feedback in the form of password hints based on the similarity calculation, guiding users to correct their input.
Solution Approach 2:
The system changes the parameter for determining assistance provision from only similarity ratio threshold to a combination of similarity ratio and password matching status. By calculating the ratio of matching characters and comparing it against a threshold, the system can distinguish between intentional similar passwords and accidental typos, providing assistance only when appropriate.
2Measurement precision
If the system calculates similarity ratio for all password inputs, then authentication accuracy is improved, but processing time increases
Solution Approach 1:
The system performs partial similarity calculation only when necessary - specifically when the input password does not exactly match any registered password. The authentication processing unit first checks for exact matches, and only when those fail does it calculate the similarity ratio against multiple registered passwords, reducing unnecessary processing.
Solution Approach 2:
The system performs preliminary exact matching before conducting the more computationally intensive similarity ratio calculation. By first checking if the input password exactly matches any registered password, the system eliminates many cases that would otherwise require full similarity analysis, saving processing time.
Data Source
AI summary
A password authentication device includes an authentication processing unit and an output processing unit. The authentication processing unit authenticates a user when an input password that is input matches a predetermined first password. The output processing unit outputs a hint of the first password when a matching rate between a predetermined second password different from the first password and the input password is equal to or greater than a predetermined first threshold value.


