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 /** * Gets the key size of the specified cipher * * @phpstub * * @param int $c..

Decoded Output download

<?php

/**
 * Gets the key size of the specified cipher
 *
 * @phpstub
 *
 * @param int $cipher
 *
 * @return int
 */
function mcrypt_get_key_size($cipher)
{
}

/**
 * Gets the key size of the specified cipher
 *
 * @phpstub
 *
 * @param string $cipher
 * @param string $module
 *
 * @return int
 */
function mcrypt_get_key_size($cipher, $module)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the key size of the specified cipher
 *
 * @phpstub
 *
 * @param int $cipher
 *
 * @return int
 */
function mcrypt_get_key_size($cipher)
{
}

/**
 * Gets the key size of the specified cipher
 *
 * @phpstub
 *
 * @param string $cipher
 * @param string $module
 *
 * @return int
 */
function mcrypt_get_key_size($cipher, $module)
{
}

Function Calls

None

Variables

None

Stats

MD5 e99ad13d844e4589971a5fe5239b05ab
Eval Count 0
Decode Time 64 ms