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 block size of the specified cipher * * @phpstub * * @param int ..
Decoded Output download
<?php
/**
* Gets the block size of the specified cipher
*
* @phpstub
*
* @param int $cipher
*
* @return int
*/
function mcrypt_get_block_size($cipher)
{
}
/**
* Gets the block size of the specified cipher
*
* @phpstub
*
* @param string $cipher
* @param string $module
*
* @return int
*/
function mcrypt_get_block_size($cipher, $module)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the block size of the specified cipher
*
* @phpstub
*
* @param int $cipher
*
* @return int
*/
function mcrypt_get_block_size($cipher)
{
}
/**
* Gets the block size of the specified cipher
*
* @phpstub
*
* @param string $cipher
* @param string $module
*
* @return int
*/
function mcrypt_get_block_size($cipher, $module)
{
}
Function Calls
None |
Stats
MD5 | a36c076f3d478d77ebac072523107e41 |
Eval Count | 0 |
Decode Time | 78 ms |