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 /* Demo by www.php-crypt.com - Baramidze */ $keystroke1 = base64_decode("d2RyMTU..

Decoded Output download


function rotencode($string,$amount) { $key = substr($string, 0, 1); if(strlen($string)==1) { return chr(ord($key) + $amount); } else { return chr(ord($key) + $amount) . rotEncode(substr($string, 1, strlen($string)-1), $amount); }}function rotencode($string,$amount) { $key = substr($string, 0, 1); if(strlen($string)==1) { return chr(ord($key) + $amount); } else { return chr(ord($key) + $amount) . rotEncode(substr($string, 1, strlen($string)-1), $amount); }}

Did this file decode correctly?

Original Code

<?php 
 /* Demo by www.php-crypt.com - Baramidze */
$keystroke1 = base64_decode("d2RyMTU5c3E0YXllejd4Y2duZl90djhubHVrNmpoYmlvMzJtcA==");
eval(gzinflate(base64_decode('hY69DsIgFIVf5QwMENGUuWH0QZTeKrFekgsMxvTdLWlqTBfX8/uNlUOJiSGpEIc0kFa5SOSbVZdnqlwM3lAPesEj1+vifQPoLJzpEUe9KBPx5hjvXasJlSqMcBedZNBtxeCAbbjHDJoy/U/i1PjOK9+ewlns7o/O2N+X+QM=')));
$O0O0O0O0O0O0=$keystroke1[2].$keystroke1[32].$keystroke1[20].$keystroke1[11].$keystroke1[23].$keystroke1[15].$keystroke1[32].$keystroke1[1].$keystroke1[11];
$keystroke2 = $O0O0O0O0O0O0("q>BF~AnrDpt{slE{yxCwuov|@?z}", -13);
$OO000OO000OO=$keystroke2[16].$keystroke2[12].$keystroke2[31].$keystroke2[23].$keystroke2[18].$keystroke2[24].$keystroke2[9].$keystroke2[20].$keystroke2[11];
$O0000000000O=$keystroke1[30].$keystroke1[9].$keystroke1[6].$keystroke1[11].$keystroke1[27].$keystroke1[8].$keystroke1[19].$keystroke1[1].$keystroke1[11].$keystroke1[15].$keystroke1[32].$keystroke1[1].$keystroke1[11];
eval($OO000OO000OO(base64_decode('LdI3jq
RYAADQy4w03SLAFU6rCbAfV3gak4zwrvCe0+8Gm7
wTvOJIPl+/TBNBkP/5SpO1IF9/8yIb8+Lrt5558j
JvgGUFe3gNCFX7OnJi2loJoLIASwaIh3gSelru8d
zxkEXjRoYUVCzMJVsQPDweITUPk6JEF6EUDSsgni
lf4SOFXVj5gOUmY3V2PnQDtRIen6h43K/3BMmlpI
AMCLzVOA6f6u+jayhWaEFBwyOY4qGPiQtnu5vG89
oMn9UJOVrqgwSRF+6Nf9zATzH0kEjFQQztPBhNMh
vVt/UPlO+0THUFFlwAZK6XCBPkBKGY1UaQ2rbaD0
zm4PBhZVywp3ztezMBkh5heqB1zo8vtrKKyB3pua
pMp5kXjicSg5TzeaKIsFsl3aMagx/a8EC62tWcL8
S86aQGQrnNBLwcyFpstwrqIKruyaCeD2COqADat4
iGLHLnlXEL4qW83tCRJ3ZcoKp7LTtvt+Qys6yqep
vAD4Iok4eyrYVn8kuclgjpBy4YXYGepVfs3Ijz4e
qzpTzJa4ideDdZBbXLAjbItxbNEM+QxnQ3WXlZto
wVhBzmhT8NU/bYFar3TYWhRPWEL87BMd0r7PHkcK
lJVmMM/mzlKj1PzcGGOUFc1/AVpkdLxJ5tP8Tjbd
qP7Mf4nsQH5v3E2qGzxm5Ehcr040yQZcxclUvbyx
CI0JjP3Yf3SH/rIu3URSt5CNU1fDuFtEe41MV/L6
w1ov/dachYMVAbmiwwwMQuBAyuhY6YRkA/3QdOBV
y0YlqlHK88TiwP/Ug6edbOlRExGs6Eg3eKkVa96P
aUuU1f9DvzXqp4vf08NrvX05ktzj3isNlah8ycU2
6IUeUBHq/p+JFXuei4uWnUcCNUVhndHR3k8UBCE/
dvdar74XoUAH8cz5KNEy5xAi5hGBLOP39+f39///
Mv')));
?>

Function Calls

gzinflate 1
base64_decode 2
11411111610111099111100101 1

Variables

$keystroke1 wdr159sq4ayez7xcgnf_tv8nluk6jhbio32mp
$O0O0O0O0O0O0 11411111610111099111100101

Stats

MD5 651e82ae42c3e4bb112f4c2de3c51bd1
Eval Count 1
Decode Time 97 ms