Ask Question
17 September, 09:38

What is diffie-hellman most commonly used for?

+2
Answers (1)
  1. 17 September, 13:05
    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?
Get an answer to your question ✅ “What is diffie-hellman most commonly used for? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers