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 as "none" * * @phpstub * * @param resource $session * @par..

Decoded Output download

<?php

/**
 * Authenticate as "none"
 *
 * @phpstub
 *
 * @param resource $session
 * @param string $username
 *
 * @return mixed Returns true if the server does accept "none" as an authentication
 *               method, or an array of accepted authentication methods on failure.
 */
function ssh2_auth_none($session, $username)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Authenticate as "none"
 *
 * @phpstub
 *
 * @param resource $session
 * @param string $username
 *
 * @return mixed Returns true if the server does accept "none" as an authentication
 *               method, or an array of accepted authentication methods on failure.
 */
function ssh2_auth_none($session, $username)
{
}

Function Calls

None

Variables

None

Stats

MD5 a52db10679e09549c15000ab767336da
Eval Count 0
Decode Time 82 ms