[PDF][PDF] Modular Order-Preserving Encryption, Revisited

N Chenette, A O'Neill, G Kollios, R Canetti - 2015 - cs.bu.edu
Order-preserving encryption (OPE) schemes, whose ciphertexts preserve the natural
ordering of the plaintexts, allow efficient range query processing over outsourced encrypted
databases without giving the server access to the decryption key. Such schemes have
recently received increased interest in both the database and the cryptographic
communities. In particular, modular order-preserving encryption (MOPE), due to Boldyreva
et al.[8], is a promising extension that increases the security of the basic OPE by introducing …
Abstract
Order-preserving encryption (OPE) schemes, whose ciphertexts preserve the natural ordering of the plaintexts, allow efficient range query processing over outsourced encrypted databases without giving the server access to the decryption key. Such schemes have recently received increased interest in both the database and the cryptographic communities. In particular, modular order-preserving encryption (MOPE), due to Boldyreva et al.[8], is a promising extension that increases the security of the basic OPE by introducing a secret modular offset to each data value prior to encrypting it. However, executing range queries via MOPE in a naıve way allows the adversary to learn this offset, negating any potential security gains of this approach. In this paper, we systematically address this vulnerability and show that MOPE can be used to build a practical system for executing range queries on encrypted data while providing a significant security improvement over the basic OPE. We introduce two new query execution algorithms for MOPE: our first algorithm is efficient if the user’s query distribution is well-spread, while the second scheme is efficient even for skewed query distributions. Interestingly, our second algorithm achieves this efficiency by leaking the leastimportant bits of the data, whereas OPE is known to leak the most-important bits of the data. We also show that our algorithms can be extended to the case where the query distribution is adaptively learned online. We present new, appropriate security models for MOPE and use them to rigorously analyze the security of our proposed schemes. Finally, we design a system prototype that integrates our schemes on top of an existing database system and apply query optimization methods to execute SQL queries with range predicates efficiently. We provide a performance evaluation of our prototype under a number of different database and query distributions, using both synthetic and real datasets.
cs.bu.edu