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 key * * @phpstub * * @param resource $sessio..
Decoded Output download
<?php
/**
* Authenticate using a public key
*
* @phpstub
*
* @param resource $session
* @param string $username
* @param string $pubkeyfile
* @param string $privkeyfile
* @param string $passphrase
*
* @return bool
*/
function ssh2_auth_pubkey_file($session, $username, $pubkeyfile, $privkeyfile, $passphrase = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Authenticate using a public key
*
* @phpstub
*
* @param resource $session
* @param string $username
* @param string $pubkeyfile
* @param string $privkeyfile
* @param string $passphrase
*
* @return bool
*/
function ssh2_auth_pubkey_file($session, $username, $pubkeyfile, $privkeyfile, $passphrase = NULL)
{
}
Function Calls
None |
Stats
MD5 | aec0725b59e65d944191df0b22a2dfec |
Eval Count | 0 |
Decode Time | 77 ms |