Diffie–Hellman Problem
   HOME

TheInfoList



OR:

The Diffie–Hellman problem (DHP) is a mathematical problem first proposed by
Whitfield Diffie Bailey Whitfield 'Whit' Diffie ForMemRS (born June 5, 1944) is an American cryptographer and mathematician and one of the pioneers of public-key cryptography along with Martin Hellman and Ralph Merkle. Diffie and Hellman's 1976 paper ''New Dire ...
and
Martin Hellman Martin Edward Hellman (born October 2, 1945) is an American cryptologist and mathematician, best known for his invention of public-key cryptography in cooperation with Whitfield Diffie and Ralph Merkle. Hellman is a longtime contributor to the ...
in the context of
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), ...
and serves as the theoretical basis of the
Diffie–Hellman key exchange Diffie–Hellman (DH) key exchangeSynonyms of Diffie–Hellman key exchange include: * Diffie–Hellman–Merkle key exchange * Diffie–Hellman key agreement * Diffie–Hellman key establishment * Diffie–Hellman key negotiation * Exponential ke ...
and its derivatives. The motivation for this problem is that many security systems use
one-way functions One-way or one way may refer to: *One-way traffic, a street either facilitating only one-way traffic, or designed to direct vehicles to move in one direction * One-way travel, a trip that does not return to its origin Music *One Way (American b ...
: mathematical operations that are fast to compute, but hard to reverse. For example, they enable encrypting a message, but reversing the encryption is difficult. If solving the DHP were easy, these systems would be easily broken.


Problem description

The Diffie–Hellman problem is stated informally as follows: : Given an element g and the values of g^x and g^y, what is the value of g^? Formally, g is a generator of some
group A group is a number of persons or things that are located, gathered, or classed together. Groups of people * Cultural group, a group whose members share the same cultural identity * Ethnic group, a group whose members share the same ethnic iden ...
(typically the
multiplicative group In mathematics and group theory, the term multiplicative group refers to one of the following concepts: *the group under multiplication of the invertible elements of a field, ring, or other structure for which one of its operations is referre ...
of a
finite field In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field (mathematics), field that contains a finite number of Element (mathematics), elements. As with any field, a finite field is a Set (mathematics), s ...
or an
elliptic curve In mathematics, an elliptic curve is a smooth, projective, algebraic curve of genus one, on which there is a specified point . An elliptic curve is defined over a field and describes points in , the Cartesian product of with itself. If the ...
group) and x and y are randomly chosen integers. For example, in the Diffie–Hellman key exchange, an eavesdropper observes g^ and g^ exchanged as part of the protocol, and the two parties both compute the shared key g^. A fast means of solving the DHP would allow an eavesdropper to violate the privacy of the Diffie–Hellman key exchange and many of its variants, including
ElGamal encryption In cryptography, the ElGamal encryption system is an asymmetric key encryption algorithm for public-key cryptography which is based on the Diffie–Hellman key exchange. It was described by Taher Elgamal in 1985. ElGamal encryption is used in th ...
.


Computational complexity

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), ...
, for certain groups, it is ''assumed'' that the DHP is hard, and this is often called the Diffie–Hellman assumption. The problem has survived scrutiny for a few decades and no "easy" solution has yet been publicized. As of 2006, the most efficient means known to solve the DHP is to solve the
discrete logarithm problem In mathematics, for given real numbers a and b, the logarithm \log_b(a) is a number x such that b^x=a. Analogously, in any group G, powers b^k can be defined for all integers k, and the discrete logarithm \log_b(a) is an integer k such that b^k=a ...
(DLP), which is to find ''x'' given ''g'' and ''g''''x''. In fact, significant progress (by den Boer,
Maurer Maurer is a German surname, translating in English to "bricklayer" or "wall builder." Notable people with the surname include: * Adrian Maurer (1901–1943), American football player * Alfred Maurer (politician) (1888–1954), Estonian politicia ...
, Wolf, Boneh and
Lipton Lipton is a brand named after its founder, Sir Thomas Lipton, Tom Lipton, who started an eponymous grocery retail business in the United Kingdom in 1871. The brand was used for various consumer goods sold in Lipton stores, including tea from 1 ...
) has been made towards showing that over many groups the DHP is almost as hard as the DLP. There is no proof to date that either the DHP or the DLP is a hard problem, except in generic groups (by Nechaev and Shoup). A proof that either problem is hard implies that P ≠ NP.


Other variants

Many variants of the Diffie–Hellman problem have been considered. The most significant variant is the decisional Diffie–Hellman problem (DDHP), which is to distinguish ''g''''xy'' from a random group element, given ''g'', ''g''''x'', and ''g''''y''. Sometimes the DHP is called the
computational Diffie–Hellman problem A computation is any type of arithmetic or non-arithmetic calculation that is well-defined. Common examples of computation are mathematical equation solving and the execution of computer algorithms. Mechanical or electronic devices (or, historic ...
(CDHP) to more clearly distinguish it from the DDHP. Recently groups with
pairing In mathematics, a pairing is an ''R''- bilinear map from the Cartesian product of two ''R''- modules, where the underlying ring ''R'' is commutative. Definition Let ''R'' be a commutative ring with unit, and let ''M'', ''N'' and ''L'' be '' ...
s have become popular, and in these groups the DDHP is easy, yet the CDHP is still assumed to be hard. For less significant variants of the DHP see the references.


See also

*
Discrete logarithm problem In mathematics, for given real numbers a and b, the logarithm \log_b(a) is a number x such that b^x=a. Analogously, in any group G, powers b^k can be defined for all integers k, and the discrete logarithm \log_b(a) is an integer k such that b^k=a ...
*
Elliptic-curve cryptography Elliptic-curve cryptography (ECC) is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields. ECC allows smaller keys to provide equivalent security, compared to cryptosystems based on modula ...
*
Elliptic-curve Diffie–Hellman Elliptic-curve Diffie–Hellman (ECDH) is a key agreement protocol that allows two parties, each having an Elliptic curve, elliptic-curve public–private key pair, to establish a shared secret over an insecure channel. This shared secret may be di ...
*
Diffie–Hellman key exchange Diffie–Hellman (DH) key exchangeSynonyms of Diffie–Hellman key exchange include: * Diffie–Hellman–Merkle key exchange * Diffie–Hellman key agreement * Diffie–Hellman key establishment * Diffie–Hellman key negotiation * Exponential ke ...


References

* B. den Boer, ''Diffie–Hellman is as strong as discrete log for certain primes'' in Advances in Cryptology –
CRYPTO Crypto commonly refers to: * Cryptography, the practice and study of hiding information * Cryptocurrency, a type of digital currency based on cryptography Crypto or krypto may also refer to: Cryptography * Cryptanalysis, the study of methods f ...
88,
Lecture Notes in Computer Science ''Lecture Notes in Computer Science'' is a series of computer science books published by Springer Science+Business Media since 1973. Overview The series contains proceedings, post-proceedings, monographs, and Festschrifts. In addition, tutorials ...
403, Springer, p. 530, 1988. * U. M. Maurer and S. Wolf, ''Diffie–Hellman oracle'' in Advances in Cryptology – CRYPTO 96, (N. Koblitz, ed.), Lecture Notes in Computer Science 1070, Springer, pp. 268–282, 1996. * * D. Boneh and R. J. Lipton, ''Algorithms for black-box fields and their application to cryptotography'' in Advances in Cryptology – CRYPTO 96, (N. Koblitz, ed.), Lecture Notes in Computer Science 1070, Springer, pp. 283–297, 1996. * A. Muzereau, N. P. Smart and F. Vercauteran, ''The equivalence between the DHP and DLP for elliptic curves used in practical applications'', LMS J. Comput. Math., 7, pp. 50–72, 2004. See ww.lms.ac.uk * D. R. L. Brown and R. P. Gallant
''The Static Diffie–Hellman Problem''
IACR ePrint 2004/306. * V. I. Nechaev, ''Complexity of a determinate algorithm for the discrete logarithm'', Mathematical Notes, 55 (2), pp. 165–172, 1994. * V. Shoup, ''Lower bounds for discrete logarithms and related problems'' in Advances in Cryptology –
EUROCRYPT EuroCrypt is a conditional access system for Multiplexed Analogue Components-encoded analogue satellite television Satellite television is a service that delivers television programming to viewers by relaying it from a communications satell ...
97, (W. Fumy, ed.), Lecture Notes in Computer Science 1233, Springer, pp. 256–266, 1997. * * * * * {{DEFAULTSORT:Diffie-Hellman problem Computational hardness assumptions Finite fields