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 size of the IV belonging to a specific cipher/mode combination ..
Decoded Output download
<?php
/**
* Returns the size of the IV belonging to a specific cipher/mode combination
*
* @phpstub
*
* @param string $cipher
* @param string $mode
*
* @return int Returns the size of the Initialization Vector (IV) in bytes. On error the
* function returns false. If the IV is ignored in the specified cipher/mode
* combination zero is returned.
*/
function mcrypt_get_iv_size($cipher, $mode)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the size of the IV belonging to a specific cipher/mode combination
*
* @phpstub
*
* @param string $cipher
* @param string $mode
*
* @return int Returns the size of the Initialization Vector (IV) in bytes. On error the
* function returns false. If the IV is ignored in the specified cipher/mode
* combination zero is returned.
*/
function mcrypt_get_iv_size($cipher, $mode)
{
}
Function Calls
None |
Stats
MD5 | 48966207903f23ae0876bdc1dde022df |
Eval Count | 0 |
Decode Time | 84 ms |