Ask Question
13 May, 15:23

What is diffie-hellman most commonly used for?

+4
Answers (1)
  1. 13 May, 16:23
    0
    DH is an algorithm to derive a shared secret over an unsafe channel.

    Both parties exchange public keys, and can join them together with their private keys to create the secret. An eavesdropper can see both public keys, but since he doesn't posess the private keys, cannot derive the same secret.

    The secret can be used to subsequently encrypt communications with a symmetric algorithm.

    TLS uses this approach.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is diffie-hellman most commonly used for? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers