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 /** * Changes the principal's password * * @phpstub * * @param resource $handl..

Decoded Output download

<?php

/**
 * Changes the principal's password
 *
 * @phpstub
 *
 * @param resource $handle
 * @param string $principal
 * @param string $password
 *
 * @return bool 
 */
function kadm5_chpass_principal($handle, $principal, $password)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Changes the principal's password
 *
 * @phpstub
 *
 * @param resource $handle
 * @param string $principal
 * @param string $password
 *
 * @return bool 
 */
function kadm5_chpass_principal($handle, $principal, $password)
{
}

Function Calls

None

Variables

None

Stats

MD5 6c48fc681220a13183d33e74124fb4d6
Eval Count 0
Decode Time 74 ms