Secure Clipboard Token Verification for Data Transfer

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The existing copy-paste feature between computer applications lacks adequate security measures, leading to potential data loss or security breaches when sensitive data is accidentally or maliciously copied and pasted between applications.

Innovation Solution

A secure copy-paste method is introduced, which includes a secure clipboard that stores a token instead of the original data. This token identifies the original data and is used to determine whether the data can be pasted into an approved application, preventing unauthorized data transfer.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional copy-paste feature is used between computer applications, then productivity and data transfer accuracy are improved, but data security and risk of unauthorized data transfer deteriorate

Engineering Contradiction:
Improvedata transfer efficiencyVSAvoiddata security
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent introduces a secure clipboard as an intermediary component between the source application and destination application. The secure clipboard stores encrypted data and requires authorization tokens for paste operations, acting as a mediator that enforces security policies while still enabling copy-paste functionality. This resolves the contradiction by maintaining productivity through continued use of copy-paste while adding security layers that prevent unauthorized data transfer.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent implements preliminary security measures by encrypting data before it is stored in the clipboard and by pre-establishing authorization rules for which applications can receive pasted data. The system performs security validation in advance of the actual paste operation, ensuring that only authorized applications can receive sensitive data. This preliminary action prevents data security breaches while maintaining efficient data transfer.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If secure clipboard with token verification is implemented, then data security is improved, but device complexity and operation complexity increase

Engineering Contradiction:
Improvedata securityVSAvoidclipboard system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent uses cryptographic copying where the original data is encrypted and stored in the clipboard, and a separate token (copy of authorization information) is used to verify permission to paste. The actual data remains encrypted until the paste operation is authorized by matching the token with the encryption key. This copying approach allows security verification without requiring complex real-time analysis of the actual data content.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent extracts the security verification mechanism from the data itself by separating the encrypted data storage from the authorization verification. The token system extracts authorization information into a separate verification layer, allowing the clipboard to store data securely while using independent token validation for access control. This extraction reduces complexity by modularizing the security system.

Inventive Principle:
Principle #2Taking out (Extraction)

3Reliability

If data is encrypted and stored in secure clipboard, then data security is improved, but data access speed and paste operation speed decrease

Engineering Contradiction:
Improvedata protectionVSAvoidpaste operation speed
Core Design Contradiction:
ReliabilityVSSpeed

Solution Approach 1:

The patent performs encryption of data in advance when it is copied to the clipboard, so that the encrypted data can be stored and transferred without real-time processing overhead. The decryption and verification operations are prepared in advance through token generation, allowing rapid paste operations once authorization is confirmed. This preliminary action moves computational overhead away from the critical paste path.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses cryptographic copying where the encrypted data is stored in the clipboard and a separate token is used for verification. The token contains pre-computed authorization information that can be quickly validated without decrypting the actual data during the paste operation. This copying strategy separates the heavy encryption/decryption operations from the fast token verification process.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS20250148106A1Secure copy-paste method and system
Publication Date: 2025.05.08 HERE ENTERPRISE INC
  • US20250148106A1 patent drawing
  • US20250148106A1 patent drawing
  • US20250148106A1 patent drawing

AI summary

Disclosed is a method and apparatus for securely copying and pasting data between computer applications. The method includes generating alternative data from copied data from a first computer application. The method further includes adding the alternative data to a copy-paste clipboard and detecting an attempt by a user device to paste the copied data into a user interface. In response to the user interface being associated with a computer application from a predefined list of computer applications, the method further includes pasting, by a processing device, the copied data into the user interface. In response to the user interface being not associated with the computer application from the predefined list of computer applications, the method further includes pasting, by the processing device, the alternative data from the copy-paste clipboard into the user interface.