Controlled Corruption for Authentication Data Security

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing authentication systems are vulnerable to third-party interference during data transfer, allowing unauthorized access as login details can be extrapolated from transmitted data, compromising security.

Innovation Solution

A method involving controlled corruption and multi-layer encryption, where login information is divided into chunks, corrupted with alphanumeric or symbolic characters, and encrypted using AES protocols, with unique portions stored across multiple devices, preventing revelation of login details to the system.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional authentication systems transmit login details between user and system, then authentication functionality is achieved, but security is compromised as third parties can intercept and extrapolate login information

Engineering Contradiction:
Improveauthentication securityVSAvoidthird-party interference
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The login information is divided into multiple separate chunks that are stored on different devices. Each chunk alone is insufficient for authentication, but all chunks together reconstruct the complete login information. This segmentation prevents third parties from obtaining usable authentication data through interception of individual transmissions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A corruption mechanism is introduced as an intermediary layer between the login information and its transmission/storage. This corruption mechanism deliberately modifies the data by adding, removing, or substituting characters, making intercepted data unreadable and unusable for authentication purposes while allowing authorized reconstruction.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If login information is divided into chunks and stored across multiple devices, then security against third-party interference is improved, but system complexity increases

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

Solution Approach 1:

The login information is divided into multiple separate chunks that are stored on different devices. Each chunk alone is insufficient for authentication, but all chunks together reconstruct the complete login information. This segmentation prevents third parties from obtaining usable authentication data through interception of individual transmissions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A corruption mechanism is introduced as an intermediary layer between the login information and its transmission/storage. This corruption mechanism deliberately modifies the data by adding, removing, or substituting characters, making intercepted data unreadable and unusable for authentication purposes while allowing authorized reconstruction.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If multi-layer encryption and corruption operations are applied to login data, then security against interception is enhanced, but processing time and computational resources increase

Engineering Contradiction:
Improvetransmission securityVSAvoidauthentication processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The login information is divided into multiple separate chunks that are stored on different devices. Each chunk alone is insufficient for authentication, but all chunks together reconstruct the complete login information. This segmentation prevents third parties from obtaining usable authentication data through interception of individual transmissions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The corruption mechanism applies parameter changes to the login data by systematically adding, removing, or substituting characters at specific positions. This transforms the data into an unusable form for interceptors while maintaining the ability to reconstruct the original information through authorized processing.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12041166B2Protecting data using controlled corruption in computer networks
Publication Date: 2024.07.16 AUTNHIVE CORP
  • US12041166B2 patent drawing
  • US12041166B2 patent drawing
  • US12041166B2 patent drawing

AI summary

The present disclosure, in some embodiments, relates to a data protection method comprising: determining a file comprising content data on a computing system; generating index information for the file; transmitting the index information to a cloud system; executing a corruption operation on the file comprising: dividing the content data of the file into a plurality of data chunks; executing a first encryption operation based on an encryption protocol, on the first data chunk; executing a second encryption operation based on the encryption protocol, on the second data chunk; generating or assigning a first name for the first data and a second name for the second data chunk; and generating a key associated with an order of the first data chunk and the second data chunk.