Source: libcrypt-dh-perl Section: perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl (>= 5.8.0-7), libmath-bigint-gmp-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Standards-Version: 4.1.3 Homepage: http://search.cpan.org/dist/Crypt-DH/ Vcs-Git: git://anonscm.debian.org/users/dom/libcrypt-dh-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libcrypt-dh-perl.git Package: libcrypt-dh-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, perl, libmath-bigint-gmp-perl Description: Diffie-Hellman key exchange system implemented in Perl 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.