mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c22e7f25dc
Perl5 interface to a Diffie-Hellman key exchange system PR: 35890 Submitted by: jesper
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
Crypt::DH is a Perl implementation of the Diffie-Hellman key
|
|
exchange system. Diffie-Hellman is an algorithm by which two
|
|
parties can agree on a shared secret key, known only to them.
|
|
The secret is negotiated over an insecure network without the
|
|
two parties ever passing the actual shared secret, or their
|
|
private keys, between them.
|