Write-and-compare-only memory partition for authentication data protection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Unauthorized users can exploit hashed authentication data by cracking hashes, leading to identity theft and unauthorized access, as existing systems do not adequately protect hashed authentication data from theft and cracking.

Innovation Solution

Implementing a write-and-compare-only partition on a data storage drive where verified authentication data is stored, allowing only match confirmations or errors to be returned, preventing the hashed data from being read and thus protecting it from theft and cracking.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If hashed authentication data is stored in a readable format for verification, then authentication functionality is enabled, but the data becomes vulnerable to theft and cracking attacks

Engineering Contradiction:
Improveauthentication securityVSAvoiddata theft vulnerability
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The storage system is segmented into multiple partitions with different access permissions. The authentication data is stored in a specific partition that allows write and compare operations but prevents read operations, thereby separating the verification function from data exposure.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A specialized storage partition acts as an intermediary between the authentication request and the stored data. This partition enables comparison operations without exposing the actual data, mediating between security requirements and authentication functionality.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Ease of operation

If hashed authentication data is made readable for comparison, then verification operations can be performed, but the data can be copied and cracked offline

Engineering Contradiction:
Improveverification operationVSAvoidauthentication data exposure
Core Design Contradiction:
Ease of operationVSLoss of information

Solution Approach 1:

The storage medium is divided into partitions with granular access controls. One partition stores authentication data with write-and-compare-only permissions, preventing data extraction while enabling verification operations through controlled comparison access.

Inventive Principle:
Principle #1Segmentation

3Adaptability or versatility

If traditional read-write storage is used for authentication data, then data can be accessed and verified, but security against offline cracking is compromised

Engineering Contradiction:
Improvedata access flexibilityVSAvoidsecurity protection
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

Different partitions of the storage system have different access qualities. The authentication data partition is configured with write-and-compare-only permissions, creating a localized security zone that maintains operational flexibility while providing enhanced protection against data theft.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11782610B2Write and compare only data storage
Publication Date: 2023.10.10 SEAGATE TECH LLC
  • US11782610B2 patent drawing
  • US11782610B2 patent drawing
  • US11782610B2 patent drawing

AI summary

The presently disclosed technology is directed to combatting data theft, particularly of verified authentication data (or hashes thereof) such as login information, thumbprint data, digital signatures, identification numbers, and any other data that should be known to an accessor of stored data. The verified authentication data is initially saved for later comparison in a new type of memory, write-and-compare-only memory, where the data may be queried as to whether a to-be-verified value matches the stored verified value, but the stored and verified data is not read from the write-and-compare-only memory. This prevents a data breach by preventing the verified authentication data from being read by anyone, including those with access (whether legitimate or illegitimate) to any system connected to the write-and-compare-only memory.