https://github.com/pear/crypt_diffiehellman
Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5
https://github.com/pear/crypt_diffiehellman
diffie-hellman library php
Last synced: 6 months ago
JSON representation
Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5
- Host: GitHub
- URL: https://github.com/pear/crypt_diffiehellman
- Owner: pear
- Created: 2012-04-13T05:09:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T19:12:18.000Z (about 8 years ago)
- Last Synced: 2024-04-24T00:44:34.541Z (over 1 year ago)
- Topics: diffie-hellman, library, php
- Language: PHP
- Homepage: http://pear.php.net/package/Crypt_DiffieHellman
- Size: 35.2 KB
- Stars: 4
- Watchers: 15
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
*******************
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.. image:: https://travis-ci.org/pear/Crypt_DiffieHellman.svg?branch=master
:target: https://travis-ci.org/pear/Crypt_DiffieHellman
Packagist
https://packagist.org/packages/pear/crypt_diffiehellman