Diffie-Hellman key exchange in Java

前端 未结 3 1405

I am working on a personal project in Java which involves sending sensitive data over an insecure channel. I need to know how to implement Diffie Hellman Key Exchange (DHKE) in

3条回答
  •  醉梦人生
    2021-02-04 12:49

    What about the official Oracle Docs? They show a DH key exchange in code there.

提交回复
热议问题