4-Way Handshake Authorization Using Encrypted Device IDs

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

WPA2 and WPA3 wireless security protocols face challenges in privacy and scalability due to the use of shared passphrases and cleartext password identifiers, which can compromise network security and user privacy.

Innovation Solution

Decouple authentication from authorization by using encrypted authorization IDs within the 4-way handshake process, allowing device-specific policies without additional complexity or performance overhead, and protect against man-in-the-middle attacks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If shared passphrase or PPSK is used for authentication, then authentication simplicity is improved, but network security and privacy are worsened due to brute-force attacks and key compromise

Engineering Contradiction:
Improveauthentication simplicityVSAvoidnetwork security
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent segments the authentication process into two independent phases: authentication (using shared passphrase/SAE) and authorization (using encrypted authorization ID). This separation allows each phase to use optimized security mechanisms, resolving the contradiction between simplicity and security.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an encrypted authorization ID as an intermediary element that carries device-specific authorization information without exposing the shared passphrase. This intermediary enables secure device identification and policy enforcement without compromising the simplicity of shared passphrase authentication.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If password identifiers are sent in cleartext during SAE, then device identification capability is improved, but user privacy is worsened

Engineering Contradiction:
Improvedevice identification capabilityVSAvoiduser privacy
Core Design Contradiction:
Adaptability or versatilityVSLoss of information

Solution Approach 1:

The patent uses an encrypted authorization ID as an intermediary that provides device identification capability while protecting user privacy. The encryption ensures that the authorization ID cannot be read or correlated by eavesdroppers, preventing privacy loss while maintaining adaptability for device-specific policies.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent changes the state of the authorization ID from cleartext to encrypted form, transforming it from a privacy-risking parameter to a privacy-protecting parameter. This parameter change maintains the functional capability of device identification while eliminating the privacy vulnerability.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If device-specific authorization is implemented, then network security and policy control are improved, but system complexity is worsened

Engineering Contradiction:
Improveauthorization controlVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent merges the authorization ID transmission into the existing 4-way handshake process, combining authorization functionality with the already-complex authentication handshake. This merging approach avoids adding separate complex authorization protocols while still enabling device-specific control.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent implements self-service authorization where the client device independently generates and transmits its own authorization ID, and the network device independently verifies it against stored authorization data. This self-service approach distributes the complexity burden and eliminates the need for complex centralized authorization management infrastructure.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20260067086A1User or device authorization element in 4-way handshake
Publication Date: 2026.03.05 CISCO TECHNOLOGY INC
  • US20260067086A1 patent drawing
  • US20260067086A1 patent drawing
  • US20260067086A1 patent drawing

AI summary

The present disclosure provides techniques for device authorization using a per-device identifier. A network device authenticates a client device using simultaneous authentication of equals (SAE) with a shared passphrase. After completing association, the network device sends a first message to the client device, comprising an access point (AP)-generated random value to the client device. The network device receives a second message from the client device, comprising a station (STA)-generated random value and an authorization identifier. The network device decrypts the authorization identifier using a session key. In response to determining that the authorization identifier matches an entry in the authorization database, the network device sends a third message confirming authorization of the client device as a trusted entity. The network device receives a fourth message confirming completion of a security key exchange.