Information theoretic securityFrom CryptoDox, The Online Encyclopedia on Cryptography and Information SecurityA cryptosystem is information-theoretically secure if its security derives purely from information theory. That is, it makes no unproven assumptions such as the hardness of mathematical problems such as factoring, and is hence secure even when the adversary has unbounded computing power. An example of an information-theoretically secure cryptosystem is the one-time pad. An interesting special case is perfect security: an encryption algorithm is perfectly secure if a ciphertext produced using it provides no information about the plaintext without knowledge of the key. If E is a perfectly secure encryption function, for any fixed message m there must exist for each ciphertext c at least one key such that c = Ek(m). It is quite possible, and common for a cryptosystem to leak some information, but nevertheless have the property that whatever security properties it achieves hold even when the adversary is computationally unbounded. Such a cryptosystem would have information theoretic but not perfect security. The exact definition of security would depend on the cryptosystem in question. There are a variety of cryptographic tasks for which information theoretic security or privacy is a meaningful and useful requirement. A few of these are:
When possible, an algorithm or protocol with information theoretic security has advantages: it does not depend on unproven assumptions about computational hardness, and it is not vulnerable to developments in quantum cryptography. See also
References
|


