Contactless Card Key Selection Using Counter-Synced Rotation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing contactless cards face challenges in data security and authentication, with methods like email and SMS being vulnerable to attacks, and chip-based cards relying on insecure login credentials, necessitating improved activation and authentication processes.

Innovation Solution

A contactless card system with a processor and memory, including an applet and encryption keys, performs cryptographic operations with a server to generate and verify cryptographic results, using key rotation and counter-based key selection for secure data transmission.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional authentication methods (email, SMS, log-in credentials) are used for contactless card verification, then the activation and authentication process is simple to implement, but the system becomes vulnerable to hacking, unauthorized access, and security attacks

Engineering Contradiction:
Improveauthentication securityVSAvoidcryptographic system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The authentication system is segmented into multiple independent components: the contactless card containing encryption keys and counter, the applet performing cryptographic operations, and the server verifying results. This segmentation isolates security-critical functions from vulnerable communication channels, enhancing reliability without proportionally increasing overall system complexity

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Encryption keys are pre-loaded into the contactless card during manufacturing, and the counter is initialized before use. This preliminary action ensures that security credentials are established before any authentication transaction occurs, eliminating the need for vulnerable post-manufacturing key distribution methods

Inventive Principle:
Principle #10Preliminary action

2Reliability

If encryption keys are rotated frequently based on counter values, then cryptographic security is enhanced against replay attacks, but the computational overhead and processing time increase

Engineering Contradiction:
Improvecryptographic securityVSAvoidtransaction processing speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The encryption key rotation operates periodically based on counter increments rather than continuously. The counter advances with each authentication attempt, triggering key rotation at predetermined intervals. This periodic action provides security against replay attacks while maintaining efficient processing during intermediate states

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The system dynamically selects encryption keys based on the current counter value. Rather than rotating keys on a fixed timetable or after predetermined usage counts regardless of state, the key selection adapts dynamically to the actual transaction history recorded in the counter, optimizing the balance between security and processing efficiency

Inventive Principle:
Principle #15Dynamics

3Reliability

If multiple encryption keys are stored and managed in the contactless card, then security against key compromise is improved, but the memory requirements and key management complexity increase

Engineering Contradiction:
Improvekey compromise resistanceVSAvoidmemory storage requirements
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

Rather than storing multiple full-length encryption keys, the system stores a single master key and uses the counter value as a parameter to derive different session keys dynamically. This parameter-based key derivation reduces memory requirements while maintaining security against key compromise, as each effective key is computationally derived rather than statically stored

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12489625B2Systems and methods of key selection for cryptographic authentication of contactless cards
Publication Date: 2025.12.02 CAPITAL ONE SERVICES LLC
  • US12489625B2 patent drawing
  • US12489625B2 patent drawing
  • US12489625B2 patent drawing

AI summary

Example embodiments of systems and methods for data transmission between a contactless card and a server are provided. The card may include an applet, a counter, and a plurality of encryption keys. The applet may rotate the plurality of keys based on a predetermined key rotation, select one or more keys for a cryptographic operation, perform the operation using the selected keys and the counter to generate a cryptographic result, and transmit the result and the counter to the server. Upon receipt of the result, a server, in communication with the card and containing the plurality of encryption keys, may rotate the plurality of keys based on the predetermined key rotation, select one or more keys for decryption, wherein the keys selected by the server matches the keys selected by the applet, and perform the decryption on the result.