diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-14 14:58:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-14 14:58:35 +0000 |
commit | 0c5014190d4748f52577a42cd989d488e9913395 (patch) | |
tree | 750434c69529c2dd8944aed7bea30ac112ad3cd6 /security/p5-Crypt-DH/pkg-descr | |
parent | 10c7bd94ec11620c5b55b6e447acfe704232142b (diff) | |
download | FreeBSD-ports-0c5014190d4748f52577a42cd989d488e9913395.zip FreeBSD-ports-0c5014190d4748f52577a42cd989d488e9913395.tar.gz |
add p5-Crypt-DH 0.03
Perl5 interface to a Diffie-Hellman key exchange system
PR: 35890
Submitted by: jesper
Diffstat (limited to 'security/p5-Crypt-DH/pkg-descr')
-rw-r--r-- | security/p5-Crypt-DH/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-Crypt-DH/pkg-descr b/security/p5-Crypt-DH/pkg-descr new file mode 100644 index 0000000..c76c89f --- /dev/null +++ b/security/p5-Crypt-DH/pkg-descr @@ -0,0 +1,6 @@ +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. |