Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
(DH) key exchange is a cryptographic protocol that allows two parties to securely establish a shared secret over an insecure communication channel. The key exchange process involves both parties agreeing on a set of parameters, known as Diffie-Hellman parameters, which include a large prime number `p` and a generator `g`. Since generating these parameters is a computationally expensive task, a user might prefer to provide a precomputed value at startup.(DH)密钥交换是一种密码学协议,允许双方在不安全的通信通道上安全地建立共享密钥。该密钥交换过程涉及双方约定一组参数,即 Diffie-Hellman 参数,其中包括一个大素数 `p` 和一个生成元 `g`。由于生成这些参数是一项计算开销较大的任务,用户可能更倾向于在启动时提供预先计算好的值。