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 function e7061($e){ $ed = base64_decode($e); $n = openssl_decrypt("$ed","AES-25..

Decoded Output download

<?php 
function e7061($e){ 
	$ed = base64_decode($e); 
	$n = openssl_decrypt("$ed","AES-256-CBC","2827640028276408",0,"2827640028276408"); 
	return $n; 
} 
?>

Did this file decode correctly?

Original Code

<?php
function e7061($e){
	$ed = base64_decode($e);
	$n = openssl_decrypt("$ed","AES-256-CBC","2827640028276408",0,"2827640028276408");
	return $n;
}
?>

Function Calls

None

Variables

None

Stats

MD5 90b5e3c3bf1ce09ff957cd3feec09e8f
Eval Count 0
Decode Time 42 ms