Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Computes shared secret for public value of remote DH key and local DH key *..

Decoded Output download

<?php

/**
 * Computes shared secret for public value of remote DH key and local DH key
 *
 * @phpstub
 *
 * @param string $pub_key
 * @param resource $dh_key
 *
 * @return string Returns computed key on success.
 */
function openssl_dh_compute_key($pub_key, $dh_key)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Computes shared secret for public value of remote DH key and local DH key
 *
 * @phpstub
 *
 * @param string $pub_key
 * @param resource $dh_key
 *
 * @return string Returns computed key on success.
 */
function openssl_dh_compute_key($pub_key, $dh_key)
{
}

Function Calls

None

Variables

None

Stats

MD5 9a4730a0e03f81d8b7c08dc8da15cb30
Eval Count 0
Decode Time 97 ms