Memory Expansion Encryption for Multi-Tenant Data Isolation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing memory expansion devices with non-volatile storage face security risks due to unauthorized access, especially in multi-tenant environments, and existing encryption methods by the CPU add processing complexity, affecting performance.

Innovation Solution

A memory expansion device with integrated encryption and decryption engines divides memory regions using multiple keys, encrypting data transparently based on region and criteria, ensuring secure access control without burdening the host CPU.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the CPU performs encryption on data before storing it in non-volatile memory, then data security is improved, but processing complexity and computational load increase

Engineering Contradiction:
Improvedata securityVSAvoidprocessing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The encryption function is extracted from the CPU and relocated to a dedicated encryption engine within the memory device. This separation allows the CPU to offload the computationally intensive encryption operations, reducing processing complexity while maintaining data security. The encryption engine operates independently within the memory device, handling encryption/decryption transparently without burdening the host CPU.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

An encryption engine is introduced as an intermediary component between the CPU and non-volatile memory. This intermediary handles all encryption and decryption operations, shielding the CPU from computational complexity while ensuring data security. The encryption engine acts as a dedicated mediator that processes data between storage and computation, resolving the contradiction between security and processing simplicity.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If multiple keys are used to divide memory regions for different virtual machines, then security isolation between tenants is improved, but key management complexity increases

Engineering Contradiction:
Improvesecurity isolationVSAvoidkey management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The non-volatile memory is segmented into multiple isolated regions, each protected by a dedicated encryption key and associated with a specific virtual machine. This segmentation enables strong security isolation between tenants while the encryption engine automatically manages key selection based on the memory region being accessed, preventing unauthorized cross-tenant access without requiring complex manual key management.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The encryption engine implements self-service key management by automatically selecting the appropriate encryption key based on the memory region identifier. When data is stored or retrieved from a specific region, the engine autonomously identifies and applies the corresponding key without external intervention. This automation reduces key management complexity while maintaining robust security isolation across multiple virtual machines.

Inventive Principle:
Principle #25Self-service

3Speed

If non-volatile memory is presented as volatile memory to the host, then access speed is improved, but security protection is reduced

Engineering Contradiction:
Improveaccess speedVSAvoidsecurity protection
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The memory device implements local quality by applying encryption selectively at the region level rather than globally. Each memory region maintains its own encryption key and security parameters, allowing the system to provide security protection where needed (in non-volatile storage) while maintaining fast access characteristics when data is cached in volatile memory portions. This localized approach resolves the contradiction between speed and security by applying protection only where persistence is required.

Inventive Principle:
Principle #3Local quality

Data Source

PatentEP4675481A1Systems and methods for securing data in memory devices
Publication Date: 2026.01.07 SAMSUNG ELECTRONICS CO LTD
  • EP4675481A1 patent drawingFigure 1
  • EP4675481A1 patent drawingFigure 2
  • EP4675481A1 patent drawingFigure 3

AI summary

Systems and methods for securing data in a memory device are described. The memory device may be coupled to a computing device (102) and may comprise a volatile storage medium (120), a non-volatile storage medium (122), and a processor configured to communicate with the volatile storage medium (120) and the non-volatile storage medium (122). The processor may be configured to: store one or more keys; receive data from the computing device (102); identify a first key of the one or more keys associated with the data; encrypt the data based on the first key; output encrypted data; and store the encrypted data in the non-volatile storage medium (122).