PHP Doku:: Computes shared secret for public value of remote DH key and local DH key - function.openssl-dh-compute-key.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzKryptografische ErweiterungenOpenSSLOpenSSL Funktionenopenssl_dh_compute_key

Ein Service von Reinhard Neidl - Webprogrammierung.

OpenSSL Funktionen

<<openssl_decrypt

openssl_digest>>

openssl_dh_compute_key

(No version information available, might only be in SVN)

openssl_dh_compute_keyComputes shared secret for public value of remote DH key and local DH key

Beschreibung

string openssl_dh_compute_key ( string $pub_key , resource $dh_key )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

pub_key

Public key

dh_key

DH key

Rückgabewerte

Returns computed key on successIm Fehlerfall wird FALSE zurückgegeben..


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)