Information Security and Cryptography Research Group

Indistinguishability of Random Systems

Ueli Maurer

Advances in Cryptology — EUROCRYPT 2002, Lecture Notes in Computer Science, Springer-Verlag, vol. 2332, pp. 110–132, May 2002.

An (X,Y)-random system takes inputs X_1, X_2, ... in X and generates, for each new input X_i, an output Y_i in Y, depending probabilistically on X_1,...,X_i and Y_1,...,Y_{i-1}. Many cryptographic systems like block ciphers, MAC-schemes, pseudo-random functions, etc., can be modeled as random systems, where in fact Y_i often depends only on X_i, i.e., the system is stateless. The security proof of such a system (e.g. a block cipher) amounts to showing that it is indistinguishable from a certain perfect system (e.g. a random permutation).

We propose a general framework for proving the indistinguishability of two random systems, based on the concept of the equivalence of two systems, conditioned on certain events. This abstraction demonstrates the common denominator among many security proofs in the literature, allows to unify, simplify, generalize, and in some cases strengthen them, and opens the door to proving new indistinguishability results.

We also propose the previously implicit concept of quasi-randomness and give an efficient construction of a quasi-random function which can be used as a building block in cryptographic systems based on pseudorandom functions.

BibTeX Citation

@inproceedings{Maurer02,
    author       = {Ueli Maurer},
    title        = {Indistinguishability of Random Systems},
    editor       = {Lars Knudsen},
    booktitle    = {Advances in Cryptology --- EUROCRYPT 2002},
    pages        = {110--132},
    series       = {Lecture Notes in Computer Science},
    volume       = {2332},
    year         = {2002},
    month        = {5},
    publisher    = {Springer-Verlag},
}

Files and Links