AI SMS Mirroring for Sensitive Data Masking and Session Recovery

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing systems fail to seamlessly integrate SMS and web-based interfaces for form completion, often requiring users to restart interactions or expose sensitive data, lacking session persistence and privacy protection.

Innovation Solution

An AI-driven system that mirrors conversational workflows between SMS and web interfaces, using secure session management, data masking, and session persistence, enabling users to pause and resume interactions without losing context.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If SMS is used for form completion workflows, then user accessibility and convenience are improved, but data security and privacy protection deteriorate

Engineering Contradiction:
Improveuser accessibilityVSAvoiddata security risk
Core Design Contradiction:
Ease of operationVSObject-affected harmful factors

Solution Approach 1:

The system segments the data transmission process into two distinct channels: SMS for receiving secure links and receiving non-sensitive input, while the actual sensitive data processing occurs in an encrypted browser-based interface. This segmentation allows SMS to maintain convenience without bearing the full security burden alone.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

An encrypted browser-based interface acts as an intermediary between the SMS channel and the backend processing system. This intermediary layer receives data from SMS, encrypts it, and transmits it securely to the backend, thereby protecting sensitive information while maintaining SMS accessibility.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If session persistence is implemented across SMS and web interfaces, then user engagement and completion rates are improved, but system complexity and data management requirements worsen

Engineering Contradiction:
Improveform completion rateVSAvoidsession management complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system merges the session management functions of SMS and web interfaces into a unified session state stored in the backend database. Both interfaces read from and write to the same session data structure, ensuring consistency without requiring separate complex synchronization mechanisms.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system uses parameter changes in the session state to track user progress across different interfaces. By modifying session parameters (e.g., form completion status, user inputs) in the database, the system maintains persistence without complex client-side logic, simplifying the overall architecture.

Inventive Principle:
Principle #35Parameter changes

3Ease of manufacture

If sensitive data is transmitted through SMS, then communication simplicity is maintained, but privacy protection and data redaction requirements worsen

Engineering Contradiction:
Improvecommunication simplicityVSAvoiddata exposure risk
Core Design Contradiction:
Ease of manufactureVSObject-generated harmful factors

Solution Approach 1:

The system extracts sensitive data handling from the SMS channel by using SMS only for receiving secure links and non-sensitive inputs. All sensitive data processing, including redaction and encryption, occurs in the browser-based interface and backend systems, removing the data exposure risk from SMS transmission.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system converts the limitation of SMS (inability to securely transmit sensitive data) into a benefit by using SMS solely for receiving secure links and non-sensitive inputs. This forces users to interact with the secure browser interface for sensitive data entry, thereby improving security while maintaining SMS simplicity for initial engagement.

Inventive Principle:
Principle #22Blessing in disguise (Convert harm into benefit)

4Ease of operation

If real-time session mirroring is implemented between SMS and web interfaces, then user experience continuity is improved, but system performance and data synchronization requirements worsen

Engineering Contradiction:
Improveuser experience continuityVSAvoidsystem processing load
Core Design Contradiction:
Ease of operationVSPower

Solution Approach 1:

The system performs preliminary action by pre-encrypting session data and pre-configuring the secure link before the user interacts with the form. This preparation reduces real-time processing requirements during actual data entry, as the heavy cryptographic operations are completed in advance.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250310770A1System and method for ai-powered SMS mirroring with sensitive data masking and session recovery
Publication Date: 2025.10.02 CELLIGENCE INTERNATIONAL LLC
  • US20250310770A1 patent drawing
  • US20250310770A1 patent drawing
  • US20250310770A1 patent drawing

AI summary

Systems and methods are provided for maintaining secure mirrored interactions across SMS and web-based conversational interfaces. Upon session initiation, chat updates are mirrored to the SMS channel in real time. Sensitive information within mirrored messages is automatically detected using natural language processing and masked prior to SMS delivery. Full chat histories, form inputs, and session metadata are persistently stored in encrypted storage, allowing users to pause and later resume the session by reinitiating an SMS conversation. The system ensures continuity, privacy, and real-time synchronization while minimizing exposure of sensitive user data across messaging channels.