Seed-Based Secure Messaging With Feedback-Guided Updates

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current secure transmission methods rely on key-based encryption, which are vulnerable to attacks due to complex key management protocols, and do not protect messages transmitted before key agreement, leaving them insecure.

Innovation Solution

A communication method that uses random seeds for security processing, updating the seed only when correct message receipt is confirmed, thereby preventing errors from spreading and enhancing security without affecting performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If key-based encryption is used for secure transmission, then message security is improved, but key management complexity increases and vulnerabilities arise

Engineering Contradiction:
Improvemessage securityVSAvoidkey management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts the security function from traditional key-based encryption by using a randomness extractor to generate random seeds directly from transmitted messages. This eliminates the need for separate key management systems while maintaining security, as the random seeds are derived on-demand from the message content itself rather than requiring pre-shared or exchanged keys.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system makes the communication parties self-sufficient by enabling them to generate their own random seeds from the transmitted messages without external key management infrastructure. Each party independently extracts random seeds from received messages, eliminating dependence on complex key distribution and management protocols.

Inventive Principle:
Principle #25Self-service

2Reliability

If random seed updates are performed frequently to enhance security, then message security is improved, but communication performance deteriorates

Engineering Contradiction:
Improvemessage securityVSAvoidcommunication performance
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent implements feedback-based random seed updates where the transmitter only updates its random seed when it receives an ACK message confirming successful reception. This feedback mechanism ensures security updates occur only when necessary and when the receiver has successfully processed the previous message, avoiding unnecessary updates that would degrade performance.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The random seed update mechanism is made dynamic and adaptive rather than fixed. The system adjusts the timing and frequency of random seed updates based on actual communication conditions and feedback from the receiver, updating only when security is needed and performance impact is minimized.

Inventive Principle:
Principle #15Dynamics

3Reliability

If error containment measures are implemented to prevent error spreading, then message security is improved, but system complexity increases

Engineering Contradiction:
Improveerror containmentVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the communication process into distinct phases with separate random seeds for different message groups. By dividing the message stream into segments that use different random seeds, errors are contained within specific segments and cannot propagate to other segments, simplifying error containment compared to a monolithic system-wide error correction approach.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260106860A1Communication method and apparatus
Publication Date: 2026.04.16 HUAWEI TECH CO LTD
  • US20260106860A1 patent drawing
  • US20260106860A1 patent drawing
  • US20260106860A1 patent drawing

AI summary

This application discloses a communication method and apparatus. The method includes: A first apparatus performs security processing on a first message based on a first random seed, to obtain a second message. After obtaining a third message based on the second message, the first apparatus sends the third message to a second apparatus. If the first apparatus receives feedback information from the second apparatus, the first apparatus updates the first random seed to a second random seed, where the feedback information indicates that the second apparatus correctly receives the third message.