mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
6 lines
281 B
Text
6 lines
281 B
Text
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: https://pear.php.net/package/Crypt_DiffieHellman
|