grantholle / pear-crypt-diffiehellman
PHP5的Diffie-Hellman密钥交换协议的Pear实现端口
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
这是Pear的Crypt_DiffieHellman的端口,增加了psr-4兼容性。
Diffie-Hellman密钥交换协议的实现。
允许两个互不了解的各方通过不安全的通信通道建立安全的共享密钥。
安装
$ composer require grantholle/pear-crypt-diffiehellman