freebsd-ports/security/p5-Crypt-DH/pkg-descr
Ying-Chieh Liao c22e7f25dc add p5-Crypt-DH 0.03
Perl5 interface to a Diffie-Hellman key exchange system

PR:		35890
Submitted by:	jesper
2002-03-14 14:58:35 +00:00

6 lines
334 B
Text

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.