Relay Network for Passwordless Encryption

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional encryption systems face inefficiencies when multiple devices are used for encryption and decryption, leading to challenges in data transfer and management, particularly in securing large volumes of data-at-rest without requiring users to input passwords or manage numerous cryptographic keys.

Innovation Solution

The implementation of a method using symmetric cryptography, asymmetric cryptography, and threshold cryptography, where data is encrypted with a block cipher and split into key shards, which can be reconstituted from a threshold number of shards, allowing secure transmission and decryption without the need for explicit key management or password input.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional encryption systems use multiple devices for encryption and decryption, then security is improved, but data transfer efficiency deteriorates

Engineering Contradiction:
ImprovesecurityVSAvoiddata transfer efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent introduces a gateway server as an intermediary that coordinates communication between multiple devices. The gateway manages the relay of encrypted data and cryptographic keys between devices, enabling secure multi-device encryption/decryption while maintaining efficient data transfer through centralized coordination rather than direct peer-to-peer communication between all device pairs.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If users manage cryptographic keys directly, then security control is improved, but ease of operation deteriorates

Engineering Contradiction:
Improvesecurity controlVSAvoidkey management complexity
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent extracts the cryptographic key management burden from the user and places it on the gateway server. Users no longer need to manually generate, store, or transmit cryptographic keys. Instead, the gateway automatically manages key generation, distribution, and rotation behind the scenes, while users retain security control through authentication and authorization mechanisms.

Inventive Principle:
Principle #2Taking out (Extraction)

3Ease of operation

If passwords are used for authentication, then ease of operation is improved, but security deteriorates due to vulnerability

Engineering Contradiction:
Improveauthentication convenienceVSAvoidsecurity vulnerability
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent replaces the mechanical/password-based authentication system with a cryptographic authentication mechanism. Instead of relying on users to remember and input passwords, the system uses cryptographic proofs and digital signatures to verify user identity and permissions. This substitution eliminates password vulnerabilities while maintaining ease of operation through automated cryptographic authentication.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS11863666B2Relay network for encryption system
Publication Date: 2024.01.02 ATAKAMA LLC
  • US11863666B2 patent drawing
  • US11863666B2 patent drawing
  • US11863666B2 patent drawing

AI summary

A method comprises registering, by a first device having a public key, with a gateway server by providing a proof of work based on the first device public key and encrypting and decrypting data using cryptographic information transmitted via the gateway server between other devices similarly registered.