Provable security refers to any type or level of
computer security
Computer security (also cybersecurity, digital security, or information technology (IT) security) is a subdiscipline within the field of information security. It consists of the protection of computer software, systems and computer network, n ...
that can be proved. It is used in different ways by different fields.
Usually, this refers to
mathematical proof
A mathematical proof is a deductive reasoning, deductive Argument-deduction-proof distinctions, argument for a Proposition, mathematical statement, showing that the stated assumptions logically guarantee the conclusion. The argument may use othe ...
s, which are common in
cryptography
Cryptography, or cryptology (from "hidden, secret"; and ''graphein'', "to write", or ''-logy, -logia'', "study", respectively), is the practice and study of techniques for secure communication in the presence of Adversary (cryptography), ...
. In such a proof, the capabilities of the attacker are defined by an
adversarial model (also referred to as attacker model): the aim of the proof is to show that the attacker must solve the underlying
hard problem in order to break the security of the modelled system. Such a proof generally does not consider
side-channel attacks or other implementation-specific attacks, because they are usually impossible to model without implementing the system (and thus, the proof only applies to this implementation).
Outside of cryptography, the term is often used in conjunction with
secure coding and
security by design, both of which can rely on proofs to show the security of a particular approach. As with the cryptographic setting, this involves an attacker model and a model of the system. For example, code can be verified to match the intended functionality, described by a model: this can be done through
static checking. These techniques are sometimes used for evaluating products (see ''
Common Criteria
The Common Criteria for Information Technology Security Evaluation (referred to as Common Criteria or CC) is an international standard (International Organization for Standardization, ISO/International Electrotechnical Commission, IEC 15408) for co ...
''): the security here depends not only on the correctness of the attacker model, but also on the model of the code.
Finally, the term provable security is sometimes used by sellers of
security software
Computer security software or cybersecurity software is any computer program designed to influence information security. This is often taken in the context of defending computer systems or data, yet can incorporate programs designed specifically ...
that are attempting to sell security products like
firewalls,
antivirus software
Antivirus software (abbreviated to AV software), also known as anti-malware, is a computer program used to prevent, detect, and remove malware.
Antivirus software was originally developed to detect and remove computer viruses, hence the name ...
and
intrusion detection systems. As these products are typically not subject to scrutiny, many
security researchers consider this type of claim to be selling
snake oil.
In cryptography
In
cryptography
Cryptography, or cryptology (from "hidden, secret"; and ''graphein'', "to write", or ''-logy, -logia'', "study", respectively), is the practice and study of techniques for secure communication in the presence of Adversary (cryptography), ...
, a system has provable security if its security requirements can be stated formally in an
adversarial model, as opposed to heuristically, with clear assumptions that the adversary has access to the system as well as enough computational resources. The proof of security (called a "reduction") is that these security requirements are met provided the assumptions about the adversary's access to the system are satisfied and some clearly stated
assumptions about the hardness of certain computational tasks hold. An early example of such requirements and proof was given by
Goldwasser and
Micali for
semantic security
In cryptography, a semantically secure cryptosystem is one where only negligible information about the plaintext can be feasibly extracted from the ciphertext. Specifically, any probabilistic, polynomial-time algorithm (PPTA) that is given the ci ...
and the construction based on the
quadratic residuosity problem
The quadratic residuosity problem (QRP) in computational number theory is to decide, given integers a and N, whether a is a quadratic residue modulo N or not.
Here N = p_1 p_2 for two unknown primes p_1 and p_2, and a is among the numbers which a ...
. Some proofs of security are in given theoretical models such as the
random oracle model, where real cryptographic
hash function
A hash function is any Function (mathematics), function that can be used to map data (computing), data of arbitrary size to fixed-size values, though there are some hash functions that support variable-length output. The values returned by a ...
s are represented by an idealization.
There are several lines of research in provable security. One is to establish the "correct" definition of security for a given, intuitively understood task. Another is to suggest constructions and proofs based on general assumptions as much as possible, for instance the existence of a
one-way function. A major
open problem is to establish such proofs based on
P ≠ NP, since the existence of one-way functions is not known to follow from the
conjecture
In mathematics, a conjecture is a conclusion or a proposition that is proffered on a tentative basis without proof. Some conjectures, such as the Riemann hypothesis or Fermat's conjecture (now a theorem, proven in 1995 by Andrew Wiles), ha ...
.
Controversies
Several researchers have found mathematical fallacies in proofs that had been used to make claims about the security of important protocols. In the following partial list of such researchers, their names are followed by first a reference to the original paper with the purported proof and then a reference to the paper in which the researchers reported on flaws:
V. Shoup;
A. J. Menezes;
A. Jha and M. Nandi;
D. Galindo;
T. Iwata, K. Ohashi, and K. Minematsu;
M. Nandi;
J.-S. Coron and D. Naccache;
D. Chakraborty, V. Hernández-Jiménez, and P. Sarkar;
P. Gaži and U. Maurer;
S. A. Kakvi and E. Kiltz;
and T. Holenstein, R. Künzler, and S. Tessaro.
Koblitz and Menezes have written that provable security results for important cryptographic protocols frequently have fallacies in the proofs; are often interpreted in a misleading manner, giving false assurances; typically rely upon strong assumptions that may turn out to be false; are based on unrealistic models of security; and serve to distract researchers' attention from the need for "old-fashioned" (non-mathematical) testing and analysis. Their series of papers supporting these claims have been controversial in the community. Among the researchers who have rejected the viewpoint of Koblitz–Menezes is
Oded Goldreich, a leading theoretician and author of ''Foundations of Cryptography''. He wrote a refutation of their first paper "Another look at 'provable security'" that he titled "On post-modern cryptography". Goldreich wrote: "... we point out some of the fundamental philosophical flaws that underlie the said article and some of its misconceptions regarding theoretical research in cryptography in the last quarter of a century."
In his essay Goldreich argued that the rigorous analysis methodology of provable security is the only one compatible with science, and that Koblitz and Menezes are "reactionary (i.e., they play to the hands of the opponents of progress)".
In 2007, Koblitz published "The Uneasy Relationship Between Mathematics and Cryptography", which contained some controversial statements about provable security and other topics. Researchers Oded Goldreich, Boaz Barak,
Jonathan Katz, Hugo Krawczyk, and
Avi Wigderson wrote letters responding to Koblitz's article, which were published in the November 2007 and January 2008 issues of the journal.
Katz, who is coauthor of a highly regarded cryptography textbook, called Koblitz's article "snobbery at its purest";
and Wigderson, who is a permanent member of the
Institute for Advanced Study
The Institute for Advanced Study (IAS) is an independent center for theoretical research and intellectual inquiry located in Princeton, New Jersey. It has served as the academic home of internationally preeminent scholars, including Albert Ein ...
in Princeton, accused Koblitz of "slander".
Ivan Damgård later wrote a
position paper at ICALP 2007 on the technical issues, and it was recommended by
Scott Aaronson as a good in-depth analysis.
Brian Snow, former Technical Director of the Information Assurance Directorate of the U.S.
National Security Agency
The National Security Agency (NSA) is an intelligence agency of the United States Department of Defense, under the authority of the director of national intelligence (DNI). The NSA is responsible for global monitoring, collection, and proces ...
, recommended the Koblitz-Menezes paper "The brave new world of bodacious assumptions in cryptography" to the audience at the RSA Conference 2010 Cryptographers Panel.
Practice-oriented provable security
Classical provable security primarily aimed at studying the relationship between
asymptotically defined objects. Instead, practice-oriented provable security is concerned with concrete objects of cryptographic practice, such as hash functions,
block ciphers, and protocols as they are deployed and used.
Practice oriented provable security uses
concrete security to analyse practical constructions with fixed key sizes. "Exact security" or "
concrete security" is the name given to provable security reductions where one quantifies security by computing precise bounds on computational effort, rather than an asymptotic bound which is guaranteed to hold for "sufficiently large" values of the
security parameter.
References
{{reflist
Theory of cryptography