What are the main properties of Diffie-Hellman?
What will be an ideal response?
A weakness of symmetric-key cryptography is that the shared key must be exchanged between the two parties before they can encrypt and decrypt their communications.Diffie-Hellman is an algorithm that was developed to solve this problem, as it allows two parties who do not have prior knowledge of each other to establish a shared secret key over a public, insecure channel. Diffie Hellman is currently considered secure, an assumption that rests upon the difficulty of solving the Diffie Hellman problem, a mathematical problem proposed by Whitfield Diffie and Martin Hellman.To date, no easy solutions have been found for this problem.
You might also like to view...
The ________ property allows you to specify the error message when data is entered in a field that does not meet the validation rule
Fill in the blank(s) with correct word
Given the C++ instructions below, add the necessary instructions to swap the contents of the variables num1 and num2. ? int num1 = 10; int num2 = 15; int temp = 0;
What will be an ideal response?