Face Detection Password Security Warning
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Mobile communication devices face the challenge of preventing unauthorized password entry through 'shoulder surfing' where a third party observes the user inputting their password.
Innovation Solution
Activating the device's camera to detect faces when in password entry mode and issuing a warning if more than one face is present, thereby alerting the user of potential observation.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If face detection is implemented using camera, then security against shoulder surfing is improved, but device complexity increases
Solution Approach 1:
The camera, which is already present in mobile devices for photography and video purposes, is repurposed to perform face detection during password entry. This multi-functional use of the existing camera component prevents shoulder surfing without requiring dedicated additional hardware, thereby improving security while minimizing increases in device complexity
Solution Approach 2:
The system utilizes the device's own existing resources (camera, processor, and software) to detect and prevent shoulder surfing attempts. By leveraging components already present in the device for their primary functions, the system achieves enhanced security without needing external or specialized additions that would increase complexity
2Reliability
If camera is activated during password entry mode, then detection of observers is improved, but energy consumption increases
Solution Approach 1:
The camera is activated only during specific periods when password entry is detected, rather than continuously. The system monitors for password entry mode and triggers camera activation only during these brief intervals, enabling observer detection while significantly reducing overall energy consumption compared to continuous operation
Solution Approach 2:
The system detects the intent to enter a password and activates the camera in advance of the actual password input. This preliminary activation ensures the camera is ready to capture any observers before the password is typed, while limiting operation to only the necessary time window around password entry events
Data Source
Figure 1~2
Figure 3
Figure 4
AI summary
A method of preventing observation of password entry on an electronic device is provided. The electronic device has a processor coupled to a camera, a display, and a memory. The method comprises activating the camera to acquire an image when the electronic device is in a password entry mode; detecting one or more faces present in the image; and presenting a warning when more than one face is present in the image.