Pseudorandom permutation

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. In cryptography, the term pseudorandom permutation, abbreviated PRP, refers to a function that cannot be distinguished from a random permutation (that is, a permutation selected at random with uniform probability, from the family of all permutations on the function's domain) with practical effort.

Definition

Let F be a mapping {0,1}n × {0,1}s →{0,1}n. F is a PRP if

  • For any K∈{0,1}s, F is a bijection from {0,1}n to {0,1}n.
  • For any K∈{0,1}s, there is an "efficient" algorithm to evaluate FK(x).
  • For all probabilistic polynomial-time distinguishers D: ∣Pr(DFK(1n) = 1) - Pr(Dfn(1n) = 1)∣<ε(s), where K←{0,1}n is chosen uniformly at random and fn is chosen uniformly at random from the set of permutations on n-bit strings.[1]

A pseudorandom permutation family is a collection of pseudorandom permutations, where a specific permutation may be chosen using a key.

The model of block ciphers

The idealized abstraction of a (keyed) block cipher is a truly random permutation. If a distinguishing algorithm exists that achieves significant advantage with less effort than specified by the block cipher's security parameter (this usually means the effort required should be about the same as a brute force search through the cipher's key space), then the cipher is considered broken at least in a certificational sense, even if such a break doesn't immediately lead to a practical security failure.[2]

Connections with PRF

Michael Luby and Charles Rackoff[3] showed that a "strong" pseudorandom permutation can be built from a pseudorandom function using a Luby-Rackoff construction which is built using a Feistel cipher.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

<templatestyles src="Asbox/styles.css"></templatestyles>