Private information retrievalFrom CryptoDox, The Online Encyclopedia on Cryptography and Information SecurityIn cryptography, a private information retrieval (PIR) protocol allows a user to retrieve an item from a server in possession of a database without revealing which item she is retrieving. PIR is a weaker version of 1-out-of-n oblivious transfer, where it is also required that the user should not get information about other database items. One trivial, but very inefficient way to achieve PIR is for the server to send an entire copy of the database to the user. In fact, this is the only possible protocol that gives the user information theoretic privacy for her query. There are two ways to get around this problem: one is to make the server computationally bounded and the other is to assume that there are multiple non-cooperating servers, each having a copy of the database. The problem was introduced in 1996 by Chor, Goldreich, Kushilevitz and Sudan in the information-theoretic setting and in 1997 by Kushilevitz and Ostrovsky in the computational setting. Since then, very efficient solutions have been discovered. Single database (computationally private) PIR can be achieved with constant (amortized) communication and k-database (information theoretic) PIR can be done with
Advances in computational PIRThe first single-database computational PIR scheme to achieve communication complexity less than n was created in 1997 by Eyal Kushilevitz and Rafail Ostrovsky [1] and achieved communication complexity of nε for any ε, where n is the number of bits in the database. The security of their scheme was based on the well-studied Quadratic residuosity problem. In 1999, Christian Cachin, Silvio Micali and Michael Stadler [2] achieved poly-logarithmic communication complexity. The security of their system is based on the Phi-hiding assumption. In 2004, Helger Lipmaa [3] achieved log-squared communication complexity Advances in information theoretic PIRAchieving information theoretic security requires the assumption that there are multiple non-cooperating servers, each having a copy of the database. Without this assumption, any information-theoretically secure PIR protocol requires an amount of communication that is at least the size of the database n. For the case of 2 non-cooperating servers, the best protocol is due to Chor et al. and uses communication Relation to other cryptographic primitivesOne-way functions are necessary, but not known to be sufficient, for nontrivial (i.e, with sublinear communication) single database computationally private information retrieval. In fact, such a protocol was proved by G. Di Crescenzo, T. Malkin and R. Ostrovsky in [6] to imply oblivious transfer (see below). Oblivious transfer, also called symmetric PIR, is PIR with the additional restriction that the user not learn any item other than the one she requested. It is termed symmetric because both the user and the database have a privacy requirement. Collision-Resistant Hash Functions are implied by any one-round computational PIR scheme, as shown by Ishai, Kushilevitz and Ostrovsky [7]. External links
References
Proceedings of the 43nd Annual IEEE Symposium on Foundations of Computer Science, Vancouver, Canada, pages 261-270, 2002.
|




communication.
, where
is the length of the strings and
. For the case of 3 servers, if