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 $a = "\111\x45\115\x2d"; $b = "\x38\x2e\65", "\74"; $c = "\45\x64\x2e\45\x64"; ..

Decoded Output download

<?php  
$a =  "IEM-"; 
$b = "8.5", "<"; 
$c = "%d.%d"; 
$d = "host_sha256"; 
$e = "aes-256-cbc"; 
$f = "V14"; 
$em1 = "sha256"; 
$em2 = "sha256"; 
$em3 = "sha256"; 
$em5 = "sha256"; 
$ss = "The email address is empty in configuration file."; 
 
 
 
 
... 
?>

Did this file decode correctly?

Original Code

<?php 
$a =  "\111\x45\115\x2d";
$b = "\x38\x2e\65", "\74";
$c = "\45\x64\x2e\45\x64";
$d = "\150\157\x73\164\137\163\150\x61\x32\x35\x36";
$e = "\141\145\163\55\x32\65\x36\55\x63\142\x63";
$f = "\126\x31\64";
$em1 = "\x73\150\x61\62\x35\66";
$em2 = "\x73\150\141\x32\65\x36";
$em3 = "\x73\x68\141\62\x35\x36";
$em5 = "\163\x68\x61\62\x35\x36";
$ss = "\x54\150\x65\40\145\x6d\141\x69\154\40\141\x64\x64\x72\x65\163\x73\x20\x69\x73\x20\x65\x6d\x70\164\x79\x20\151\x6e\40\143\157\156\x66\151\147\165\162\x61\x74\x69\157\x6e\x20\146\x69\154\145\56";




...
?>

Function Calls

None

Variables

None

Stats

MD5 6a807b6295f85edfb132fdeed80405ca
Eval Count 0
Decode Time 29 ms