perl-Crypt-DH - Perl module implementing the Diffie-Hellman key exchange system

Description:

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.

Homepage: http://search.cpan.org/dist/Crypt-DH/

License: GPL+ or Artistic

Vendor: Fedora Project

Packages

perl-Crypt-DH-0.06-7.fc8.noarch [11 KiB] Changelog by Paul Howarth (2007-08-11):
- Clarify license as GPL v1 or later, or Artistic (same as perl)
- Add buildreq perl(Test::More)