Ask Question

What is diffie-hellman most commonly used for?

+3
Answers (1)
  1. 20 March, 00:12
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers