A lightweight protocol for privacy preserving division

S. Katzenbeisser,Nikolaos P. Karvelas,Spyros Boukoros
DOI: https://doi.org/10.1109/IWCMC.2017.7986373
2017-06-01
Abstract:Homomorphic encryption is a well established means for performing operations on encrypted data. In many real-world applications however, the need arises to perform division over integers and yield a floating point result. This cannot be performed in the encrypted domain of most homomorphic encryption schemes. Thus, one has to resort to Secure Two Party Computation which suffers from high communication costs or to a Fully Homomorphic encryption scheme which is still inefficient. In this work, we present a lightweight and flexible protocol that takes as input two homomorphically encrypted integers, privately divides them and returns the result in floating point format. Our tool is designed to support both additive and multiplicative homomorphic schemes. We measure the privacy offered using a well established privacy metric and provide timings for the operations. We evaluate our protocol on a real world application scenario conducting simulations of attacks and present our encouraging results.
Mathematics,Computer Science
What problem does this paper attempt to address?