Privacy-Preserving Column Ownership Transfer in Encrypted DBMS

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing systems lack effective methods for managing fine-grained privacy-preserving columns, particularly in ensuring secure ownership transfer and reverting accidental transfers in a hardware-encrypted database environment.

Innovation Solution

Implementing a catalog table within a hardware-encrypted database management system (DBMS) to record ownership information of privacy-preserving columns, allowing only the owner to execute data control language (DCL) operations and enabling reversion of accidental ownership transfers through a trust execution environment (TEE-based VM) with encryption and remote attestation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If ownership transfer of privacy-preserving columns is enabled, then data access flexibility is improved, but risk of accidental unauthorized transfers increases

Engineering Contradiction:
Improvedata access flexibilityVSAvoidownership transfer accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The system performs preliminary verification of user authorization status before allowing ownership transfer operations. The DBMS checks whether the initiating user is the current owner of the privacy-preserving column and whether the target user has appropriate credentials, preventing accidental or unauthorized transfers before they occur.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system provides feedback mechanisms including confirmation prompts before ownership transfer and audit logs that record all ownership change operations. This feedback loop allows users to verify transfer details and administrators to monitor and revert suspicious operations, balancing flexibility with reliability.

Inventive Principle:
Principle #23Feedback

2Reliability

If fine-grained privacy control is implemented, then data security is improved, but system complexity increases

Engineering Contradiction:
Improvedata securityVSAvoidownership management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent implements a universal ownership management framework that handles multiple privacy-preserving columns through a single standardized interface. The DBMS provides unified DCL operations (GRANT, REVOKE, TRANSFER) that work across different columns and user types, reducing management complexity while maintaining fine-grained security control.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system introduces an intermediary ownership management layer between users and the underlying encrypted data. This layer abstracts complex cryptographic operations and permission checks into simple DCL statements, allowing users to manage privacy controls without directly handling encryption keys or cryptographic protocols.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If hardware encryption is used for privacy-preserving columns, then encryption security is improved, but operational overhead increases

Engineering Contradiction:
Improveencryption securityVSAvoidownership transfer efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The hardware encryption system operates autonomously through hardware security modules that automatically manage key generation, storage, and cryptographic operations. Ownership transfers and access controls are enforced by the DBMS through software-based permission checks that do not require manual cryptographic operations, allowing efficient ownership management while maintaining hardware-level encryption security.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20260050687A1Managing ownerships of fine-grained privacy-preserving columns
Publication Date: 2026.02.19 BEIJING VOLCANO ENGINE TECH CO LTD
  • US20260050687A1 patent drawing
  • US20260050687A1 patent drawing
  • US20260050687A1 patent drawing

AI summary

The present disclosure describes techniques for managing ownerships of fine-grained privacy-preserving columns. A catalog table configured to record ownership information of the fine-grained privacy-preserving columns is created. A fine-grained privacy-preserving column is created in response to receiving a first instruction from a first user. The first user is an owner of the fine-grained privacy-preserving column. An ownership of the fine-grained privacy-preserving column is transferred from the first user to a second user in response to receiving a second instruction from the first user. The catalog table is updated by inserting a first row into the catalog table in response to detecting a transfer of the ownership of the fine-grained privacy-preserving column to the second user. The first row of the catalog table records information indicating that the first user is a previous owner of the fine-grained privacy-preserving column.