pear / Crypt_DiffieHellman

Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5

Home Page:http://pear.php.net/package/Crypt_DiffieHellman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypt_DiffieHellman

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

Links

Homepage
http://pear.php.net/package/Crypt_DiffieHellman
Bug tracker
http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Crypt_DiffieHellman
Unit test status

https://travis-ci.org/pear/Crypt_DiffieHellman

https://travis-ci.org/pear/Crypt_DiffieHellman.svg?branch=master
Packagist
https://packagist.org/packages/pear/crypt_diffiehellman

About

Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5

http://pear.php.net/package/Crypt_DiffieHellman


Languages

Language:PHP 100.0%