Multi-factor IoT Device Registration via Dual-Channel Passcode

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing IoT device registration processes are vulnerable to cyberattacks, such as spoofing, due to the decoupling of authentication from both the device and user, leading to potential unauthorized access and control.

Innovation Solution

A secure device registration method and system utilizing a multi-factor approach with a challenge-response mechanism, involving device identification, user authentication, and mutual authentication between the device and data exchange platform, ensuring the user has the device during registration, and using digital certificates and authorization tokens for secure communication.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional device registration is used, then device connectivity is achieved, but security vulnerability increases due to decoupled authentication

Engineering Contradiction:
Improveauthentication securityVSAvoidregistration process complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The authentication process is segmented into multiple distinct factors: device identification via digital certificates, passcode generation and transmission through first connection, user verification through second connection, and final authorization token issuance. This segmentation ensures that no single point of failure compromises security while maintaining a structured registration flow.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A passcode acts as an intermediary element that bridges device authentication and user verification. The passcode is generated by the server, transmitted through the first connection to the device, then verified through the second connection, serving as a secure mediator that binds both authentication factors without exposing sensitive credentials.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If multi-factor authentication is implemented, then security against spoofing attacks improves, but registration time increases

Engineering Contradiction:
Improveanti-spoofing capabilityVSAvoiddevice registration time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

Digital certificates are pre-installed on devices during manufacturing, and trusted certification authorities are pre-configured in the system. This preliminary setup eliminates the need for complex certificate distribution and validation during registration, allowing the multi-factor authentication to proceed efficiently without significant time penalty.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The passcode is automatically transmitted from the server to the device through the first connection, skipping manual entry steps. This automated passcode delivery significantly reduces the time required for user verification while maintaining security, as the passcode is rapidly generated and delivered without human intervention in the critical authentication path.

Inventive Principle:
Principle #21Skipping (Rushing through)

3Measurement precision

If digital certificates are verified, then device identity authenticity improves, but processing overhead increases

Engineering Contradiction:
Improvedevice identity verification accuracyVSAvoidserver processing energy
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The system performs partial certificate verification by checking only the issuer against trusted certification authorities rather than full cryptographic validation of the entire certificate chain. This partial verification approach provides sufficient security for device identification while significantly reducing computational overhead and energy consumption on the server side.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS10250590B2Multi-factor device registration for establishing secure communication
Publication Date: 2019.04.02 SAMSUNG ELECTRONICS CO LTD
  • US10250590B2 patent drawing
  • US10250590B2 patent drawing
  • US10250590B2 patent drawing

AI summary

A method of secure device registration is presented. The method comprises: receiving a registration request from a device; validating the device on the basis of the registration request; in response to successfully validating the device, sending a passcode to the device via a first connection; prompting a user for the passcode via a second connection different from the first connection; receiving the passcode via the second connection; and sending an authorization token to the device via the first connection.