PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Encryption » Crypt_DiffieHellman

Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5

This package is unmaintained.

Download latest release 0.2.6 (there might be newer Composer installable version)

License: New BSD License

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

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#12225ClosedReqCVS2007-10-11Rename AllTests class to Crypt_DiffieHellman_AllTests
#15682ClosedBug0.2.12009-01-19Invalid Parameter Exception due to missing argument to setPrivateKey()
#16214ClosedBug0.2.12009-05-11BTWOC type support for getPrime()
#16221ClosedBug0.2.12009-05-12Doesn't work with mbstring.func_overload
#16379ClosedBug0.2.22009-06-26Missing dependencies
#16380OpenReq0.2.22009-06-26Look into using Math_BigInteger
#17446ClosedBug0.2.32010-05-28@dl() used without checking for existence of dl()
#18991ClosedBugSVN2011-11-14remove error_reporting (for PEAR QA team)