Crypt_DiffieHellmanpear.php.netImplementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5Implementation 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 Bradypadraicpadraic@php.netyes2007-07-030.1.0a30.1.0alphaalphaNew 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.01.4.00.1.0a10.1.0alphaalpha2007-06-22New BSD License* This is the proposal version...0.1.0a20.1.0alphaalpha2007-06-29New 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.0a30.1.0alphaalpha2007-07-03New 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
*