blob: 7525d1a1411a68dcef8cb8847bcb3223aa9e98c8 (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: http://pear.php.net/package/Crypt_DiffieHellman/
|