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 /** * Authenticate using a public hostkey * * @phpstub * * @param resource $se..

Decoded Output download

<?php

/**
 * Authenticate using a public hostkey
 *
 * @phpstub
 *
 * @param resource $session
 * @param string $username
 * @param string $hostname
 * @param string $pubkeyfile
 * @param string $privkeyfile
 * @param string $passphrase
 * @param string $local_username
 *
 * @return bool 
 */
function ssh2_auth_hostbased_file($session, $username, $hostname, $pubkeyfile, $privkeyfile, $passphrase = NULL, $local_username = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Authenticate using a public hostkey
 *
 * @phpstub
 *
 * @param resource $session
 * @param string $username
 * @param string $hostname
 * @param string $pubkeyfile
 * @param string $privkeyfile
 * @param string $passphrase
 * @param string $local_username
 *
 * @return bool 
 */
function ssh2_auth_hostbased_file($session, $username, $hostname, $pubkeyfile, $privkeyfile, $passphrase = NULL, $local_username = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 9b2c258a4f7c63e79f9a48422714fb68
Eval Count 0
Decode Time 104 ms