Top Level :: Encryption

Package Information: Crypt_DiffieHellman

» Summary » License
Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5 New BSD License
» Current Release » Bug Summary
0.2.6 (beta) was released on 2012-04-01 by shupp (Changelog)
Easy Install

Not sure? Get more info.

pear install Crypt_DiffieHellman

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Crypt_DiffieHellman

No open bugs
Report a new bug to Crypt_DiffieHellman
» Description
Implementation of the Diffie-Hellman Key Exchange cryptographic protocol
in PHP5. Enables two parties without any prior knowledge of each other
establish a secure shared secret key across an insecure channel
of communication.
» Maintainers » More Information

Packages that depend on Crypt_DiffieHellman

Dependencies for Crypt_DiffieHellman

  • PHP 5.2.0
  • PEAR Installer 1.4.0b1
  • bcmath extension
  • mbstring extension
  • gmp extension (Optional)