grantholle / pear-crypt-diffiehellman
A port of Pear's implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5
1.0.3
2021-03-04 02:50 UTC
Requires
- php: ^7.2|^8.0
Requires (Dev)
- phpunit/phpunit: ^8
Suggests
- ext-gmp: May require the gmp PHP extension
README
This is a port of Pear's Crypt_DiffieHellman that adds psr-4 compliance.
Implementation of the Diffie-Hellman Key Exchange cryptographic protocol.
Enables two parties without any prior knowledge of each other establish a secure shared secret key across an insecure channel of communication.
Installation
$ composer require grantholle/pear-crypt-diffiehellman