ATM Hard Disk Key Segmentation for Offline Boot Security

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing systems for securing automated teller machines (ATMs) with encrypted hard drives face issues such as network connectivity problems, time-consuming re-encryption processes, and potential security breaches due to stored encryption keys being accessible to unauthorized actors.

Innovation Solution

A dynamic pre-boot hard disk encryption key management system that stores encryption keys locally on the ATM, splitting and encrypting the key into parts, storing them in a hidden partition, and using a key encryption key (KEK) with obfuscation methods, which can be updated randomly at each boot, either locally or remotely, to enhance security and reduce network bandwidth requirements.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the encryption key is stored on a remote server, then security is improved, but network connectivity issues prevent the ATM from booting

Engineering Contradiction:
ImprovesecurityVSAvoidboot capability
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The encryption key is divided into multiple parts and stored in different locations (remote server, local secure storage, and unencrypted portion of the encrypted drive). This segmentation allows the system to boot using locally stored key parts even when network connectivity to the remote server is unavailable, while still maintaining security through the distributed key architecture.

Inventive Principle:
Principle #1Segmentation

2Ease of operation

If the encryption key is stored in a designated unencrypted area of the hard drive, then boot capability is maintained, but security is compromised if the key is identified

Engineering Contradiction:
Improveboot capabilityVSAvoidsecurity
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The encryption key is segmented into multiple parts distributed across different storage locations. Only a threshold number of parts are needed to reconstruct the full key, and these parts are stored in both encrypted and unencrypted areas. This allows boot capability to be maintained while reducing the risk that compromising a single location exposes the entire key.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The key management system uses a nested structure where encrypted portions of the drive contain encrypted key parts, while unencrypted portions contain unencrypted key parts. This nested arrangement allows the system to maintain boot capability through multiple layers of protection, where each layer provides different security characteristics.

Inventive Principle:
Principle #7Nested doll (Nesting)

3Reliability

If the encryption key is stored using a TPM, then security is improved, but hardware monitoring can identify the key

Engineering Contradiction:
ImprovesecurityVSAvoidhardware monitoring risk
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The encryption key is divided and stored in multiple locations including secure hardware (TPM), local secure storage, and unencrypted drive portions. This segmentation prevents a single point of failure and reduces the effectiveness of hardware monitoring attacks, as attackers would need to compromise multiple distributed storage locations simultaneously.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces intermediate storage layers between the TPM and the encrypted data. Instead of directly relying on TPM alone, the key is distributed through multiple intermediaries (local secure storage, unencrypted drive portions), which dilutes the impact of any single intermediary being compromised through hardware monitoring.

Inventive Principle:
Principle #24Intermediary (Mediator)

4Reliability

If the entire hard drive is re-encrypted with a new key, then security is improved, but the process is time consuming

Engineering Contradiction:
ImprovesecurityVSAvoidre-encryption time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The encryption key is segmented into multiple parts stored in different locations. When security updates are needed, only specific key parts need to be updated rather than re-encrypting the entire drive. This segmented approach allows for faster key rotation and security updates without the time-consuming full drive re-encryption process.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12058256B2System and method for providing a secure locally-based boot disk encryption key
Publication Date: 2024.08.06 NCR VOYIX CORP
  • US12058256B2 patent drawing
  • US12058256B2 patent drawing
  • US12058256B2 patent drawing

AI summary

A system and method for operating a terminal such as an automated teller machine or other type of self-service terminal having a primary partition of a hard disk encrypted with a disk encryption key (DEK). At the initial installation and after every boot, a pre-boot manager encrypts the DEK with a new key encryption key (KEK) and then splits the encrypted DEK into a plurality of encrypted DEK parts. The pre-boot manager next stores the plurality of encrypted DEK parts in randomized storage locations on an unallocated portion of a hard disk and encrypts a list of the randomized storage locations of the plurality of encrypted DEK parts with the KEK and storing the encrypted list in a location on the unallocated portion of the hard disk. Finally, the pre-boot manager stores the KEK, optionally in an obfuscated format, in a location on the unallocated portion of the hard disk.