Mobile Payment Encryption Using Quantum Random OTP and SHA-3 Hashing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing mobile payment systems using public key cryptography are vulnerable to quantum computers and lack integrity protection against data tampering, as traditional One-Time Pad cryptography does not ensure data integrity during transmission.

Innovation Solution

A processor-implemented method using a one-time pad (OTP) key generated from true random numbers, where payment data is encrypted and a hash value is generated and concatenated with the data, then encrypted using the OTP key, ensuring both integrity and validity verification through Secure Hash Algorithm-3 (SHA-3) and OTP encryption, preventing tampering and replay attacks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If public key cryptography is used for mobile payment encryption, then security against classical computers is improved, but vulnerability to quantum computer attacks increases

Engineering Contradiction:
Improvesecurity against classical computersVSAvoidvulnerability to quantum computer attacks
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The patent changes the fundamental parameter of cryptographic security from computational hardness (public key cryptography) to information-theoretic security (one-time pad). By transitioning to true random number generation and single-use encryption keys, the system achieves security that is independent of computational power, making it resistant to quantum computer attacks while maintaining security against classical computers.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If traditional One-Time Pad cryptography is used for encryption, then perfect secrecy against eavesdropping is improved, but protection against data tampering worsens

Engineering Contradiction:
Improveperfect secrecy against eavesdroppingVSAvoidlack of integrity protection
Core Design Contradiction:
ReliabilityVSObject-generated harmful factors

Solution Approach 1:

The patent merges two previously separate cryptographic functions into a unified system: one-time pad encryption for confidentiality and hash function verification for integrity. By concatenating the original message with its hash value and encrypting the combined data with OTP, the system simultaneously achieves perfect secrecy and tamper detection, resolving the contradiction between eavesdropping protection and data integrity.

Inventive Principle:
Principle #5Merging (Combining)

Applied Scientific Principles

This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.

Function Achieved in This Case

This solution provides secure mobile payments by ensuring data integrity and preventing tampering, while being resistant to quantum computer attacks and replay attacks, ensuring both validity and integrity of transactions.

Implementation Method 1

The plurality of true random numbers may be generated by a quantum random number generator

Methodology Applied
Scientific EffectQuantum randomness:

Data Source

PatentUS11956347B2Method and apparatus with mobile payment and verification
Publication Date: 2024.04.09 SAMSUNG ELECTRONICS CO LTD
  • US11956347B2 patent drawing
  • US11956347B2 patent drawing
  • US11956347B2 patent drawing

AI summary

A processor-implemented mobile payment method includes: receiving a one-time pad (OTP) key generated based on a plurality of true random numbers; encrypting a payment token based on the OTP key; and performing a payment based on the encrypted payment token.