grantholle/pear-crypt-diffiehellman

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

Installs: 578

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 8

Open Issues: 0

pkg:composer/grantholle/pear-crypt-diffiehellman

1.0.3 2021-03-04 02:50 UTC

This package is auto-updated.

Last update: 2025-10-04 12:49:11 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