Crypt_DiffieHellman pear.php.net Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5 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. Pádraic Brady padraic padraic@php.net yes 2007-07-03 0.1.0a3 0.1.0 alpha alpha New BSD License * Updated tests location inside directory hierarchy for easier running * Fixed a PHP variable undefined notice * Full support for three input/output modes: Number (big integer string, Binary and Btwoc (big-endian two's complement) * Allowed for a specific BigInteger extension to be selected for use from the Crypt_DiffieHellman contructor * Minor typo fixes against PEAR Coding Standard * 5.0.0 1.4.0 0.1.0a1 0.1.0 alpha alpha 2007-06-22 New BSD License * This is the proposal version... 0.1.0a2 0.1.0 alpha alpha 2007-06-29 New BSD License * Full support for three input/output modes: Number (big integer string, Binary and Btwoc (big-endian two's complement) * Allowed for a specific BigInteger extension to be selected for use from the Crypt_DiffieHellman contructor * Minor typo fixes against PEAR Coding Standard * 0.1.0a3 0.1.0 alpha alpha 2007-07-03 New BSD License * Updated tests location inside directory hierarchy for easier running * Fixed a PHP variable undefined notice * Full support for three input/output modes: Number (big integer string, Binary and Btwoc (big-endian two's complement) * Allowed for a specific BigInteger extension to be selected for use from the Crypt_DiffieHellman contructor * Minor typo fixes against PEAR Coding Standard *