mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
92266c5224
Approved by: portmgr (blanket)
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
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
|