Message Attestation for Sealed Sender Filtering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing secure message communication systems face challenges in filtering encrypted messages and determining sender identities, which complicates spam blocking and other filtering processes.

Innovation Solution

A message sender provides a signed attestation to a message delivery server, indicating authorization to send a message without revealing the sender's identity, using cryptographic materials and techniques such as ring signatures and verifiability oblivious pseudorandom functions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If end-to-end encryption protocols are used to ensure message security, then message confidentiality is improved, but message filtering capability deteriorates

Engineering Contradiction:
Improvemessage confidentialityVSAvoidmessage filtering capability
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The patent segments the authentication function from the message content. A separate signed attestation mechanism is introduced that contains only authentication metadata (sender authorization information) without message content. This allows the attestation to be processed by filtering systems while the actual message remains encrypted and private.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The signed attestation acts as an intermediary object between the sender and the filtering system. It provides the necessary authentication information to allow or block messages without revealing the actual message content, enabling filtering to occur on metadata rather than encrypted payload.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If sender identity is hidden to protect privacy, then sender anonymity is improved, but filtering accuracy deteriorates

Engineering Contradiction:
Improvesender anonymityVSAvoidfiltering accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent separates authentication information from identity revelation. The signed attestation contains cryptographic proof of authorization while using pseudonyms or anonymous identifiers that do not directly reveal the sender's real identity to intermediaries, maintaining privacy while enabling verification.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Different levels of identification are applied at different stages: the attestation provides sufficient identification for filtering purposes (local quality for filtering) while the message transmission maintains full anonymity (local quality for privacy). The system applies identification only where necessary for the specific function being performed.

Inventive Principle:
Principle #3Local quality

3Ease of operation

If simple mail transfer protocol is used for message transmission, then transmission simplicity is improved, but security deteriorates

Engineering Contradiction:
Improvetransmission simplicityVSAvoidmessage security
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent nests multiple security layers within the simple SMTP framework. The signed attestation is embedded in the SMTP envelope, and end-to-end encryption is applied to the message body. This allows the simple SMTP protocol to be used for transmission while security functions are nested within it, maintaining compatibility without sacrificing security.

Inventive Principle:
Principle #7Nested doll (Nesting)

Data Source

PatentUS20250119411A1Message Attestation for Sealed Sender
Publication Date: 2025.04.10 APPLE INC
  • US20250119411A1 patent drawing
  • US20250119411A1 patent drawing
  • US20250119411A1 patent drawing

AI summary

Techniques are disclosed relating to improving secure message communication. In various embodiments, a message delivery server receives a request to deliver an encrypted message from a sender to a recipient. The encrypted message obfuscates the identity of the sender such that the message delivery server is unable to determine the identity of the sender. The message delivery server determines whether to deliver the encrypted message based on a signed attestation received with the request and, based on the determining, delivers the encrypted message to the recipient. In some embodiments, the determining includes verifying the signed attestation using a verification key provide by the sender. In some embodiments, the encrypted message is an email, a text message, a push notification, or a video or audio call request.