HOPE: Homomorphic Order-Preserving Encryption for Outsourced Databases -- A Stateless Approach
Baiqiang Wang, Dongfang Zhao

TL;DR
HOPE is a new homomorphic order-preserving encryption scheme that enables secure, efficient, and scalable range queries on encrypted outsourced data without client storage or interaction.
Contribution
HOPE introduces a stateless OPE scheme leveraging homomorphic encryption, eliminating client storage and interaction, with formal security proofs and practical efficiency.
Findings
HOPE achieves comparable query performance to existing schemes.
HOPE is secure under the IND-OCPA model against various attacks.
HOPE is scalable and practical for real-world outsourced databases.
Abstract
Order-preserving encryption (OPE) is a fundamental cryptographic tool for enabling efficient range queries on encrypted data in outsourced databases. Despite its importance, existing OPE schemes face critical limitations that hinder their practicality. Stateful designs require clients to maintain plaintext-to-ciphertext mappings, imposing significant storage and management overhead. Stateless designs often rely on interactive protocols between the client and server, leading to high communication latency and limited scalability. These limitations make existing schemes unsuitable for real-world applications that demand simplicity, efficiency, and scalability. In this work, we present Homomorphic OPE (HOPE), a new OPE scheme that eliminates client-side storage and avoids additional client-server interaction during query execution. HOPE leverages the additive property of homomorphic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Advanced Data Storage Technologies · Distributed systems and fault tolerance
