Web Session Security via Blurred Screenshots
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Current web session security mechanisms that employ timeout mechanisms result in significant data loss by logging users out and deleting typed data upon inactivity, leading to undesirable data loss.
Innovation Solution
Implementing a method where a processor sets a timer after the last user action, determines if a threshold time period has exceeded, and makes sensitive information displayed in a web application unreadable by blurring it, while capturing and displaying an altered image to maintain user context, and requiring login credentials to restore accessibility.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If a timeout mechanism logs the user out after inactivity, then security is improved, but data loss occurs
Solution Approach 1:
The system performs preliminary actions by capturing screenshots of the displayed information before the timeout occurs, and prepares blurred versions in advance. When timeout happens, the pre-prepared blurred images are immediately displayed, preventing both data loss and security issues simultaneously.
Solution Approach 2:
The system creates copies of the displayed information in the form of screenshots. These copies are then blurred to create unreadable versions that replace the original readable content, thus protecting sensitive information while maintaining the ability to resume work after timeout.
2Reliability
If sensitive information is made unreadable during timeout, then security is improved, but user context is lost
Solution Approach 1:
The blurred screenshot acts as an intermediary between the readable original content and complete unreadability. It provides a visual placeholder that maintains layout and context while preventing sensitive information exposure, allowing users to quickly understand what content was displayed without seeing actual sensitive data.
Solution Approach 2:
The system applies blurring effects that change the visual appearance of text and images, making sensitive information unreadable while preserving the overall visual structure and layout. This allows users to recognize the context and content type without being able to read actual sensitive data.
3Reliability
If the system captures and displays blurred images, then data protection is improved, but device complexity increases
Solution Approach 1:
The system automatically captures screenshots, creates blurred versions, and displays them without requiring manual intervention. The entire process of protecting sensitive information during timeout is self-service, reducing the need for complex manual security procedures while maintaining strong data protection.
Data Source
AI summary
Web session security techniques which protect displayed sensitive information. In one example embodiment, the method includes setting, by a processor, a timer following a last user action during use of a web application; determining, by the processor, that a threshold time period since the last user action exceeds a predetermined time period; and making, by the processor, displayed sensitive information unreadable.


