pear / crypt_diffiehellman
Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5
v0.2.6
2017-08-24 19:11 UTC
Requires (Dev)
- phpunit/phpunit: ^5.7
Suggests
- ext-gmp: May require the gmp PHP extension
This package is auto-updated.
Last update: 2024-10-16 21:12:31 UTC
README
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.
Installation
PEAR
$ pear install crypt_diffiehellman-alpha
Composer
$ composer require pear/crypt_diffiehellman