Device Signature Authentication for Faster Secure Data Access

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing authentication systems for accessing sensitive information are cumbersome and require multiple steps, including user authentication, which can be time-consuming and inefficient, especially when dealing with frequently changing data, leading to increased network processing demands and reduced bandwidth.

Innovation Solution

A device authentication system that generates and verifies a request signature using a device identifier, token code, and timestamp, allowing devices to access secure information without user authentication by comparing encrypted signatures and timestamps within a threshold window, thereby streamlining access and reducing network transmissions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional user authentication processes are used to access secure information, then security is maintained, but access time increases and system efficiency decreases

Engineering Contradiction:
ImprovesecurityVSAvoidaccess time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The authentication process is segmented into device-level authentication (using device identifier and timestamp) and user-level authentication (using credentials). For frequently accessed information, only device-level authentication is required, while user-level authentication is performed only when necessary, thereby reducing access time while maintaining security.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary device authentication before allowing access to secure information. By verifying the device identifier and timestamp in advance, the system establishes a trusted device context that enables faster subsequent access without requiring full user authentication for every request.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If multiple authentication steps are required, then security is enhanced, but network transmissions increase and bandwidth is reduced

Engineering Contradiction:
ImprovesecurityVSAvoidnetwork bandwidth
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The system extracts and verifies only the essential authentication elements (device identifier and timestamp) from the complete authentication protocol. By taking out only the necessary verification steps for device-level authentication, the system reduces network transmissions while maintaining security for frequently accessed information.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system performs partial authentication by verifying only the device identifier and timestamp rather than requiring complete user credentials for every access request. This partial action is sufficient for device-level security and significantly reduces network bandwidth consumption while maintaining adequate security for frequent operations.

Inventive Principle:
Principle #16Partial or excessive action

3Productivity

If device authentication without user authentication is implemented, then access speed increases, but authentication complexity increases

Engineering Contradiction:
Improveaccess speedVSAvoidauthentication complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The device identifier serves multiple functions: it uniquely identifies the device, establishes trust context, and enables authentication. This multi-functional approach simplifies the authentication process by using a single universal element rather than requiring separate components for device identification and authentication.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system creates a cryptographic copy (hash) of the device identifier and timestamp that serves as the authentication credential. This copied representation can be verified without exposing the original sensitive data, enabling fast authentication while maintaining security and simplifying the verification process.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS12556403B2Network-based device authentication system
Publication Date: 2026.02.17 TRUIST BANK
  • US12556403B2 patent drawing
  • US12556403B2 patent drawing
  • US12556403B2 patent drawing

AI summary

An authentication system may receive a request signature corresponding to a user request to view secure user information on a user device and generate a server-side signature matching the request signature to authenticate the user device to receive the secure user information without authenticating the user. The request signature may include a device identifier corresponding to the device, a token code generated by the authentication system and stored by the user device, a timestamp corresponding to the transmission time of the request signature, and a version of the device identifier, the token code, and the timestamp encrypted using a signature key provided to the user device by the authentication system. The authentication system may generate the server-side signature using the timestamp and stored copies of the device identifier, the token code, and the signature key.