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"; 
 
 
 
 
 
 
... 
?>

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";






...
?>

Function Calls

None

Variables

None

Stats

MD5 b67735cf661b33c7e8c213c28a109795
Eval Count 0
Decode Time 66 ms