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 /** * Decrypts data * * @phpstub * * @param resource $td * @param string $dat..
Decoded Output download
<?php
/**
* Decrypts data
*
* @phpstub
*
* @param resource $td
* @param string $data
*
* @return string
*/
function mdecrypt_generic($td, $data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Decrypts data
*
* @phpstub
*
* @param resource $td
* @param string $data
*
* @return string
*/
function mdecrypt_generic($td, $data)
{
}
Function Calls
None |
Stats
MD5 | 77885f830e243f48d264b269ac166ace |
Eval Count | 0 |
Decode Time | 83 ms |