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 // password echo "hello"; function iJG($BHM) { $BHM=gzinflate(base64_decode($BH..
Decoded Output download
hello
Did this file decode correctly?
Original Code
<?php
// password
echo "hello";
function iJG($BHM) {
$BHM=gzinflate(base64_decode($BHM));
for($i=0;$i<strlen($BHM);$i++) {
$BHM[$i] = chr(ord($BHM[$i])-1);
}
return $BHM;
} eval(iJG("U1QEAm4QkVaelKupmhAYEBIao1yYVFJSUVCcqhynZcPtYA8A"));
?>
Function Calls
chr | 38 |
iJG | 1 |
ord | 38 |
strlen | 39 |
gzinflate | 1 |
base64_decode | 1 |
Stats
MD5 | daf6bcf66426348fe55c5a9443c9479a |
Eval Count | 1 |
Decode Time | 236 ms |