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 /** * This function encrypts data * * @phpstub * * @param resource $td * @par..
Decoded Output download
<?php
/**
* This function encrypts data
*
* @phpstub
*
* @param resource $td
* @param string $data
*
* @return string Returns the encrypted data.
*/
function mcrypt_generic($td, $data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* This function encrypts data
*
* @phpstub
*
* @param resource $td
* @param string $data
*
* @return string Returns the encrypted data.
*/
function mcrypt_generic($td, $data)
{
}
Function Calls
None |
Stats
MD5 | 3f1ef0517115f32959efbd300c1cd50c |
Eval Count | 0 |
Decode Time | 80 ms |