BOPE: Boundary Order-Preserving Encryption Scheme in Relational Database System

Si Chen,Lin Li,Wenyu Zhang,Xiaolin Chang,Zhen Han
DOI: https://doi.org/10.1109/access.2021.3058186
IF: 3.9
2021-01-01
IEEE Access
Abstract:Recently, researchers are being more interested in performing operations directly on the encrypted database with the help of the $O$ rder- $P$ reserving $E$ ncryption (OPE) scheme. This mechanism enables executing many types of queries efficiently, such as range query and comparison, since it can preserve the relative order of underlying plaintext on ciphertexts. However, traditional OPE schemes cannot achieve ideal security against IND-OCPA (IND istinguishability under $O$ rdered $C$ hosen- $P$ laintext $A$ ttack) in a linear length of static encoding. Popa's mutable scheme (namely, mOPE) is an effective solution to perform the range query in the database environment. In this paper, we propose a novel scheme, $B$ oundary $O$ rder- $P$ reserving $E$ ncryption (BOPE), to achieve high performance under ideal security. BOPE comprises two algorithms. One is a searching algorithm in which we propose a data structure, the boundary tree, to optimize the algorithm by cutting the scope of each iteration and reducing the rounds of interaction. The second algorithm is an updating algorithm for stale encoding, which determines whether to update the lookup table accord-ng to the type of each query, in order to avoid the time cost of redundant updates. We implemented and evaluated BOPE on a practical environment where we have achieved a performance increase of more than 10% from mOPE.
computer science, information systems,telecommunications,engineering, electrical & electronic
What problem does this paper attempt to address?