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 /** * Returns the blocksize of the specified algorithm * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Returns the blocksize of the specified algorithm
*
* @phpstub
*
* @param string $algorithm
* @param string $lib_dir
*
* @return int Returns the block size of the algorithm specified in bytes.
*/
function mcrypt_module_get_algo_block_size($algorithm, $lib_dir = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the blocksize of the specified algorithm
*
* @phpstub
*
* @param string $algorithm
* @param string $lib_dir
*
* @return int Returns the block size of the algorithm specified in bytes.
*/
function mcrypt_module_get_algo_block_size($algorithm, $lib_dir = NULL)
{
}
Function Calls
None |
Stats
MD5 | 0901bb69f9dd9403f82a1d658cf78f55 |
Eval Count | 0 |
Decode Time | 82 ms |