Encrypted Repository Authentication Without Password Exposure

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing online transaction systems lack effective methods to secure personal information from phishing, malware, and data breaches, exposing users' passwords and financial account information.

Innovation Solution

A fully encrypted repository system using Elliptic Curve Cryptography (ECC-160) public key pairs for secure authentication and encryption, with a user module and data repository that encrypts and decrypts data, and a user device that manages encryption keys, ensuring secure storage and retrieval of sensitive data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If personal information is transmitted over the Internet for online transactions, then transaction convenience is improved, but security against phishing, malware, and data breaches deteriorates

Engineering Contradiction:
Improvetransaction convenienceVSAvoidsecurity
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system segments personal information into multiple encrypted components stored in a distributed repository structure. Each piece of information is encrypted with unique keys and stored in separate encrypted containers, preventing attackers from retrieving complete unencrypted data even if they compromise part of the system.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary encrypted repository system between the user and the transaction platform. This intermediary layer encrypts personal information before transmission and decryption occurs only in the user's controlled environment, preventing direct exposure of sensitive data during online transactions.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If encryption is implemented to protect data, then security is improved, but system complexity increases

Engineering Contradiction:
ImprovesecurityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system performs preliminary encryption of personal information before it leaves the user's device. Data is encrypted locally using cryptographic keys generated and stored only on the user's device, eliminating the need for complex server-side encryption infrastructure while maintaining high security standards.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The encrypted repository system enables users to manage their own encryption keys and access control independently. The system provides self-service capabilities for key generation, data encryption, and selective decryption, reducing the need for complex centralized key management infrastructure.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20260105184A1Method and system for fully encrypted repository
Publication Date: 2026.04.16 NEUSTAR INC
  • US20260105184A1 patent drawing
  • US20260105184A1 patent drawing
  • US20260105184A1 patent drawing

AI summary

According to an embodiment of the present invention, a method for using information in conjunction with a data repository includes encrypting data associated with the information with an encryption key, sending at least the encrypted data to the data repository, and possibly deleting the information. The method also includes receiving a request for the information from a remote device, and sending a request for the encrypted data to the data repository. The method further includes receiving the encrypted data from the data repository, decrypting the encrypted data using the encryption key, and sending the information to the remote device.