Password Reset Disk Using Public Key Encryption

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current password restoration methods are insecure, costly, and logistically challenging due to the risk of unauthorized access and the need for customer service intervention when users forget their passwords.

Innovation Solution

A password reset disk is created using a public key/private key pair, where the private key is stored on a removable medium, allowing users to securely reset their password without contacting customer service, using the private key to decrypt and verify the encrypted password.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If a static back door maintenance password is maintained for password restoration, then users can reset passwords without contacting customer service, but security is compromised due to the vulnerability of static passwords

Engineering Contradiction:
Improvepassword restoration capabilityVSAvoidsystem security
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system performs preliminary actions by generating and storing an encrypted version of the maintenance password in the user's account before the user needs to reset their password. This encrypted password is stored securely and can be used later for restoration without exposing the actual maintenance password.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

An encrypted version of the maintenance password acts as an intermediary between the actual maintenance password and the user's password reset process. This intermediary allows password restoration without requiring the actual maintenance password to be exposed or transmitted, thus maintaining security while enabling functionality.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If password restoration is handled through customer service communication, then security can be maintained through verification, but operational cost and time consumption increase significantly

Engineering Contradiction:
Improvesecurity verificationVSAvoidcustomer service handling time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system enables self-service password restoration by allowing users to reset their own passwords using the encrypted maintenance password stored in their accounts. Users can perform the restoration independently without requiring customer service intervention, thus eliminating time loss while maintaining security through the encrypted verification process.

Inventive Principle:
Principle #25Self-service

3Ease of operation

If the maintenance password is communicated through telephone or network, then password restoration can be performed, but unauthorized access risk increases

Engineering Contradiction:
Improvepassword restoration accessibilityVSAvoidunauthorized access risk
Core Design Contradiction:
Ease of operationVSObject-affected harmful factors

Solution Approach 1:

The encrypted maintenance password serves as a secure intermediary that enables password restoration without requiring communication of the actual maintenance password through vulnerable channels like telephone or network. The encrypted version can be stored and processed securely within the system, eliminating the need for sensitive information transmission while maintaining restoration accessibility.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

Instead of using the actual maintenance password for restoration, the system creates and uses a copy - specifically an encrypted version - of the password. This copy can be stored and processed without exposing the original sensitive information, thus enabling restoration functionality while preventing unauthorized access through secure handling of the encrypted copy.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS8332650B2Systems and methods for setting and resetting a password
Publication Date: 2012.12.11 MICROSOFT TECHNOLOGY LICENSING LLC
  • US8332650B2 patent drawing
  • US8332650B2 patent drawing
  • US8332650B2 patent drawing

AI summary

A password reset disk is created using a private key/public key pair. The private key is stored on a removable computer-readable medium so that it can be removed and securely stored remote from the computer system on which it was created. The public key is stored on the computer system and used to maintain an encrypted copy of the current password to be stored on the computer system. If the user forgets a password, the user may insert the password reset disk into the computer system. The private key is retrieved from the password reset disk and the encrypted password is decrypted using the private key. If the decryption is successful, the user is allowed to set a new password. The password reset disk is effective even if the user password has been changed since the creation of the password reset disk.