Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$ed = base64_decode($e); $n = openssl_decrypt("{$ed}", "\x41\x45\123\55\62\x35\x36\55\103\..

Decoded Output download

<?  $ed = base64_decode($e); $n = openssl_decrypt("{$ed}", "AES-256-CBC", "rjgeujufcdmmwidf", 0, "3589258983295834");  
				 return $n;  ?>

Did this file decode correctly?

Original Code

$ed = base64_decode($e); $n = openssl_decrypt("{$ed}", "\x41\x45\123\55\62\x35\x36\55\103\102\x43", "\162\152\x67\145\x75\x6a\165\x66\143\x64\x6d\155\167\x69\144\x66", 0, "\x33\x35\70\71\62\x35\x38\71\70\x33\62\x39\65\70\x33\64"); 
				 return $n; 

Function Calls

base64_decode 1
openssl_decrypt 1

Variables

$ed

Stats

MD5 e01da3029f15d656c3cba1fa35933a8a
Eval Count 0
Decode Time 45 ms