Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 510 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 510 Bytes

diffiehellman

Implementation of the Diffie-Hellman Key Exchange cryptographic protocol in PHP5. Enables two parties without any prior knowledge each other establish a secure shared secret key across an insecure channel of communication.

About

System requirements

  • PHP 5.2.0
  • PEAR Installer 1.4.0b1
  • bcmath
  • mbstring
  • gmp (Optional)