grantholle/pear-crypt-diffiehellman

A port of Pear's implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5

Maintainers

Package info

github.com/grantholle/pear-crypt-diffiehellman

pkg:composer/grantholle/pear-crypt-diffiehellman

Statistics

Installs: 596

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2021-03-04 02:50 UTC

This package is auto-updated.

Last update: 2026-03-04 13:52:06 UTC


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